@charset "utf-8";

/* CSS Document */

*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html{ width:100%; height:100%; margin:0px; padding:0px;}

body{ margin:0px; padding:0px; font-family: 'Nunito Regular'; font-size:16px; font-weight:400; color:#000; background:#fff; min-height:100%;}

p{ margin:0px; padding:0px 0 25px 0; font-family: 'Nunito Regular'; font-size:17px; color:#000; line-height:31px;}

h1{ margin: 0 0 15px; padding: 0; font-size:35px; line-height:37px; font-family: 'Nunito Black';}

h2{ margin: 0 0 15px; padding: 0; font-size:35px; line-height:37px; font-family: 'Nunito Black';}

h3{ margin: 0 0px 10px; padding: 0; font-size: 23px; line-height: 26px; font-family: 'Nunito Black';}

h4{ margin: 0 0px 10px; padding: 0; font-size:14px; line-height:18px; font-family: 'Nunito SemiBold';}

h5{ margin: 0 0px 15px; padding: 0; font-size: 15px; line-height: 18px; font-family: 'Nunito Regular';}

h6{ margin: 0 0px 10px; padding: 0; font-size: 36px; line-height: 40px; font-family: 'Nunito Regular';}



address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }

label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}

a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #e37818;}

a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#203444;}



a img{ border:none; outline: none;}

a:focus {outline:none; } 

border{ border-collapse:collapse;}

hr{ height:1px; background:#000; border:none;}

.clear{ clear:both;}

.clearfix:before,

.clearfix:after { content: " "; display: table;}

.clearfix:after { clear: both;}

img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}



.no-pad { padding:0px !important;}

.no-mag { margin:0px !important;}



/*	Reset style			*/

::-moz-selection { color: #fff; background: #efc06d;}

::selection {  color: #fff; background: #efc06d;}



/* form css */

.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder {color:#000;opacity:1}

.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder {color:#000;opacity:1}

.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder {color:#000;opacity:1}

.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder {color:#000;opacity:1}



.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"], select {display: block;

width: 100%;font-family: 'Nunito Regular';

font-size: 16px;color: #000;height: auto;padding: 12px 15px;

margin-bottom: 20px;background: #fff;outline: none;border-radius: 4px;

box-shadow: none;line-height: normal;border: 1px solid #cbcbcb;appearance: none;

-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;

-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position: relative;}

textarea.form-control, textarea {height:120px; resize:none; overflow:hidden;}

.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 1px solid #000; background-color:#fff; box-shadow: none;}



.date input[type="text"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}

.date input[type="date"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}

input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }

input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }

.time input[type="text"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}

.time input[type="time"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}

.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {text-align: left;}



.fl-dfl {border: 1px solid #cbcbcb;padding: 23px 15px;border-radius: 4px;margin-bottom: 35px;}

input[type="file"] {width: 100%;}



/* form css */

select{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; border-radius: 0px; box-shadow: none; background-image:url(../images/down-arrow.jpg); background-position:right 0; background-repeat: no-repeat;font-family: 'Avenir Next LT Pro Regular';font-weight: 500;font-size: 18px;line-height: 26px; color: #fff;height: auto;padding: 22px 15px; margin-bottom: 0; text-transform: uppercase; cursor: pointer; background-color: #cd6e1a; background-size: 40px 78px;}

select:focus {border:0;outline: none; background-color: #cd6e1a;}

select option {color:#fff; font-size:14px; font-weight:300;}



label {font-size: 16px;color: #000;font-family: 'Nunito Regular';margin: 0px 0px 8px; padding: 0px;}



/* button css */

.btn { position: relative; font-size: 19px;line-height: 22px;font-family: 'Nunito SemiBold';padding: 14px 30px;color: #fff;outline: none;border: 0;border-radius: 0px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #98b652;}

.btn:focus, .btn:active:focus { outline:0;box-shadow:none; color:#fff; background-color: #43824c;} 

.btn:hover { color:#fff; background-color: #43824c;}



.btn.white {background-color: #fff;color: #203444;} 

.btn.white:focus, .btn.white:active:focus {background-color: #203444;color: #fff;} 

.btn.white:hover {background-color: #203444;color: #fff;} 



/* own class for css */

.displayTable{display:table;height:100%;width:100%; position:relative;}

.displayCell{display:table-cell;vertical-align:middle}

.displayCellBot { display: table-cell; vertical-align: bottom;}

.tableWidth-full {width:100%;}

.tableWidth-half {width:50%; height:100%}



/* scroll top */

.scrollTop { position: fixed; width: 45px; bottom: 14px; right: 2%; background-color: #9bbc51; color: #000; font-size: 15px; line-height: 45px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: none; border-radius: 50px;}

.scrollTop i { position:relative; top:1px;}

.scrollTop:hover, .scrollTop:focus{color:#fff; border:none; background-color: #9bbc51; }

.scrollTop.pop{opacity:1; visibility: visible;}



/* What do we do */

.wdwd{padding:100px 0 70px;border-bottom:1px solid #d8d8d8}

.title-bx{text-align:center;display:flex;justify-content:center;align-items:center;margin-bottom:40px}

.title-bx img{margin-right:20px}

.title-bx h2,.title-bx h1{margin-bottom:0;text-transform:uppercase}

.wdwd p{text-align:center;padding-bottom:0}



/* Approch */

.approach{padding: 70px 0 100px;}

.approach-box{background-color:#ecffbf;padding:20px;text-align:center;margin-top:30px}

.approach-box.green-bg{background-color:#43824c}

.approach-box h3{color:#000;margin-top:20px}

.approach-box.green-bg h3,.approach-box.green-bg p{color:#fff}



/* ensure */

.ensure-area{position:relative;padding:100px 0}

.ensure-area-midle{width:100%}

.ensure-area .title-bx h2{color:#98b652}

.ensure-box{background-color:#fff;padding:30px;text-align:center;margin-top:30px}

.ensure-box img{margin-bottom:20px}

.ensure-box p{color:#232323;padding-bottom:0}



/* engage */

.engage{padding:100px 0 50px}

.engage p{text-align:center;padding-bottom:0}



/* sip */

.sip{text-align:center;padding:50px 0;border-bottom:1px solid #d8d8d8}

.sip h3,.occasions h3{color:#98b652;text-transform:uppercase;font-size: 30px;}

.sip h4,.occasions h4{color:#98b652;font-size:26px;line-height:30px;margin-bottom:30px}

.occasions{text-align:center;position:relative;padding:50px 0 150px;z-index:2}

.occasions .row {position: relative;z-index: 2;}

.occasions-img{position:absolute;bottom:0;right:0;left:0;z-index:1}



/* mission-vision */

.mission-vision{text-align:center;position:relative;padding:100px 0 150px;z-index:2}

.mission-vision .title-bx{margin-bottom:20px}

.mission-vision-bx{padding:20px;border-right:1px solid #d8d8d8}

.no-border{border:none}

.mission-vision-area{display:flex}

.mission-vision-bx{width:50%}

.mission-vision-bx p{padding-bottom:0}



/* banner-home */

.home-banner {position: relative;}

.banner {position: relative; width:100%;background-color: #1d8742;}

.banner-pic, .banner-pic img { width:100%; position:relative;}



.middle-banner {text-align: center; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: auto; position: absolute; right: auto; top:calc(58%); transform: translateY(-50%); width: 100%;}

.middleTextBan { width:100%; position:relative; margin: 0px; z-index:1;}

.middleTextBan h2 {font-family: 'Nunito Black'; text-transform: uppercase; color: #fff; font-size: 75px; line-height: 80px; margin: 0 0 15px;}

.middleTextBan h2 span {display: inline-block;position: relative;top: -3px;vertical-align: bottom;width: 70px;}



.mainHd {position: relative;}

.header-top {position: absolute;left: 0;right: 0;top: 0;z-index: 3;}

.logo {float: left;width: 155px;margin-top: 10px;}

.header-right {float: right;margin-top: 30px;text-align: right;}

.top-social ul {list-style: none;}

.top-social ul li {display: inline-block;margin-left: 10px;}

.top-social ul li a {display: inline-block;color: #fff;font-size: 22px;}

.top-social ul li a:hover {color: #91ba3e;}

.top-cnt ul {list-style: none;}

.top-cnt ul li {display: inline-block;padding-left: 30px;position: relative;margin-left: 20px;}

.top-cnt ul li a {display: inline-block;color: #fff;font-size: 16px;font-family: 'Nunito SemiBold';}

.top-cnt ul li a:hover {color: #91ba3e;}

.top-cnt ul li::before {content: '';display: block;position: absolute;left: 0;top: 3px;}

.top-cnt ul li.tel::before {width: 16px;height: 16px;background: url(../images/top-tel.png) no-repeat 0 0;left: 3px;}

.top-cnt ul li.location::before {width: 20px;height: 14px;background: url(../images/top-mail.png) no-repeat 0 0;}

.mainHd.odd .top-cnt ul li.tel::before {background: url(../images/ph.png) no-repeat 0 0;}
.mainHd.odd .top-cnt ul li.location::before {background: url(../images/email.png) no-repeat 0 0;width: 24px;
    height: 18px;}


.ftmain {background-color: #123517;padding: 60px 0;}

.ftmain h3 {font-size: 27px;color: #fff;font-family: 'Nunito Bold';margin: 0 0 20px;}

.ft-subcribe {padding-right: 60px;}

.ft-subcribe input[type="email"] {background-color: #2c4d31;border-radius: 0;color: #fff;font-family: 'Nunito Bold';border: 0;padding: 18px 15px;margin-bottom: 14px;}

.ft-subcribe .btn{font-size:14px;line-height:22px;font-family:'Nunito Bold';padding:14px 40px;color:#000;text-transform:uppercase}

.ft-subcribe .btn:hover{color:#fff}

.social-ft ul {list-style: none;}

.social-ft ul li {display: inline-block;margin: 0 5px;}

.social-ft ul li a:hover {opacity: 0.5;}

.ft-cnt-dtls {padding-left: 15px;}

.ft-cnt-dtls ul {list-style: none;}

.ft-cnt-dtls ul li {margin-bottom: 20px;font-size: 17px;color: #fff;font-family: 'Nunito SemiBold';padding-left: 43px;position: relative;}

.ft-cnt-dtls ul li a {font-size: 17px;color: #fff;font-family: 'Nunito SemiBold';}

.ft-cnt-dtls ul li a:hover {color: #9bbc51;}

.ft-cnt-dtls h5 {font-size: 17px;font-family: 'Nunito SemiBold';margin: 0 0 2px;}

.ft-cnt-dtls p {font-size: 17px;font-family: 'Nunito SemiBold';color: #fff;line-height: 22px;}

.ft-cnt-dtls ul li::before {content: '';display: block;position: absolute;left: 0; top: 10px;}

.ft-cnt-dtls ul li.tel::before {background: url(../images/tel.png) no-repeat 0 0;width: 26px;height: 26px;}

.ft-cnt-dtls ul li.mail::before {background: url(../images/mail.png) no-repeat 0 0;width: 32px;height: 16px;}

.ft-cnt-dtls ul li.location::before {background: url(../images/location.png) no-repeat 0 0;width: 23px;height: 29px;}



.copyRight {border-top: 1px solid #fff;padding: 30px 0 0;text-align: center;margin-top: 45px;}

.copyRight p {color: #fff;font-size: 17px;font-family: 'Nunito SemiBold';padding-bottom: 6px;}
.copyRight p a {color: #fff;}
.copyRight p a:hover {color: #91ba3e;}

.bnk-dtls {padding: 40px 0 0;}

.bnk-dtls h4 {margin: 0 0 10px;}

.bnk-dtls p {font-family: 'Nunito SemiBold';font-size: 18px;padding-bottom: 10px;}

.inst-pop h5 {font-family: 'Nunito Bold';font-size: 26px;color: #43824c;text-align: center;}

.inst-pop .modal-header .close {margin-top: -43px;}

input[type="text"].intfll {background-color: #e7e7e7;}

.mainHd.odd a {color: #000;}
.mainHd.odd {border-bottom: 1px solid #ddd;}
.mainHd.odd .header-top {position: static;}
.prv-pf {padding: 50px 0 35px;}
.prv-pf h5 {font-size: 20px;font-weight: 700;color: #000;}
.prv-pf p {font-size: 16px;line-height: 30px;color: #363636;}

.copyrgt {background-color: #9a9a9a;padding: 6px 0;}
.copyrgt p {color: #fff;font-size: 15px;text-align: center;padding: 0;line-height: 18px;}

/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/

/***----------------------------------------------------------------------------------------***/



@media (min-width: 1600px){

.container {width: 1440px;}

}

/*******		end 1600px		*******/



@media only screen and (max-width:1599px){



}

/*******		end 1600px		*******/ 



@media only screen and (max-width:1299px){   

.middleTextBan h2 {font-size: 62px; line-height: 68px;}

.ft-cnt-dtls {padding-left: 0;}

}

/*******		end 1299		*******/



@media only screen and (max-width: 991px) {

.title-bx img {display: none;}

.top-cnt ul li a {font-size: 15px;}

.middleTextBan h2 {font-size: 40px; line-height: 42px;}

.middleTextBan h2 span {width: 40px;}

.ft-subcribe {padding: 0 0 30px;}

}

/*******		end 991		*******/



@media only screen and (max-width: 767px) {   

.mission-vision{padding:20px 0 30px}

.mission-vision-area{flex-wrap:wrap}

.mission-vision-bx{width:100%;border-bottom:1px solid #d8d8d8;border-right:none;padding:20px 0}

.mission-vision .occasions-img{display:none}

.wdwd{padding:20px 0 40px}

.approach{padding:40px 0}

.ensure-area{position:relative;padding:50px 0}

.engage{padding:35px 0 0}

.occasions{padding:35px 0}

.title-bx{margin-bottom:20px}

h1,h2{font-size:28px;line-height:32px}

.logo{float:none;width:80px;margin:10px auto}

.header-right{float:none;margin-top:0;text-align:center}

.middle-banner{-ms-transform:none;-webkit-transform:none;position:static;transform:none;padding:18px 0}

.top-cnt ul li a{font-size:14px}

.middleTextBan h2{font-size:30px;line-height:32px}

.middleTextBan h2 span{width:30px}

.top-social ul{margin-bottom:4px}

.top-social ul li a{font-size:18px}

.top-cnt ul li{display:block;padding-left:0;margin-left:0}

.top-cnt ul li::before{display:none}

.top-social ul li{margin:0 5px}

.banner-pic img{height:300px}

.ftmain {padding: 35px 0 20px;text-align: center;}

.copyRight {padding: 15px 0 0;margin-top: 10px;}

.ft-cnt-dtls ul li {padding: 0;}

.ft-cnt-dtls ul li::before {position: static;margin: 0 auto 10px;}

.ftmain h3 {font-size: 25px;margin: 0 0 15px;}

.social-ft {margin-bottom: 25px;}

.copyRight p {font-size: 14px;font-family: 'Nunito Regular';padding-bottom: 10px;line-height: 18px;}


p {padding: 0px 0 15px;font-size: 16px;line-height: 28px;}

.mission-vision .title-bx {margin-bottom: 10px;}

.approach-box {padding: 20px 15px 10px;}

.ensure-box {padding: 20px 15px 10px;}

.occasions h4 {font-size: 28px;line-height: 32px; margin-bottom: 20px;}

.sip h4, .occasions h4 {font-size: 24px; line-height: 28px; margin-bottom: 15px;}

.sip h3, .occasions h3 {font-size: 28px;}

.sip {padding: 35px 0 25px;}

.bnk-dtls p {font-size: 17px;}
.prv-pf {padding: 30px 0 20px;}
}

/*******	 end 767		*******/ 



@media only screen and (max-width: 480px) {  



}

/*******	 end 480		*******/ 