@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #313030;
}

a {
  color: #ff5821;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ff5821;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ff774a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid rgb(64, 192, 135);
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar{
  padding: 0 1rem;
}

.navbar .navbar-brand{
  margin: 0;
  padding: 5px 0;
}

.navbar .navbar-collapse{
  background: #FFF;
  z-index: 999;
}

.navbar .navbar-nav .nav-item .nav-link{
  padding-right: 20px;
  padding-left: 20px;
  color: #18A859;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar .navbar-toggler{
  color: #18A859;
  outline: none;
}

.navbar .navbar-nav .nav-item.active .nav-link{
  color: #FFF;
  background: #18A859;
}

.navbar .navbar-nav .nav-item.active1 .nav-link{
  color: #FFF;
  background: #D1AA67;
}
.navbar .navbar-nav .nav-item.active1:hover .nav-link{
  color: #FFF;
  background: #D1AA67 !important;
}

.navbar .navbar-nav .nav-item .nav-link.linkspace:hover{
  color: #FFF;
  background: #D1AA67 !important;
}



.navbar .navbar-nav .nav-link.activeGold:hover {
  color: #FFF;
  background: #FDB815 !important;
}

.navbar .navbar-nav .nav-link.activeGold:focus {
  color: #FFF;
  background: #FDB815 !important;
}


.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:hover{
  color: #FFF;
  background: #18A859;
}

@media (max-width: 992px){
  .navbar .navbar-nav .nav-item .nav-link{
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
  }
}

@media (min-width: 992px){
  .navbar .navbar-nav .nav-item{
    margin-right: 2px;
  }

  .navbar .navbar-nav .nav-item:last-child{
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
  overflow: hidden;
} */

.section-bg {
  background-color: #fff9f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}

.bg1{
  background: #F3F8FA;
}




/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
	margin-top:80px;}

.breadcrumb {
  margin: 0;
  padding: 15px 0;
  background: transparent;
}

.breadcrumb h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumb ol li + li {
  padding-left: 10px;
}

.breadcrumb ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

.breadcrumb li,
.breadcrumb li a{
  color: #000;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#slider .carousel-caption {
  /*position: absolute;
  right: 40%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;*/

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  text-align: left;
  background: #000;
  background: -webkit-gradient(left top,left bottom,color-stop(transparent 0),color-stop(#000 90%));
  background: linear-gradient(180deg,transparent 0,#000 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent",endColorstr="#000",GradientType=0);

}

#slider .carousel-caption p{
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
}

#slider .carousel-caption p span{
  font-size: 41px;
  font-weight: 500;
}

#slider .carousel-item {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#slider img {
  width: 100%;
  height: auto;
}

#slider .carousel-control-prev, 
#slider .carousel-control-next {
  z-index: 10;
}

.modal.stpro .modal-body {
	padding:1.2em 1em 2em !important; 
	max-height: 600px;
    overflow-x: auto;
	}

.stproinst 	{
	font-size:1.1rem;}

.modal.stpro .close {
	top:0px;
	right:2px;}
	
.stprobtn {	
	padding: 2px 12px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    background: #47C28C;
    border-color: #47C28C;
    border-radius: 5px;
	margin-bottom:10px;
	text-transform:uppercase;
	}

h4.stpro {
 margin: 0.7rem 1rem 0.5rem 0rem !important;}
 
h5.stpro {
 margin: 0.5rem 1rem 0.3rem 0rem !important;}
 
.stprodesc {
	margin-top:20px;}
	
img.logo {
	max-width:137px;}
	
	
.custom-tabs .nav .nav-item .nav-link.eq,
.custom-tabs .nav .nav-item .nav-link.eq.active {
	color: #17a859;
	font-size:12px;
	font-weight:bold;
	padding:10px 20px;
	border-radius:3px;
	margin:0px 15px;
	border:1px solid #c3c3c3;
	background-color:#fff;
	-moz-box-shadow: 0px 5px 5px 0px #d1d1d1;
  	-webkit-box-shadow: 0px 5px 5px 0px #d1d1d1;
	box-shadow: 0px 5px 5px 0px #d1d1d1;
	
	}
	
.custom-tabs .nav .nav-item .nav-link.eq:hover,
.custom-tabs .nav .nav-item .nav-link.eq.active:hover {
	-moz-box-shadow: 0px 3px 3px 0px #d1d1d1;
  	-webkit-box-shadow: 0px 3px 3px 0px #d1d1d1;
	box-shadow: 0px 3px 3px 0px #d1d1d1;
	}


.custom-tabs .nav .nav-item .nav-link.eq img {
	margin:0 7px 0 0;}

@media (max-width: 767px){
  #slider .carousel-caption p,
  #slider .carousel-caption p span{
    font-size: 16px;
  }
}



/*--------------------------------------------------------------
# RFS
--------------------------------------------------------------*/
.rfs p{
  color: #000;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

/*--------------------------------------------------------------
# Ambani
--------------------------------------------------------------*/
.pro{
  position: relative;
  background: #000;
}

.pro img{
  position: relative;
}

.pro h4{
  position: absolute;
  top: 16%;
  right: 4%;
  width: 50%;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 22px;
  text-align: center;
}

.pro h4 small{
  position: relative;
  margin: 30px 0 0;
  padding: 10px 0 0;
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.pro h4 small::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  height: 1px;
  width: 80px;
  background: #FFF;
  text-align: center;
}

@media (max-width: 776px){
  .pro{
    margin-bottom: 20px;
  }

  .pro h4{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 20px;
  }
  
  h4.stpro {
 	margin: 0.2rem 1rem 0.5rem 0rem !important;}
}

@media (min-width: 767px) and (max-width: 991px){
  .pro h4{
    top: 2%;
    width: 54%;
    font-size: 12px;
    line-height: 18px;
  }

  .pro h4 small{
    margin: 24px 0 0;
  }
}

@media (min-width: 991px) and (max-width: 1200px){
  .pro h4{
    top: 4%;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
.info-header{
  padding: 10px 15px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: #D1AD6E;
}

.info-green-header{
  background: #18A859;
}

.info-content{
  padding: 20px 40px;
  background: #F3F8FA;
}

.info-content p{
  color: #383336;
  font-size: 15px;
  font-weight: 400;
}

.info-content h4{
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.box{
  background: #FFF;
}

.box.sm-box{
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
}

.disclaimer{
  padding: 20px;
  background: #f1f1f1;
}

.disclaimer p{
  margin: 0;
  font-size: 12px;
}

.status{
  font-size: 18px !important;
}

.box-green{
  background: #1BB560;
}

.box-gold{
  background: #c5984c;
}

.citibox {
  min-height:170px;
}

@media (max-width:767px) {
  .citibox {
    min-height:0px;
  }
}

.box-green .box-header{
  color: #FFF !important;
}

.box .box-header{
  padding: 20px 40px 0px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.box .box-content{
  padding: 20px 40px;
}

.box .box-content.sm-box-content{
  width: 100%;
  max-width: 250px;
}

.box .box-content .list-view p{
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.box-green .box-content .list-view p{
  color: #FFF !important;
}

.box .box-content .list-view p::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/rArrow.png) no-repeat;
}

/* .box-green .box-content .list-view p::before{
  border-left: 10px solid #FFF !important;
} */

.value-list .media .media-body{
  
  font-size: 18px;
  line-height: 24px;
  color: #383336;
}

.value-list .media .media-body h5{
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px){
  .info-content {
    padding: 20px;
  }

  .box .box-header{
    padding: 20px 20px 0;
  }

  .box .box-content{
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.btn-theme{
  padding: 10px 20px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  background: #47C28C;
  border-color: #47C28C;
  border-radius: 0;
}

.form-control{
  background: #EFEFEF;
  border-top: 2px solid #D1AD6E;
}

/*--------------------------------------------------------------
# Criteria
--------------------------------------------------------------*/
.criteria{
  padding: 40px 40px 25px;
  background: #FFF4E2;
}

.criteria h4{
  margin: 0 0 15px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.criteria p{
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Scholars
--------------------------------------------------------------*/
.scholars-box{
  margin: 0 auto;
  padding: 50px;
  background: #F3F8FA;
  text-align: center;
  min-height: 290px;
}

.scholars-box img{
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}

.scholars-box h4{
  margin: 10px 0;
  padding-top: 20px;
  color: #383336;
  font-size: 16px;
  font-weight: 600;
}

.scholars-box p{
  margin: 0;
  padding: 0 0 10px;
  color: #383336;
  font-size: 14px;
  font-weight: 400;
}

.scholars-box a{
  margin: 0;
  padding: 0;
  color: #18A859;
  font-size: 14px;
  font-weight: 400;
}

.owl-nav, .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(179, 179, 179, 1) !important;
  outline: none !important;
}

.owl-dot.active {
  /*background-color: #ff5821 !important;*/
  background-color: #47C28C !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# APPLICATION RESOURCES 
--------------------------------------------------------------*/
.application-r {
  margin: 0 auto;
  /* padding: 10px; */
  background: #FFF;
  /* text-align: center; */
}

.thumbnail-div {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.application-r h4{
  margin: 15px 0 10px 0;
  color: #383336;
  font-size: 16px;
  font-weight: 500;
}
.playIcon {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  z-index: 1;
}
.dropOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.1;
  width: 100%;
    height: 100%;
}

@media screen and (min-width : 768px) and (max-width : 1000px) {
  .playIcon {
    top: 48px;
  }
}

@media (max-width: 767px) {
  .playIcon {
    top: 71px;
  }
}
/*--------------------------------------------------------------
# Big Video 
--------------------------------------------------------------*/
.big-video {
  padding: 0 0 40px 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ff5821;
  background: #fff1ed;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #473d3a;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #7f6d68;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #635551;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ff5821;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #ffa587;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ff5821 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #ff5821;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #473d3a;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.custom-tabs .nav .nav-item .nav-link{
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  background: #FFF;
  border: 1px solid #C3C3C3;
}

.custom-tabs .nav .nav-item .nav-link.active{
  color: #FFF;
  background: #18A859;
  border-color: #18A859;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.custom-accordion {
  margin: 0;
}

.custom-accordion .faq .card {
  margin: 0;
  border: none;
  border-bottom: 1px solid #FFF;
}

.custom-accordion .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: 0;
  padding: 0;
}

.custom-accordion .faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #D1AD6E;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
}

.custom-accordion .faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

.custom-accordion .faq .card .card-header .btn-header-link.collapsed {
  background: #D1AD6E;
  color: #fff;
}

.custom-accordion .faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.custom-accordion .faq .card .collapsing {
  background: #F3F8FA;
  line-height: 30px;
}

.custom-accordion .faq .card .collapse {
  border: 0;
}

.custom-accordion .faq .card .collapse.show {
  background: #F3F8FA;
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ff5821;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0 0 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #473d3a;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #ff5821;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #afa29e;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #988782;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #ff5821;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ff774a;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #313030;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #473d3a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #988782;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #c2b7b4;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #ff5821;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #afa29e;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #a4a2a2;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #313030;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #ff5821;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #473d3a;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #afa29e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #473d3a;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #ff5821;
}

.blog .blog-pagination {
  color: #7f6d68;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid #f2f2f2;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #989595;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #ff5821;
  border: 1px solid #ff5821;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid #fdfcfc;
}

.blog .blog-pagination li.disabled i {
  color: #dedede;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #473d3a;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #473d3a;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #635551;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #8d7973;
}

.blog .sidebar .categories ul a:hover {
  color: #ff5821;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #afa29e;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0f0d0c;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #ff5821;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #afa29e;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8d7973;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f4f2f2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #ff5821;
  background: #ff5821;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ddd7d6;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sub-footer{
  background: #fad88f url(../img/foot-sand.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}

.foot-title {
  color: #966702;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'robotoregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.foot-text {
  line-height: 1.5em;
  color: #1f1501;
  font-weight: normal;
}

.foot-sub-link-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-sub-link-list a{
  position: relative;
  padding: 5px 0 5px 20px;
  display: inline-block;
  color: #6f4302;
  font-size: 0.96em;
  line-height: 1.3em;
}

.foot-sub-link-list a::before{
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #6f4302;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.foot-sub-link-list.na-list a{
  padding: 5px 0;
}

.foot-sub-link-list.na-list a::before{
  display: none;
}

.foot-sub-link-list a::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 0 auto;
  height: 1px;
  width: 0px;
  background: #6f4302;
  text-align: center;

  transition: all ease .5s;
}

.foot-sub-link-list a:hover::after{
  width: 100%;
}

.footer {
  background: url(../img/foot-bg.png) repeat top center;
  border-top: 1px solid #8d7032;
  color: #ffe3a8;
  font-size: .96em;
  margin: 0;
  padding: 1em 0;
  text-align: center;
}

.footer p{
  margin: 0;
  padding: 0;
  color: #FFF;
}

.footer p a{
  color: #FFF;
}


h2.common-title {
  position: relative;
    text-decoration: none;
    display: block;
    color: #d3ab6e;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.25em;
    padding-bottom: .25em;
    font-size: 1.8em;
}

h2.common-title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 45.5%;
    background-color: #3ebd88;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

h3.subheader {
  padding: 40px 0px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}


.close {
  position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    padding: 10px !important;
}

.modal-body {
    padding: 2rem;
}

.modal-body h3 {
  color: #D1AD6E;
    font-size: 22px;
    font-weight: 900;
}

.modal-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}


.modal-dialog {
  flex-grow: 1;
}
@media (max-width: 575px){
	.modal.stpro .modal-body {
		text-align:center;
  }
	
	h4.stpro {
		margin: 1rem 1rem 0.5rem 1rem !important;
	}
	
	h5.stpro {
    margin: 0.5rem 0.5rem 0.3rem 0.5rem !important;
  }
	
}	
/*--------------------------------------------------------------
# New Landing Page 
--------------------------------------------------------------*/
.slogan {
  font-weight: 700;
  font-size: 29px;
  text-transform: uppercase;  
  color: #FFFFFF;  
  padding-bottom: 20px;
  padding-left: 75px;
  
}
.slogan span {
  font-size: 43px;
  display: block;
  line-height: 40px;
}

.sectionHeading {  
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;  
  color: #D1AA67;  
  padding-bottom: 40px;
}

.block {
  padding-top: 40px;
  overflow: hidden;
}

.block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
   color: #666666;
}

.block p:last-child{
  margin-bottom: 0rem;
}

.blockTo {
  padding: 40px 0;
  overflow: hidden;  
}

.fristCol {
  padding: 40px 0;
  margin-bottom: 30px;
  min-height: 453px;
}

.clsPosition {
  position: relative;
}

.changeClrB {
  background: #F3F8FA;
  padding: 40px 0;
  width: 100%;
  display: block;
}

.firstPara {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 20px;
}

.rightImage {
  position: absolute;
  top: -120px;
  right: 0px;
}

.greenHeading {
  font-weight: 900;
  font-size: 36px;
  line-height: 35px;  
  color: #18A859; 
  padding-bottom: 20px;  
}

.goldenHeading {
  font-weight: 900;
  font-size: 36px;
  line-height: 35px;  
  color: #D1AA67;   
  padding-bottom: 20px;
}

.whiteHeading {
  font-weight: 900;
  font-size: 36px;
  line-height: 35px;  
  color: #fff;   
  padding-bottom: 20px;
}

.aboutUGPG {
  padding-bottom: 40px;
}
.aboutUg {
  padding: 40px;
  background: #F3F8FA;
}
.aboutPg {
  padding: 40px;
  background: #FFF8EC;
}
.headIcon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.headIcon.golden {
  background: #D1AA67;
}
.headIcon.green {
  background: #18A859;
}
.aboutTxt {
  margin-bottom: 20px;
}
.aboutTxt p{
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
}
.aboutHead {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.about-Ug {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;  
  color: #000000;
}
.scholar {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;  
  color: #D1AA67;
}

.scholar-1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;  
  color: #18A859;
}

.knowMore {
  background: #18A859;
  align-items: center;
  padding: 10px 24px;
  font-weight: 500;
  color: white;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #18A859;
}

.knowMore:hover {
  color: #18A859;
  background: white;
}

.knowMore-1 {
  background: #D1AA67;
  align-items: center;
  padding: 10px 24px;
  font-weight: 500;
  color: white;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #D1AA67;
}

.knowMore-1:hover {
  color: #D1AA67;
  background: white;
}

.knowMore-2 {
  background: #fff;
  align-items: center;
  padding: 10px 24px;
  font-weight: 500;
  color: #D1AA67;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.knowMore-2:hover {
  color: #fff;
  background: #D1AA67;
}

.knowMore-3 {
  background: #fff;
  align-items: center;
  padding: 10px 24px;
  font-weight: 500;
  color: #18A859;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.knowMore-3:hover {
  color: #fff;
  background: #18A859;
}

.colBlue {
  background: #F3F8FA;
  padding: 40px;
}
.colGreen {
  background: #18A859;
  padding: 40px;
}
.colGreen h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;  
  padding-top: 30px;  
}

.colGolden {
  background: #D1AA67;
  padding: 40px;
}

.colGolden h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;  
  padding-top: 30px;  
}

.colGolden p {
  font-weight: 700;
  color: #FFFFFF;  
}

ul.featuresList {
  margin: 0 0 0 30px;
  padding: 0;
}

ul.featuresList li {
  list-style: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  position: relative;
  padding: 15px 0 15px 0;
  text-align: left;
}

ul.featuresList li:not(:last-child){  
  border-bottom: 1px solid #BFDDE9;
}

ul.featuresList li:before {
  content: '';
  position: absolute;
  top: 19px;
  left: -30px;
  width: 16px;
  height: 16px;
  background: url('../img/rightArrow.png');
}
ul.insideList {
  margin: 0;
  padding-left: 15px;
}
ul.insideList li {
  border-bottom: 0 !important;
  padding: 5px 0 5px 0 !important;
  font-size: 14px !important;
  text-align: left;
}
ul.insideList li:before {

  position: absolute;
  top: 16px;
  left: -15px;
  width: 3px;
  height: 3px;
  background: #666666;
  border-radius: 13px;
}
#section {
  word-wrap: break-word;
  text-align: center;
}

.moretext {
  display: none;
}

.article {
  display: block;
  margin-bottom: 30px;
}

.linkBold {
  font-weight: bold;
  color: black;
}

.videoHeading {
  font-weight: 900;
    font-size: 36px;
    line-height: 49px;
    color: #D1AA67;
    padding-top: 30px;
}

.yearDiv-1 {
  color: #18A859;  
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 18px;
}

.yearDiv-2 {
  color: #D1AA67;
  font-weight: bold;  
  padding-bottom: 15px;
  font-size: 18px;
}

.colGreen .videoHeading, .colGreen .yearDiv, .colGreen p {
  color: #fff; 
}

.clickHere  {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;  
  text-decoration-line: underline;
  text-transform: uppercase;  
  color: #FFFFFF;
  display: block;
  padding-top: 7px;
}


#accordionExample .card {
  margin-top: 10px;
}

#accordionExample .card-header:before,
#accordionExample .card-header.collapsed:before{
    display: none;
    content: "";
    background: url(../img/downA.png) no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 28px;
    right: 25px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
#accordionExample .card-header.collapsed:before{
  transform: rotate(0);
}

#accordionExample .card-header .btn-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-left: 0;
}

#accordionExample .card-header .btn-link:hover {
  text-decoration: none;
}

#accordionExample .card-header .btn-link img {
  margin-right: 15px;
}

.block .accordion>.card, .block .accordion>.card>.card-header {
  border: 0px
}

.block .accordion>.card>.card-header {
  cursor: pointer;
}

.block .accordion .card-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-left: 87px;
}

.accordion>.card:nth-child(odd) {
  background: #FFF8EC;
  }
.accordion>.card:nth-child(even) {
  background: #F3F8FA;
}

.btnMor {
  background: #18A859;
  align-items: center;
  padding: 2px 12px;
  font-weight: 500;
  color: white;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #18A859;
}

.btnMor:hover {
  color: #18A859;
  background: white;
}

.scholars1 .owl-nav, .scholars1 .owl-dots {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 30px;
  color: #7f7f7f;
}

.scholars1 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: absolute;
}

.scholars1 .owl-prev {
  left: -25px;
}

.scholars1 .owl-next:focus-visible, .scholars1 .owl-prev:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.marginTop30 {
  margin-top: 20px;
}

.owl-next:focus, .owl-prev:focus {
  outline: none;
}
.owl-next:focus-visible, .owl-prev:focus-visible {
  outline: none;
}

button:focus-visible {
  outline: none;
  box-shadow: none;
}

*, ::after, ::before {
  outline: none;
}

.processB {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 15px;
}

.processB .cirleImg {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.10);
}

.processB .processHead {
  padding: 50px 20px 20px 20px;
  background: #18A859;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.processB .processHead span {
  display: block;
  font-size: 16px;
}

.processB .processHeadGold {
  padding: 50px 20px 20px 20px;
  background: #D1AA67;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.processB .processHeadGold span {
  display: block;
  font-size: 16px;
}

.processB .processBody {
  padding: 20px;
  background: #fff;
  border: 1px solid #efe8e8;
  /* -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25); */
}

/* .processB .processBody .headTxt1 {
  color: #D1AA67;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  text-transform: uppercase;
} */

.processB .processBody .headTxt1 {
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}

.processB .processBody .headTxt1 span{
  font-weight: normal;
  font-size: 16px;
}

.processB .processBody .bodyTxt2 {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}