@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 ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#a041a9;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#709127;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#709127;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#a041a9;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.header_contact li a{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
}

.header_contact li a:hover{
  color:#a041a9;
}

.header_logo{
  width:180px;
  transition:all 600ms ease-in-out; 
}

.hd_language select{
  background:url(../images/down-arrow03.png) no-repeat right 20px center, #3a086f;
  border:none;
  border-radius:30px;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:12px 20px;
}

.header_bottom{
  background:#83308b;
  transition:all 600ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_logo{
    width:130px;
  }

  .navbar-default.navbar-fixed .primary-navigation a{
    padding-top:15px;
	padding-bottom:15px;
  }
	
	.navbar-default.navbar-fixed .primary-navigation .menu-item-has-children > a:after{
		top:22px;
	}
	
	.navbar-default.navbar-fixed .primary-navigation ul ul{
		top:48px;
	}
	
	.navbar-default.navbar-fixed .primary-navigation ul ul a{
		padding-top:0;
		padding-bottom:0;
	}

}

.home_banner{
  margin-top:208px;
}

.home_banner .desc{
  left:0;
  bottom:18%;
}

.banner_content{
  width:580px;
}

.banner_bg_title{
  font-family: "Roboto", sans-serif;
  font-size:50px;
  line-height:58px;
  font-weight:800;
  padding-bottom:20px;
}

.support_panel,
.about_panel{
  padding:65px 0;
}

.support_bg_title,
.h_form_title,
.about_bg_title,
.service_bg_title,
.h_cta_title,
.choose_bg_title{
  font-family: "Roboto", sans-serif;
  font-size:48px;
  color:#3a086f;
  line-height:56px;
  font-weight:900;
  letter-spacing:.02em;
  padding-bottom:30px;
}

.support_box{
  padding:20px;
}

.support_title{
  font-size:20px;
  color:#3a393a;
  line-height:26px;
  font-weight:600;
  min-height:52px;
  margin:16px 0 12px;
}

.support_box .text-common{
  display:none;
}

.support_box:hover .text-common{
  display:block;
}

.home_form{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:50px 0;
}

.h_form_title,
.service_bg_title{
  color:#62811e;
}

.about_sm_title,
.service_sm_title{
  font-family: "Roboto", sans-serif;
  font-size:22px;
  color:#3a086f;
  line-height:24px;
  font-weight:600;
  letter-spacing:.04em;
  padding-bottom:10px;
}

.about_bg_title{
  color:#2a2a42;
}

.service_panel{
  padding-bottom:65px;
}

.service_img{
  margin-bottom:-130px;
}

.service_img img{
  border-radius:50%;
}

.service_box:hover .service_img img{
  box-shadow:1px 1px 15px 0px rgba(0,0,0,0.5);
}

.service_content{
  background:#3a086f;
  min-height:395px;
  padding:150px 25px 30px;
}

.service_panel .col-lg-3:nth-child(2n) .service_content{
  background:#709127;
}

.service_panel .col-lg-3:nth-child(3n) .service_content{
  background:#a041a9;
}

.service_title{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:15px;
}

.service_content a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/right-arrow02.png) no-repeat 96% center;
  padding-right:22px;
}

.service_content a:hover{
  background-position:100% center;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:40px 0;
}

.h_cta_btn{
  font-size:18px;
  color:#3e5114;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#dcf8a0;
  border-radius:30px;
  padding:20px 40px;
}

.h_cta_btn:hover{
  background:#a041a9;
  color:#fff;
}

.choose_panel{
  background:url(../images/choose-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-bottom:60px;
  padding-top:65px;
}

.choose_content .block{
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:40px;
}

.choose_content .block:last-child{
  margin-bottom:0;
}

.choose_title{
  font-family: "Roboto", sans-serif;
  font-size:20px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  padding-bottom:12px;
}

/* .choose_img{
  margin-bottom:-6px
} */

.ft_contact_box{
  background:#a041a9;
  border-radius:50px 50px 0 0;
  padding:20px 30px;
}

.ft_contact_main{
  font-size:18px;
  color:#fff;
  line-height:24px;
  font-weight:500;
  letter-spacing:.02em;
}

.ft_contact_main a{
  color:#fff;
}

.ft_contact_main a:hover{
  color:#97c438;
}

.footer_mid{
  background:#3a086f;
  padding:50px 0 45px;
}

.footer_title{
  font-family: "Roboto", sans-serif;
  font-size:22px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:20px;
}

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

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

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

.footer_link li a:hover{
  color:#97c438;
}

.footer_map{
  line-height:0;
}

.footer_map iframe{
  width:100%;
  height:300px;
  margin-bottom:0;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .text-common span{
  color:#72932a;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#a041a9;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#a041a9;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  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/banner-img01.jpg) no-repeat right center;
  background-size:cover;
  margin-top:208px !important;
  padding:160px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Roboto", sans-serif;
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:800;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#3a086f;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-family: "Roboto", sans-serif;
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

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

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

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

.thumb-conatct .form-box{
  background:#97c438;
}

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

.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:50px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

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

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

.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 95% center, #fff !important;
}

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

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

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#a041a9;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#3a086f;
  color:#fff;
}

.contact_form .block .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:#fff;
  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_title{
  font-family: "Roboto", sans-serif;
  font-size:48px;
  color:#020202;
  line-height:56px;
  font-weight:800;
  letter-spacing:.02em;
}

.inner_title strong,
.cta-title strong{
  color:#3a086f;
}

.inner-sm-title{
  font-family: "Roboto", sans-serif;
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

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

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: "Roboto", sans-serif;
  font-size:46px;
  color:#1c1c1c;
  line-height:54px;
  font-weight:800;
  letter-spacing:.02em;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#a041a9;
  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;
  background:#a041a9;
  padding:15px 20px;
}

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

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

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

.accordion-button{
  font-size:18px;
  color:#030303;
  line-height:25px;
  font-weight:600;
  letter-spacing:.03em;
  text-transform:inherit;
  padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#83308b;
  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;
}

.about_inner_box{
  min-height:410px;
}

.serv_inner_title{
  font-family: "Roboto", sans-serif;
  font-size:24px;
  color:#3a086f;
  line-height:30px;
  letter-spacing:.02em;
  font-weight:700;
}

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


}

@media screen and (max-width:991px){
  .header_top{
    box-shadow:0 4px 7px rgba(0,0,0,.15);
  }

  .header_logo{
    width:120px;
  }

  .home_banner{
    margin-top:110px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

  .thumb-conatct .section .text{
    width:72%;
  }


}

@media screen and (max-width:767px){
  .home_banner img.big{
    height:320px;
    object-fit:cover;
  }

  .home_banner .desc{
    bottom:7%;
  }

  .banner_content{
    width:100%;
  }

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

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

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

  .support_panel, 
  .about_panel{
    padding:35px 0;
  }

  .support_bg_title, 
  .h_form_title, 
  .about_bg_title, 
  .service_bg_title, 
  .h_cta_title, 
  .choose_bg_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:18px;
  }

  .support_title,
  .service_title,
  .choose_title{
    font-size:17px;
    line-height:24px;
    min-height:auto;
  }

  .home_form{
    padding:30px 0;
  }

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

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .about_sm_title, 
  .service_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .service_content{
    min-height:auto;
  }

  .service_content a{
    font-size:16px;
    line-height:18px;
  }

  .service_panel{
    padding-bottom:35px;
  }

  .h_cta_panel{
    padding:25px 0;
  }

  .h_cta_btn{
    font-size:15px;
    line-height:17px;
    padding:15px 25px;
  }

  .choose_panel{
    margin-bottom:40px;
    padding-top:35px;
  }

  .ft_contact_main{
    font-size:15px;
    line-height:22px;
  }

  .ft_contact_main span{
    display:inline-block;
    width:22px;
    text-align:center;
  }

  .footer_mid{
    padding:35px 0 30px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:16px;
  }

  .footer_link li a{
    font-size:14px;
    line-height:16px;
  }

  .footer_map iframe{
    height:250px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
  }

  .inner-sm-title{
    font-size:20px;
    line-height:28px;
  }

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

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

  .about_inner_box{
    min-height:auto;
  }

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:225px;
  }

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:400px;
  }

  .service_img{
    margin-bottom:-170px;
  }

  .service_content{
    padding:190px 20px 25px;
  }

  
}
