@charset "utf-8";

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("webFonts/fa-brands-400.eot");
    src: url("webFonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-brands-400.woff2") format("woff2"), url("webFonts/fa-brands-400.woff") format("woff"), url("webFonts/fa-brands-400.ttf") format("truetype"), url("webFonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("webFonts/fa-regular-400.eot");
    src: url("webFonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-regular-400.woff2") format("woff2"), url("webFonts/fa-regular-400.woff") format("woff"), url("webFonts/fa-regular-400.ttf") format("truetype"), url("webFonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("webFonts/fa-solid-900.eot");
    src: url("webFonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-solid-900.woff2") format("woff2"), url("webFonts/fa-solid-900.woff") format("woff"), url("webFonts/fa-solid-900.ttf") format("truetype"), url("webFonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 9, 2018 */

@font-face {
    font-family: 'lorabold';
    src: url('webFonts/lora-bold-webfont.woff2') format('woff2'), url('webFonts/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorabold_italic';
    src: url('webFonts/lora-bolditalic-webfont.woff2') format('woff2'), url('webFonts/lora-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraitalic';
    src: url('webFonts/lora-italic-webfont.woff2') format('woff2'), url('webFonts/lora-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('webFonts/lora-regular-webfont.woff2') format('woff2'), url('webFonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('webFonts/roboto-bold-webfont.woff2') format('woff2'), url('webFonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('webFonts/roboto-light-webfont.woff2') format('woff2'), url('webFonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('webFonts/roboto-medium-webfont.woff2') format('woff2'), url('webFonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('webFonts/roboto-regular-webfont.woff2') format('woff2'), url('webFonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('webFonts/robotoslab-bold-webfont.woff2') format('woff2'), url('webFonts/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('webFonts/robotoslab-regular-webfont.woff2') format('woff2'), url('webFonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gil';
    src: url('webFonts/GIL_____.eot');
    src: url('webFonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');
}

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    text-decoration: none;
    outline: none;
    font-family: 'robotolight';
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}

.slide-node img {
    animation: myanimation 7s infinite;
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/

.drop_down_right {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
}
.drop_down_right ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #4a7954;
}
.drop_down_right ul li a {
    display: block !important;
    color: #000000 !important;
    font-size: 17px !important;
    font-family: 'robotoregular';
    padding: 7px 0px !important;
}
.drop_down_right ul li:after {
    content: none !important;
}
.drop_down_main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 295px;
}
/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1350px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: #ffffffba;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    height: 40px;
    display: none;
}

.menu_icn {
    display: block;
    background: #3d7048;
    padding-left: 10px;
    height: 45px;
}

.menu_icn img {
    margin-top: 10px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #bc9b31;
    border-radius: 20px 20px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #6e7f8a;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

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

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.pager {
    position: absolute;
    bottom: 35%;
    border-radius: 0px;
    right: 20px;
    margin: 0 auto;
    display: block;
    z-index: 1;
    text-align: right;
    padding: 15px 10px;
    background: rgba(27, 29, 82, 0.1);
}

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

.header_top {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #ffffff;
}

.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_side a {
    display: block;
}

.logo_side .logo_side_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 137px;
    margin-right: 20px;
}

.logo_side .logo_side_img img {
    width: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.5);
}

.logo_side_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.logo_side_txt h3 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 35px;
    line-height:35px;
    font-family: 'lorabold';
    padding: 8px 0px;
    border-top: 2px solid #a9a9a8;
    border-bottom: 2px solid #a9a9a8;
  /*  max-height: 45px; */
    overflow: hidden;
    transition: .3s;
}

.logo_side_txt h6 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 14px;
    font-family: 'lorabold';
    text-align: center;
    margin-top: 5px;
    text-shadow: 0px 0px #000000;
    transition: .3s;
    letter-spacing: 4px;
}

.logo_side:hover .logo_side_img img {
    transform: rotateY(360deg);
}

.logo_side:hover .logo_side_txt h3 {
    color: #bb9a30;
}

.logo_side:hover .logo_side_txt h6 {
    color: #dd7849;
    text-shadow: 0px 0px #dd7849;
}

.header_mid {
    position: relative;
    width: 100%;
    background: #6e7f8a;
    text-align: center;
    border-bottom: 1px solid #8da3b2;
}

.header_mid ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.header_mid ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header_mid ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: #dd7849;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header_mid ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 25px;
    font-family: 'loraregular';
}

.header_mid ul li:hover:after {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.header_mid ul li.active:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: #dd7849;
    opacity: 1;
    visibility: visible;
}

.header_mid ul li.active a {
    color: #dd7849;
}

.header_mid ul li:hover a {
    color: #dd7849;
}

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

.banner_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

.banner_side ul li {
    width: 100%;
}

.banner_side ul li img {
    width: 100%;
}

.banner_txt {
    position: absolute;
    left: 0px;
    bottom: 40%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    right: 0;
}

.banner_txt h3 {
    position: relative;
    color: #ffffff;
    font-size: 71.86px;
    font-family: 'lorabold';
    text-shadow: 3px 3px 0px #838481;
    max-height: 87px;
    min-height: 87px;
    overflow: hidden;
    margin-bottom: 10px;
}

.banner_txt h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 29.94px;
    font-family: 'loraitalic';
    max-height: 35px;
    min-height: 35px;
    overflow: hidden;
}

.banner_button {
    position: absolute;
    left: 0px;
    bottom: 61%;
    width: 100%;
    z-index: 2;
}

.btn1 {
    position: absolute;
    left: 0px;
    width: 31px;
    height: 110px;
    background: url(../webImages/1.png) no-repeat;
    cursor: pointer;
}

.btn2 {
    position: absolute;
    right: 0px;
    width: 31px;
    height: 110px;
    background: url(../webImages/2.png) no-repeat;
    cursor: pointer;
}

.drop_down {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: url(../webImages/12.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px;
    text-align: center;
    z-index: 3;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
}

.drop_down_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    width: 100%;
    margin-right: 3%;
}

.drop_down_img img {
    width: 100%;
}

.header_mid_ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 295px;
    text-align: left;
}

.header_mid_ul ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.header_mid_ul ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #4a7954;
}

.header_mid_ul ul li a {
    display: block;
    color: #000000;
    font-size: 17px;
    font-family: 'robotoregular';
    padding: 7px 0px;
    width: 100%;
}

.header_mid_ul ul li a:hover {
    color: #4a7954;
}

.header_mid_ul ul li:after {
    content: none;
}

.header_mid_ul ul li:last-child {
    border-bottom: none;
}


/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

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

.col1 {
    position: relative;
    width: 100%;
    padding: 50px 50px;
}

.col1:before {
    content: '';
    width: 305px;
    height: 245px;
    background: url(../webImages/3.png);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 20px;
}

.col1_main {
    position: relative;
    width: 59.4%;
    text-align: center;
    margin: 0 auto;
}

.col1_top {
    position: relative;
    width: 63.9%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.col1_top h4 {
    position: relative;
    width: 90%;
    color: #997d21;
    font-size: 14.03px;
    font-family: 'roboto_slabregular';
    text-transform: uppercase;
    letter-spacing: 0.8px;
    max-height: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.col1_top h3 {
    position: relative;
    width: 90%;
    color: #3d7048;
    font-size: 36px;
    font-family: 'loraitalic';
    margin-top: 5px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    margin: 0 auto;
}

.col1_top:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 10px;
    height: 40px;
    background: #dd7849;
}

.col1_top:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    height: 40px;
    background: #dd7849;
}

.col1_top_txt {
    position: relative;
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 15px;
    font-family: 'robotolight';
    /*    max-height: 63.75px;
    overflow: hidden;*/
    margin-bottom: 20px;
}

.col1_top_btn {
    position: relative;
    width: 170px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dd7849;
    margin: 0 auto;
}

.col1_top_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #dd7849;
    transition: .3s;
}

.col1_top_btn:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #dd7849;
    transition: .3s;
}

.col1_top_btn a {
    display: block;
    color: #000000;
    font-size: 14px;
    font-family: 'lorabold';
    position: relative;
    z-index: 1;
}

.col1_top_btn:hover:before {
    width: 100%;
}

.col1_top_btn:hover:after {
    width: 100%;
}

.col1_top_btn:hover a {
    color: #ffffff;
}

.col2 {
    position: relative;
    width: 100%;
    background: url(../webImages/1.jpg) fixed;
    background-size: cover;
    padding: 40px 0px;
    text-align: center;
}

.col2 h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 44px;
    font-family: 'loraitalic';
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}

.col2_main {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.col2_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    background: #ffffff;
}

.col2_box a {
    display: block;
}

.col2_box img {
    width: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s ease-in-out;
}

.col2_box a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.col2_box_txt {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 35%;
    width: 100%;
    z-index: 1;
}

.col2_box_txt h4 {
    position: relative;
    width: 55%;
    color: #ffffff;
    font-size: 24px;
    font-family: 'lorabold';
    padding-bottom: 7px;
    border-bottom: 1px solid #dd7849;
    margin: 0 auto;
    /*    max-height: 34.24px;
    overflow: hidden;*/
    margin-bottom: 5px;
    transition: .3s;
}

.col2_box_txt_main {
    position: relative;
    width: 80%;
    color: #ffffff;
    font-size: 14px;
    font-family: 'robotolight';
    margin: 0 auto;
    max-height: 18.75px;
    overflow: hidden;
    transition: .3s;
}

.col2_box:hover img {
    transform: rotateX(360deg);
}

.col2_box:hover .col2_box_txt h4 {
    color: #bc9b31;
}

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

.col3_news {
    position: relative;
    width: 27.7%;
    padding-top: 25px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
}

.col3_news h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 24px;
    font-family: 'lorabold';
    padding-left: 25px;
    margin-bottom: 10px;
}

.col3_news h3:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    background: #dd7849;
}

.col3_news ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
    margin-bottom: 63px;
}

.col3_news ul li {
    width: 100% !important;
    padding: 15px 0px;
    border-bottom: 1px solid #cbcbcb;
}

.col3_news ul li .col_date {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #dd7849;
    margin-right: 2%;
    transition: .3s;
}

.col_date h4 {
    display: block;
    color: #3d7048;
    font-size: 28px;
    font-family: 'lorabold';
    transition: .3s;
}

.col_date h5 {
    display: block;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 15px;
    font-family: 'robotolight';
}

.col3_txt_main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.col3_txt_main h6 {
    position: relative;
    width: 100%;
    color: #3d7048;
    font-size: 13px;
    font-family: 'lorabold';
    max-height: 27.5px;
    overflow: hidden;
    margin-bottom: 5px;
    transition: .3s;
}

.col3_txt {
    position: relative;
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 12px;
    font-family: 'robotolight';
    max-height: 32.5px;
    overflow: hidden;
}

.col3_btn {
    position: absolute;
    right: 0px;
    bottom: -15px;
    padding: 0px 10px;
    background: #ffffff;
}

.col3_btn a {
    color: #3d7048;
    font-size: 12px;
    font-family: 'lorabold';
    transition: .3s;
}

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

.col3_news ul li .col3_news_main:hover .col_date {
    border: 1px solid #bc9b31;
}

.col3_news ul li .col3_news_main:hover .col_date h4 {
    color: #bc9b31;
}

.col3_news ul li .col3_news_main:hover .col3_txt_main h6 {
    color: #bc9b31;
}

.col3_news ul li .col3_news_main:hover .col3_btn a {
    color: #bc9b31;
}

.col3_news_btn {
    position: relative;
    width: 100%;
    text-align: right;
    background: #dd7849;
    transition: .3s;
}

.col3_news_btn a {
    display: block;
    color: #ffffff;
    font-family: 'lorabold';
    padding: 11px 20px;
    position: relative;
    z-index: 1;
}

.col3_news_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    transition: .3s;
    background: #3d7048;
}

.col3_news_btn:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    transition: .3s;
    background: #3d7048;
}

.col3_news_btn:hover:after {
    width: 100%;
}

.col3_news_btn:hover:before {
    width: 100%;
}

.col3_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.col3_right_box {
    position: relative;
    width: 50%;
    float: left;
}

.col3_right_box:nth-child(odd) a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(3, 75, 18, 0.6);
    z-index: 1;
}

.col3_right_box:nth-child(even) a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(221, 120, 73, 0.6);
    z-index: 1;
}

.col3_right_box_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.col3_right_box_img img {
    width: 100%;
    transition: .3s;
}

.col3_right_box_txt {
    position: absolute;
    left: 0px;
    top: 45%;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.col3_right_box_txt h3 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 40px;
    font-family: 'lorabold';
    max-height: 46.75px;
    min-height: 46.75px;
    overflow: hidden;
}

.col3_right_box a {
    display: block;
}

.col3_right_box:hover .col3_right_box_img img {
    transform: scale(1.5);
}

.col4 {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.col4_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 44.8%;
    border: 1px solid #cecdcd;
}

.col4_box_img {
    position: relative;
    width: 57%;
    float: left;
}

.col4_box_img img {
    width: 100%;
    padding: 1px 1px;
    transition: .7s;
}

.col4_box_txt {
    position: relative;
    width: 43%;
    float: left;
    padding: 54px 20px;
    text-align: left;
}

.col4_box_txt:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: .3s;
}

.col4_box_txt h4 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-family: 'robotolight';
    max-height: 14.67px;
    overflow: hidden;
    transition: .3s;
}

.col4_box_txt h2 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 50px;
    font-family: 'lorabold';
    margin: 5px 0px;
    max-height: 54.67px;
    overflow: hidden;
    transition: .3s;
}

.col4_box_txt h6 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-family: 'lorabold';
    max-height: 17.33px;
    overflow: hidden;
    transition: .3s;
}

.col4_box:hover .col4_box_img img {
    filter: grayscale(1);
}

.col4_box:hover .col4_box_txt:before {
    background: #dd7849;
}

.col4_box:hover .col4_box_txt h4 {
    color: #ffffff;
}

.col4_box:hover .col4_box_txt h2 {
    color: #ffffff;
}

.col4_box:hover .col4_box_txt h6 {
    color: #ffffff;
}

.col4 .col4_box:nth-child(even) .col4_box_txt h2 {
    color: #3d7048;
}

.col4_box:nth-child(even):hover .col4_box_txt:before {
    background: #3d7048;
}

.col4 .col4_box:nth-child(even):hover .col4_box_txt h2 {
    color: #ffffff;
}

.col4_box:nth-child(1) {
    border-bottom: 0px;
    border-right: 0px;
}

.col4_box:nth-child(2) {
    border-bottom: 0px;
    margin-left: -4px;
}

.col4_box:nth-child(3) {
    border-right: 0px;
}

.col4_box:nth-child(4) {
    margin-left: -4px;
}

.col4_box:nth-child(3) .col4_box_txt h6 {
    max-height: 34.33px;
    min-height: 34.33px;
}

.col4_box:nth-child(3) .col4_box_txt {
    padding: 46px 20px;
}


/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling --------------------------------------------*/

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

.footer_main1 {
    position: relative;
    width: 100%;
    background: url(../webImages/11.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.footer_links {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16.7%;
    margin-right: 5%;
}

.footer_links h3 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'lorabold';
  /*  text-shadow: 1px 1px 0px #000; */
}

.footer_links ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.footer_links ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 5%;
    width: 45%;
}

.footer_links ul li:nth-child(even) {
    margin-right: 0%;
}

.footer_links ul li a {
    display: block;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 13px;
    font-family: 'robotolight';
}

.footer_links ul li a:hover {
    color: #3d7048;
    text-shadow: 0px 0px #3d7048;
}

.subscribe_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26.7%;
    margin-right: 5%;
}

.subscribe_box h3 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'lorabold';
  /*  text-shadow: 1px 1px 0px #000; */
}

.subscribe_box_txt {
    position: relative;
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 13px;
    font-family: 'robotolight';
    margin: 15px 0px;
    max-height: 33.33px;
    overflow: hidden;
}

.subscribe_box .form {
    position: relative;
    width: 100%;
}

.subscribe_box .form input {
    position: relative;
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 12px;
    font-family: 'robotolight';
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #adabab;
    transition: .3s;
}

.subcribe_btn {
    width: 140px !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
    outline: none;
    border: none !important;
    background: #dd7849;
    font-family: 'lorabold' !important;
    color: #fff !important;
}

.subscribe_box .form:hover input {
    border: 1px solid #3d7048;
}

.subscribe_box .form:hover .subcribe_btn {
    background: #3d7048;
}

.col_information {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 5%;
}

.col_information:nth-child(even) {
    margin-right: 0%;
}

.col_information h3 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'lorabold';
  /*  text-shadow: 1px 1px 0px #000; */
}

.col_information_txt {
    position: relative;
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000000;
    font-size: 13px;
    font-family: 'robotolight';
    margin: 15px 0px;
    max-height: 33.33px;
    overflow: hidden;
}

.col_info {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.col_info_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    color: #000000;
    font-size: 13px;
    font-family: 'robotoregular';
    margin-left: 3%;
}

.col_info_txt a {
    color: #000000;
    font-size: 13px;
    font-family: 'robotoregular';
}

.col_info_txt a:hover {
    color: #3d7048;
}

.footer_bottom2 {
    position: relative;
    width: 100%;
    background: #3d7048;
    padding: 14px 0px;
}

.footer_bottom2_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
}

.footer_bottom2_left a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    margin-right: 5px;
}

.footer_bottom2_left a:hover {
    color: #dd7849;
}

.imedia {
      font-size: 11px;
    color: #fff;
    position: relative;
    right: 0;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    width: 150px;
}

.imedia .design_develop {
    top: 2px;
    padding-right: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    font-family: 'gil';
}

.imedia a {
    color: #fff;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: none;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    padding-left: 4px;
    margin-top: 1px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #fff;
    font-family: 'gil';
    font-size: 18px;
}

.m_text .digital_media {
    font-size: 7.4px;
    margin-top: 3px;
    color: #ffffff;
}

.imedia a:hover {
    color: #dd7849;
}

.digital_media span {
    color: #fff;
    transition: .7s;
    font-family: 'gil';
}

.m_text .digital_media:hover span {
    color: #dd7849;
}

.footer_bottom2_right {
   position: absolute;
    right: 0px;
    top: -5px;
    width: 100%;
    max-width: 290px;}

.top_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


/* --------------------------Footer Styling close---------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #bc9b31;
    color: #ffffff;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/

.content_side {
    position: relative;
    width: 100%;
    margin: 55px 0px;
}

.content_left {
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    width: 69%;
}

.content_side h3 {
    position: relative;
    width: 100%;
    color: #dd7849;
    font-size: 30px;
    font-family: 'loraregular';
}

.banner_inner_txt {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 90%;
    color: #ffffff;
    font-size: 60px;
    font-family: 'loraitalic';
    bottom: 30%;
    text-align: center;
    margin: 0 auto;
    max-height: 85px;
    overflow: hidden;
}

.content_side_ul {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.content_side_ul ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.content_side_ul ul li {
    display: inline-block;
    vertical-align: middle;
}

.content_side_ul ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 11px;
    background: url(../webImages/7.png) no-repeat;
}

.content_side_ul ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
    font-family: 'loraregular';
    padding: 0px 4px;
}

.content_side_ul ul li a:hover {
    color: #4a7954;
}

.content_side_ul ul li.active a {
    color: #4a7954;
}

.content_side_ul ul li:last-child:after {
    content: none;
}

.content_left_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-family: 'robotolight';
    text-shadow: 0px 0px #000;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.content_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.content_right h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 24px;
    font-family: 'lorabold';
    padding-left: 25px;
    margin-bottom: 10px;
}

.content_right h3:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    background: #dd7849;
}

.content_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    padding-left: 25px;
}

.content_right ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
}

.content_right ul li:last-child {
    border-bottom: none;
}

.content_right ul li a {
    display: block;
    color: #5b5b5b;
    font-size: 16px;
    font-family: 'loraregular';
    padding: 9px 0px;
}

.content_right ul li a:hover {
    color: #3d7048;
}

.content_right ul li.active a {
    color: #3d7048;
}

.content_left_txt ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.content_left_txt ul li {
    width: 100%;
    margin-bottom: 15px;
}

.content_left_txt ul li h4 {
    color: #3d7048;
    font-size: 15px;
    font-family: 'robotomedium';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin-right: 5%;
}

.content_left_txt2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    color: #000000;
    font-size: 15px;
    font-family: 'robotolight';
    text-shadow: 0px 0px #000;
}

.content_left_txt h6 {
    position: relative;
    width: 100%;
    color: #010101;
    font-size: 15px;
    font-family: 'robotomedium';
}

.product_main {
    position: relative;
    width: 100%;
    margin: 30px 0px;
}

.product_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 150px;
    margin-right: 2%;
    border: 1px solid #cbcbcb;
}

.product_box a {
    display: block;
}

.product_box img {
    width: 100%;
}

.apply_btn {
    position: relative;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    transition: .3s;
    background: #dd7849;
    width: 140px;
    margin-top: 20px;
    text-align: center;
    transition: .3s;
}

.apply_btn:hover {
    background: #3d7048;
}

.apply_btn a {
    font-family: 'lorabold';
    color: #ffffff;
    font-size: 12px;
    display: block;
}

.map_side {
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.map_side_main h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-family: 'lorabold';
    margin-top: 0px;
    margin-bottom: 15px;
}

.map_side_main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 1%;
}

.map_side_main:last-child {
    margin-right: 0%;
}

.map_side iframe {
    width: 100%;
    border: 1px solid #cbcbcb;
    height: 290px;
}

.form_side {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.form_1 {
    position: relative;
    width: 62%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0px;
}

.form_1_side {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    color: #000;
    text-shadow: 0px 0px #000;
    font-size: 15px;
    padding-top: 10px;
}

.form_2_side {
    width: 75%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: sub;
}

.form_2_side input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 40px;
    padding-left: 10px;
}

.form_2_side select {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 40px;
    padding-left: 10px;
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 18px;
}

.form_2_side textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
    padding-left: 10px;
    height: 110px;
    resize: none;
    padding-top: 10px;
    font-size: 18px;
}

.submit_side {
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #dd7849;
    font-family: 'lorabold';
    transition: .7s;
    border: none !important;
    margin-top: 10px;
    cursor: pointer;
}

.submit_side:hover {
    background: #3d7048;
}

.form_1 h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-family: 'lorabold';
    margin-top: 0px;
    margin-bottom: 25px;
}

#recaptcha2 {
    display: inline-block;
    vertical-align: top;
}

.form2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.form2 h3 {
    color: #3d7048;
    font-size: 15px;
    font-family: 'lorabold';
    margin-bottom: 15px;
}

.form2_side h4 {
    color: #7d0106;
    font-size: 18px;
    font-family: 'lorabold';
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.form2_side {
    position: relative;
    width: 100%;
    color: #1a1a1a;
    font-size: 15px;
    text-shadow: 0px 0px #1a1a1a;
    margin-top: 0px;
}

.form2_inner {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.form2_inner1 {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 15px;
    width: 65px;
    font-family: 'lorabold';
}

.form2_inner2 {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 15px;
}

.form2_inner2 a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 15px;
}

.form2_inner2 a:hover {
    color: #3d7048;
}

.form2_side .social_icon {
    padding: 0px;
}

.social_icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.social_icon a {
    display: inline-block;
}

.soc1 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    transition: .7s;
}

.soc1:hover {
    -webkit-filter: contrast(1.75);
    filter: contrast(1.75);
}

.fb1 {
    background: url(../webImages/soc.png) 0px 0px no-repeat;
}

.li1 {
    background: url(../webImages/soc.png)-51px 0px no-repeat;
}

.link1 {
    background: url(../webImages/soc.png)-102px 0px no-repeat;
}

.y1 {
    background: url(../webImages/soc.png)-152px 0px no-repeat;
}


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/