@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;/* position relative and z-index fix webkit rendering fonts issue */position: relative;z-index: 1; }.owl-carousel .owl-stage {  position: relative;  -ms-touch-action: pan-Y; }.owl-carousel .owl-stage:after {  content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }.owl-carousel .owl-stage-outer {  position: relative;  overflow: hidden;  /* fix for flashing background */  -webkit-transform: translate3d(0px, 0px, 0px); }.owl-carousel .owl-item {  position: relative;  min-height: 1px;  float: left;  -webkit-backface-visibility: hidden;  -webkit-tap-highlight-color: transparent;  -webkit-touch-callout: none; }.owl-carousel .owl-item img {  display: block;  width: 100%;  -webkit-transform-style: preserve-3d; }.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {  display: none; }.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {  cursor: pointer;  cursor: hand;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; }.owl-carousel.owl-loaded {  display: block; }.owl-carousel.owl-loading {  opacity: 0;  display: block; }.owl-carousel.owl-hidden {  opacity: 0; }.owl-carousel.owl-refresh .owl-item {  visibility: hidden; }.owl-carousel.owl-drag .owl-item {  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; }.owl-carousel.owl-grab {  cursor: move;  cursor: grab; }.owl-carousel.owl-rtl {  direction: rtl; }.owl-carousel.owl-rtl .owl-item {  float: right; }

/* No Js */
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms;        animation-duration: 1000ms;-webkit-animation-fill-mode: both;        animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {0% {  opacity: 1; }100% {  opacity: 0; } }

@keyframes fadeOut {0% {  opacity: 1; }100% {  opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d;        transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000; }

.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: -webkit-transform 100ms ease;transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3);    -ms-transform: scale(1.3, 1.3);        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }

.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%; }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent; }.owl-theme .owl-nav [class*='owl-'] {  color: #FFF;  font-size: 14px;  margin: 5px;  padding: 4px 7px;  background: #D6D6D6;  display: inline-block;  cursor: pointer;  border-radius: 3px; }  .owl-theme .owl-nav [class*='owl-']:hover {    background: #869791;    color: #FFF;    text-decoration: none; }.owl-theme .owl-nav .disabled {  opacity: 0.5;  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px; }

.owl-theme .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent; }.owl-theme .owl-dots .owl-dot {  display: inline-block;  zoom: 1;  *display: inline; }  .owl-theme .owl-dots .owl-dot span {    width: 10px;    height: 10px;    margin: 5px 7px;    background: #D6D6D6;    display: block;    -webkit-backface-visibility: visible;    transition: opacity 200ms ease;    border-radius: 30px; }  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {    background: #869791; }
.large-12 {float: left;width: 100%;}
#demos .owl-carousel{margin:20px 0 0}#demos .owl-carousel .item{height:auto;background:#4DC7A0;padding:0}#demos .owl-carousel .item h4{color:#FFF;font-weight:400;margin-top:0rem}#demos .owl-carousel .item-video{height:300px}#demos #setup{margin-top:4rem}#demos .demo-list h5{margin:0}@media only screen{.demo-list [class*="column"]+[class*="column"]:last-child{float:left}}.callbacks div{margin-bottom:0.3rem}.callbacks span.label{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#docs{padding-top:2rem}#docs .docs-content h2:first-child{padding-top:0;margin-top:0}#docs h4{margin-top:0.3rem;margin-bottom:0.5rem}#docs ul.side-nav{text-align:right;margin-bottom:1rem}#docs ul.side-nav li{margin:0;padding:.3rem 3rem .3rem 0}#docs ul.side-nav li:hover,#docs ul.side-nav li.active{background:#f7f7f7}#docs ul.side-nav li:hover a,#docs ul.side-nav li.active a{color:#000;background-color:transparent}#docs ul.side-nav li.side-nav-head{text-transform:uppercase;color:#000;font-size:1rem;font-weight:bold;padding:0rem 3rem .3rem 0}#docs ul.side-nav li.side-nav-head:hover{background:transparent}@media only screen and (max-width: 40em){#docs{padding-top:1rem}#docs ul.side-nav{text-align:left}}pre{overflow-y:hidden;margin-bottom:2rem;background:#f8f8f8}.hljs{display:block;color:#333;background:#f8f8f8;padding:2rem;line-height:1.4;overflow-x:scroll}.hljs-comment,.hljs-template_comment,.diff .hljs-header,.hljs-javadoc{color:#B9B9B9;font-style:italic}.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.javascript .hljs-title,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status{color:#333;font-weight:bold}.hljs-number,.hljs-hexcolor,.ruby .hljs-constant{color:#099}.hljs-string,.hljs-tag .hljs-value,.hljs-phpdoc,.tex .hljs-formula{color:#bd240d}.hljs-title,.hljs-id,.coffeescript .hljs-params,.scss .hljs-preprocessor{color:#900;font-weight:bold}.javascript .hljs-title,.lisp .hljs-title,.clojure .hljs-title,.hljs-subst{font-weight:normal}.hljs-class .hljs-title,.haskell .hljs-type,.vhdl .hljs-literal,.tex .hljs-command{color:#458;font-weight:bold}.hljs-tag,.hljs-tag .hljs-title,.hljs-rules .hljs-property,.django .hljs-tag .hljs-keyword{color:#000080;font-weight:normal}.hljs-attribute,.hljs-variable,.lisp .hljs-body{color:#008080}.hljs-regexp{color:#009926}.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.tex .hljs-special,.hljs-prompt{color:#333333}.hljs-built_in,.lisp .hljs-title,.clojure .hljs-built_in{color:#0086b3}.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}


body{margin:0;background:#fff;font-size:14px; line-height:20px;color:#000;font-family:  'Montserrat', sans-serif; font-weight: normal;}
*{box-sizing:border-box}
::before,::after{box-sizing:border-box}
p{font-size:16px;color:#000;padding:0;margin:0;line-height:24px; margin-bottom: 20px;}
p a { text-decoration:underline; color:#FF8800; }
a { text-decoration:underline; color:#FF8800; transition:all 0.5s }
a:hover { text-decoration:none;color:#000 }
p a:hover { text-decoration:none;color:#000 }
h1,h2{font-family: 'Montserrat', sans-serif;}

ul{margin:0;padding:0;list-style:none}
img{max-width:100%}
.main-panel{float: none;width: 100%;overflow: hidden;display: block;}
.common-panel{margin:0 auto;max-width:1170px;width:100%;position:relative;padding:0}
.clear{clear:both}
.text-center { text-align:center; }
.top-line{background:#fff;width:100%;float:left;background-color:transparent}
.top-line .top-line-left{width:auto;float:left;padding:0;color:#FFF;font-size:15px;line-height:15px;margin-top:0;}
.top-line .top-right{float:right;width:auto}
.top-line-right{width:80%;float:right;color:#FFF;text-align:right;padding-top:0;display: flex; align-items: center; justify-content: flex-end;}
.wd100 {width:100%; display:block; border-bottom:1px solid #ebe3e5}
.header-wrap{position:absolute;top:0;left:0;width:100%;z-index:99;border-top:none}
.skip-navigation{float:left;/* background:#008AAF; */text-align:center;/* padding:5px 20px; */display:block;/* font-size:15px; */display:flex;justify-content:center;align-items:center;/* font-weight:600; */}
.skip-navigation a { font-size: 13px; line-height: 23px; letter-spacing: 0.15px; border: 1px solid #000000; color: #000; border-radius: 0; text-transform: capitalize; width: 127px; height: 36px; font-weight:400; border-top-right-radius: 13px; border-bottom-left-radius: 13px;display: inline-flex; align-items: center; justify-content: center; position:relative; transition:all 0.5s; text-decoration:none}
.skip-navigation a:hover {background:#FF8800; border-color:#FF8800; color:#fff}
.top-panel{float:left;width:100%;z-index:99;  padding:14px 0 15px 0; background:#60222F}
.top-right{float:right;width:75.5%}
.top-right-home{float:right;width:100%}
.top-detail{display: flex;float: right;width: auto;font-size: 14px;color: #fff;padding: 0;align-items: center;}
.clear{clear:both}
.top-panel .common-panel{padding:0}
.social-detail{float:left;width:auto;padding:0;display:inline-block;margin-right:0}
.social-detail span{float: left;width: auto;padding:0;font-weight: 400;display: inline-block;position: relative;font-size: 13px;line-height: 23px;color: #000;text-transform: capitalize;}
.social-detail {display: flex;align-items: center;}
.social-detail a { float:left;width:auto;margin:0 0 0 15px;}
.social-detail img{float:left;margin:0;margin-top:0;margin-left:0; }
.top-menu{float:left;width:100%; margin-top:0;text-align:center}
.top-menu:hover{overflow:visible}
.top-menu ul.main-menu{float:left; margin:0;padding:0;position:relative;overflow:hidden;text-align:center;display: flex}
.top-menu ul.main-menu:hover{overflow:visible}
.top-menu ul.main-menu li{position:relative;float:none;margin:0;padding:0;display:inline-block;border-right:1px solid rgba(255,255,255,0.67);transition:all 0.5s}
.top-menu ul.main-menu li a{ margin: 0; padding: 0 42px; color: #fff; font-size: 15px; line-height: 19px; float: left; font-weight: 600; transition: .5s; text-transform: capitalize; font-weight: 400; text-decoration:none }
.top-menu ul.main-menu li a:hover{color:#f0c4b8;transition:.5s}
.top-menu ul.main-menu li a span{position:relative}
.top-menu ul.main-menu li a span::after	{content:"";background:#b58578;width:100%;position:absolute;height:3px;left:0;bottom:-15px;transform: translateX(-50%); transform: scaleX(.3); opacity: 0; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;}
.top-menu ul.main-menu li:hover a span::after{width: 100%; transform: scaleX(1); opacity: 1;}
.header-wrap .top-line .common-panel {display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-ms-flex-pack: justify;justify-content: space-between; }
.top-line-left img { margin: 0 0 -68px 0; position: relative; z-index: 9;max-width: 138px; }
.top-line-left a {display:block}
.top-menu ul.main-menu li:last-child a {padding-right: 0;}
.top-menu ul.main-menu li:last-child {border: 0;}
.language-detail{display:inline-block; float:left; width:auto; padding:0; margin: 0 15px;}
.banner-part{float:left;width:100%;min-height:auto;margin-top:120px;background:url(../images/header-bg.png) no-repeat 0 0 #803F4C}
.slide { height: 613px; width: 100%; display: flex; align-items: center; margin: 0 auto; }
.banner_text{font-size: 45px;width: 100%;height: auto;line-height: 51px;letter-spacing: normal;padding: 0;float: left;margin: 0;text-shadow: none;text-align: left;font-size:29px;background: none;margin-left:0;color: #fff;font-weight: 400;line-height:38px;position: absolute;top: 50%;transform: translateY(-50%);box-shadow: none}
.banner_text span {display: block;font-size: 57px; line-height: 57px;}
.plan-section {background:#B9948A}

.content-part{float:left;width:100%}
.first-panel { float:left;width:100%; }.p-relative {    position: relative;}
.event-wrap {margin-top: 70px;display:flex; flex-wrap:wrap}
.text-white {color: #fff !important;}
.event-box{float:left;width:31%;display:block;margin:0 3.5% 40px 0;background:transparent;position: relative; border: 1px solid #71333F; min-height: inherit; border-top-right-radius: 50px; border-bottom-left-radius: 50px; padding: 30px; }
.view-link.orange {border-color:#FF8800; color:#FF8800}
.view-link.orange:hover {color:#fff}
.slide1 {background: url(../images/header-img1.jpg) no-repeat center center;}
.slide2 {background: url(../images/header-img2.jpg) no-repeat center center;}
.slide3 {background: url(../images/header-img3.jpg) no-repeat center center;}
.month,.date {font-size:18px; line-height:22px; color:#71333F;font-weight:700; display:block}
.event-txt  {font-size:16px; line-height:19px; color:#000;font-weight:500; display:block}
.event-date { display: block; margin: 0 0 5px 0; }
.event-box:nth-child(3n) {margin:0 0 40px 0}
.your-comment-part{float: left;width: 100%;position: relative; }
.your-comment-part:before {content: "";width: 57%;background: #58C7E2 url(../images/comments-bg.png) no-repeat center;position: absolute;padding: 0;background-size: cover;right: 0;height: 100%;} 
.comment-form-cont{ padding:0;display:flex;margin:0;background:transparent;position:relative; float:left; z-index:9;background: #753F49;
min-height: 560px;  border-radius: 0 154px 0 154px; width:100%; }
.your-comment-part{position:relative}
.your-comment-left-part{width:100%; max-width:50%; display:flex}
.your-comment-right-part{padding:27px 60px; position: relative; background: none; float: left; margin: 0; width: 100%; border-radius: 0 60px 0 0; max-width: 50%;}
.form-details{width:100%;float:left;padding:0; position: relative;z-index: 2;}
.your-comment-right-part .form-details {margin-top: 15px;}
.comment-form form{margin-left:0;margin-top:0}
.comment-form .frm-field{width:100%;margin-bottom:30px;float:left;margin-right:0}
.comment-form .frm-fild2{margin-right:0}
.comment-form .comment-fild{width:100%;margin-right:0}
.comment-form .frm-field input,.comment-form .frm-field textarea{border: none; color: #fff; font-size: 15px; font-weight: 400; margin-top: 0; padding: 0 0 10px 0; line-height: 14px; background: transparent; width: 100%; border-bottom: 1px solid #fff; letter-spacing: 0.3px; display:block; font-family:'Montserrat', sans-serif; outline:none}
.comment-form .frm-field textarea{min-height:80px}
.comment-form .frm-field input::-webkit-input-placeholder { color: #fff;  font-family: 'Poppins',sans-serif;}
.comment-form .frm-field input:-ms-input-placeholder {  color: #fff; font-family: 'Poppins',sans-serif;}

.comment-form .frm-field textarea::-webkit-input-placeholder { color: #fff;  font-family: 'Poppins',sans-serif;}
.comment-form .frm-field textarea:-ms-input-placeholder {  color: #fff; font-family: 'Poppins',sans-serif;}
.comment-form label{color: #fff;font-size:0px;float:left;width:100%;margin-bottom:0;font-weight:400; display:none}
.comment-form .frm-field .submit-btn, .frm-field .submit-btn{font-size: 16px; line-height: 16px; letter-spacing: 0.32px; border: 1px solid #fff; color: #fff; border-radius: 0; text-transform: capitalize; height: 43px; font-weight: 600; border-top-right-radius: 18px; border-bottom-left-radius: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; display: inline-flex; width:auto}

.comment-form .frm-field .submit-btn:hover, .frm-field .submit-btn:hover{color: #fff;background:#FF8800;transition: .5s;}
.frm-flwd {display:flex; justify-content:space-between}
.frm-flwd .frm-field {width:48%}
.frm-field.midd-align{margin:0;padding-left:0}
.comment-form .checkbox-fild label{font-size: 14px; line-height: 20px; display: block; letter-spacing: 0.17px}
.comment-form{padding:0!important}
.fild{width:100%;float:left}

.btm-inner  { margin:0 auto; width:86%;  }
.top-foot { float:left;width:100%; background:#B9948A; padding:29px 0; }
.btm-con { float: left;width: 33%;text-align: center;color: #fff;padding: 0 30px;border-right: 1px solid rgba(255,255,255,0.3); }
.btm-inner{width:100%}
.btm-con {min-width:33.33%;width: auto;}
.btm-inner .btm-con:last-child {border-right: 0;}
.btm-icon {width: 50px;height: 50px;margin:0 auto 15px;line-height: 50px;background: #925B66;border-radius:0 20px;display: flex;align-items: center;justify-content: center;}
.btm-title { font-size:16px; font-weight:500; line-height:19px; color:#fff; text-transform:uppercase; margin:0 0 5px 0 }
.btm-text { font-size:14px; font-weight:400; color:#fff; line-height:17px;margin-top:0; font-weight:400}
.btm-text a { color:#fff; text-decoration:none  }
.btm-text a:hover {text-decoration:underline }
.footer-part{float:left;width:100%;padding:0;color:#000;font-size:16px;font-weight:400;text-align:center}
.footer-part.home{margin-top:0; overflow: hidden;}
.footer-col-right {width: 100%;padding:25px 0 0;float: left;background: url(../images/footer-bg.png) no-repeat center bottom ;min-height: 435px; background-attachment:fixed}
.footer-detail-part{padding:0;float:left;width:100%;line-height:1}
.website-text{display:inline-block; margin:15px 0}
.website-text a {font-size:14px; line-height:25px; text-decoration:none; font-weight:400}
.footer-copyright-part{font-size:16px;color:#fff;font-weight:400;float:left;width:100%;padding:0;background: #B9948A; display:none}
.footer-col-right ul{width:100%;float:left;padding:0;text-align:center;padding-left:0}
.footer-col-right ul li{position:relative;float:none;margin:0;padding:0;display:inline-block}
.footer-col-right ul li a{margin: 0 30px; padding: 0; color: #fff; font-size: 15px; line-height: 23px; float: left; font-weight: 400; border-right: 0; text-transform: capitalize; position: relative; text-decoration:none}
.footer-col-right ul li:after {height: 12px;width: 2px;background: #fff;position: absolute;content: "";/* float: right; */right: 0;top: 50%;transform: translateY(-50%);opacity: 0.5;}
.footer-col-right ul li:last-child:after {display: none;}
.footer-col-right ul li:last-child a{border:none}
.footer-copyright-part a{ color:#FFF}
.footer-copyright-part a:hover{text-decoration:underline}
.copyright-text{width: 100%;float: left;text-align: center;font-size: 13px;font-weight: 400;line-height: 16px;color:#fff}
.copyright-text a {color:#fff; text-decoration:underline}

.inside-content-part{float:left;width:100%;padding:70px 0;margin:0;position:relative;  }
.pattern-bg {background:url(../images/pattern-bg.jpg) no-repeat 0 0; background-attachment:fixed}
.leaf-bg {position:relative}
.leaf-bg:before { content: ""; position: absolute; left: 0;  background: url(../images/leaf-left.png) no-repeat center top; display: inline-block; width: 471px; height: 389px; left: -176px; top: 50px; }
.leaf-bg:after { content: ""; position: absolute; right: 0; bottom: 50px; background: url(../images/leaf-right.png) no-repeat center top; display: inline-block; width: 471px; height: 389px; right: -176px;  }
h1.about-title { font-size: 40px; color: #fff; font-weight: 400; line-height: 40px; margin: 0 0 25px; position: relative; padding: 0;}
h2.common-title {font-size:40px; color: #F19F1F; font-weight: 400; line-height: 43px; margin: 0 0 25px; position: relative; padding: 0;}
.inside-content-part p.white-text {color:#fff}
.wd80 {max-width:80%; margin:0 auto}
.mb25 {margin-bottom:25px}
.view-link {font-size: 16px; line-height: 16px; letter-spacing: 0.32px; border: 1px solid #fff; color: #fff; border-radius: 0; text-transform: capitalize; height: 43px; font-weight: 600; border-top-right-radius: 18px; border-bottom-left-radius: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; display: inline-flex; transition:all 0.5s; text-decoration:none}
.view-link:hover {background:#FF8800; color:#fff}
.text-bold {font-weight:600}
.pb0 {padding-bottom:0 !important}
.minus-margin {margin-bottom:-180px}
.mb180 {margin-bottom:180px}
.mb50 {margin-bottom:40px}
.rtbtm-corner { position:relative}
.name {font-size:16px; line-height:19px; font-weight:600;color:#FF8800}
.designation {color:#FF8800}
.row-img-left { display: flex; justify-content: space-between;    align-items: center; }
.colr2 {color:#F19F1F}
.img-left-col { flex: 0 0 auto; margin-right: 45px; text-align: right; }
.rtbtm-corner:after {content: ''; position: absolute; background: url(../images/full-img-corner.svg) no-repeat 0 0; padding-bottom: 55px; width: 129px; height: 129px; display: block; right: -76px; bottom: -55px; background-size: contain;}
.img-full-panel.img-left {left: 0;border-radius:0; height:277px}
.img-full-panel.img-left.ht408  {height:408px}
.img-full-panel.img-left.reverse {left: auto;border-radius:0; height:277px; right:0}
.inside-content-part p{    font-size: 14px;color: #000;line-height:19px;font-weight: normal; }
.inside-content-part.mission-vision p {
    font-size: 18px;
    font-style: italic;
    line-height: 23px;
}
*{box-sizing:border-box}
.footer-copyright-part a{text-decoration:underline}
.styled-checkbox{position:absolute;opacity:0}
.styled-checkbox + label{position:relative;cursor:pointer;padding:0}
.styled-checkbox + label:before{content: ''; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 9px; height: 9px; background: none; border: 1px solid #ccc; border-radius: 2px; margin-top: 5px; float: left; }
.styled-checkbox:hover + label:before{background:#fff}
.styled-checkbox:checked + label:before{background:#fff}
.styled-checkbox:disabled + label{color:#0068af;cursor:auto}
.styled-checkbox:disabled + label:before{box-shadow:none;background:#ddd}
.styled-checkbox:checked + label:after{content:'';position:absolute;left:3px;top:3px;left: 3px; top: 6px; width: 3px; height: 5px; border: solid #000; border-width: 0 1px 1px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.checkbox-fild{margin-top:0;margin-bottom:0}
.frm-field.midd-align{margin:0;text-align:left}

.frm-field .submit-btn:hover{color: #58c7e2;background:#FFF;transition:.5s}
.hide{display:none} 

.scroll-top-arrow, .scroll-top-arrow:focus {color: #fff;background:#60222f;line-height: 28px;display: none;height: 40px;width: 40px;padding: 0;position: fixed;right: 15px;text-align: center;text-decoration: none;bottom: 15px;z-index: 10006;border-radius: 100%;font-size: 27px;line-height: 35px;}
.img-full-panel {position: absolute;width: calc(50% - 10px);top: 77px;bottom: 0;}

.lt-panel {width: 45%;}

.ml-half {margin-left: 55%;}
.reverse .ml-half { margin-right: 55%; margin-left: 0; }
.lt-panel.ml-half {padding-left: 40px;}
.reverse .img-full-panel.img-left {left:auto; right:0}
.bg-yellow{background:#E5E52D;background: url(../images/light-bg.png) repeat-y center top;background-attachment: fixed;}
.bg-dark{background:#E5E52D;background: url(../images/dark-bg.jpg) repeat-y center top;background-attachment: fixed;}
.common-padding{padding:105px 0}
.p-relative{position:relative}
.img-full-panel.survey {background: url(../images/online-survey.png) no-repeat right top;background-size: cover;}
.img-full-panel.master-plan {background: url(../images/parks-master-plan.png) no-repeat right top;background-size: cover;}
.img-full-panel.og-plan {background: url(../images/timeline-og-project.png) no-repeat left top;background-size: cover;}
.img-full-panel.img-left.survey {width: 50%;}
.text-content-survey p {font-size:16px; line-height:22px}
.reverse .text-content-survey p { font-size: 14px; line-height: 19px; }
.text-content-survey {margin-top: 0; padding: 0; background: none; border-radius: 60px 0 0 0; position: relative;}
.survey .lt-panel.ml-half {padding-left: 0;position:relative;}
.first-panel.survey {padding-bottom: 0;padding-top: 0; min-height: 354px;display: flex; align-items: center;}
.first-panel.survey p:last-child {margin-bottom:0}
.toggler { display: none; }
.header-wrap .top-line .top-panel .common-panel {justify-content:flex-end}
.inside-banner-part{float:left;width:100%;min-height:unset;background:transparent url(../images/header-aboutus.jpg) no-repeat center 0;position:relative;margin-top:121px; min-height:440px}
.inside-banner-part.about{background:transparent url(../images/header-aboutus.jpg) no-repeat center;background-size:cover}.inside-banner-part.partner-with-us-header{background:transparent url(../images/partner-with-us-header.jpg) no-repeat center;background-size:cover}
.inside-banner-part.timeline{background:transparent url(../images/timeline-header.jpg) no-repeat center;background-size:cover}
.inside-banner-part.reports{background:transparent url(../images/header-reports.jpg) no-repeat center;background-size:cover}
.inside-banner-part.participate{background:transparent url(../images/participate-header.jpg) no-repeat center;background-size:cover}
.inside-banner-part.engage{background:transparent url(../images/header-engage.jpg) no-repeat center top;background-size:cover}
.inside-banner-part.contact{background:transparent url(../images/header-contact.jpg) no-repeat center;background-size:cover}
.inside-banner-part.team{background:transparent url(../images/inside-banner-team.jpg) no-repeat center;background-size:cover}
.inside-banner-part.sitemap{background:transparent url(../images/header-sitemap.jpg) no-repeat center;background-size:cover}
.inside-banner-part.thank{background:transparent url(../images/header-thank.jpg) no-repeat center;background-size:cover}
.inside-banner-part.accessibility{background:transparent url(../images/header-access.jpg) no-repeat center;background-size:cover}
.inside-banner-part img { width: 100%;display: block; }
.breadcrumb-part { position: absolute; top: 50%; transform: translateY(-50%); margin-top: 0;width: 100%; } 
.breadcrumb-text { color: #006b41; font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; }
.inner-title { color: #fff; font-size: 40px; font-weight: 400; margin: 0; padding: 0; text-transform:capitalize; text-shadow: none; line-height:44px }
p { font-size: 14px; color: #000; padding: 0; margin: 0; margin-bottom: 0px; line-height: 19px; margin-bottom: 20px; }

.accordion-single  { border-bottom: 1px solid #B9948A; margin-top: 10px; }
.accordion-single-title {border-top: 1px solid #B9948A; padding:30px 0; cursor: pointer; position: relative; font-size: 18px; line-height: 19px; font-weight: 600; margin: 0; color: #fff; }
.accordion-single .accordion-single-item:first-child .accordion-single-title{border-top: none; }
.accordion-single-title::after{ content: ""; position: absolute; right: 0; top: 50%; transition: all 0.2s ease-in-out; display: block; width: 28px; height: 20px; border-top: none; border-right: none; transform: translateY(-50%); background: transparent url(../images/arw2.svg) no-repeat 0 0; text-align: left; }
.accordion-single-content { max-height: 0; overflow: hidden; transition: max-height .3s ease-in-out; color:#fff; padding:0 0 30px 0; display:none  }
.accordion-single-content p { padding:0; color:#fff}
.accordion-single-item.is-open .accordion-single-content  { max-height:inherit; display:block }
.accordion-single-item.is-open .accordion-single-title::after  { background: transparent url(../images/arw1.svg) no-repeat 0 0;  }
ul.common-list {list-style:none; padding:0; margin:0 0 0 20px}
ul.common-list li {font-weight:400; display:block; margin:0 0 14px 0; position:relative; padding:0 0 0 15px}
ul.common-list li:last-child {margin:0}
ul.common-list li:before {content:''; position:absolute; left:0; top:4px; width:3px; height:12px; background:#fff}
ul.prior-list {list-style:none; padding:0; margin:0} 
ul.prior-list li {font-size:18px; line-height:19px; font-weight:600; display:block; padding:0 0 15px 0; margin:0 0 15px 0; color:#753F49; border-bottom:1px solid #B9948A}
ul.prior-list li ul {margin:10px 0 0 0}
ul.prior-list li li {position:relative;color:#000;font-size:14px; line-height:19px; font-weight:400; padding:0 0 0 10px; border:none; margin:0}
ul.prior-list li li:before {content:''; position:absolute; left:0; top:4px; width:3px; height:12px; background:#753F49}
ul.prior-list li:last-child {padding:0; margin:0; border-bottom:none}
ul.prior-list li li:last-child {padding:0 0 0 10px;}
ul.prior-list2 {margin:10px 0 0 0; display: block; clear: both;}
ul.prior-list2 li {position:relative;color:#000;font-size:14px;line-height:19px;font-weight:400; padding:0 0 15px 10px; margin:0 0 15px 0; border-bottom:1px solid #B9948A}
ul.prior-list2 li:before {content:''; position:absolute; left:0; top:3px; width:3px; height:12px; background:#753F49}
ul.prior-list2 li:last-child {padding:0 0 0 10px; border-bottom:none}
.first-panel.survey.reverse { padding-bottom: 74px; padding-top: 74px;  }

.magnific-img img {width: 100%;height: auto;}
.magnific-img {display: inline-block;width: 100%;height: 200px;overflow: hidden;}a.image-popup-vertical-fit {cursor: -webkit-zoom-in;
	cursor: pointer;}.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {opacity: 0;-webkit-backface-visibility: hidden;/* ideally, transition speed should match zoom duration */-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.98;}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}.mfp-arrow-left:before {border-right: none !important;}.mfp-arrow-right:before {border-left: none !important;}button.mfp-arrow, .mfp-counter {opacity: 0 !important;transition: opacity 200ms ease-in, opacity 2000ms ease-out;}.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;}

/* Magnific Popup CSS */
.mfp-bg {top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8; }
.mfp-wrap {top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden; }
.mfp-container {text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;box-sizing: border-box; }
.mfp-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle; }
.mfp-align-top .mfp-container:before {display: none; }
.mfp-content {position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {width: 100%;cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out; }
.mfp-zoom {cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {-webkit-user-select: none;-moz-user-select: none;user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044; }.mfp-preloader a {color: #CCC; }.mfp-preloader a:hover {  color: #FFF; }
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close,button.mfp-arrow {overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046;box-shadow: none;touch-action: manipulation; }
button::-moz-focus-inner {padding: 0;border: 0; }
.mfp-close {width: 44px;height: 44px;line-height: 44px;position: absolute;right: 0;top: 0;text-decoration: none;text-align: center;opacity: 0.65;padding: 0 0 18px 10px;color: #FFF;font-style: normal;font-size: 28px;font-family: Arial, Baskerville, monospace; }.mfp-close:hover,.mfp-close:focus {opacity: 1; }.mfp-close:active {top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333; }
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {color: #FFF;right: -6px;text-align: right;padding-right: 6px;width: 100%; }
.mfp-counter {position: absolute;top: 0;right: 0;color: #CCC;font-size: 12px;line-height: 18px;white-space: nowrap; }
.mfp-arrow {position: absolute;opacity: 0.65;margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: transparent; }.mfp-arrow:active {margin-top: -54px; }.mfp-arrow:hover,.mfp-arrow:focus {opacity: 1; }.mfp-arrow:before,.mfp-arrow:after {content: '';display: block;width: 0;height: 0;position: absolute;left: 0;top: 0;margin-top: 35px;margin-left: 35px;border: medium inset transparent; }.mfp-arrow:after {border-top-width: 13px;border-bottom-width: 13px;top: 8px; }.mfp-arrow:before {border-top-width: 21px;border-bottom-width: 21px;opacity: 0.7; }
.mfp-arrow-left {left: 0; }.mfp-arrow-left:after {border-right: 17px solid #FFF;margin-left: 31px; }.mfp-arrow-left:before {margin-left: 25px;border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }.mfp-arrow-right:after {border-left: 17px solid #FFF;margin-left: 39px; }.mfp-arrow-right:before {border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {padding-top: 40px;padding-bottom: 40px; }.mfp-iframe-holder .mfp-content {line-height: 0;width: 100%;max-width: 900px; }.mfp-iframe-holder .mfp-close {top: -40px; }
.mfp-iframe-scaler {width: 100%;height: 0;overflow: hidden;padding-top: 56.25%; }.mfp-iframe-scaler iframe {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #000; }
/* Main image in popup */
img.mfp-img {width: auto;max-width: 100%;height: auto;display: block;line-height: 0;box-sizing: border-box;padding: 40px 0 40px;margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {line-height: 0; }.mfp-figure:after {content: '';position: absolute;left: 0;top: 40px;bottom: 40px;display: block;right: 0;width: auto;height: auto;z-index: -1;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #444; }.mfp-figure small {color: #BDBDBD;display: block;font-size: 12px;line-height: 14px; }.mfp-figure figure {margin: 0; }

.mfp-bottom-bar {margin-top: -36px;position: absolute;top: 100%;left: 0;width: 100%;cursor: auto; }

.mfp-title {text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px; }

.mfp-image-holder .mfp-content {max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {cursor: pointer; }

.leaf-bg:before {animation:fall 20s linear infinite ;}
.leaf-bg:after {transform:rotateY(180deg);animation:fall 15s linear infinite ;}
@keyframes fall{
    0%{
        opacity:0;
        top: -10%;
        transform:translateX(20px) rotate(0deg);
    }
    10%{
        opacity:1;
    }
    20%{
        transform:translateX(-20px) rotate(45deg);
    }
    40%{
        transform:translateX(-20px) rotate(90deg);
    }
    60%{
        transform:translateX(20px) rotate(180deg);
    }
    80%{
        transform:translateX(-20px) rotate(180deg);
    }
    100%{
        top: 110%;
        transform:translateX(-20px) rotate(225deg);
    }
    
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {/**   * Remove all paddings around the image on small screen   */.mfp-img-mobile .mfp-image-holder {padding-left: 0;padding-right: 0; }.mfp-img-mobile img.mfp-img {padding: 0; }.mfp-img-mobile .mfp-figure:after {top: 0;bottom: 0; }.mfp-img-mobile .mfp-figure small {display: inline;margin-left: 5px; }.mfp-img-mobile .mfp-bottom-bar {background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;box-sizing: border-box; }.mfp-img-mobile .mfp-bottom-bar:empty {  padding: 0; }.mfp-img-mobile .mfp-counter {right: 5px;top: 3px; }.mfp-img-mobile .mfp-close {top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);position: fixed;text-align: center;padding: 0; } }

@media all and (max-width: 900px) {.mfp-arrow {-webkit-transform: scale(0.75);transform: scale(0.75); }.mfp-arrow-left {-webkit-transform-origin: 0;transform-origin: 0; }.mfp-arrow-right {-webkit-transform-origin: 100%;transform-origin: 100%; }.mfp-container {padding-left: 6px;padding-right: 6px; } }
.footer-col-right ul li a:before { content: ""; width: 100%; bottom: -2px; height: 2px; background: #fff; position: absolute; left: 0; transform: translateX(-50%); transform: scaleX(.3); opacity: 0; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity; }
.footer-col-right ul li a:hover:before { width: 100%; transform: scaleX(1); opacity: 1; }

p.text-white a {color:#fff; text-decoration:underline}
p.text-white a:hover {color:#FF8800}
.event-wrap.inside {margin-top:0;display: flex; flex-wrap:wrap}
.pb40 {padding-bottom:40px}
.inner-sub { float: left;padding: 0 0 0;width: 100%;color: #FF8800; margin: 0 0 30px; font-weight: 400;position: relative; } 
.inner-sub::after { position: absolute; bottom: 0; left: 0; content: ''; border-bottom: 2px solid #C2D82E; width: 134px; display: block; margin: 0; opacity:0}
.inner-sub.small { font-size:30px; line-height:34px; font-weight:400 }
.abt-white-part { width: 100%; float: left; background-color: #fff; padding: 65px 0; background-color: #F6F6F6; color: #1B1B1B; }
.text-white {color: #fff !important;}
ul.text-white li {color: #fff;}
ul.text-white li:before {background: #fff;}
ul.text-white li a {color: #fff;}
span.white.checkbox-txt{width:88%;padding-top:0; color: #fff;}
.team-list{float:left;width:100%;margin-bottom:20px}
.team-list li{background:url(../images/bullet-new.png) no-repeat scroll 0 9px;cursor:pointer;float:left;font-size:14px;font-weight:400;margin:0;padding:9px 0 9px 30px;text-decoration:none;text-transform:capitalize;width:48%;line-height:19px;clear:left}
.team-list li:nth-child(2n){float:right;clear:right}
.team-list li:last-child {margin-bottom: 0;}
.common-panel ul.team-list:last-child {margin-bottom: 0;}
ul.team-list{float:left;width:100%;margin:0 0 25px}
.team-list li {display: inline-block;margin-bottom: 15px;padding: 0;width: 100%;padding-left: 12px;position: relative;}
ul.team-list.col2 li {display: inline-block;width: 49%;margin-right: 1%;}
ul.team-list.col2 li:nth-child(2n+2) {margin-right: 0;margin-left: 1%;}
.team-list li:before {content: ''; position: absolute; left: 0; top: 4px; width: 3px; height: 12px; background: #FF8800;}
.team-list li a {color: #000;text-decoration: underline;}
.subtitle { font-size: 26px;color: #000;font-weight: 700;line-height: 29px;margin: 0 0 15px;position: relative;padding: 0 0 5px;clear: both;}
.subtitle::after { position: absolute; bottom: 0; left: 0; content: ''; border-bottom: 2px solid #C2D82E; width: 134px; display: block; opacity:0}
.con-lt h5, .con-rt h5 {font-size: 18px;margin: 0;margin-bottom: 20px; font-weight:600}
.con-lt h5 span, .con-rt h5 span {font-weight:400; font-size:14px; color:#7f3e4d}
.con-lt .subtitle, .con-rt .subtitle {padding-bottom: 0; color:#056839}
.con-bold{font-size:14px;color:#000;font-weight:400;float:left;width:20%;margin:0 0 5px}
.colon{font-size:13px;color:#000;font-weight:400;float:left;width:3%}
.con-text{font-size:14px;color:#000;float:left}
.contact-comm {display:flex; justify-content:center}
.con-lt {float: left;margin: 0 30px 30px 0;padding:0 30px 0 0;border-right: 1px solid #ccc;width: 31%;  }
.con-rt {float: left;margin: 0;padding: 0;width: 31%;}
.con-text-box { /* border-bottom: 1px solid #C2D82E; margin:0 0 20px; padding:0 0 20px; */ }
.company-logo.next-prac-logo img {min-height: 190px;width: auto;max-width: unset;} 
.company-logo { float:left; margin:0; flex:0 0 auto}
.company-desc{ float:left;padding:0 0 0 35px;}
.contact-wrap .con-text-box{float: left;width: 100%;display: flex;}
.bg-blue{background:#58C7E2}
.contact-wrap .con-text-box h2.about-title {margin-bottom: 25px;}
.contact-wrap h2.common-title {font-size: 24px; line-height: 28px; margin-bottom: 15px; min-height: 56px; }
.img-left-txt { margin-top: -60px; }
.contact-comm .con-lt:nth-child(3) {margin: 0 0 3% 0; padding:0; border:none}
.row-img-left.opp .img-left-col {order:2; margin-left:45px; margin-right:0}
.row-img-left.opp .img-left-txt {order:1}
.owl-dots .owl-dot {width:18px; height:7px; background:#B9948A; display:inline-block; margin:0 5px 0 0; border-radius:5px}
.owl-dots .owl-dot.active {background:#F19F1F}
.owl-dots { position: absolute; bottom: 15px; width: 100%; text-align: center; float: left; display: flex; justify-content: center; }

@media screen and (max-width:1024px) {
.common-panel{padding:0 15px}
.banner-part{background-size:cover}
.event-date {position: relative;transform: none;margin: 0 auto;z-index: 2;}
.banner_text{font-size:40px;line-height:55px}
.top-detail{font-size:13px}
.top-menu{display:none}
.mobile-menu{display:block;top:-74px}
.btm-con {min-width: unset;width: 33%;}
.your-comment-right-part{width:60%}
.your-comment-left-part{width:100%;padding-left:0}
.top-line{text-align:center}
.top-line .top-line-left{width:auto;float:left;display:inline-block}
.top-line-right{width:auto;float:right;display:inline-flex;margin:0}
.footer-col-right{text-align:center;width:100%}
.comment-form-cont{width:60%}
.your-comment-right-part{width:100%}
.your-comment-right-part{padding:30px 40px}
.banner_text span { font-size: 38px;line-height: 45px;}
.top-panel .common-panel { padding: 0 15px; }
.con-lt, .con-rt {width:42%}
.company-logo {width:auto}
.company-logo.next-prac-logo img {width:100%; min-height:inherit}
}


@media screen and (max-width:992px) {	
.inside-content-part{padding:60px 0}
.copyright-text{font-size:13px}
.footer-col-right ul li a{padding:0 10px}
.form-details{width:100%;position:static}
.top-panel{padding:0}
.copyright-text,.footer-col-right ul{padding-left:0}
.copyright-text{text-align:center}
.your-comment-part h2{line-height:39px}
.event-box, .inside-content-part .event-box { width:30%; }
.date { font-size:14px; }
.month{font-size:16px;line-height:20px;margin:0}
.img-full-panel {width: 100%;position: static;height: 400px;/* background-position: right top; */}
.img-full-panel.img-left:after {right: 8px;top: 120px;height: 384px;}
.img-full-panel.img-left.survey::after{right:6px}
.ml-half {margin-left: 0;}
.lt-panel {width: 100%;}
.lt-panel.ml-half {padding: 0;margin-top: 40px;}
h1.about-title {font-size: 32px;}
.event-date {position: relative;transform: none;margin: 0 auto;z-index: 2;}
.your-comment-left-part img { width: 100%; height: 100%; object-fit: cover; }
.comment-form-cont {width: 100%;}
.your-comment-right-part {max-width: unset;}
.survey .lt-panel.ml-half {margin-top: 0;}
.survey .lt-panel.ml-half:before {background-position: left 50px;}

.footer-detail-part {padding: 10px 0;line-height: normal;}
.social-detail2 {display: flex;justify-content: center;}
.social-detail2 a {margin-left: 15px;}
.banner_text{color: #FFF;font-size: 16px;padding: 0;height: auto;line-height: 20px;float: none;position: static;transform: none;bottom: 10px;width: 100%;margin-left: 0;background: none;bottom: 0;top: auto;padding-bottom: 0;box-shadow: none;	}
.slide {height:300px;background-size: 110% !important;}
.banner-part {margin-top:110px}
.rtbtm-corner::after {width: 100px;height: 100px;display: block; right: -59px;bottom: -40px;}
.img-left-col {max-width:42%;margin-right: 30px;}
.common-title {font-size:32px; line-height:36px}
.bg-yellow {background-size:cover}
.first-panel.survey {padding:60px 0}
.inside-content-part p:last-child {margin-bottom:0}
.toggler { display: block; }
.mobile-menu #header-mob{background-color:#60222f;cursor:pointer;float:right;width:40px;border:none}
.mobile-menu #header-mob a{background:url(../images/menu-img.gif) no-repeat center 10px;padding:0;display:block;width:100%;float:left;cursor:pointer;text-decoration:none;text-align:center;font-size:12px;color:#fff;width:38px;height:38px}
.top-line .top-right{width: 100%;}

.top-line .top-line-left {position: relative;float: left;padding-right:0;margin: 0;}
.top-line .top-right {margin: 0;}
.top-line .top-line-left img {max-width: 125px;float: left; margin:0 0 -55px 0}
.top-menu ul.main-menu li {width:100%; border:none; float:left}
.top-menu ul.main-menu {background: #60222f;width:100%; display:none;position: absolute; top: 37px;}
.top-menu ul.main-menu li a { margin: 0; padding: 10px 30px;border-bottom: 1px solid rgba(0,0,0,0.1);width: 100%;text-align: left;}
.top-menu ul.main-menu li:hover a span::after {display:none}
.inside-banner-part {margin-top:90px}
h2.about-title {font-size: 32px;}
ul.team-list.col2 li {width: 100%;margin-left: 0;margin-right: 0;}
.contact-comm {flex-wrap:wrap}
.con-lt { float: left; margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px solid #803f4c; border-right:0; width:100%; }
.con-rt { width:100%; }
.company-logo {width:25%;}
.company-desc{width:75%;}
.top-panel .common-panel { padding:0; }
 }


@media screen and (max-width:767px) {
.scroll-top-arrow, .scroll-top-arrow:focus {right: 15px; bottom:45px}	
.btm-con { width: 100%; }
.event-box { width: 100%; }
.month{font-size:22px}
.social-detail img{margin-left:2px;max-width:24px}
.common-panel{padding:0 15px}
.top-left{width:100%;text-align:left}
.top-right{width:100%;margin-top:10px}
.social-detail a{margin-top:-2px;margin-left: 5px;}
.top-menu ul.main-menu{display:none}
.banner-part{min-height:200px;background-size:cover;margin-top:83px}
.your-comment-left-part{width:100%;text-align:center;padding:0;margin-top:0;max-width: 100%; order:1}
.your-comment-right-part{width:100%; order:2 }
.form-details{width:100%;float:left;position:static}
.footer-part{padding:0}
.footer-detail-part{padding:10px 0;line-height:normal}
.footer-copyright-part{float:left;width:100%;margin:0 auto;text-align:center;line-height:normal}
.mobile-menu{display:block;top:auto;bottom:auto;right:auto;float: right;}
.top-menu{display:block;width: 100%;}
.banner_text{color: #FFF;font-size: 15px;padding:20px 15px;height: auto;line-height: 18px;float: none;/* position: static; */transform: none;bottom: 10px;width: 100%;margin-left: 0;bottom: 0;top: auto;padding-bottom: 45px;box-shadow: none;	}
.inside-content-part{padding:30px 0 40px}
.your-comment-part{background-size:cover}
.footer-copyright-part{font-size:13px;display: block;}
.top-line{text-align:center}
.top-line .top-line-left{width:36%;float:left;display:inline-block;position: relative;left: 0; bottom:0}
.your-comment-right-part {padding:50px}
.social-detail{order:2;float:left;margin:0;     margin-left: 0;}
.footer-col-right{text-align:center}
.footer-col-right ul{width:100%;float:left;margin:0 auto;display:inline-block;padding-left:0}
.footer-col-right ul li a{font-size:14px;padding:0 5px}
.footer-col-right{width:100%}
.comment-form .frm-field input,.comment-form .frm-field textarea{width:100%}
.inside-content-part::before{display:none}

.comment-form-cont{width: 100%; float: left; display: flex; flex-wrap: wrap; margin: 0; border-radius: 0 180px 0 80px;}
.your-comment-part h2 { font-size: 28px; }
.social-detail span{font-size: 13px;padding: 0px 5px 0px 0; display:none;}

.header-wrap{position: fixed;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);} 
.img-full-panel {height: 300px;}
.img-full-panel.img-left:after {right: 8px;top: 30px;height: 320px;}

.mobile-menu {position: relative; right: auto; z-index: 9; bottom: auto;}

.header-wrap {z-index: 9999; height:auto}
.img-full-panel.img-left.survey:after {right: 0;height: 270px;}
.text-content-survey {padding: 50px;}
.btm-con {margin-bottom: 30px;}
.social-detail2 {display: flex;align-items: center;justify-content: center;}

.social-detail2 a {margin-left: 15px;}
.social-detail2 {display: inline-block;}
.skip-navigation a {width: auto;padding: 0 10px;}
.social-detail2 {display: flex;}
.common-padding {padding: 50px 0;}
.btm-con {padding: 0;border-right: 0;border-bottom: 1px solid rgba(255,255,255,0.3);margin: 0;padding: 15px 0;}

.btm-inner .btm-con:last-child {border: 0;}
.footer-part.home:after {display: none;}
.top-line-right {padding-right: 0;}
.banner_text span {font-size:30px; line-height:36px}
.wd80 {width:100%; max-width:100%}
h1.about-title { font-size: 26px; line-height:32px }
.top-line-right {width: 100%; padding:8px 0; justify-content: center;}

.skip-navigation {margin: 0;margin-right: 0;}
.language-detail {
    margin-left: 0;
	    margin-right: 10px;
}
.leaf-bg::after { content: ""; position: absolute; right: 0; bottom: 50px; background: url(../images/leaf-right.png) no-repeat center top; background-size: auto; display: inline-block; width: 250px; height: 250px; right: -100px; background-size: contain;}
.leaf-bg::before { content: ""; position: absolute; left: 0; background: url(../images/leaf-left.png) no-repeat center top; display: inline-block; width: 250px; height: 250px; left: -100px; top: 50px;background-size: contain; }
.mobile-menu #header-mob {margin-right:8px; float:right}
.common-panel.directors-msg {
    position: relative;
    z-index: 9;
}
.view-link {font-size:14px}
.common-title {font-size:26px; line-height:32px}

.access-form .comment-form{padding:0!important;float:left;width:100%}
.comment-form .frm-field{width:100%;margin-right:0}
.comment-form .frm-field input,.comment-form .frm-field textarea{width:100%}
.team-list li{width:100%}
.accessibility h2{font-size:30px;line-height:34px}
.inner-sub {font-size: 29px;}
.con-lt { float: left; margin: 0 0 4%; padding: 0 0 4%; border-bottom: 1px solid #ccc; border-right:0; width:100%; }
.con-rt { width:100%; }
.contact-wrap h2.common-title{min-height:unset;}
.con-text { font-size: 13px; }
.company-logo{width: 100%;text-align: center;}
.company-desc{width: 100%;padding: 0;}
.con-rt {margin-bottom: 40px;}
.company-logo.next-prac-logo img {width:auto;}
.inside-banner-part {min-height:200px}
.inside-banner-part { margin-top: 83px; }
.breadcrumb-part {position:relative; transform:none;top: auto; padding-top: 248px;padding-bottom: 20px;  text-align: center;}

.inner-title {font-size:24px; line-height:26px}
.accordion-single-title {font-size:14px; line-height:19px; padding:30px 30px 30px 0}
.accordion-single-title::after {top:33px; transform:none;width: 22px; height: 14px;background-size: contain;}
h2.common-title {font-size:30px; line-height:34px}
.img-left-txt { margin-top: 0; }
.reverse .img-full-panel.img-left.survey {float:right; margin-bottom:30px}
.first-panel.survey.reverse { padding-bottom:30px; padding-top: 30px; }
.frm-field.frm-fild2 .fild { display: flex; justify-content: flex-start;flex-flow: row-reverse; }
.footer-col-right {background-color:#88bcff; background-attachment:inherit}
.footer-col-right ul li a {margin:0 8px}
.first-panel.survey,.event-wrap {flex-wrap:wrap}
.first-panel.survey.reverse {justify-content:flex-end}
.top-right.top-right-home .social-detail {
    display: inline-flex;
    order: 1;
    float: none;
    margin-right: 93px;
}

.top-right.top-right-home {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 39px;
}

.top-menu.mobile-menu {order: 2;width: auto;position: static;}

.top-menu ul.main-menu {
    left: 0;
}

.top-right.top-right-home .social-detail span {
    display: none;
}
.slide {
    height: auto;
    background-size: 200% !important;
    background-position: 80% 40px !important;
    padding-top: 280px;
}
.inside-banner-part {
    min-height: 150px;
    height: auto;
    background-size: 180% !important;
    background-position: 85% 40px !important;
    background-color: #7e3e49 !important;
}
.top-line .top-line-left {
    width: 36%;
    float: left;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: -90px;
    z-index: 1;
}
.top-line-right {
    width: 100%;
    padding: 8px 0;
    justify-content: center;
}
.top-line .top-line-left img {
    max-width: 95px;
    float: left;
    margin: 0;
}
}

@media screen and (max-width:479px){
.top-line .top-line-left img { max-width: 95px; float: left; margin: 0;}
.row-img-left {flex-wrap:wrap}
.skip-navigation a { width: auto; padding: 5px 10px; line-height: 16px; height: auto; border-radius: 0 12px 0 12px; margin:0; }
.top-detail {justify-content: flex-end;}
.slide { height:auto; background-size: 200% !important; background-position: 80% 40px !important; padding-top:280px}
.banner_text {padding:5px 15px 40px 0; text-align:center}
.banner_text br {display:none}
.your-comment-right-part { padding: 30px; }
.frm-flwd .frm-field { width: 100%; }
.frm-flwd {
    display: inline-block;
}
.rtbtm-corner::after { width: 35px; height: 35px; display: block; right: -21px; bottom: -31px; }
.img-left-col { max-width: 100%; margin-right: 0; margin-bottom:15px }
.mb180 { margin-bottom:60px; }
.minus-margin { margin-bottom: -60px; }
.full-img.minus-margin {
    width: calc(100% - 21px);
}
.event-wrap {margin-top: 30px; flex-wrap:wrap}
.event-box, .inside-content-part .event-box { width: 100%; margin:0 0 30px 0}
.img-full-panel.img-left.survey { width: 96%; height: 130px; }
.first-panel.survey {min-height:inherit}
.text-content-survey { padding: 30px 0 0 0; margin: 0; }
.first-panel.survey { padding: 40px 0; }
.your-comment-left-part img { width: 100%; height: auto; object-fit: inherit; }
.top-line .top-line-left {width: 36%;float: left;display: inline-block;position: absolute;left: 15px;bottom: -90px;z-index: 1;}
.inside-banner-part { margin-top: 83px; }
.contact-wrap .con-text-box {flex-wrap:wrap}
.company-logo {margin:0 0 30px 0}
.inside-banner-part {min-height:150px;height: auto; background-size: 180% !important; background-position: 85% 40px !important;background-color:#7e3e49 !important} 
.g-recaptcha { transform: scale(0.9);}
.row-img-left.opp .img-left-col {margin-left:0; margin-top:30px}
.reverse .text-content-survey {padding:0}
.skip-navigation a {
    padding: 6px 5px;
    font-size: 11px;
}
.breadcrumb-part {position:relative; transform:none;top: auto; padding-top: 195px;padding-bottom: 20px;  text-align: center;}
}






/*
  Site nav
*/

.site-nav {
  position: sticky;
  top: 44px;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 3;
  box-shadow: none;
}

.site-nav__menu {
  grid-area: menu;
}

.site-nav__link {
  padding: 1rem;
  display: block;
}

@media (max-width: 49.999rem) {
  .site-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
  }

  .site-nav__menu {
    display: none;
    flex-direction: column;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
  }

  .site-nav__link {
    font-size: calc(1.2rem + 3vw);
  }

  .site-nav--is-open {
    height: 100vh;
    /* overflow-y: auto; */
  }

  .site-nav--is-open .site-nav__menu {
    display: flex;
    width: 100%;
  }
}

@media (min-width: 50rem) {
  .site-nav__menu {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
}

.fade-in {
  animation-fill-mode: forwards;
  animation-name: fade;
}

.fade-out {
  animation-fill-mode: backwards;
  animation-name: fade;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
  Curtain
*/

.site-nav__curtain {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #60222F;
  border-radius: 50%;
  transform: translateY(100%) scale(0);
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.curtain-up {
  animation-name: curtainUp;
}

.curtain-down {
  animation-name: curtainDown;
}

@media (min-width: 50rem) {
  .site-nav__curtain {
    visibility: hidden;
    transform: translateY(100%) scale(0) !important;
  }
}

@keyframes curtainUp {
  0% {
    border-radius: 50%;
    transform: translateY(100%) scale(1);
    visibility: visible;
    opacity: 1;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    transform: translateY(0%) scale(3, 1);
    visibility: visible;
    opacity: 1;
    border-radius: 0;
  }
}

@keyframes curtainDown {
  0% {
    border-radius: 0;
    transform: translateY(0%) scale(3, 1);
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
  }
  99% {
    transform: translateY(100%) scale(0);
    visibility: visible;
    opacity: 1;
  }
  100% {
    transform: translateY(100%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
}

/*
  Menu button
*/

.menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: .5rem 0 .5rem 2rem;
  color: #fff;
  position: sticky;
  left: 0;
  top: 0;
  float: right;
  align-self: normal;
  justify-self: start;
  z-index: 10;
  grid-area: menuButton;
  right: 0;
  left: auto;
  padding-right: 45px;
      height: 39px;
}

.menu-button:active {
  transform: translateY(-.2rem);
}

@media (min-width: 50rem) {
  .menu-button {
    display: none;
  }
}

.menu-button__lines {
  display: grid;
  gap: 5px;
  transition: all .2s ease;
  position: absolute;
  right: 15px;
  top: 12px;
}

.menu-button__lines--open {
  gap: 0;
  /* top: 12px; */
  z-index: 99999999;
}

.menu-button__line {
  display: block;
  transition: .2s ease;
  content: '';
  width: 1.2rem;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: all 0.5s ease;
}

.menu-button:hover .menu-button__lines {
  gap: 5px;
  /* top: 0; */
}

.menu-button__lines--open .menu-button__line {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: rotate(45deg) scale(1);
    margin-top: 7px;
}

.menu-button__lines--open .menu-button__line:nth-child(3) {
transform: rotate(-45deg) scale(1);
    margin-top: 7px;
}


.site-nav a.logo {
    display: none;
}
.site-nav__menu li a {
    color: #fff;
    text-decoration: none;
}

.site-nav__menu li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.site-nav__menu li:last-child {
    border: 0;
}


.site-nav
{display:none;}
@media screen and (max-width:767px){
.top-menu.mobile-menu {
    display: none;
}
.site-nav
{display:block;}
}
