@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#0289e2;
  border-radius:30px;
  padding:15px 25px;
}

.btn1:hover{
  background:#63295f;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#63295f;
  border-radius:30px;
  padding:15px 25px;
}

.btn2:hover{
  background:#0289e2;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#050505;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}
/*---extra style css---*/
.radious-img{
	border-radius: 10px 10px 10px 10px;
	border: 3px solid #0289E2;
}

.img-box{
	border-radius:20px;
	min-height: 550px;	
	background-color: #0289E2;
}
.box-lg{
	min-height: 700px !important;
}
.img-box img{
	border-radius: 20px 20px 0px 0px;
	border-bottom: solid 4px #0289E2;
}
.img-box-sm{
	border-radius: 30px;
	min-height: 450px;	
	background-color: #0289E2;
}

@media (max-width: 991.98px) {
  .img-box, .img-box-sm{
    min-height: auto;
	padding: 0px;
  }	
}
.bg-violet{
	background-color: #DCCEFF !important;
}
.bg-yellow{
	background-color: #FFFBC4 !important; 
}
.bg-orange{
	background-color: #FFC75D !important; 
}

/* ===== Hea
 * der Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  margin:0; 
  padding:30px 0;
  transition:all 500ms ease-in-out; 
}

.navbar-default .container{
  position:relative;
}

.header_logo{
  position:absolute;
  width:170px;
  background:#fff;
  left:0;
  top:-30px;
  text-align:center;
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  border-radius:0 0 100px 100px;
  padding:20px 20px 40px;
  transition:all 500ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    padding:15px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:130px;
  }

}

.home_banner{
  margin-top:108px;
}

#img-container{
  display:flex;
  flex-wrap:wrap;
  width:102%;
  overflow:hidden;
}

.h_banner_item{
  width:25%;
  margin-right:-2.5px;
  margin-left:-2.5px;
  padding-right:0px;
  padding-left:0px;
  position:relative;
  overflow:hidden;
}

.h_banner_item:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.4);
  left:0;
  top:0;
  opacity:0;
  visibility:hidden;
}

.h_banner_item:hover:before,
.h_banner_item:hover .banner_big_title{
  opacity:1;
  visibility:visible;
}

.img-expand{
  height:600px;
  object-fit:cover;
}

.banner_big_title{
  position:absolute;
  width:420px;
  left:0;
  right:0;
  bottom:10%;
  background:#fff;
  border-radius:20px;
  font-family: "Agbalumo", system-ui;
  font-size:47px;
  color:#020202;
  line-height:54px;
  margin:0 auto;
  padding:15px;
  opacity:0;
  visibility:hidden;
}

.h_banner_title{
  font-family: "Agbalumo", system-ui;
  font-size:30px;
  color:#020202;
  line-height:36px;
  border-radius:15px;
  text-align:center;
  position:absolute;
  background:#fff;
  width:90%;
  left:0;
  right:0;
  bottom:10%;
  margin:0 auto;
  padding:15px;
}

.about_block,
.journey_block,
.news_block{
  padding:65px 0;
}

.about_content{
  background:url(../images/flower-img01.png) no-repeat left 4px;
  padding-left:35px;
}

.about_sm_title,
.serv_sm_title,
.test_sm_title,
.news_sm_title{
  font-size:24px;
  color:#d56510;
  line-height:26px;
  font-weight:500;
  letter-spacing:.05em;
  margin-bottom:10px;
}

.about_big_title,
.mission_big_title,
.choose_big_title,
.serv_big_title,
.journey_big_title,
.text_big_title,
.faq_big_title,
.news_big_title{
  font-family: "Agbalumo", system-ui;
  font-size:48px;
  color:#161616;
  line-height:55px;
  margin-bottom:25px;
}

.mission_block,
.choose_block,
.h_form_block,
.test_block{
  padding-bottom:65px;
}

.mission_box{
  background:#dcceff;
  border-radius:12px;
}

.mission_box .image{
  display:inline-block;
}

.mission_box .image img{
  border-radius:12px;
}

.mission_box .content{
  display:inline-block;
  width:68%;
  vertical-align:middle;
  padding:0 15px;
}

.mission_box .content .common_paragraph{
  font-size:15px;
  line-height:22px;
}

.mission_box.vision_box{
  background:#fffbc4;
}

.mission_box.value_box{
  background:#d9f0ff;
}

.mission_title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  border-bottom:1px solid #9fd54e;
  margin-bottom:10px;
  padding-bottom:10px;
}

.mission_box.vision_box .mission_title{
  color:#a97b09;
  border-bottom-color:#84c6f6;
}

.mission_box.value_box .mission_title{
  color:#01238c;
  border-bottom-color:#ef8362;
}

.value_list li{
  font-size:15px;
  color:#050505;
  line-height:22px;
  background:url(../images/right-arrow01.png) no-repeat left 4px;
  margin-bottom:10px;
  padding-left:28px;
}

.value_list li:last-child{
  margin-bottom:0;
}

.choose_content{
  background:#ffd586;
  border:1px solid #84c6f6;
  width:260px;
  height:260px;
  border-radius:50%;
  margin:0 auto;
  padding:45px 20px;
}

.choose_box:hover .choose_content{
  background:url(../images/choose-box-bg.jpg) no-repeat center center;
  background-size:cover;
}

.choose_title{
  font-size:18px;
  color:#020202;
  line-height:24px;
  font-weight:600;
  margin-bottom:10px;
}

.choose_box .common_paragraph{
  font-size:15px;
  line-height:23px;
}

.choose_box:hover .choose_title,
.choose_box:hover .common_paragraph{
  color:#fff;
}

.choose_icon{
  width:55px;
  height:55px;
  line-height:50px;
  background:#ffb106;
  border:2px solid #fff;
  border-radius:50%;
  margin:-28px auto 0;
}

.serv_block{
  background:#eaffcb;
  padding:50px 0;
}

.serv_top,
.serv_bottom{
  z-index:999;
}

.serv_block:after{
  content:"";
  position:absolute;
  width:40%;
  height:100%;
  background:url(../images/serv-bg.jpg) no-repeat right bottom;
  background-size:cover;
  border-radius:400px 0 0 400px;
  right:0;
  top:0;
}

.serv_sm_title{
  background:url(../images/flower-img02.png) no-repeat left top;
  background-size:25px;
  padding-left:35px;
}

.serv_box{
  border:1px solid transparent;
  border-radius:12px;
  padding:20px 15px 0;
}

.serv_box:hover{
  border-color:#ffb106;
}

.serv_img img{
  border-radius:12px;
}

.serv_content{
  min-height:175px;
}

.serv_content:before{
  content:"";
  position:absolute;
  width:100%;
  height:6px;
  background:#ffb106;
  border-radius:30px;
  left:0;
  top:0;
}

.serv_box:hover .serv_content:before{
  background:#9fd54e;
}

.serv_title{
  font-size:20px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  margin-bottom:15px;
}

.serv_btn{
  font-size:15px;
  color:#fff;
  line-height:17px;
  background:#638b16;
  border-radius:15px 15px 0 0;
  padding:12px 20px;
}

.serv_box:hover .serv_btn{
  background:#ffb106;
  color:#040404;
}

.journey_content{
  background:url(../images/flower-img03.png) no-repeat left 10px;
  background-size:45px;
  padding-left:60px;
}

.test_sm_title{
  background:url(../images/flower-img04.png) no-repeat left top;
  background-size:35px;
  padding-left:45px;
}

.sp-testimonial-free{
  background:#ffea98 !important;
  border-radius:0 20px 20px 20px !important;
  padding:20px;
}

.sp-testimonial-content p{
  color:#030303;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: "Agbalumo", system-ui !important;
  font-size:24px !important;
  color:#020202 !important;
  line-height:26px !important;
  letter-spacing:.03em !important;
  font-style:italic !important;
}

.faq_block{
  background:#bfd162;
}

.faq_img{
  margin-top:-30px;
}

.accordion-item{
  border:1px solid #209ceb !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:inherit;
  box-shadow:none !important;
  padding:12px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#209ceb;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.news_sm_title{
  background:url(../images/flower-img05.png) no-repeat left top;
  background-size:30px;
  padding-left:40px;
}

.news_img img{
  border-radius:30px 30px 30px 0;
}

.news_title{
  font-size:22px;
  color:#040404;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.news_cont ul{
  background:#bf4306;
  border-radius:30px;
  padding:12px 20px;
}

.news_cont ul a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
}

.news_cont ul a:hover{
  color:#000;
}

.news_post_date{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.h_map_block{
  line-height:0;
  margin-bottom:-100px;
}

.h_map_block iframe{
  width:100%;
  height:300px;
  border-radius:30px;
  margin-bottom:0;
}

#footer{
  background:#ffc75d;
  padding:50px 0 30px;
}

.home #footer{
  padding-top:150px;
}

.footer_top{
  border-bottom:1px solid #bf4306;
  margin-bottom:30px;
  padding-bottom:40px;
}

.ft_social li a{
  width:40px;
  height:40px;
  line-height:35px;
  border:2px solid #209ceb;
  text-align:center;
  border-radius:50%;
}

.ft_social li a:hover{
  background:#209ceb;
}

.footer_title{
  font-family: "Agbalumo", system-ui;
  font-size:26px;
  color:#020202;
  line-height:28px;
  letter-spacing:.03em;
  border-bottom:1px solid #020202;
  margin-bottom:20px;
  padding-bottom:15px;
}

.footer_title:before{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#209ceb;
  border-radius:50%;
  left:15%;
  bottom:-7px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.ft_contact .block:last-child{
  margin-bottom:0;
}

.footer_link li a,
.ft_contact_main{
  font-size:16px;
  color:#030303;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#209ceb;
}

.ft_contact .block{
  margin-bottom:15px;
}

.ft_contact .block .icon{
  display:inline-block;
}

.ft_contact .block .text{
  display:inline-block;
  width:92%;
  vertical-align:top;
  padding-left:10px;
}

.ft_contact_title{
  font-size:17px;
  color:#020202;
  line-height:20px;
  font-weight:600;
  margin-bottom:8px;
}

.ft_contact_main a{
  color:#030303;
}

.ft_abn_text{
  font-size:24px;
  color:#030303;
  line-height:26px;
  font-weight:600;
}

.footer_bottom .common_paragraph span{
  color:#074806;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#247c10;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#63295f;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50px;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/inner-banner01.jpg) no-repeat right top; !important;
  background-size:cover;
  margin-top:108px !important;
  padding:150px 0 130px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Agbalumo", system-ui;
  font-size:50px;
  color:#fff;
  line-height:58px;
  letter-spacing:.02em;
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#0289e2;
  line-height:75px;
  border-radius:50%;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: "Agbalumo", system-ui;
  font-size:24px;
  color:#030303;
  line-height:30px;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
  word-break:break-all;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#d56510;
}

.contact_form .block{
  margin-bottom:10px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:none;
  background:#ffc75d;
  font-size:16px;
  color:#040404;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#040404;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#040404;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #ffc75d !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  width:100%;
  font-size:17px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#6c8817;
  border:none;
  border-radius:30px;
  text-align:center;
  padding:16px 25px;
}

.contact_form .block .btn:hover{
  background:#63295f;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-family: "Agbalumo", system-ui;
  font-size:48px;
  color:#030303;
  line-height:55px;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#60255c;
}

.inner_sm_title{
  font-family: "Agbalumo", system-ui;
  font-size:26px;
  color:#050505;
  line-height:34px;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
	font-family: "Agbalumo", system-ui;
  font-size:46px;
  color:#0f1540;
  line-height:54px;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#7fab7d;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#63295f;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#bf4306;
}

#rmp-menu-wrap-46 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .serv_content{
    min-height:230px;
  }

  .sp-testimonial-free{
    min-height:280px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    padding:12px 0;
  }

  .header_logo{
    position:inherit;
    width:100px;
    background:none;
    box-shadow:none;
    border-radius:0;
    padding:0;
  }

  .home_banner{
    margin-top:96px;
  }

  #footer{
    padding-bottom:68px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:96px !important;
  }

  
}

@media screen and (max-width:767px){
  .about_block, 
  .journey_block, 
  .news_block,
  .serv_block{
    padding:35px 0;
  }

  .about_sm_title, 
  .serv_sm_title, 
  .test_sm_title, 
  .news_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .about_big_title, 
  .mission_big_title, 
  .choose_big_title, 
  .serv_big_title, 
  .journey_big_title, 
  .text_big_title, 
  .faq_big_title, 
  .news_big_title,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:18px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .mission_block, 
  .choose_block, 
  .h_form_block, 
  .test_block{
    padding-bottom:35px;
  }

  .mission_title{
    font-size:20px;
    line-height:24px;
  }

  .value_list li,
  .choose_box .common_paragraph{
    font-size:14px;
    line-height:21px;
  }

  .serv_block:after{
    display:none;
  }

  .serv_bottom .row{
    display:block;
  }

  .serv_box{
    padding:15px 15px 0;
  }

  .serv_content{
    min-height:auto;
  }

  .journey_content{
    background-size:26px;
    padding-left:36px;
  }

  .contact_form .block .form-control{
    font-size:14px;
    height:45px;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .faq_block{
    padding-top:35px;
  }

  .faq_img{
    margin-top:0;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  .news_title{
    font-size:20px;
    line-height:26px;
  }

  .news_cont ul{
    padding:10px 16px;
  }

  .news_cont ul a{
    font-size:15px;
    line-height:18px;
  }

  .news_post_date{
    font-size:14px;
    line-height:16px;
  }

  .h_map_block iframe{
    height:220px;
  }

  #footer{
    padding-top:35px;
  }

  .home #footer{
    padding-top:130px;
  }

  .footer_logo img{
    width:150px;
  }

  .footer_title{
    font-size:20px;
    line-height:25px;
  }

  .footer_link li a, 
  .ft_contact_main{
    font-size:14px;
  }

  .ft_abn_text{
    font-size:18px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 65px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:22px;
		line-height:24px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .mission_box{
    padding:20px;
  }

  .mission_box .content{
    display:block;
    width:100%;
    padding:0;
  }

  .sp-testimonial-free{
    min-height:auto;
  }

  .ft_contact_main{
    word-break:break-all;
  }

  
}
