body{ padding: 0px; margin: 0px; list-style: none; font: normal 15px/26px 'Poppins'; color:#3b3b3b; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';*/


.btn_link { padding: 13px 34px; border-radius: 8px; text-transform: uppercase; font-weight: 700; color:#000; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: linear-gradient(90deg,rgba(196, 216, 49, 1) 0%, rgba(184, 212, 52, 1) 17%, rgba(167, 207, 56, 1) 33%, rgba(136, 197, 64, 1) 64%, rgba(106, 188, 72, 1) 100%);; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border: none; display: inline-flex; align-items: center; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #662e91; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease;
}
.btn_link:hover::before { transform: scaleX(1);}
.btn_link:hover{ color:#fff !important;}
.btn_link i img{ max-width: 100%; }

.btn_link2{background: #662e91 !important; color:#fff !important; }
.btn_link2::before {background-color: #c1d733 !important; }
.btn_link2:hover{ color:#000 !important; }
.btn_link.btn_link2 i{ margin: 0 10px 0 0;}

.btn_link3{background: #69bc48 !important; color:#fff !important; }
.btn_link3::before {background-color: #4fd51a !important; }
.btn_link3:hover{ color:#fff !important; }

/* .btn_link4{background: #1dcddf !important; color:#000 !important; }
.btn_link4::before {background-color: #000 !important; }
.btn_link4:hover{ color:#fff !important; } */

/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 555; background: #fff; padding: 10px 0; }

.headerMain{ width: 100%; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand { margin: 0; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{ max-width: 100%; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.menu_sec {padding: 0; display: flex; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 20px; font-family: 'Poppins'; font-size: 14px; line-height: 18px; color:#1e1e1e; position: relative; font-weight: 400; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#84c441 !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 1px; background: #84c441; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #fff; top: 32px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 8px 12px !important; color:#000; }
.site-navigation ul .sub-menu li a:hover{ background: #84c441 !important; color:#000; }


.top-logo{width: 23%; position: relative; }
.header-mid { width: 58%;}
.header-rt { width: 19%; display: flex; justify-content: flex-end; }
.header-rt .btn_link:first-child{ margin-left: 0; }
.header-rt .btn_link{padding: 13px 25px; float: right; margin: 0 0 0 10px; text-transform: capitalize;  }

.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img { max-width: 230px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }



.bannersec{ width: 100%; position: relative; z-index: 2; padding: 0; }  
.bannersec .container{ position: relative; }
.banner_box{ width: 100%; position: relative; border-radius: 40px; }
.banner_box:before{ width: 430px; height: 100%; background: url(../images/banbg.png) no-repeat left top; background-size: 100% 100%; position: absolute; left: 0; top: 0; content: ""; z-index: 1; }
.banner_box img{ width: 100%; position: relative; height: 620px; object-fit: cover; }

.banner_innr{ width: 100%; position: absolute; left: 50%; top: 48%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt { max-width: 520px; display: inline-block; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 45px; line-height: 52px; color: #1f0c42; padding-bottom: 18px; position: relative; text-transform: capitalize; position: relative; font-weight: 700; font-family: 'poppins'; }   
.banTxt .ban_content{display: inline-block; width: 100%; font-size: 16px; line-height: 26px; color: #1e1e1e; padding: 0 40px 18px 0; position: relative; justify-content: center; }  
.ban_btn ul{ display: flex; justify-content: flex-start; align-items: center; column-gap: 10px; } 
.ban_btn ul li{float: left;}

.specialty_sec{ width: 100%; }
.specialty_innr{ width: 100%; background: #edd5ff; padding: 30px 25px; border-radius: 15px; box-shadow: 0px 4px 0px 0px #8c62ad; margin-top: -48px; position: relative;  z-index: 2; }
.specialty_innr .d-flex{ align-items: center; }
.specialty_innr .d-flex .flex-grow-1{ margin-left: 10px !important; font-size: 14px; line-height: 20px; font-weight: 500; color:#1d1d1d; }
.specialty_innr .d-flex{ margin-left: 8px;}
.specialty_innr .col-md-3{position: relative;}
.specialty_innr .col-md-3:first-child .d-flex{ margin-left: 0; }
.specialty_innr .col-md-3:after{ width: 2px; height: 46px; background: #d2b4e9; position: absolute; right: 0; top: 0; content: ""; }
.specialty_innr .col-md-3:last-child:after{ display: none;}
.specialty_innr .flex-shrink-0 img{ max-width: 100%; transition: all 1.5s; }
.specialty_innr .d-flex:hover .flex-shrink-0 img { transform: rotateY(360deg);}
.specialty_innr .d-flex .flex-shrink-0 { width: 57px; height: 55px; display: flex; justify-content: center; align-items: center; background: #662e91; border-radius: 5px; }


.wrapper{ padding: 75px 0; }
.welcome_sec{ width: 100%; position: relative; }
.welcome_sec .about_row{ align-items: center; }
.reverse{ flex-direction: row-reverse; }
.welcome_sec .container{ position: relative; z-index: 1;}
.welcome_sec .welcome_txt{ padding-left: 20px;}
.welcome_txt .top_paragraph{ padding: 0 0 15px; }

.welcome_img{ width: 100%; border-radius: 10px; }
.welcome_img img{ width: 100%; border-radius: 10px; }


.top_subheading{ width: 100%; font-size: 18px; line-height: 24px; color: #69bc48; text-transform: uppercase; margin: 0 0 18px; font-weight: 700; font-family: 'Poppins';  margin: 0 0 12px; letter-spacing: 2px; }
.top_subheading em{ display: inline-block; padding: 0 35px 0 0; font-style: normal; position: relative; } 
.top_subheading em:after{ background: url(../images/leaf.png) no-repeat 0 0; width: 28px; height: 27px; background-size: 100%; position: absolute; right: 0; top: 0; content: ""; }
.top_heading{ width: 100%; font-size: 36px; line-height: 42px; color: #662e91; font-weight: 700; padding-bottom: 15px; text-transform: capitalize; font-family: 'Poppins'; }
.top_heading strong{ color:#69bc48; font-weight: 700; }
.top_paragraph{ font-size: 16px; line-height: 28px; color: #0b0b0b; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{ font-weight: bold; }
.list_style{ padding:  0 0 15px; list-style: none; }
.list_style li{   position: relative;
  font-size: 15px;
  line-height: 1.2em;
  color: #0b0b0b;
  font-weight: normal;
  list-style: none;
  padding: 4px;
  padding-left: 23px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 5px; background-size: 18px; 
}




.mission_box{ width: 100%; margin-top: 50px; padding: 0 10px; }
.mission_box .d-flex { align-items: center; margin-bottom: 15px;}
.mission_box .d-flex .flex-shrink-0 { width: 71px; height: 71px; display: flex; justify-content: center; align-items: center; background: #662e91; border-radius: 100%;}
.mission_box .d-flex .flex-grow-1 { margin-left: 10px !important; font-size: 24px; line-height: 26px; font-weight: 700; color: #141414;}
.mission_box .d-flex .flex-shrink-0 img{ max-width: 42px; filter: invert(1); transition: all 1.5s; }
.mission_box:hover .d-flex .flex-shrink-0 img { transform: rotateY(360deg);}

.missin_innr .col-md-6{position: relative;}
.missin_innr .col-md-6:after{ width: 2px; height: 200px; background: #e9e9e9; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%); }
.missin_innr .col-md-6:last-child:after{ display: none; }

.value_sec{ width: 100%; padding: 45px 0 0; }
.value_sec .top_sec .top_paragraph{ padding: 0 15% 15px; }
.value_box{ width: 100%; background: #e7dbf0; border-radius: 10px; padding: 15px; margin: 8px 0; height: 100%; }
.value_box .d-flex { align-items: center; margin-bottom: 15px;}
.value_box .flex-shrink-0{ width: 52px; height: 52px; background: #662e91; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.value_box .flex-shrink-0 img{ max-width: 28px; transition: all 1.5s; filter: invert(1); }
.value_box .flex-grow-1{ font-size: 18px; line-height: 24px; color:#262626; font-weight: 700; }
.value_box .top_paragraph{ font-size: 16px; line-height: 26px; color:#262626; }
.blue{ background: #e7dbf0; }
.yellow{ background: #edf2c7; }
.green{ background: #d5f0ca; }
.value_box:hover .flex-shrink-0 img{transform: rotateY(360deg);}
.value_sec .col-lg-3{ padding: 0 10px; }

.why_sec{ width: 100%; background: #69bc48; padding: 65px 0; text-align: center; }
.why_sec .top_sec .top_subheading{ color:#fff; }
.why_sec .top_sec .top_subheading em:after{ background: url(../images/leaf2.png) no-repeat 0 0; width: 28px; height: 27px; background-size: 100%; }
.why_box{ width: 100%; margin-top: 40px; text-align: center; }
.why_img{ width: 81px; height: 81px; background: #fff; border-radius: 100%; margin: 0 auto 15px; position: relative; display: flex; align-items: center; justify-content: center; }
.why_img:before{ background: url(../images/frame.png) no-repeat 0 0; width: 140px; height: 112px; background-size: 100%; position: absolute; left: 50%;
  top: 35%; content: ""; transform: translate(-50%, -50%); content: ""; }
.why_img img{ max-width: 100%; transition: all 1.5s; }
.why_text{ width: 100%; font-size: 18px; line-height: 26px; color:#fff; }
.why_box:hover .why_img img{transform: rotateY(360deg);}

.service_sec{width: 100%; position: relative; }

.service_sec .value_box{ width: 100%; margin: 15px 0 0; padding: 0px; position: relative; height: auto; }
.service_title { width: 100%; font-size: 18px; line-height: 24px; text-transform: capitalize; color: #000; font-weight: 500; position: relative; margin: 0 0 10px; }
.service_img{ width: 100%; border-radius: 15px; margin-bottom: 15px; overflow: hidden; }
.service_img img{ width: 100%; border-radius: 15px; transition: all 0.3s; }
.service_sec .value_box:hover .service_img img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.service_sec .value_box .d-flex{ padding: 16px 14px; margin: 0; min-height: 100px; }
.service_sec .value_box .flex-grow-1 { font-size: 15px; line-height: 21px; margin-left: 10px !important; }
.service_sec .ban_btn ul{ justify-content: center; }
.service_sec .ban_btn .btn_link{ margin-top: 20px;}
.service_link{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; }

.cta_sec{ background: #66358c; position: relative; padding-bottom: 130px; }
.cta_sec .container{ position: relative; z-index: 1;}
.cta_sec .top_heading, .cta_sec .top_paragraph{ color:#fff; }
.cta_sec .ban_btn ul{ justify-content: center;}
.cta_sec .btn_linkNew:hover:before{ background: #fff; }
.cta_sec .btn_linkNew:hover{ color:#000 !important; }
.cta_sec:before{ background: url(../images/logo2.png) no-repeat 0 0; width: 200px; height: 188px; background-size: 100%; position: absolute; left: 0; bottom: 0; content: ""; }
.cta_sec:after{ background: url(../images/logo2.png) no-repeat 0 0; width: 200px; height: 188px; background-size: 100%; position: absolute; right: 0; bottom: 0; content: ""; }


.number_sec{ width: 100%; }
.number_innr{ width: 100%; margin-top: -65px; position: relative; }
.number_box{ width: 100%; background: #69bc48; border-radius: 5px; padding: 15px; text-align: center; color:#fff; margin: 10px 0; }
.number_box strong{ font-weight: 700; font-size: 25px; line-height: 28px; width: 100%; display: inline-block; }
.number_box em{ font-weight: 600; font-size: 17px; line-height: 23px; font-style: normal; }
.number_innr .col-md-3{ width: 20%; }
.number_innr .col-md-3:nth-child(even) .number_box{ background: #c1d733; }

.book_sec{ width: 100%; padding: 80px 0 85px 0; }
.book_innr{ width: 100% ;}
.book_innr .container{ max-width: 1320px; }
.book_left{ width: 100%; }

.book_rt{ width: 100%; background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 0 18px 6px #ededed; }
.book_rtBox{ width: 100%;  }
.book_rtBox .top_heading { margin-bottom: 15px; }
.book_rtBox .top_paragraph{ font-size: 14px; line-height: 24px;}
.book_frm{ width: 100%; margin-top: 12px; }
.book_frm input[type="text"], .book_frm input[type="email"], .book_frm input[type="tel"], .book_frm select, .book_frm textarea{ width: 100%; height: 50px; border: 1px solid #f3f3f3; padding: 0 15px; outline: none; box-shadow: none; font-size: 14px; line-height: 24px; color:#000; transition: all 1.3s; background: #f3f3f3; font-family: 'Poppins'; border-radius: 5px; }
.book_frm input[type="text"]::placeholder, .book_frm input[type="email"]::placeholder, .book_frm input[type="tel"]::placeholder, .book_frm select::placeholder, .book_frm textarea::placeholder{opacity: 1; color:#000; }
.book_frm input[type="text"]:focus, .book_frm input[type="email"]:focus, .book_frm input[type="tel"]:focus, .book_frm select:focus, .book_frm textarea:focus{ border-color:#8dc73f !important; }
.book_frm select option{ background: #fff; }
.book_frm textarea{ resize: none; height: 87px; padding: 10px 15px; }
.book_frm .btn_link{ margin-top: 0;}
.book_frm .btn_link:hover{ background: #c1d733; }

.book_left ul{ width: 100%; }
.book_left ul li { width: 100%; position: relative; padding-left: 48px; margin: 15px 0; font-size: 18px; line-height: 28px; color: #171717; }
.book_left ul li i{ position: absolute; left: 0; top: 10px; }
.book_left ul li a{ color:#171717; font-weight: 600; font-size: 20px; }
.book_left ul li em{ font-style: normal; width: 100%; display: inline-block; }
.book_left ul li a:hover{ color:#662e91; }
 
.book_sec .row{ align-items: center;}
.book_frm p{ padding: 0; margin: 0; }




.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 24px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px;; display: flex; justify-content: center; align-items: center; border-radius: 50px; z-index: 5555; background: #662e91; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }
.toparww img{ max-width: 22px;}



.footer_sec{ width: 100%; position: relative;  padding: 0; background: #1d0331; }
.footer_mid{ width: 100%; padding: 50px 0; }
.footer_btm{position: relative;}

.footer_box{ width: 100%; }
.footer_box1 .footer_box { padding-right: 0;}
.footer_content{ font-size: 14px; line-height: 28px; color:#fff; margin: 0 0 15px; }
.footer_heading{ font-size: 20px; line-height: 24px; font-weight: 700; color:#f6f6f9; text-transform: capitalize; margin-bottom: 15px; font-family: 'Poppins'; }

.foot_link li{ width: 100%; margin: 0 0 10px; font-size: 14px; line-height: 22px; color:#fff; position: relative; font-weight: 400; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#9ccb3b }


.ndis_logo{ width: 100%; margin: 0 0 10px; }
.ndis_logo img{ max-width: 100%; }

.footer_box1{width: 24%;}
.footer_box2{width: 23%;}
.footer_box3{width: 23%;}
.footer_box4{width: 30%;}

.footer_flag{ width: 100%; margin-bottom: 15px; }
.footer_flag img{ max-width: 100%; }


.footer_btm{ width: 100%; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; border-top: 1px solid #584567; }
.footer_btm em{ font-style: normal;  }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#9ccb3b; }

.mobile_btm{ display: none;}
.ndis_logo { width: auto; display: inline-block; margin: 0 0 20px; }
.ndis_logo img{ max-width: 100%; }


.copy_rt{ width: 100%; padding: 15px 0; }
.copy_rt em{ font-style: normal; text-transform: uppercase;}

.service_box .flex-shrink-0 img{transition: 1.35s;}
.service_box:hover img { transform: rotateY(360deg);}
.service_link{ width: 100%; display: block; height: 100%; position: absolute; right: 0; top: 0; }

.footer_toplogo{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px; }
.ftr_logo img{ max-width: 290px;}
.ftr_ndis img{ max-width: 100%;}

.footer_box2 .footer_box, .footer_box3 .footer_box, .footer_box4 .footer_box{ margin-top: 32px; }

.footer_social{ width: 100%; }
.footer_social strong{ font-size: 14px; font-weight: 400; color:#fff; padding: 0 0 5px; width: 100%; display: inline-block; }
.footer_social ul{ display: flex; column-gap: 8px; flex-wrap: wrap; text-align: center; }
.footer_social ul li a{ width: 29px; height: 29px; display: flex; align-items: center; border-radius: 100%; background: #662e91; justify-content: center; }
.footer_social ul li a img{ max-width: 12px; }
.footer_social ul li a:hover{ background: #69bc48;}



/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #38a8db;}
.primary-navigation .menu_sec ul li a:hover{background-color: #4db438; color:#fff !important; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 240px; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #38a8db; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }




/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: hwb(0 100% 0%);}
.primary-navigation .menu_sec ul li a:hover{background-color: #84c441; color:#fff !important; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }


/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #84c441; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }




/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #662e91;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #662e91;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #662e91;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.inner_txt {
  font-size: 15px;
  color: #0b0b0b;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#84c441;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #84c441;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6em;
  color: #0b0b0b;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 26px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 7px; background-size: 18px;
}
/* .inner_list_txt ul li:before{ background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 23px; position: absolute; left: 0; top: 0; content: "";  } */
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #69bc48;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#84c441;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #662e91;
}
.sub_heading strong{ color: #84c441;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}






/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 12px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins'; height: 50px; background: none; border: 1px solid #ccc !important; }
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 80px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#50ad22 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }
.get_box input[type="file"]{ padding: 12px !important;}
.get_box label{ padding: 0 0 5px; width: 100%; display: inline-block; }
.contact_page_heading {
font-size: 32px;
line-height: 1.2;
text-transform: capitalize;
color: #662e91;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #84c441;
}
.contact_page_heading strong { color:#84c441;}
.contact_page_info {
position: relative;
color: #0b0b0b;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: linear-gradient(90deg,rgba(196, 216, 49, 1) 0%, rgba(184, 212, 52, 1) 17%, rgba(167, 207, 56, 1) 33%, rgba(136, 197, 64, 1) 64%, rgba(106, 188, 72, 1) 100%);
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #0b0b0b;
}
.contact_page_info {
color: #0b0b0b;
}
.contact-text a:hover{ color:#84c441; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #403d41 !important;
outline:none;
border-color:#ccc !important; border-radius: 6px;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding: 12px 30px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: linear-gradient(90deg,rgba(196, 216, 49, 1) 0%, rgba(184, 212, 52, 1) 17%, rgba(167, 207, 56, 1) 33%, rgba(136, 197, 64, 1) 64%, rgba(106, 188, 72, 1) 100%);
}
.contact-page input[type="submit"]:hover {
background: #662e91 !important;
}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-md-6, .get_touchSec .col-md-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0; }
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}



/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */



/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#000; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 500; background: linear-gradient(90deg,rgba(196, 216, 49, 1) 0%, rgba(184, 212, 52, 1) 17%, rgba(167, 207, 56, 1) 33%, rgba(136, 197, 64, 1) 64%, rgba(106, 188, 72, 1) 100%); display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: #662e91;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}
.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }






.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#662e91;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#0b0b0b; }
.entry-title a:hover, .entry-meta a:hover { color: #84c441 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #84c441 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 15px; line-height: 26px; font-family: 'Poppins'; color: #0b0b0b; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !important; }


.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm input[type="date"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#222; border-radius: 5px; font-family: 'Poppins'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px; resize: none; height: 120px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#0b0b0b !important;}
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#656363; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; width: 100%;  border-radius: 0;  }
.get_frm select{ cursor: pointer;}

.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.get_rt .top_heading{ background-position: center bottom;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}




/* inner form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container { margin: 0 0 20px; padding: 0; border-radius: 20px; box-shadow: none; background: #fff;}
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #662e91;	font-size: 25px;	line-height: 1.2;	font-weight: 600;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; }
.inner-form-heading strong {color: #84c441;}
.inner-form-heading::after { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 1px; background: #84c441; }
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border: 1px solid #84c441;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: 500; text-align: center; border-radius: 30px;
width: fit-content; padding: 10px 40px; background: linear-gradient(90deg,rgba(196, 216, 49, 1) 0%, rgba(184, 212, 52, 1) 17%, rgba(167, 207, 56, 1) 33%, rgba(136, 197, 64, 1) 64%, rgba(106, 188, 72, 1) 100%);  }
.inner-form-submit-btn input[type="submit"]:hover {background: #662e91; color:#fff;}
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 7px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 7px; background-size: 18px; }

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after {  left: 50%; transform: translate(-50%, 0);}
.img_box img{ width: 100%; border-radius: 5px; }

.menu_sec li{ height: auto !important; line-height: normal !important; }
.menu_sec li a { padding: 5px 0; }

.service_page .value_box p{ padding: 0;}
.top_sec2 {
  background: #f8fde9;
  padding: 35px;
  border-radius: 8px;
}

.terms_page h1{ color: #662e91; font-size: 30px; line-height: 1.2; font-weight: bold; position: relative; padding-bottom: 12px; text-transform: capitalize; margin-bottom: 15px; }
.terms_page h1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #84c441;
}
.terms_page h1 strong {
  color: #84c441;
}
.terms_page h2 {
  color: #84c441;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.terms_page h3 {
  color: #84c441;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  text-transform: capitalize;
}

.terms_page ul {
  padding: 0;
  margin: 0;
   margin-bottom: 10px;
}
.terms_page ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.5em;
  color: #0b0b0b;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 26px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 7px; background-size: 18px;
}
.terms_page p {
  font-size: 15px;
  color: #0b0b0b;
  font-weight: normal;
  margin: 0;
  padding-bottom: 12px;
  line-height: 1.6em;
}

.vacancy_table tr td:first-child {
  text-align: center;
  color: #84c441;
  font-weight: bold;
  font-size: 16px;
}
.vacancy_table tr td {
  padding: 12px;
  vertical-align: middle;
  font-size: 15px;
  color: #141414;
}
.vacancy_table tr td img {
  width: 50px;
  margin: 0 auto;
}
.accomodation_page .top_sec .inner_subtitle2 {
  border-bottom: 1px dashed #662e91; padding-bottom: 15px;
}
.vacancy_table{ margin-top: 15px; margin-bottom: 0 !important; }
.accomodation_rt .inner_subtitle {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 12px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.accomodation_details{ padding-bottom: 50px; margin-bottom: 40px; border-bottom: 1px solid #84c441; }
.accomodation_page .top_sec{ margin-bottom: 35px; }
.no_border{ border: none; margin-bottom: 0 !important; padding-bottom: 0px !important;}

.missin_innr .col-md-6:after { height: 86%;}

.terms_page p a{color: #84c441;}
.terms_page p a:hover {color: #662e91;}




@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}


.top-logo {width: auto;}
.navbar-brand img { max-width: 120px;}

.header-mid {
  width: 67%;
}
.header-rt {
  width: 18%;
}
.menu_sec li {
    margin: 0 0 0 9px;
    font-size: 13px;
}
.header-rt .btn_link {
  padding: 9px 16px;
  font-size: 14px;
}
.banTxt {
  max-width: 460px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 10px;
}
.banTxt .ban_content {
  font-size: 14px;
  line-height: 23px;
  padding: 0 60px 10px 0;
}
.banner_box img {
  height: 520px;
}
.banner_box::before {
  width: 230px;
}

.specialty_innr {
  padding: 20px 15px;
  border-radius: 10px;
}
.mission_box .d-flex .flex-shrink-0 {
  width: 65px;
  height: 65px;
}
.mission_box .d-flex .flex-grow-1 {
  font-size: 22px;
  line-height: 24px;
}
.top_paragraph {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 12px;
  }
.value_box .top_paragraph {
  font-size: 15px;
  line-height: 24px;
}
.value_box .flex-grow-1 {
  font-size: 16px;
  line-height: 22px;
  margin-left: 10px !important;
}
.why_sec {
  padding: 55px 0;
}
.why_text {
  font-size: 16px;
  line-height: 23px;
}
.why_img {
  width: 75px;
  height: 75px;
}
.cta_sec::before, .cta_sec::after {
  width: 154px;
  height: 148px;
}
.number_box {
  padding: 12px;
}
.number_box strong {
  font-size: 22px;
  line-height: 26px;
}
.number_box em {
  font-size: 15px;
  line-height: 22px;
  display: block;
}
.number_innr {
  margin-top: -44px;
}
.book_left ul li {
  padding-left: 44px;
  margin: 12px 0;
  font-size: 16px;
  line-height: 26px;
}
.book_left ul li a {
  font-size: 16px;
}
.book_left ul li i img{ max-width: 100%; }
.book_left ul li i {
  top: 10px;
  width: 28px;
}
.ftr_logo img {
  max-width: 175px;
}
.footer_heading {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 13px;
}
.foot_link li {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.footer_content {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 10px;
}
.navbar-brand img {
    max-width: 160px;
}
.header_sec.fixed .navbar-brand img {
    max-width: 160px;
}
.header-mid {
        width: 62%;
    }
.header-rt {
        width: 18%;
    }



}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #93c83d; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background: #953dd8; width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 23px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
    margin-bottom: 0 !important;
    background: #fff;
    padding: 0;
    height: auto;
    width: 160px;
    border-radius: 0;
  }

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px; padding-left: 55px; }
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;} 

.top-logo { width: auto; }
.navbar-brand img {height: auto; max-width: 150px;}

.headerMain { padding: 0; }
.header_sec { padding: 10px 0; }
.header_sec.fixed .navbar-brand img {
    max-width: 150px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
.banTxt {
    max-width: 300px;
  }
.banTxt .ban_content {
    font-size: 14px;
    line-height: 23px;
    padding: 0 16px 10px 0;
  }
.banner_box img {
    height: 430px;
  }
.specialty_innr {
    padding: 12px 8px;
    border-radius: 8px;
  }
.specialty_innr .d-flex .flex-shrink-0 {
  width: 45px;
  height: 45px;
}
.specialty_innr .flex-shrink-0 img {
  max-width: 26px;
}
.specialty_innr .d-flex .flex-grow-1 {
  margin-left: 6px !important;
  font-size: 11px;
  line-height: 14px;
}
.specialty_innr .d-flex {
  margin-left: 0px;
}


.contact_right {
  padding: 20px 15px 0;
  border-radius: 5px;
}
.vacancy_table tr td {
  padding: 8px;
  font-size: 13px;
}
.vacancy_table tr td:first-child {
  font-size: 14px;
}
/* .ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev{ width: 35px !important; height: 35px !important; } */
.ms-skin-light-3 .ms-nav-next{right: 10px !important;}
.ms-skin-light-3 .ms-nav-prev{left: 10px !important;}
.accomodation_rt .inner_subtitle {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 12px;
  margin-bottom: 20px;
}




    
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 80px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  

.welcome_sec .welcome_txt {
  padding-left: 0;
}
.top_subheading em::after {
  width: 22px;
  height: 23px;
}
.top_subheading em {
  padding: 0 26px 0 0;
}
.top_subheading{ margin: 0;}
 .mission_box .d-flex .flex-grow-1 {
    font-size: 20px;
    line-height: 23px;
  }
.mission_box .d-flex {
  margin-bottom: 10px;
}
.value_box .top_paragraph {
    font-size: 14px;
    line-height: 23px;
  }
.why_sec .row, .service_sec .row{ justify-content: center; }
.service_sec .value_box .flex-grow-1 {
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px !important;
}
.service_sec .value_box .d-flex {
  padding: 14px 10px;
  margin: 0;
  min-height: 100px;
}
.cta_sec::before, .cta_sec::after {
    width: 105px;
    height: 102px;
  }
 .number_box strong {
    font-size: 16px;
    line-height: 22px;
  }
.number_box em {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
.number_box {
    padding: 9px 5px;
  }
.book_rt {
  padding: 15px;
}
 .book_left ul li a {
    font-size: 15px;
  }
.book_left ul li {
    padding-left: 38px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 23px;
  }
.footer_box1 {
  width: 100%;
  text-align: center;
}
.footer_toplogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.footer_social ul {
  justify-content: center;
}  
.ndis_logo {
  margin: 0 0 15px;
}  
.footer_box2 {
  width: 32%;
}      
.footer_box3 {
  width: 31%;
}
.footer_box4 {
  width: 37%;
}
.foot_link li {
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 18px;
  }
.footer_content {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
  }









} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 13px 35px !important;}
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.footer_box { margin: 12px 0;}


.specialty_innr {
    padding: 12px 8px;
    border-radius: 8px;
    margin: 0;
  }
.specialty_sec {
  width: 100%;
  padding: 35px 0 0;
}
.specialty_innr .d-flex {
    margin: 6px 0px;
  }
.specialty_innr .col-md-3:nth-child(2)::after{ display: none;}
.welcome_sec .welcome_txt {
    padding: 0 0 20px;
    margin: 20px 0 0;
  }
.mission_box {
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.value_sec {
  width: 100%;
  padding: 25px 0 0;
}
.value_sec .top_sec .top_paragraph {
  padding: 0 0 15px;
}
.number_innr {
    margin-top: 0;
  }
.number_sec {
  width: 100%;
  padding: 30px 0 0;
}
.number_innr .col-md-3 {
  width: 33.3333%;
}
.number_innr .row{ justify-content: center;}
.number_box {
    padding: 10px 10px;
    min-height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
.book_left ul li {
    padding-left: 38px;
    margin: 13px 0;
    font-size: 15px;
    line-height: 23px;
  }
.wrapper.book_sec {
  padding: 25px 0 45px 0;
}
.book_rt {
    margin-top: 20px;
  }
.footer_flag img {
  max-width: 100px;
}
.contact_page_info {
  margin-top: 20px;
  padding-left: 55px;
}
.contact-page input[type="submit"] {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 25px !important;
  }
.accomodation_rt{ margin-top: 25px; }
.accomodation_details {
  padding-bottom: 28px;
  margin-bottom: 25px;
}
.top_sec2 {
  padding: 25px 15px;
}

.missin_innr .col-md-6:after{ display: none; }




}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}





}


@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }

.banTxt .ban_heading, .banTxt h1 { font-size: 19px; line-height: 24px; }

.banner_box img {
    height: 340px;
  }
.banner_box img {
    height: 340px;
    object-position: 80% center;
  }
/* .banTxt {
    max-width: 300px;
    background: rgba(255, 255, 255, 0.40);
    padding: 13px;
    border-radius: 5px;
  } */
.banTxt .ban_content {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
.banTxt .ban_heading, .banTxt h1, .banTxt .ban_content{ color:#fff; text-shadow: 0 1px 3px #333; }

.why_text {
    font-size: 14px;
    line-height: 20px;
  }
.why_img {
    width: 70px;
    height: 70px;
    margin: 0 auto 8px;
  }
.why_box {
  margin-top: 30px;
}
.why_img::before {
  width: 120px;
  height: 105px;
  top: 48%;
}
 .service_sec .value_box .d-flex {
    padding: 8px 6px;
    margin: 0;
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
 .service_sec .value_box .flex-grow-1 {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 0 !important;
  }
.service_sec .col-6{ padding: 0 8px; }
.service_img {
  margin-bottom: 0;
}
.cta_sec::before, .cta_sec::after {
    width: 80px;
    height: 74px;
  }
.number_innr .col-md-3{ padding: 0 8px; }
.footer_box2 .footer_box, .footer_box3 .footer_box, .footer_box4 .footer_box {
  margin-top: 18px;
}
.footer_heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
.footer_mid {
  padding: 35px 0 30px;
}
 .specialty_innr .d-flex .flex-shrink-0 {
    width: 40px;
    height: 40px;
  }
.thank_you img {
  max-width: 180px !important;
  margin: 0 0 20px;
}




} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
.btn_link {
    padding: 10px 18px;
    font-size: 13px;
  }

 .banner_box::before{ display: none;}	
	
	
}
