* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transition: 2s opacity;
  color: #333;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body {
  font-family: "STIX Two Math", serif !important;
  overflow-x: hidden;
  font-size: 16px;
}
h1 {
  font-family:  "STIX Two Math", serif !important;
  line-height: normal;
}

p {
  font-size: 1.2rem;
  color: #575756;
}
h2,
h3,
h4,
h5 {
  font-family: "STIX Two Math", serif !important;
  color: #333333;
}

h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.margin-bt-30 {
  margin-bottom: 30px;
}

h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.verticle_block {
  position: fixed;
  right: -26px;
  top: 30%;
  z-index: 100;
  transform: rotate(-90deg);
  background-color: #fff;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  color: #313131 !important;
}

.verticle_block_item a {
  color: #313131 !important;
  transition: 0.5s;
}

.verticle_block_item a:hover {
  color: #c6912b !important;
  transition: 0.5s;
}

.pad-8 {
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}

.max-width-95 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.max-width-85 {
  max-width: 1600px;
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  padding-top: 30px;
}
.img-responsive {
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2,
.h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

ul {
  padding: 0;
  font-size: 1rem;
}

li {
  padding: 0;
  font-size: 1rem;
}

.pad_btm_30 {
  padding-bottom: 30px;
}

button.read_more_btn {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.8rem;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 50px;
}

button.button_red {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 15px;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_border {
  background-color: transparent;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #313b48;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_red:hover {
  background-color: transparent;
  border: 1px solid #b43c1a;
  color: #313b48;
  transition: 0.5s;
}

button.button_border:hover {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .max-width-85 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 576px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

span.read-more {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
}

/* ////////////////////scroll///////////////////////// */

/* ////////////////////////navbar/////////////////////////// */

header#header {
  width: 100%;
  z-index: 5;
}

header#header {
  background-color: #fff;
}

.church_header {
  position: relative !important;
  padding-bottom: 12px;
}
ul.navbar-nav {
  margin-top: 35px;
}

.dropdown button {
  padding: 0.2em 0.4rem;
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

#header-nav {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  z-index: 1000;
}
#header-nav.hide-nav-bar {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  margin-top: 6px;
}

a.navbar-brand {
  width: 150px;
}
a.navbar-brand img {
  width: 100%;
}


#menu-primary li a {
    text-shadow: none;
    padding: 0 10px;
    color: #fff;
	transition:.25s;
}
#menu-primary li a:hover {
	transition:.25s;
    color: #3aaa35 !important;
}




nav[role="navigation"] {
  clear: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role="navigation"] {
  max-height: 0;
}
nav[role="navigation"].active {
  max-height: 25em;
}

nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  float: left;
}
nav[role="navigation"] li a {
  display: block;
  font-size: 0.95rem;
  color: #333;
  font-weight: 400;
  transition: 0.3s;
}

.nav-link {
  color: #fff !important;
}

nav[role="navigation"] li a:hover {
  text-decoration: none;
  color: #eaae68;
  transition: 0.3s;
}
.menu-link {
  height: 30px;
  width: 33px;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  margin-top: 3px;
  background: #999;
  width: 33px;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.bar2 {
  margin-top: 13px;
}
.bar3 {
  margin-top: 23px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.brand {
  padding: 0;
  max-width: 210px;
}
.brand a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

nav#menu {
  padding-top: 5px;
}

nav#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.header_logo_block {
  display: flex;
  align-items: center;
}
span.navbar-top-icon {
  margin-right: 10px;
}

li.active a {
    border-bottom: 0px;
    color: #3aaa35 !important;
    position: relative;
    transition: 0.25s;
    font-weight: 500;
    text-decoration: none;
}

.brand_mobile {
  display: none;
}

.nav-item:last-child a.nav-link {
  border-right: 0px solid #333;
}

.custom-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* .navbar-toggler .mobile-close {
  background-image: url(../svg/mobile_close.svg) !important;
} */

.navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon {
  background-image: url(../svg/mobile_close.svg) !important;
  transition: 0.25s;
}

ul.navbar-top-block-item.mobile-nav {
  display: none;
}

li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,
a:focus {
  text-decoration: none;
}

#menu li.active a {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #cccccc !important;
  line-height: 1;
  font-weight: 700 !important;
}

.brand_top {
  width: 60px;
}

.navbar-top-block {
  position: relative;
}
span.navbar-top-block-item-icon {
  margin-right: 5px;
}
ul.navbar-top-block-item {
  display: flex;
  /* top: 0; */
  /* right: 0; */

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
    margin: 0px !important;
   margin-top: 40px !important;
margin-bottom: 40px !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0;
  line-height: inherit;
  white-space: nowrap;
}

span.navbar-top-block-item-icon img {
    width: 25px;
    margin-left: 20px;
}

/* .navbar-toggler .mobile-close {
  background-image: url(../svg/mobile_close.svg) !important;
} */

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../svg/mobile_close.svg) !important;
    transition: 0.25s;
    z-index: 10;
}
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
ul#menu-primary {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
@media (min-width: 768px) {

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    padding-bottom: 0rem;
  }
}

nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
  flex-wrap: wrap;
  padding: 0.5rem 0rem;
  padding-top: 10px;
}

ul.top-navbar-block {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

ul.top-navbar-block li {
  margin-left: 20px;
  padding-top: 8px;
}

ul.top-navbar-block li a {
  color: #333;
  font-size: 1.1rem;
}

ul.top-navbar-block li a span {
  margin-right: 5px;
}

ul.navbar-top-block-item li {
    color: #333333;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.9rem;
}
ul.navbar-top-block-item li a {
  color: #333333;
}

a.navbar-top-donate-btn {
  background-color: #333;
  color: #fff !important;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

a.nav-link.active {
  color: #3aaa35 !important;
  position: relative;
  transition: 0.25s;
  font-weight: 500;
  text-decoration: none;
}
a.nav-link {
  transition: 0.25s;
}

a.nav-link:hover {
  color: #3aaa35 !important;
  transition: 0.25s;
}

.dropdown-menu.dropdown-primary.show {
  margin: 0;
  border-radius: 0;
  border: 1px solid #333;
  border-bottom: 0;
  padding: 0;
}
a.dropdown-item {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #333;
}

a.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #333;
}

a.dropdown-item.active {
  background-color: #f8f9fa;
  color: #333;
}

button.navbar-toggler {
  border: 1px solid #2d5972 !important;
  z-index: 10;
  color: #333;
  background-color: #2d5972;
}
.navbar-toggler > .close {
  display: inline;
}

.home_banner_logo_mobile {
  display: none;
}
ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 250px !important;
}

.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    align-content: center;
    align-items: end;
}

a.nav-link.mob-nav {
  display: none;
}





@media only screen and (max-width: 1300px) {
ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 230px !important;
}
}


@media only screen and (max-width: 1250px) {
ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 180px !important;
    margin-top: -65px !important;
}
}

@media only screen and (max-width: 1200px) {
  #header-nav .max-width-85 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
    
.navbar-expand-md .navbar-collapse {
    justify-content: flex-start;
}
ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 200px !important;
    margin-top: -65px !important;
}
    
}

@media only screen and (max-width: 1100px) {
	
ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 50px !important;
}
}


@media only screen and (max-width: 991px) {
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
    padding-top: 20px;
  }

  ul.navbar-nav {
    margin-top: 0px;
  }

  ul.navbar-top-block-item {
    padding: 0 !important;
    margin-bottom: 57px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 1rem;
    padding-bottom: 0rem;
  }

  a.navbar-brand {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {


ul.navbar-nav {
    margin: 0px !important;
        margin-top: 0px;
        margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-right: 0px !important;
}
}

@media only screen and (max-width: 900px) {
  a.navbar-brand {
    width: 100px;
  }
  ul.navbar-top-block-item {
    padding: 0 !important;
    margin-bottom: 38px;
  }
ul.navbar-top-block-item.desktop-nav {
    position: absolute;
    width: auto;
    top: 30px;
    right: 30px;
}
}





.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#header {
  position: relative;
}

#header::before {
  content: "";
  position: absolute;
  background-color: #2d5972;
  left: 0;
  top: 0;
  width: 71%;
  height: 100%;
}

@media screen and (max-width: 850px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
    padding-bottom: 0rem;
  }
  

}

@media screen and (max-width: 767px) {
  .max-width-85 {
    max-width: 1600px;
    width: 95%;
  }

  a.nav-link.mob-nav {
    display: block;
  }

ul.navbar-top-block-item.mobile-nav {
    display: flex;
    justify-content: flex-end;
}

  ul.navbar-top-block-item.desktop-nav {
    display: none;
  }

  .navbar-collapse .nav-link {
    color: #fff !important;
  }

  header#header {
    z-index: 5;
    background-color: #fff;
  }
  .brand {
    display: none;
  }

  nav#menu ul li {
    padding-bottom: 16px;
  }

  .js nav[role="navigation"] {
    display: none !important;
  }
  nav#menu.active {
    display: block !important;
  }
  nav[role="navigation"] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0 0;
    width: 100%;
    z-index: 100;
  }

  nav[role="navigation"] {
    width: 100%;
  }
  nav[role="navigation"] li a {
    padding-left: 0;
  }
  .brand {
    padding-bottom: 12px;
  }

  li.active::before {
    display: none;
  }
  .brand {
    float: left;
    padding: 1em 0;
    width: 80%;
  }

  .header_logo_block {
    position: relative;
  }
  .brand_mobile {
    display: block;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 0px;
  }
  nav#menu ul {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  nav[role="navigation"] li a {
    color: #313131;
  }
  #menu li.active a {
    color: #909090 !important;
  }

  header#header {
    position: relative;
    height: auto;
    background-color: #fff;
  }

  .navbar-collapse.collapse.show {
    height: 100vh !important;
    background-color: #2d5972;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    transition: 0.25s;
  }
  .collapsing {
    height: 0vh !important;
    background-color: #2d5972;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    transition: 0.25s;
  }

  a.nav-link.active {
    color: #3aaa35 !important;
    font-weight: 500;
    text-decoration: none;
  }

  ul.navbar-nav {
    padding: 30px;
  }
.navbar-brand {
    position: fixed;
    top: 10px;
}
	
	
}

@media only screen and (max-width: 767px) {
header#header {
    position: relative;
    height: auto;
    background-color: #fff;
    height: 100px;
}
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
  }

button.navbar-toggler {
    position: absolute;
    top: -20px;
    right: 0px;
}
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    display: flex;
  }
  .home_banner_logo_mobile {
    display: none;
    width: 110px;
    margin-bottom: 30px;
    margin-top: -13px;
  }
    
.navbar-dark .navbar-brand {
    color: #fff;
    z-index: 10;
}
    
#menu-primary {
    margin-top: 110px;
    margin-left: 0px;
}
#menu-primary li {
    margin-bottom: 6px !important;
    border-bottom: 1px solid #f0f6fb;
    width: 100%;
    padding-bottom: 6px;
}
    
}

@media only screen and (max-width: 750px) {
  .navbar-dark .navbar-brand {
    color: #fff;
    max-width: 300px !important;
    min-width: auto !important;
  }
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-toggler {
    padding: 0.05rem 0.35rem;
  }
}

@media only screen and (max-width: 576px) {

  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
    padding-top: 10px;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 450px) {
  .navbar-dark .navbar-brand {
    max-width: 100% !important;
    min-width: auto !important;
  }

  span.navbar-top-block-item-icon img {
    width: 20px;
  }
  ul.navbar-top-block-item li {
    color: #333333;
    font-weight: 600;
    padding: 0 0px;
  }
}

/* ////////////////////////navbar ends here/////////////////////////// */

/*////////////////////////////////////home banner starts here///////////////////////////////////////*/

section#home_banner_section_202010_01 {
    position: relative;
    padding: 0 0 0px 0;
        padding-bottom: 0px;
    padding-bottom: 120px;
}
section#home_banner_section_202010_01::before {
  content: "";
  position: absolute;
  background-color: #2d5972;
  left: 0;
  top: 0;
  width: 71%;
  height: 100%;
}

@media only screen and (max-width: 1700px) {
#header::before {
    width: 68%;
}
  section#home_banner_section_202010_01::before {
    width: 68%;
  }
}

@media only screen and (max-width: 1500px) {
  #header::before {
    width: 65%;
  }
  section#home_banner_section_202010_01::before {
    width: 65%;
  }
}

@media only screen and (max-width: 1400px) {
  #header::before {
    width: 64%;
  }
  section#home_banner_section_202010_01::before {
    width: 64%;
  }
}

@media only screen and (max-width: 1300px) {
  #header::before {
    width: 62%;
  }
  section#home_banner_section_202010_01::before {
    width: 62%;
  }
}

@media only screen and (max-width: 1100px) {
#header::before {
    width: 74%;
}
  section#home_banner_section_202010_01::before {
    width: 74%;
  }

section#home_banner_section_202010_01 {
    position: relative;
    padding: 20px 0;
        padding-bottom: 20px;
    padding-bottom: 50px;
    padding-bottom: 120px;
}
    
}
@media only screen and (max-width: 1000px) {
  #header::before {
    width: 75%;
  }
  section#home_banner_section_202010_01::before {
    width: 75%;
  }

}

@media only screen and (max-width: 991px) {
  #header::before {
    width: 65%;
  }
  section#home_banner_section_202010_01::before {
    width: 65%;
  }
    
    
}


@media only screen and (max-width: 850px) {
  #header::before {
    width: 58%;
  }
  section#home_banner_section_202010_01::before {
    width: 58%;
  }
 
header#header {
    background-color: #fff;
    height: 150px;
}
  
#menu-primary {
    position: absolute;
    left: 0;
    bottom: -50px;
}
    
#menu-primary li a {
    text-shadow: none;
    padding: 0 10px;
    color: #fff;
    font-size: .95rem;
}
section#home_banner_section_202010_01 {
    position: relative;
    padding: 50px 0;
        padding-bottom: 50px;
    padding-bottom: 100px;
}
    
    
}


@media only screen and (max-width: 767px) {
  #header::before {
    width: 45%;
  }
  section#home_banner_section_202010_01::before {
    width: 45%;
  }
    #menu-primary {
    position: relative;
}
section#home_banner_section_202010_01 {
    position: relative;
    padding: 0px 0;
    padding-bottom: 100px;
}
	
#menu-primary {
    position: absolute;
    left: 0;
    bottom: -20px;
    top: 60px;
    width: 100%;
}
    
#navbarNav {
    height: 0;
    background-color: #2d5972;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    transition: 0.25s;
}
	
}



.home_banner_block_202010_01 {
  position: relative;
}
.home_banner_text_block_202010_01 {
  position: absolute;
  top: 30%;
  left: 80px;
}

.home_banner_text_block_202010_01 h1 {
  color: #1d1d1b;
}
button.btn-green {
  background-color: #3aaa35;
  border: 0;
  padding: 15px 20px;
  color: #fff;
  margin-top: 20px;
	cursor:pointer;
	transition:.25s;
}

button.btn-green:hover{
	background-color:#009fe3 !important;
	transition:.25s;
}

@media only screen and (max-width: 991px) {
  .home_banner_block_202010_01 img {
    height: 70vh;
    object-fit: cover;
    object-position: 70% 50%;
  }
  .home_banner_text_block_202010_01 {
    position: absolute;
    top: 30%;
    left: 40px;
  }
}

/*////////////////////////////////////home about starts here///////////////////////////////////////*/

section#home-second-block-section {
  position: relative;
  padding: 60px 0;
}

section#home-second-block-section::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #d1dde0;
  width: 50%;
  height: 60%;
}

.about-second-block-01-img {
  margin-bottom: 25px;
}

span.text-color-green {
  display: block;
  color: #3aaa35;
  font-size: 1.5rem;
}

h2.color-blue {
  color: #009fe3;
  font-size: 3rem;
  margin-top: 20px;
}
.inner-text-block {
  padding-left: 100px;
}
.inner-text-block h3 {
  color: #575756;
}
.how-do-start-text {
  margin-bottom: 50px;
  position: relative;
}

.how-do-start-text ul {
    margin: 0em !important;
        margin-top: 0em;
    margin-top: 40px !important;
    padding-left: 25px;
}
.how-do-start-text ul li {
  font-size: 2rem;
}

@media only screen and (max-width: 1400px) {
  section#home-second-block-section::before {
    width: 50%;
    height: 57%;
  }
}

@media only screen and (max-width: 991px) {
  .inner-text-block {
    padding-left: 20px;
  }
  .row.align-items-end.margin-bt-30 {
    align-items: flex-start !important;
  }

  h2.color-blue {
    color: #009fe3;
    font-size: 2.4rem;
    margin-top: 20px;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .how-do-start-text ul li {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .inner-text-block {
    color: #575756;
    padding-left: 0px;
  }
  section#home-second-block-section::before {
    width: 60%;
    height: 68%;
    display: none;
  }

  .how-do-start-text::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -40px;
    background-color: #d1dde0;
    width: 70%;
    height: 120%;
    z-index: -1;
  }

  .how-do-start-text ul li {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 576px) {
  h2.color-blue {
    font-size: 2rem;
  }
  .how-do-start-text ul li {
    font-size: 1.5rem;
  }
  section#home-second-block-section::before {
    width: 70%;
    height: 53%;
  }
}

/*

////////////////////////subscribe-form/////////////////////////
*/
section#subscribe-form-section {
    padding: 50px 0;
    display: none;
}
.subscribe-form-block {
  background-color: #662383;
  padding: 30px;
}
.subscribe-form-block h3 {
  color: #fff;
  margin-bottom: 0;
}

.subscribe_form {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0;
}
.subscribe_form:focus {
  outline: none;
}
.subscribe_form .form-control {
  border: none;
}
.subscribe_form .form-control:focus {
  box-shadow: none;
}
input.form-control {
  border: 0;
  height: 60px;
  font-size: 1.5rem;
}

span.input-group-btn {
  background-color: #3aaa35;
  display: flex;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
  margin-left: -10px;
  z-index: 4;
}
button.btn-green-subscribe {
  background-color: #3aaa35;
  border: 0;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
}

.subscribe_form button:hover,
.subscribe_form button:focus,
.subscribe_form button:active,
.subscribe_form button:visited {
  color: #fff;
  background-color: rgba(14, 208, 133, 0.77);
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover:before,
.subscribe_form button:focus:before,
.subscribe_form button:active:before,
.subscribe_form button:visited:before {
  background-color: rgba(14, 208, 133, 0.77);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #0ed085;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form .input-group-btn:last-child > .btn,
.subscribe_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}

/*////////////////////////footer////////////////////
*/

footer#footer-section {
  background-color: transparent;
  padding: 20px 0 20px;
}
.footer-border {
  width: 100%;
  border-top: 1px solid #575756;
}
.footer-text {
  margin-top: 10px;
  color: #7b7b7b;
}
.footer-text.align-items-center {
  text-align: right;
}

/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.top-btn.active {
  bottom: 2%;
}
.top-btn {
  position: fixed;
  bottom: 102%;
  right: 30px;
  color: #ffffff;
  font-size: 30px;
  background: #f0543f;

  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 2s;
  transition: 2s;
  z-index: 1;
}
.top-btn a {
  display: block;
}

.top-btn a:focus {
  outline: none;
}

.top-btn .bx-fade-up {
  -webkit-animation: fade-up 3s infinite linear;
  animation: fade-up 3s infinite linear;
}
.bx-chevrons-up::before {
  content: "" !important;
  background-image: url(../svg/arrow.svg);
  width: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
  height: 40px;
}
/* 
//////////////////////////////////////// */

.enquiry-service-block {
  position: relative;
}

.enquiry-service-item {
  position: fixed;
  bottom: 30%;
  z-index: 1000;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: inherit;
  background-color: #179bd7;
  padding: 15px 5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #333;
  transition: 0.25s;
}
.enquiry-service-item:hover {
  background-color: #333;
  color: #179bd7;
  transition: 0.25s;
}

.enquiry-service-item:hover a {
  color: #179bd7;
  transition: 0.25s;
  font-weight: 600;
}

.enquiry-service-item a {
  color: #333;
  font-weight: 600;
}

section#members-section {
  padding: 60px 0;
}

.number-item {
  text-align: center;
  margin-bottom: 20px;
}
.number-item h2 {
  margin-bottom: 5px;
}
.number-item h6 {
  font-size: 1.2rem;
  font-weight: 600;
}

#members-section .section-title-block .section-title {
  background-color: #fff;
}
.member-block-item {
  max-width: 220px;
  margin-top: 20px;
}
.member-block-item img {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .member-block-item {
    max-width: 220px;
    margin-top: 20px;
    margin: 0px auto;
  }

  .number-item h6 {
    font-size: 1rem;
    font-weight: 600;
  }

  .col-lg-4.col-md-4.col-sm-4.col-xs-4.mobile-view {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .footer-logo img {
    width: 100%;
    width: 100px;
  }
  .footer-text {
    margin-top: 10px;
    color: #7b7b7b;
    text-align: center;
  }
  .footer-text.align-items-center {
    text-align: center;
  }
}
/* 
///////////////////////////////about page//////////////////////////////// */

section#inner_banner_section_202010_01 {
  background-color: #f0f6fb;
  padding: 50px 0;
}
.inner-banner-text h3 {
  margin-bottom: 0;
  color: #586065;
}
section#about-second-block-section {
  position: relative;
  padding: 60px 0;
}
section#about-second-block-section-01 {
  padding: 80px 0 60px 0;
  position: relative;
}

.inner-text-block h4 {
  color: #575756;
  margin-top: 22px;
  line-height: 1.3;
}

/* ///////////////////////////////////service-page///////////////////////////////////// */

.about-second-block-01-text ul li {
  font-size: 1.2rem;
  color: #575756;
}
.about-second-block-01-text ul {
    padding-left: 20px;
    margin: 0;
}
/* /////////////////////////////////////////////register page/////////////////////////////////////////// */

section#register-second-block-section-01 {
  padding: 60px 0;
}

div#frmContact {
  padding-top: 40px;
}
.demoInputBox {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.1rem;
  padding: 15px 10px !important;
  border: 1px solid #000 !important;
}
textarea#content {
  height: 125px;
}

.demoInputBox:focus {
  outline: none;
}
.enquiry-btn {
  background-color: #3aaa35 !important;
  border: 0 !important;
  padding: 12px 18px !important;
  color: #fff !important;
    cursor: pointer;
}
.success {
  color: #3aaa35;
}
.error {
  color: red;
}

.contact-details {
  margin-top: 40px;
}
.contact-details span {
  display: block;
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 20px;
}
.contact-details p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  form.subscribe-form {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  input.form-control {
    font-size: 1.2rem;
  }
}



.blog-image {
    margin-bottom: 15px;
}
.blog-block h4 a {
    color: #575756;
}
.event-date {
    margin-bottom: 9px !important;
    display: block;
}



#second-block-section {
    padding: 60px 0;
    position: relative;
    display: none;
}

#second-block-section::before {

    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f0f6fb;
    width: 100%;
    height: 100%;

}

.client-speak-item-inner h4 {
    font-size: 1rem;
}
#client-speak {
    margin-top: 20px;
}

.flexslider2 {
    border-top: 1px solid #333333;
    padding-bottom: 40px;
}
#client-speak .item {
    padding: 0px 20px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 4px;
    transform: translateZ(0);
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	overflow:hidden;
	transition:.25s;
}
#client-speak .item:hover{
    transform: translate(0, -4px);
    z-index: 999;
	transition:.25s;
}


button.owl-next span {
  color: #fff;
  border: 0px solid #333;
  display: block;
  text-align: center;
  padding-top: 0;
  font-size: 2.5rem;
  background-color: #3aaa35;
  margin-left: 5px;
}

.owl-nav button span:hover{
	background-color:#009fe3 !important;
	transition:.25s;
}


button.owl-prev span {
    color: #fff;
    border: 0px solid #333;
    display: block;
    text-align: center;
    padding-top: 0;
    font-size: 2.5rem;
    background-color: #3aaa35;
    margin-right: 5px;
}
.owl-nav {
    position: absolute;
    right: 0px;
    bottom: -60px;
    border-radius: 3px;
}
.owl-prev {
    width: 50px;
}
.owl-next {
    width: 50px;
}