/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    /*font-family: 'Roboto','Open Sans',sans-serif;*/
    font-family: 'Arial','Open Sans',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
#more {display: none;}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
    font-family: 'Arial','Open Sans',sans-serif;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Arial',sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    margin: 15px 0px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    /*font-family: 'Arial','Open Sans',sans-serif;*/
    font: 17px 'Arial',sans-serif;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 15px;
    color: #585858;
    font-weight: 500;
}
h2,h3,h4,h5{
    font-family: 'Playfair Display', serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
.main_menu p.numbers {
    display: inline-block;
    position: absolute;
    left: 41px;
    top: 19px;
    padding-left: 0px;
}
.main_menu .numbers a{
    padding-left: 0px;color: #08b5ac;
}
.social_media_header
{
    float: right;
    width: 55%;
    text-align: right;
    display: flex !important;
    min-height: 48px;
    justify-content: flex-end;
    align-items: center;
    /*margin-right:2rem;*/
}
.social_media_header i:last-child {
    margin-right: 0px;
}
.header .main_menu {
    float: left;
    width: 100%;
}
.social_media_header i {
    font-size: 22px;
    color: #08b5ac;
    margin: 0px 20px;
}
.header .numbers a:before{
    content:none;
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff') format('woff'),
        url('../fonts/icomoon/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'coolveticaregular';
    src: url('../fonts/coolvetica_rg-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: "Praxis W01 Regular";
  src: url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.eot"); /* IE9*/
  src: url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.woff") format("woff"), /* chrome、firefox */
  url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/praxis/1f95e0891ba4c0611b369ec03a9daa02.svg#Praxis W01 Regular") format("svg"); /* iOS 4.1- */
  font-display: swap;
}
body{
    position: relative;
    margin: 0;
    /*font: 14px 'Roboto','Open Sans',sans-serif;*/
    background: #fff;
    margin: 0;
}
p, b, li, a, button, input,span,h1, h2, h3, h4, h5, label{
    font-family:"Praxis W01 Regular" !important;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 95%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    /*padding: 10px 0;*/
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

		.slider-1{
			position: relative;
		}
		.bottom_logo{
			position: absolute;
            top: 37px;
            right: 52px;
            width: 100px;
            z-index: 999;
		}
		.bottom_log img{
			width: 100%;
		}

/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    /* font-size: 21px; */
    /* margin: 15px; */
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 22%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #e20809;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -127px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}
/*Working Area*/
.input-message{
  position: relative;
}
form .input-message .thankmsg{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    color: rgb(6, 176, 98);
    z-index: 999;
    right: 0px;
    top: -5px;
    font-size: 11px;
    /* background-color: white; */
    -webkit-animation: fadeInRight .3s cubic-bezier(0.45, -0.18, 0.74, 1.17);
    animation: fadeInRight .3s cubic-bezier(0.45, -0.18, 0.74, 1.17);
}
.input-message.active .thankmsg{
  display: block;
}
/*.input-message.active input{
  border-color: rgb(6, 176, 98);
}*/
/*.header{
    flex: 1;
}*/
.header-middle-area{
   flex: 1;
}
.header-middle-area .start{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.header-middle-area ul.start>li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: var(--nav-height);
}
.header-middle-area ul.start>li>a{

font-family: 'Arial';
    font-weight: 500;
    font-size: .8rem;
    color: black;
    height: var(--nav-height);
    padding: .5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*border-right: 1px solid #201c29;*/
    -webkit-transition: .1s;
    transition: .1s;
}
/*.input-message .active span.error-msg label#phone-error{
    display: none;
}*/
#stickForm label .error .thankmsg{
    background-color: white !important
}
/*#stickForm input.valid{
    background-color: white;
}*/
/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.top_logo{
    padding: 20px 0px;
}
.top_logo img{
    margin: auto;
    width: 230px;
}
/* .hero_content .container,.header_section.top .container{
    width: 1200px;
} */
#slider{
    position: relative;
}
.who_we_are_section .who_we_are p{
    text-align: center;
    width: 91%;
    margin: auto;
}
.who_we_are_section .who_we_are h1
{
    color: #00b3aa;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 30px;
}
section.who_we_are_section .about_us{

    padding: 30px 0px 0px;
}
section.who_we_are_section {
    /*padding: 70px 0px;*/
}
.about_us_inside {
    height: auto;
}
.about_us_img{
    padding: 20px 0px;
        position: relative;
    top: auto;
}
.about_us_img img{
    width: 95%;
    margin: auto;
}
.about_us_para p
{
        text-align: center;
    padding: 40px 70px;
}
/*  end of blink animation codes */

/* LP codes continues here */
.header_top{
    padding: 0px 33px;
    position: relative;
    float:left;
    width:100%;
}
.menu_nav{
    display: inline;
    float: right;
    padding: 10px 15px;
    margin-top: 10px;
    margin-right: 0px;
}
.menu_nav li{
    display: inline;
    position: relative;
}
.menu_nav li a{
    margin: 0px 20px;
    text-decoration: none;
    color: #00B3AA;
}
ul.sub_project_menu a {
    width: 100%;
    margin: auto;
    display: block;
}
#brand img{
    display: inline;
    float: left;
    width: 160px;
}
.hero_content_inner{
    position: relative;
    padding-bottom: 80px;
    
}
.hero_heading{font-size: 90px;/* font-weight: bold; */letter-spacing: 2px;margin: 37px 0px 0px 0px;text-align: left;color: #A0BE4D;position: absolute;line-height: 69px;z-index: 99;/* margin-left: 51px; */font-family: 'coolveticaregular';}
.hero_desc{position: absolute;top:191px;/* bottom: 0; */font-size: 17px; padding-right: 17px}
.hero_content{
    /*margin-top: 23px;*/
    padding-bottom: 50px;
    position: relative;
    padding-top: 22px;
}
.left_home_banner{
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
        font-weight: normal;
}
.left_home_banner h1{
    color: #333;
    line-height: 40px;
    font-weight: 600;
}
.left_home_banner h3 {
    color: #333;
    font-size: 24px;
    text-align: center;
    font-family: 'Arial';
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}
.nivo-controlNav {
    /*background: #0000007a;*/
    text-align: center;
    padding: 15px 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 3000 !important;
    /*width: 170px;*/
}
.nivo-controlNav a {
    font-size: 0px;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 100%;
    padding: 4px;
    background: #fff;
}
.nivo-controlNav a.active{
    background: #a0be4d;
    border: 1px solid #a0be4d;
}
.careers-para a{
    color:#585858;
}
.inpt_box{
    padding:5px !important;
}


/*Input Thankmsg*/

.input-field {
    position: relative;
}

form .input-field .thankmsg {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    color: rgb(11, 204, 115);
    right: 17px;
    top: -3px;
    font-size: 13px;
    /* background-color: white; */
    -webkit-animation: fadeInRight .3s cubic-bezier(0.45, -0.18, 0.74, 1.17);
    animation: fadeInRight .3s cubic-bezier(0.45, -0.18, 0.74, 1.17);
}

.input-field.active .thankmsg {
    display: block;
    text-align:right !important;
}


@media (max-width: 960px) {


}

@media (max-width: 768px) {
    .top_logo {
         padding: 0px; 
    }
.nivo-controlNav {
    /* background: #0000007a; */
    text-align: center;
    /* padding: 15px 0px; */
    position: absolute;
    left: 0px;
    bottom: -9px;
    right: 0px;
    margin: auto;
    z-index: 3000 !important;
    /* width: 170px; */
}
.hero_content{
    padding-bottom: 0px;
}
#disclaimerPopupOverlay #disclaimerPopup {
    /*height: 200px;*/
    bottom:30px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
}
#disclaimerContent h2{
        margin: 10px;
        font-size: 16px;
}
.who_we_are p{
    width: 86%;
    margin: auto;
}
}

@media (max-width: 400px) {



}

.hero_text{
    padding-left: 90px;
}
.vision_inner{
    width: 87%;
    margin: auto;
}
.our_vision{
    margin: 40px 0px;
}
.vis_title{color: #00B3AA;font-size: 36px;margin: auto;padding-left: 16px;}
.download_bro{
    font-size: 30px;
    width: 50%;
    line-height: 29px;
    color: #00B3AA;
    position: relative;
    margin-left: 32px;
    /* text-align: center; */
}
.download_bro:after{
    content: "";
    position: absolute;
    width: 51px;
    height: 52px;
    top: 3px;
    right: -62px;
    background: url(../images/download-btn.png) 0px 0px no-repeat;
}
._p0{
    padding: 0;
}
/*.our_projects{background-color: #F5F5F5;}*/
.proj_inner{/* background-color: #F5F5F5; */position: relative;}
.proj_heading{margin-left: 50px;color: #AAAAAA;font-size: 47px;/* position: absolute; */font-weight: 600;width: 50%;}
.select_proj{position: absolute;/* top: 98px; */bottom: 10px;left: 50px;}
.proj_no{text-align: center;color: #00B3AA;font-size: 26px;font-weight: 600;}
.proj_title{
    position: relative;
    height: 555px;
}
.proj_status{background-color: #00B3AA;padding: 5px 11px;text-align: center;color: white;font-weight: 400;}
.select_proj_name{
    position: relative;
}
.proj_li{
    padding: 6px 52px 8px 7px;
    border: 1px solid #00b3aa;
}
.select_proj_name span{
    background-color: #00b3aa;
    padding: 9px 10px;
    position: absolute;
    color: white;
    /* margin-left: 0px; */
    /* margin-bottom: -48px; */
    /* margin-top: 40px; */
}
.proj_desc_text{
    /* font-size: 7px; */
    margin-top: 33px;
}
.proj_desc_text p{
    color: white;
}
.proj_desc_text_title{
    font-size: 20px;
    font-weight: 400;
    color: black;
    min-height: 55px;
}
.view_btn{
    text-align: right;
    margin-right: 86px;
    margin-bottom: 25px;
    position: relative;
}
.view_btn a{
    text-decoration: none;
}
.view_btn:before{
    content: "";
    background: url(../images/view-arrow.png) 0px 0px no-repeat;
    position: absolute;
    top: -1px;
    width: 30px;
    height: 30px;
    right: -40px;
}
.testi_inner{
    width: 87%;
    margin: auto;
}
.testimonials{padding: 20px 0px;}
.testi_box{
    /* width: 60%; */
    margin: auto;
    box-shadow: 1px 1px 20px #908b8b38;
    padding: 45px;
    border-left: 40px solid #A0BE4D;
}
.testi_title{
    font-size: 35px;
    color: #00B3AA;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    /* padding-bottom: 50px; */
    margin: 44px 0px;
    margin-top: 50px;
}
.our_projects .project_title{
    padding-top: 0px;
}
.testi_content{
    padding: 30px 35px;
    /* position: absolute; */
    min-height: 272px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.testi_name{
    display: inline-block;
    padding-left: 35px;
    padding-top: 40px;
    position: relative;
}
.testi_name:before{
    content: "";
    position: absolute;
    background: url(../images/review-tag.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    top: 0;
}
.testi_content_inner{
    margin: 100px 0px;
}

/*footer*/
.social_media i {
    font-size: 25px;
    color: #a0be4d;
}

.hero_footer_inner{
    width: 87%;
    clear: both;
    margin: auto;
}
.other_link{
    display: block;color: white !IMPORTANT;
    text-decoration: none;
    /*margin: 8px 0px;*/
    padding: 7px 0px;
    font-weight: 300;
    font-size: 15px;
    
}
.subscribe_field{
    padding: 22px 10px;
    width: 95%;
    position: relative;
}
.input-arrow{
    background: url(../images/subscribe-arrow.png) 0px 0px no-repeat;
    position: absolute;
    width: 30px;
    height: 31px;
    right: 23px;
    top: 9px;
    cursor: pointer;
}
.form_title{color: white;font-size: 21px;margin: 5px 0px;}
.bottom_enquire_form{position: relative;}
.bottom_enquire_form input{
    display: block;
    width: 70%;
    margin: 10px 0px;
    padding: 18px 11px;
    background-color: transparent;
    border: 1px solid #a0be4d;
}
.hero_foot{
    background-color: #3C5100;
    clear: both;
    padding: 35px 0px 5px 0px;
}
.add_title{
    color: white;
    font-size: 19px;
    margin: 9px 0px;
    /* margin: auto; */
}
.social_media a{
    padding:0px;
    margin:0px;
}
.add_details{color: white;font-size: 13px;}
.numbers a{color: #fff;position: relative;padding-left: 30px;line-height: 14px;margin: 10px 0px;}
.numbers a:before{
    content: "";
    position: absolute;
    background: url(../images/phone.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
}
.mail a{color: white;position: relative;padding-left: 30px;line-height: 14px;margin: 20px 0px;}
.mail a:before{
    content: "";
    content: "";
    position: absolute;
    background: url(../images/mail.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
}
.other_page{
    padding: 19px 23px;
}
.subscribe{
    position: relative;
}
.bottom_enquire_form input[type=submit]{
    opacity: 0;
    position: relative;
}
.bottom_enquire_form input[type=submit]:after{
    content: "";
    position: absolute;
    /* background: url(../images/subscribe-arrow.png); */
    width: 30px;
    height: 30px;
    top: 15px;
    right: 0;
    background-color: red;
    z-index: 99;
}
.social_media{
    width: 50%;
    margin: 15px 0px;
    /*padding-left: 15px;*/
}
.social_media .col-md-3{border: 1px solid #a0be4d;border-left: 0px;/* border-right: .5px solid #a0be4d; */min-height: 40px;/* line-height: 13px; */padding: 7px 12px;}
.social_media .col-md-3:first-child{
    border-left: 1px solid #a0be4d;
}

/*Card Animation*/

.cards {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 70%;
  margin: 10px auto 0;
  width: 100%;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  /* border-radius: 30px; */
  /* padding: 40px; */
  /* box-shadow: 0 0 40px #000; */
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(.8,.2,.1,0.8) 0.1s,
    background 0.4s linear;
  cursor: pointer;
  user-select: none;
  
  :last-child {
  margin-bottom: 0; }
}

.card--next { 
  z-index: 5; 
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}

.card--out {
  animation: card-out 0.6s cubic-bezier(.8,.2,.1,0.8);
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  z-index: 1;
  background: #fff;
}

@keyframes card-out {
  0% { z-index: 20; transform: translateY(0px) rotate(-4deg); }
  50% { transform: translateY(-120%) rotate(-5deg) translateX(-40px); }
  80% { z-index: 1; }
  100% { transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95); }
}

.card--current {
  cursor: auto;
  user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  background: #fff;
  transform: rotate(-1deg) translateX(0%) scale(1);
}
.pagnation_arrow{
    position: relative;
}
.right_side_arrow{position: absolute;/* right: 116px; */right: 184px;top: -98px;z-index: 99;cursor: pointer;}
.left_side_arrow{
    position: absolute;
    /* right: 18px; */
    top: -98px;
    right: 242px;
    z-index: 99;
    /* width: 50%; */
    cursor: pointer;
}
.card_numbering{
    position: absolute;
    right: 254px;
    z-index: 99;
    top: -127px;
}
.current_card_no, .totall_card{font-size: 18px;}
.copyright{border-top: 1px dotted #A0BE4D;width: 70%;margin: auto;}
.copyright p{text-align: center;color: #A0BE4D;margin-top: 10px;}
.vis_para{
    margin-left: -13px;
    padding-right: 45px;
}


/*.page {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px -54px;
}*/

.select-dropdown {
  position: relative;
  background-color: #e6e6e6;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 2px;
  /* font-family: "helvetica neue", helvetica; */
  font-size: 1rem;
  font-weight: 200;
  /* max-width: 100%; */
  /* padding: 8px 24px 8px 10px; */
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #00b3aa;
}
.select-dropdown:active,
.select-dropdown:focus {
  outline: none;
  box-shadow: none;
}
.select_proj_name:after {
    content: "";
    position: absolute;
    top: 14px;
    margin-top: 0;
    right: 118px;
    /* left: 23px; */
    width: 0;
    height: 0;
    /* background: red; */
    border: 5px solid transparent;
    border-top: 5px solid #00b3aa;
    /* float: left; */
    /* z-index: 9999; */
  }
.bottom_form{
    padding: 32px 20px;
}
.right_side_arrow img{
    width: 58%;
}
.left_side_arrow img{
    width: 58%;
}
.submit_button{
    background-color: #A0BE4D;
    border: 1px solid #A0BE4D;
    color: white;
    font-size: 20px;
    padding: 4px 12px 8px 10px;
    /* padding-bottom: 5px; */
    position: absolute;
    right: 55px;
    bottom: 0px;
}
.testi_img{
    /* position: absolute; */
    
    margin-left: -64px;
}
.testi_img img{
    width:100px;
}
.menu_nav_bar{position: absolute;right: 31px;top: 34px;}
.menu_bar_img{
    /* float: right; */
}
._color1{
    
    border-left: 40px solid #A0BE4D;
}
._color2{
    border-left: 40px solid #EE9DB8;
}
._color3{
    border-left: 40px solid #28d2da;
}
._color4{border-left: 40px solid #fbdc00;}




/*dropdown*/


.sub_project_menu
{
    position: absolute;
    right: 0px;
    transform: translateY(-20px);
    width: 100%;
    height: 67px;
    z-index: 9;
    background: white;
    display: flex;
    visibility: hidden;
    top: 31px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}
    .hover_li:hover .sub_project_menu{
        visibility: visible;
        transition: .3s;
        transform: translateY(0px);
    }
    .sub_project_menu li{
        display: block;
        padding: 10px;
        /*width: 198px;*/
        text-align: center;
    }
    .sub_project_menu li:hover
    {
            /*background: linear-gradient(225deg,#64bf46 0,#e1eb64 75%);*/
            width: 100%;
            border-radius: 5px;
    }
    .read_more_content{
        display: none;
    }
    .proj_desc_text a
{
        color: rgb(155, 186, 66);
    text-decoration: none;
}
section .csr-content{
    padding: 0px 2rem;
    max-width: 70rem;
    margin: auto;
}
section .csr_tap_section{
    padding: 0px 2rem;
    max-width: 70rem;
    margin: auto;
}
.left_csr_content p
{
    font-size: 35px;
    text-align: left;
    line-height: 50px;
    font-weight: 600;
    color: #73c8c3;
    padding-bottom: 50px;
    border-bottom: 1px solid #8080809c;
}
.left_csr_content
{
        width: 100%;
    min-height: 300px;
}
.right_content_title h2{
    text-align: left;
    font-weight: 500;
    color: #73c8c3;
}
.right_content_para p{
    font-weight: 400;
}

.social_icons_csr a.fa {
  padding: 7px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}


/*.social_icons_csr a.fa:hover {
    opacity: 0.7;
}*/

.social_icons_csr a.fa-facebook {
  color: #97b83b;
}

.social_icons_csr a.fa-twitter {
  color: #97b83b;
}
.social_icons_csr a.fa-youtube {
  color: #97b83b;
}

.social_icons_csr a.fa-instagram {
  color: #97b83b;
}

.social_icons_csr a:active:before,.social_icons_csr a:focus:before,.social_icons_csr a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.social_icons_csr a:hover{
       -webkit-transform: translateY(5px);
    transform: translateY(-5px); 
}

/*.social_icons_csr a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}*/
.csr_tap_section_top{
    padding: 50px 0px;
}
.csr_tap_box
{
        min-height: 212px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-image: url("../images/csr/bg-csr.jpg");
    position: relative;
}
.csr_tap_box p{
    margin: 0px;
    color: white;
    font-size: 20px;
    padding: 30px;
    text-align: center;
}
.csr_tap_box:hover .see_down{
    visibility: visible;
    transition: 1s;
}
.see_down .fa-arrow-down{
    padding-left: 10px;
}
.see_down{
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0px !important;
    font-weight: 600;
    font-size: 15px !important;
    color: #97b83b !important;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/*.hero__scroll {
    position: absolute;
    bottom: 10px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 0px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: center;

}*/
@keyframes hero__scroll {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.taps_content_csr{
    display: none;
    padding: 70px 0px;
}
.taps_content_csr.active{
    display: block !important;
}
.csr_content_para
{
   max-width: 700px;
   margin: auto;
}
.taps_content_csr h2{
    margin: 20px;
    font-weight: 500;
}
.flex_menu_box{
    width: 100%;
}




   button.animate_button {
    position: absolute;
    top: 21px;
    left: -12px;
    width: 30px;
    height: 30px;
    transition: all 300ms cubic-bezier(.61, .01, .42, 1);
    cursor: pointer;
    background: transparent;
    border: 0px;
    padding: 35px;
}

.div_menu {
  height: 0px;
  border: 1.5px solid #fff;
  width: 22px;
  display: block;
  position: absolute;
  transition: all 300ms cubic-bezier(.61, .01, .42, 1);
  background:#fff;
}

button.animate_button:hover {
  transition-delay: 100ms;
  transform: scale(1.1);
  top: 29px;
}

button.animate_button:hover .div_menu:nth-child(3):before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #F26451;
}

button.animate_button:hover .div_menu {
  border: 2px solid #fff;
  height: 9px;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: 2px;
  animation: atom 300ms linear 1;
  width: 25px;
  top: 0px;
  background:transparent;
}

button.animate_button:focus {
  outline: 0px;
}

.div_menu:nth-child(1) {
  top: 0px;
}

.div_menu:nth-child(2) {
  top: 8px;
}

.div_menu:nth-child(3) {
  top: 16px;
}

.div_menu:nth-child(3):before {
  opacity: 0;
  animation: ball 1.5s linear infinite;
  content: '';
  border: 2px solid #6ad975;
  display: block;
  position: relative;
  top: 0.25px;
}

button.animate_button:hover .div_menu:nth-child(1) {
  transform: rotate(-33deg);
}

button.animate_button:hover .div_menu:nth-child(2) {
  transform: rotate(90deg);
}

button.animate_button:hover .div_menu:nth-child(3) {
  transform: rotate(33deg);
}

button.animate_button:hover .div_menu:nth-child(3):before {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(.61, .01, .42, 1);
  ;
}

button.animate_button:active:hover .div_menu:nth-child(3):before,
button.animate_button:active .div_menu:nth-child(3):before,
button.animate_button:active .div_menu:nth-child(2) {
  opacity: 0;
  transition: all 200ms;
}

button.animate_button:active .div_menu {
  border: 1.5px solid #fff;
  height: 0px;
  border-radius: 0%;
  margin-left: -1px;
  margin-top: 6px;
  animation: .division 300ms linear 1;
  width: 25px;
  top: 0px;
}

button.animate_button:active .div_menu:nth-child(2) {
  width: 0px;
}

button.animate_button:active .div_menu:nth-child(3) {
  transform: rotate(45deg);
}

button.animate_button:active .div_menu:nth-child(1) {
  transform: rotate(-45deg);
}

@keyframes atom {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes division {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes ball {
  0% {
    left: -20%;
    top: 10%;
  }
  10% {
    left: 10%;
    top: -35%;
  }
  25% {
    left: 45%;
    top: -50%;
  }
  40% {
    left: 80%;
    top: -20%;
  }
  50% {
    left: 98%;
    top: 18%;
  }
  60% {
    left: 80%;
    top: 50%;
  }
  75% {
    left: 45%;
    top: 80%;
  }
  90% {
    left: 0%;
    top: 60%;
  }
  100% {
    left: -20%;
    top: 10%;
  }
}


/*Side Bar*/


/* The sidepanel menu */

#wrapper .sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 179, 170);
    overflow-x: hidden;
    transition: .35s;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px 0 rgba(1, 5, 19, 0.28);
    -webkit-box-shadow: 0 4px 0px 0 rgb(0, 0, 0);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}

#wrapper .menu_flex {
    width: 200px;
    position: absolute;
}


/* The sidepanel links */

#wrapper .sidepanel a {
      padding: 8px 8px 18px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 36px;
}


/* When you mouse over the navigation links, change their color */

#wrapper .sidepanel a:hover {
    color: rgb(12, 226, 33);
}


/* Position and style the close button (top right corner) */

#wrapper .sidepanel .closebtn {
    position: absolute;
    top: 50%;
    font-size: 27px;
    margin-left: 0px;
    right: -28px;
    padding: 10px;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#wrapper .menu_close_btn.active {
    transition: .3s;
    left: 200px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
        background: #fff;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}
#wrapper .menu_close_btn{
    transition: .3s;
    left: 0px;
}
#wrapper .menu_close_btn a
{
    font-size: 26px;
    color: black;
    padding: 0px;
    font-weight: 500;
    text-decoration: none;
}


/* Style the button that is used to open the sidepanel */

#wrapper .openbtn {
    font-size: 44px;
    cursor: pointer;
    width: auto;
    background-color: #77c9c4;
    color: white;
    padding: 35px;
    border: none;
    position: fixed;
    top: 0%;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    z-index: 99;
}

#wrapper .openbtn:hover {
    background-color: #77c9c4;
}
.sub_list
{
        padding: 0px 19px;
}
.sub_list li
{
        /*padding: 8px 8px 18px 32px;*/
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
}

.sub_list{
    display: none;
}

.inside_second_section .bg-orange-1 {
    background: #98b93d;
    padding: 15px;
}

.about_flex_box {
    display: flex;
    min-height: 145px;
    align-items: center;
    justify-content: center;
}
.inside_second_section .bg-orange img {
    display: block;
    margin: auto;
}

.about_flex_box_2 h1 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
}
.view_white {
    color: white;
}
.about_flex_box_2 i
{
        font-size: 29px;
    color: white;
    margin-right: 10px;
}
.inside_second_section .bg-orange-2 {
    background: #768e33;
    padding: 15px;
}
.about_flex_box_2 {
    margin-left: 15px;
}
.about_flex_box_2 a
{
        color: white;
    font-size: 16px;
    font-weight: 600;
}
.about_flex_box_2 p
{
        color: white;
    font-size: 16px;
    font-weight: 600;
}
.bottom_enquire_form input{
    color:white;
}
#disclaimerPopupOverlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999999998;
}
#disclaimerPopup #disclaimerHeader {
    background-color: #77c9c4;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#disclaimerPopup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    margin:auto;
    width: 65%;
    left: 40px;
    height: 268px;
    font-family: "Praxis W01 Regular" !important;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    background-color: #FFF;
    z-index: 9999999999999;
    border-radius: 5px;
}
#disclaimerPopup #disclaimerContent {
    padding: 10px;
    text-align: center;
    color: #000000;
    height: 188px;
    overflow-x: none;
    overflow-y: auto;
}
#disclaimerContent p{
    text-align:center;
    font-size: 13px;
}
#disclaimerContent h2{
        font-size: 14px;
    margin: 10px;
    color: #585858;
}
#disclaimerPopup #disclaimerAction {
    padding: 10px 20px;
    background-color: #99b93e;
    color: #000000;
    font-family:"Praxis W01 Regular" !important;
    border: none;
    font-weight: 900;
    margin-top: 0px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 150px;
    margin: 0 auto;
}
.powered_by p{
    margin: auto;
    /* display: inline-block; */
    text-align: right;
    padding: 0px 10px;
    font-size: 13px;
    color: #A0BE4D;
}
.powered_by a{
    color:#A0BE4D;
}
.green-clr{
    color:rgb(155, 186, 66);
    font-size:15px;
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .hero_content .container, .header_section.top .container{
        width: 100%;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */

}

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

/*new addtion*/

.project_bg_image{
    background: url("../images/prj_bg_1.jpg");
    min-height: 362px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*
/*new  css*/

.reviews-slider{padding-top: 50px;
    padding-bottom: 10px;
    background-image: url("../images/review.jpg");

}

.container-review {
    height: 336px;
    padding: 50px 0;
}
.container-review h2 {
    text-align: center;
}
.section-title {
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.slider-cont-1 {
    width: 50%;
    margin: auto;
    text-align: center;
}


.container-review p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-top: 34px;
}

.white-text {
    color: #FFF;
}

.container-review .name {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#reiviews-carousel .owl-dots
{
    bottom: -67px;
}
.amenities-block{
    padding-bottom: 28px;
}
#reiviews-carousel .owl-dot{
    background-color: #2b2b2b;
    border: 1px solid white;
}


.specification-section-main{
    background-image: url(../images/images_new/left_side_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.specification-section {
    right: 0;
    float: right;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    height: 100%;
    padding: 40px 55px 50px;
    position: relative;
    overflow: hidden;
}
.section-title {
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.no-margin {
    margin: 0;
}
.text-center {
    text-align: center;
}


.half {
    float: left;
    width: 100%;
    padding: 0 1em;
}


.tabsh {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.specification-section-main input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabsh label {
    position: relative;
    display: block;
    background: transparent;
    font-weight: 400;
    line-height: 3;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 18px;
    letter-spacing: 1px;
}

.xs-text-center {
    text-align: center;
}


.specification-section-main .light-gray-text {
    text-align: left;
}

.light-gray-text {
    color: #ededed;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

input:checked ~ .tab-content {
    max-height: 22em;
}

input:checked ~ .tab-content {
    max-height: 18em;
}

.specification-section-main2 {
    background-image: url("../images/images_new/right_side_bg.jpg");
}

.specification-section2 {
    float: left;
}
/*.whole_wrapper_bg_box{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_bg_box{
    widows: 100%;
}

.height_left_box{
    background-image: url("../images/hero_banner.png");
    min-height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0;
}
.right_content_box
{
    min-height: 363px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background: #80808059;
    margin-top: 24px;
}
.right_content_box p
{
    text-align: center;

}
.no-padding{
    padding: 0px !important;
}
.m-l-adjust{
    margin-left: -5px;
}*/

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

/*News Content*/
.news_content{
    background: #eee;
}

#news_page .banner_name {
    position: absolute;
    top: 6px;
    left: 68px;
}
#news_page .banner h3 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
}
#news_page .breadcrumb {
    list-style: none;
    margin-bottom: 30px!important;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    padding: 0 15px 10px 0;
    background: transparent;
    border-bottom: 1px solid white;
    border-radius: 0px;
}
#news_page .bc li {
    color: #fff!important;
}
#news_page .bc li, .bc li a {
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #64cdf1;
}

#news_page .breadcrumb li {
    display: inline-block;
}
#news_page .right_news_section
{
        padding: 24px;
    background: white;
    margin-bottom: 70px;
    margin-top: 70px;
}
#news_page .right_news_top_banner{
    position: relative;
}

#news_page .fancy_box_holder.first_box {
    margin-bottom: 10px;
        margin-top: 20px;
}
#news_page .fancy_box_holder{
     margin-bottom: 10px;
}
#news_page .fancybox2 {
    background-color: #ECECEC;
    border-bottom: 1px solid #D2D2D2;
}
#news_page .hstyle a,#news_page a.fancybox2 {
    color: #606060;
    max-width: 769px;
    display: block;
    text-decoration: none;
}
#news_page .fancybox2 {
    padding: 20px;
}

#news_page .fancybox2:hover {
    background-color: #F3F3F3;
    border-bottom: 1px solid #09C;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
        box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}
#news_page .blackish_grey {
    background-image: url(../images/news/bg_top_right.jpg);
    background-size: cover;
    background-repeat: repeat;
    
}
#news_page .blackish_grey .pad_20 {
    padding: 20px;
}
#news_page .blackish_grey h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
#news_page .span3.mar_top_btm_30{
    margin-top: 70px;
        width: 80%;
}

.inpt_box {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #222d33;
    outline: none;
    font-size: 1em;
    text-align: left;
    font-family: 'Arial', sans-serif;
    margin-bottom: 15px;
    padding: 1% 0;
}

.inpt_box {
    border-bottom: 1px solid #222d33;
    font-size: 14px;
}
.inpt_box{
    box-shadow: none;
    border-radius:3px 2px 0px 0px;
    border-bottom: 1px solid rgb(34, 45, 51);
    margin-bottom: 30px;
}
.contact_form{
    width: 70%;
}
.location p.para_text {
    padding-left: 33px;
    padding: 20px;
    line-height: 30px;
}
.contact_form_button
{
        width: 108px;
    padding: 10px;
    border: none;
    background: #00b3aa;
    color: white;
    margin-top: 20px;
    border-radius: 1px;
}
.contact_form_button:hover{
color: #000;
background: linear-gradient(225deg,#64bf46 0,#e1eb64 75%);
}


.input-field{
    position: relative;
}

.input-field>span {
    display: inline-block;
    color: #9e9e9e;
    position: absolute;
    top: -6px;
    left: 0px;
    z-index: -1;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
        font-weight: 500;
}
/*input:focus .input-field label{
    top: -23px !important;
    z-index: 1;
}*/

.input-field>span.active {
    top: -21px;
    background: #ffffff;
    display: inline-block;
    width: auto;
    left: 9px;
    z-index: 1;
    /* padding: 0px 0px 0px 10px; */
    color: #66afe9;
        -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
}
.wrapper_box_contact{
    padding-top: 8rem;
}
h1.form_title
{
        text-align: left;
    color: #77c9c4;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
}


/*careers*/
.title_career h1
{
    font-size: 22px;
    font-weight: 600;
}

.breadcrumb.careers_page {
    background-color: #77c9c4;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0px;
    padding-left: 48px;
    float:left;
    width:100%;
}

.breadcrumb.careers_page .item {
    color: #50504e;
    display: inline-block;
}
.breadcrumb .item.activePage {
    color: #000;
}
.inside_career
{
        width: 960px;
    margin: auto;
}
.left_title_para h1{
    text-align: left;
    font-size:18px;
    font-weight: 600;
}
.careers-para{
    margin: 20px 0px 50px;
}
.careers_position_title h1{
    font-size: 23px;
    color: #333333;
    font-weight: 700;
    line-height: 27.6px;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-decoration: none;

}
.breadcrumb.careers_page .item.activePage{
    color: #23527c;
}
.careers-para li{
    list-style-type: unset;
    margin-left: 15px;
}
a.gr{
    color: gray;
}
.mTop-79 {
    margin-top: 79px;
}
.center {
    text-align: center !important;
}
.header-small__black {
    font-size: 30px;
    line-height: 0.86em;
    font-weight: 600;
    /* letter-spacing: 3px; */
    color: #00a59c;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.title-2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 2.04em;
    letter-spacing: 1px;
    text-align: center;
    color: #98b93d;
}
section.schedule-a-visit {
    /*padding: 100px 0px;*/
}
#schedule-a-visit h3{
        color: #00b3aa;
}
section.schedule-a-visit .mTop-79{
    margin-top: 30px;
    padding: 0px;
}
a#contact:before {
    content: "\2192";
    position: absolute;
    width: 45px;
    height: 45px;
    right: 1px;
    /* top: 0px; */
    font-size: 23px;
    bottom: -3px;
}
a#contact-1:before {
    content: "\2192";
    position: absolute;
    width: 45px;
    height: 45px;
    right: 1px;
    /* top: 0px; */
    font-size: 23px;
    bottom: -3px;
}
/* a.click_to_call_visit:before {
    content: "\2192";
    position: absolute;
    width: 45px;
    height: 45px;
    right: 1px;
    top: 0px;
    font-size: 23px;
    bottom: -3px;
} */
.slide.whiteSlide .button svg {
    width: 18px;
    height: 11px;
    fill: #00a59c;
    margin-right: 0;
    margin-left: 10px;
}
.schedule-a-visit .button-2 {
    height: 37px;
    /*margin-right: 40px;*/
    margin-left: 40px;
    position: relative;
    border-radius: 100px;
    border: solid 1px #00a59c;
    border-radius: 100px;
    background-color: transparent;
    color: #00a59c !important;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 2.8px;
    text-align: center;
    padding: 0 23px;
    text-transform: uppercase;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}
.click_to_call_visit{
    margin: 0px 0px 42px 0px !important;
}
.schedule-a-visit .button-2:hover {
    color: #fff !important;
    background-color: #a0be4d;
    border-color: #a0be4d;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 381px;
    margin: 20px auto;
    min-height: auto;
}
.white-popup .form-title h1 {
    color: black;
    font-size: 25px;
    text-align: center;
    /* background: red; */
}
.white-popup form {
    position: relative;
    padding: 10px 20px;
}
body #Download_form label{
    width: 100%;
}
body #click_to_call label{
    width: 100%;
}
body #popup_enquire_form label{
    width: 100%;
}
body #Download_form input[type="text"], body #Download_form input[type="email"], body #Download_form textarea, body #Download_form .intl-tel-input {
    max-width: 100%;
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #00a59c;
    margin-bottom: 21px;
    color: gray;
    font-size: 16px;
}
body #click_to_call input[type="text"], body #click_to_call input[type="email"], body #click_to_call textarea, body #click_to_call .intl-tel-input {
    max-width: 100%;
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #00a59c;
    margin-bottom: 21px;
    color: gray;
    font-size: 16px;
}
body #popup_enquire_form input[type="text"], body #popup_enquire_form input[type="email"], body #popup_enquire_form textarea, body #popup_enquire_form .intl-tel-input {
    max-width: 100%;
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #00a59c;
    margin-bottom: 21px;
    color: gray;
    font-size: 16px;
}
body #popup_enquire_form select{
    max-width: 100%;
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #00a59c;
    margin-bottom: 21px;
    color: gray;
    font-size: 16px;
}
body #Download_form select{
    max-width: 100%;
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #00a59c;
    margin-bottom: 21px;
    color: gray;
    font-size: 16px;
}
.white-popup .btn-group{
    width: 100%;
}
.white-popup button
{
        color: white;
    width: 132px;
    padding: 8px 0px;
    border: none;
    background: #00a59c;
    margin: auto;
    display: block;
}
.mfp-close-btn-in .mfp-close
{
        width: 30px;
    height: 30px;
    line-height: 0px;
}
.white-popup form label.error{
    padding: 0px 0px 8px 0px;
}
.alt-features-item-1 {
    margin-top: 50px;
    text-align: center;
    line-height: 27px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}
.alt-features-icon-1 {
    width: 64px;
    height: 64px;
    display: inline-block;
    font-size: 28px;
    line-height: 64px;
    color: #fff;
    background: #00a59c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.alt-features-descr-1 a {
    color: black;
    text-decoration: none;
}
/*
#slider-csr .nivo-controlNav
{
    display: none !important;
}*/


/*footer New button*/
.footer_button
{
        border-radius: 1px;
    background: #a0be4d;
    width: 100px;
}
.col-md-11.center-col.login-box {
    padding: 10px 50px 50px 50px;
}
.mb_show{
    display: none;
}
.hover_li_projects{
            cursor: pointer;
        }



/*Model Book now*/

#book_now_form{

}
#book_now_form label{
 width: 100%;
}
#book_now_form input{
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid gray;
    margin-top: 15px;
}
#book_now_form input:focus{
    outline: none;
    border: none;
    border-bottom: 1px solid gray;
}
#book_now_form .btn-group{
    display: block;
    text-align: center;
}
#book_now_form button[type="submit"] {
    margin-top: 23px;
    text-align: center;
    width: 113px;
    padding: 6px;
    background: #3c5100;
    border: none;
    color: white;
    height: 36px;
}
#book_now_form input.upload{
border: none !important;
box-shadow: none !important;
outline: none !important;
margin-top: 0px !important;
}

/*Model Book now*/

#career_form{

}
#career_form label{
 width: 100%;
}
#career_form input{
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid gray;
    margin-top: 15px;
}
#career_form input:focus{
    outline: none;
    border: none;
    border-bottom: 1px solid gray;
}
#career_form .btn-group{
    display: block;
    text-align: center;
}
#career_form button[type="submit"] {
    margin-top: 23px;
    text-align: center;
    width: 113px;
    padding: 6px;
    background: #3c5100;
    border: none;
    color: white;
    height: 36px;
}
#book_now_form input.upload{
border: none !important;
box-shadow: none !important;
outline: none !important;
margin-top: 0px !important;
}
.file_wrapper{
    margin-top: 10px !important;
}
.apply_now_button button {
    background: #3c5100 !important;
    color: white !important;
    /*margin-top: 35px;*/
}
.last_para_career{
    margin-bottom: 0px;
}
.apply_now_button
{
        padding: 10px 0px 50px;
    text-align: center;
}

div#menu_include{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}
.p-top-5{
    width: 100%;
    float:left;
     padding-top: 7rem;
}
#home_ecolife{
    width: 100%;
    padding-top: 6rem;
}