/*
Theme Name: EDG      
Author: WTS
Version: 1.0.0
*/
@font-face {
font-family : 'FontAwesome';
font-weight : normal;
font-style : normal;
} 
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-SemiBold.eot');
    src: url('fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('fonts/Oswald-SemiBold.woff') format('woff'),
        url('fonts/Oswald-SemiBold.ttf') format('truetype'),
        url('fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body,html{
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'gilroy-mediumuploaded_file';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    background-color: #fff;
}
:focus-visible, :focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {}

h2 {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;

  
}

h2 span {
    color: #eab71e;
}

h3 {}

h4 {
    font-size: 24px;
    line-height: 1.2;
   
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}
img.size-full{
    width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none !important;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
}

 ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 ::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

.form-group {
    margin-bottom: 28px;
}

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}


/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
position: relative;
margin: 0;
margin-bottom: 0px;
padding-left: 20px;
display: inline-block;
width: 100%;
margin-bottom: 4px;
line-height: 1.2;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 2px;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
content: '';
width: 8px;
height: 8px;
background: #4b0049;
position: absolute;
top: 8px;
left: 2px;
border-radius: 2px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:55px;
    height:55px;
    background-color:#bdd653;
    display:none;
    border-radius:100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
z-index: 9;
}
#scroll:hover{
    background: #88a725;
}
#scroll i{
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(0);
transform: translateY(0);
}

#scroll:hover i{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 228px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 36px;
    padding: 0 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    font-family: 'Oswald';
    color: #fff ;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-nav > li > a span{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 3px;
    
}

.navbar-nav>li>a:after {
    content: normal;
    display: block;
    width: 0;
    height: 3px;
    background: #a58f69;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #00be76;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 20px;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 200%;
    left: 0;
    display: none;
    z-index: 1000;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 200px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    
  
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 9px 18px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Oswald';
    border-radius: 4px;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #00be76;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler{
    display: none;
}
#navoverlay{
       display: none;
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: rgba(0,0,0,0.4);
       margin: 0;
       padding: 0 !important;
       z-index: 99;
}
/* for push-menu end*/
/*MAIN STYLE*/
:focus-visible, :focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Proxima Nova Rg'; 
    font-weight: 400; 
    color:#4a4a4a;
    background-color: #f4f4f4;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 5;
    position: relative;
    
}
.container-cutom{
    max-width: 1600px;
}
.haeder-main{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    z-index: 500;
    padding: 20px 0;
}
.top-line{
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.htl{
    width: 33.3333%;
    height: 2px;
    background-color: #4a86b8;
}
.htl:nth-of-type(2){
    background-color: #199c68;
}
.htl:nth-of-type(3){
    background-color: #888888;
}
.navbar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.navbar .collapse {
        padding-top: 30px;
}
.banner{
    position: relative;
}
.banner:before{
    background-image: url(images/banner-top-left.png);
    background-position: right top;
    z-index: 4;
    position: absolute;
    width: 344px;
    height: 448px;
    content: "";
    left: 0;
    top:0;
    opacity: 0.15;
    
}
.banner:after{
    background-image: url(images/banner-ritbot.png);
    background-position: right bottom;
    z-index: 4;
    position: absolute;
    width: 330px;
    height: 448px;
    content: "";
    right: 0;
    bottom:0;
    opacity: 0.17;
    
}
.slider-banner{
    position: relative;
}
.slider-banner-row{
    width: 100%;
    position: relative;
}
.slider-banner-row img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner-content{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 130px;
    z-index: 5;
    left: 0;
}
.ban-content-devlop{
    max-width: 1200px;
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 15px;
}
.banner-title{
    color: #fff;
    font-family: 'Oswald'; font-weight: 500;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.4;
}
.slider-banner-row:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    content: "";
    z-index: 2;
    opacity: 0.7;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)), to(rgba(0,0,0,0.1516807406556373)));
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%, rgba(0,0,0,0.1516807406556373) 100%);  
}

.title-icon{
     width: 55px;
    margin: 0 auto 15px;
}
.title-icon img{
-webkit-filter:brightness(300%);
filter:brightness(300%);
opacity: 0.3;
    
}
.slider-nav .slick-dots{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;   
}
.slider-nav .slick-dots li{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border:1px solid #fff;
    margin: 0 17px;
    cursor: pointer;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.slider-nav .slick-dots li:hover, .slider-nav .slick-dots li.slick-active{
    background-color: #449de4;
    border-color: #449de4;
}
.slider-nav .slick-dots li button{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0;
    opacity: 0;
    background-color: transparent;
}
.section-main{
    padding: 100px 0;
    position: relative;
    
}
.about-section{
    overflow: hidden;
    
}
.abou-col-inner{
    padding-right: 35px;
    
}
.green-text{
    color: #066e47;
}
.white-text{
    color: #fff;
}
.black-text{
    color: #282828;
}

.entry-content{
    font-size: 18px;
    padding-bottom: 32px;
}
.ent-con-lg{
    font-size: 24px;
}
.section-title{
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Oswald'; font-weight: 500;
    line-height: 1.2;
    padding-bottom: 40px;
}
.title-line:after {
    background-image: url(images/title-line-ng.png);
    background-repeat: no-repeat;
    content: "";
    width: 60px;
    height: 3px;
    display: block;
    background-size: 100% auto;
    margin-top: 18px;
    
    
}
.stl-left:after {
    margin-right: auto;
    
}
.stl-center:after {
    margin-left: auto;
    margin-right: auto;
    
}
.clip-img-wrap{
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 74.52px 17.48px rgba(85, 86, 86, 0.04);
    box-shadow: 0px 9px 74.52px 17.48px rgba(85, 86, 86, 0.04);
}
.clip-img{
-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: relative;
}

.iconnimg .clip-img:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.10)));
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.10) 100%);
    left: 0;
    top:0;
    opacity: 0.5;
}
.iconnimg .clip-img:after{
    width: 121px;
    height: 127px;
    position: absolute;
    content: "";
    left: 50%;
    bottom:10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.5;
    background-image: url(images/img-on-icon.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 3;
}
.clip-img img{
    width: 100%;
}
.clipimg-col-right{
    padding-left: 60px;
    
}
.clipimg-col-left{
    padding-right: 60px;
}
.section-col-sml {
    width: calc(50% - 323px);
    height: 100%;
    position: absolute;
    top:0;
   
}
.green-bg{
 background-color: #11a565;    
}
.blue-bg{
    background-color: #4185bd;
}
.scsm-right{
    right: 0;
}
.scsm-left{
    left: 0;
       width: calc(50% - 323px);
}
.section-col-sml img{
    opacity: 0.1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    color: #4084bf;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url(images/btn-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 50px;
    padding-right: 62px;
    background-size:42px; 
    letter-spacing: 1px;
    padding-top:0;
    padding-bottom: 0;
    padding-left: 0;
    background-size: 42px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.btn:hover{
  background-image: url(images/btn-icon-hover.png); 
    color: #4084bf;
}
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.recent-developments-section{
    padding-top: 80px ;
    padding-bottom: 80px;
}
.recent-developments-section .entry-content {
    padding-bottom: 20px;
}
.section-full-bg{
    position: absolute;
    width:100%;
    left: 0;
    top:0;
    height: 405px;
}
.section-full-bg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}
.linktext{
font-size: 24px;
color: #066e47;
margin-bottom: 30px;
display: inline-block;
text-transform: uppercase;
font-weight: bold;
}
.linktext:hover{
    color: #4084bf;
}
.overlay{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #1f2225;
    z-index: 1;
    opacity: 0.9;
}
.recent-devimg-row{
    padding-bottom: 50px;

}
.col-rec-inner{
width: 100%;
margin-top: 25px;
display: inline-block;
transition: all .45s ease-in-out;
    overflow: hidden;
}






.col-rec-inner:hover{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.col-rec-inner img{
     width: 100%;
    transition: all .45s ease-in;
     transform: scale(1.0);
}
.col-rec-inner:hover img{
    transform: scale(1.15);
}
.white-bg{
    background-color: #fff;
}
.getaddre-col{
    padding-left: 43px;
    
}
.addcol-title{
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald'; font-weight: 500;
    margin-bottom: 20px;
}
.addcol-title img{
    position: absolute;
    left: 0;
    top:5px;
    
}
.addcol-text a{
    font-size: 21px;
    color: #4a4a4a;
    word-break: break-all;
}
.getintouch-col-right .section-title{
    padding-bottom: 40px;
}
.footer{
    position: relative;
    background-color: #23272b;
    padding-top: 100px;
}
.footer-logo{
padding-left: 15px;
padding-right: 15px;
margin: 0 auto 60px;
}
.footer-menu{
padding-left: 15px;
padding-right: 15px;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    margin-bottom: 30px;
    
}
.footer-menu ul{
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    
}
.footer-menu ul li{
    margin: 0 36px 30px;
    
}
.footer-menu ul li a{
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald'; font-weight: 400;
    text-transform: uppercase;
    
}
.footer-menu ul li a:hover, .footer-menu ul li.current-menu-item a{
    color: #00be76;
}
.copy-right-panel{
    
}
.copy-right-panel-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #44474b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 35px;
}
.copyright-text{
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; 
}
.social-panel {
    margin-left: auto;
}
.social-panel a{
    color: #fff;
    font-size: 20px;
    
}
.social-panel a:hover {
    color: #00be76;
}
.footer-line{
width: 100%;
position: absolute;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.phone-panel a{
    color: #fff;
      font-size: 20px;
    display: flex;
    align-items: center;
    
}
.phone-panel a img{
    width: 24px;
    margin-right: 10px;
}
.phone-panel a:hover{
color:#00be76;
}
/*=======================INNER PAGE==========================*/
.slider-banner-row img{
    width: 100%;
    height: auto;
}
.trangel-bg {
    position: absolute;
    opacity: 0.4;
}
.rtr{
    right: 0;
    top:0;
}
.lbl{
    left: 0;
    bottom:0;
}
.overlay-bgimg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
        opacity: 0.04;
}
.overlay-bgimg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}
.row-listing-loop{
background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.imgpanel-wrap{
    padding: 12px;
    
}
.imgpanel-inner{
    position: relative;
    
}  
.imgpanel-inner img{
    width: 100%;
    height: auto;
    
}
.block-title{
font-size: 30px;
color: #282828;
font-family: 'Oswald';
font-weight: 500;
text-transform: uppercase;
margin-bottom: 20px;
}
.entcon-sml{
    font-size: 16px;
}
.cotent-inner{
padding: 15px 15px 15px 0;
}
.cotent-inner .entry-content{
    padding-bottom: 0;
}
.btn-squer{
    width: 45px;
    height: 45px;
    background-color: #11a565;
    background-image: url(images/plue-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 12px;
    background-size: 22px auto;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.btn-squer:hover{
 background-color: #3794de;   
}
.row-list-wrap{
    margin-top: 25px;
}
.banner-text{
    font-size: 24px; 
    line-height: 1.5;
}
.inner-banner .banner-content {
    bottom: 70px;
}
.popup-warp{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.93);
    left: 0;
    top:0;
    z-index: 999;
    padding: 130px 30px;
    padding-bottom: 0;
    
}
.popup-main, .popup-main-inner{
    width: 100%;
 
}
.popup-img-box{
    width: 100%;
}
.popup-img-box img{
    width: 100%;
}
.popup-taxt-area{
    padding: 60px;
    color: #dcdcdc;
    font-size: 18px;
    
}
.popup-title{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Oswald'; font-weight: 500;
    margin-bottom: 40px;
}
.close-btn{
    position: absolute;
    right: 30px;
    top:50px;
    cursor: pointer;
}
.close-btn img{
    width: 32px;
    height: 32px;
}
.is-overflow{
    overflow: hidden;
}
.leadership-row{
    padding-top: 30px;
    
}
.leader-col-wrap{
    padding-top: 30px;

    
}
.leader-col-inner{
        background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 33px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 33px 0px rgba(0, 0, 0, 0.05); 
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.leader-img{
    width: 202px;
    
}
.leader-img img{
    width: 100%;
    
}
.leader-textarea{
    width: calc(100% - 202px);
    padding-left: 25px;
    padding-right: 5px;
    
}
.leader-textarea .desig{
    font-size: 20px;
    color: #5c5b5b;
     margin-bottom: 10px;
}
.leader-textarea .block-title{
    margin-bottom: 15px;
}
.leader-textarea .entry-content{
    font-size: 16px;
    padding-bottom: 10px;
}
.leader-textarea a{
    font-size: 18px;
    color: #4084bf;
    
}
.team-row{
padding-top: 50px;
padding-bottom: 0;
    
}
.team-col-inner{
    position: relative;
}
.team-content-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.70)), color-stop(60%, rgba(0,0,0,0)));
background: linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 60%);
}
.team-content-inner{
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    
}
.team-content-inner h4{
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald'; font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.team-content-inner a{
    color: #00be76;
    font-size: 18px;
    
}
.team-colwap:last-child a{
    font-size: 15px;
}
.contact-map-section .overlay-bgimg{
    opacity: 1.0;
}
.overlay-bgimg iframe{
    width: 100%;
    height: 100%;
}
.contact-map-section .overlay-bgimg img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    
}
.contact-map-section .clip-img-wrap{
    padding: 10px;
}
.clip-content{
 -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: relative;   
    padding: 2px;
    background-color: #036f48;
}
.clip-content-main{
 -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: relative;  
      background-color: #fff;
    width: 100%;
    height: 588px;
}

.contact-map-section .clip-content-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.con-addr-row{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0;
    padding-bottom: 22px;
    
}
.con-adr-icon{
    margin-bottom: 10px;
    
}
.con-adr-heading{
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald'; font-weight: 500;
    color: #282828;
    margin-bottom: 12px;
}
.con-adr-text{
    font-size: 18px;
    color: #4a4a4a;
}
.con-adr-text a {
    color: #4a4a4a;
}
.con-addr-row:last-child {
    border-bottom: 0;
}
.con-addr-row:last-child .con-adr-text{
    font-size: 24px;
}
.contact-map-section .section-col-sml {
    z-index: 2;
}
.pagination{
    display: flex;
    justify-content: center;
    margin: 60px 0 0;  
}
.pagination ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.pagination ul li{
    margin: 0 7px;
}
.pagination ul li a, .pagination ul li span{
    width: 46px;
    height: 46px;
    border: 1px solid #00be76;
    font-size: 20px;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.pagination ul li a:hover{
    background-color: #00be76;
    color: #fff;
}
.pagination ul li.select span{
    background-color: #00be76;
    color: #fff;
}
.popup-warp.current {
    display: block !important;
}
.modal-title{
font-size: 24px;
color: #282828;
font-family: 'Oswald';
font-weight: 500;
text-transform: uppercase;
}
.modal-body img{
    margin-right: 20px;
}
.btn-2{
height: auto;
background-image: url(images/bg-btn-2.png);
background-size: 20px;
padding-right: 30px;
font-size: 15px;
margin-bottom: 7px;
border: 0;
display: block;
}
.btn-2:hover{
background-image: url(images/bg-btn-2.png);
padding-right: 34px;
  }

/*.contact-page-section{
    margin: 60px 0;
}*/
/*
======================
font-family: 'FontAwesome';
transition: all .45s ease-in-out;
======================
font-family: 'Proxima Nova Rg'; font-weight: 400; normal
font-family: 'Proxima Nova Rg'; font-weight: bold; bold
font-family: 'Proxima Nova Lt'; font-weight: 600; Semibold

font-family: 'Oswald'; font-weight: 400; normal
font-family: 'Oswald'; font-weight: bold; bold
font-family: 'Oswald'; font-weight: 500; Medium
font-family: 'Oswald'; font-weight: 600; Semibold
======================
*/




/*13-08-21 SG*/
.pagination > a.page-numbers, .pagination > span {
	width: 46px;
	height: 46px;
	border: 1px solid #00be76;
	font-size: 20px;
	color: #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0px 5px;
}
.pagination > a.page-numbers:hover, .pagination > span:hover,.pagination .page-numbers.current{
	background-color: #00be76;
	color: #fff !important;
}
.footer-menu ul li a {
	padding: 0;
}

.error-four-o-four{
    text-align: center;
}
.error-four-o-four h2{
    font-size: 40px;
    line-height: 1.3;
}

.commo_content_secmain h1{
    font-size: 60px;
    line-height: 1.3;
}

.commo_content_secmain h2{
    font-size: 50px;
    line-height: 1.3;
}

.commo_content_secmain h3{
    font-size: 40px;
    line-height: 1.3;
}

.commo_content_secmain h4{
    font-size: 30px;
    line-height: 1.3;
}

.commo_content_secmain h5{
    font-size: 22px;
    line-height: 1.3;
}

.commo_content_secmain h6{
    font-size: 16px;
    line-height: 1.3;
}

.commo_content_secmain h1,.commo_content_secmain h2,.commo_content_secmain h3,.commo_content_secmain h4,.commo_content_secmain h5,.commo_content_secmain h6{
    margin-bottom: 25px;
    margin-top: 15px;
}

.commo_content_secmain h1:last-child,
.commo_content_secmain h2:last-child,
.commo_content_secmain h3:last-child,
.commo_content_secmain h4:last-child,
.commo_content_secmain h5:last-child,
.commo_content_secmain h6:last-child{
    margin-bottom: 0;
}

.commo_content_secmain h1:first-child,
.commo_content_secmain h2:first-child,
.commo_content_secmain h3:first-child,
.commo_content_secmain h4:first-child,
.commo_content_secmain h5:first-child,
.commo_content_secmain h6:first-child{
    margin-top: 0;
}

.commo_content_secmain p{
    margin-bottom: 30px;
}
.commo_content_secmain p:last-child{margin-bottom: 0;}

.commo_content_secmain ul{
    margin: 30px 0;
    padding: 0;
}
.commo_content_secmain ul:first-child{
    margin-top: 0;
}
.commo_content_secmain ul:last-child{
    margin-bottom: 0;
}
.commo_content_secmain ul li{
    margin-bottom: 10px;
    list-style: none;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.commo_content_secmain ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #4a4a4a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.commo_content_secmain ul li:last-child{
    margin-bottom: 0;
}

.contact_page_new_mpp .overlay-bgimg{
    width: calc(50% + 323px);
    left: inherit;
    right: 0;
}
.contact_page_new_mpp .overlay-bgimg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
}