@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;
}

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

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

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

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

@font-face {
    font-family: 'open_sanssemibold';
    src: url('webFonts/opensans-semibold-webfont.woff2') format('woff2'), url('webFonts/opensans-semibold-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: 'open_sansregular';
}

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%;
}


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


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


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


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

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

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

.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: rgba(5, 141, 220, 0.9);
    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: 60px;
    display: none;
}

.menu_icn {
    display: block;
    background: #ffffff;
    padding-left: 10px;
    height: 60px;
}

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

.menu_icn .logo_side {
    position: absolute;
    left: 0%;
    right: 0%;
    top: -7px;
    transform: scale(0.41);
    transform-origin: top center;
    margin: 0 auto;
    text-align: center;
}

.menu_icn .logo_side .logo_side_txt {
    font-size: 45px;
}

.menu_icn .logo_side .logo_side_txt span {
    font-size: 55px;
    top: 24px;
}

.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: #954a3f;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #2d2d2d;
}

#menu:not(.mm-menu) {
    display: none;
}

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


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

.banner_side {
    position: relative;
    width: 100%;
    height: 78.3vh;
}

.banner_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    z-index: 1;
}

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

#banner li {
    width: 100% !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    height: 100vh;
    min-height: 100%;
    filter: sepia(50%) contrast(80%) brightness(100%) saturate(2);
}

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

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    vertical-align: top;
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

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;
}

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

.header_top {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.logo_side {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
}

.logo_side:hover img {
    filter: contrast(1.5);
}

.logo_side:hover .logo_side_txt {
    color: #5ca846;
}

.logo_side:hover .logo_side_txt span {
    color: #95483d;
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
    transition: .5s;
}

.logo_side_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 140px;
}

.logo_side_img img {
    width: 100%;
}

.logo_side_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #95483d;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    top: -13px;
    transition: .5s;
}

.logo_side_txt span {
    display: block;
    color: #5ca846;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    position: relative;
    top: 13px;
    transition: .5s;
}

.menu_side {
    position: relative;
    width: 100%;
    text-align: center;
}

.scroll_header {
    position: fixed !important;
    top: 0% !important;
    width: 100% !important;
    background: #fff !important;
    z-index: 999 !important;
}

.menu_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu_side ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.menu_side ul li a:before {
    content: '';
    position: absolute;
    left: -100%;
    width: 50%;
    height: 100%;
    top: 0%;
    background: url(../webImages/1.jpg);
    background-size: cover;
    transition: .5s;
}

.menu_side ul li a:after {
    content: '';
    position: absolute;
    right: -100%;
    width: 50%;
    height: 100%;
    background: url(../webImages/1.jpg);
    background-size: cover;
    bottom: 0%;
    transition: .5s;
}

.menu_side ul li a.active:after {
    right: 0%;
}

.menu_side ul li a.active:before {
    left: 0%;
}

.menu_side ul li a:hover:after {
    right: 0%;
}

.menu_side ul li a:hover:before {
    left: 0%;
}

.menu_side ul li a {
    display: block;
    color: #252525;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

.menu_side ul li a span {
    display: block;
    color: #2d2d2d;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.menu_side ul li a i {
    font-size: 12px;
}

.menu_side ul li a:hover {
    color: #95483d;
}

.menu_side ul li a.active span {
    color: #ffffff;
}

.menu_side ul li a:hover span {
    color: #ffffff;
}

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

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

.soc li a {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    padding: 0px 5px !important;
}

.soc li a:before {
    display: none;
}

.soc li a:after {
    display: none;
}

.banner_txt {
    position: absolute;
    left: 0%;
    top: 40%;
    width: 100%;
    z-index: 1;
}

.banner_txt h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 60px;
    font-family: 'open_sansextrabold';
    text-shadow: 0px 0px 15px #2d2d2d;
}

.banner_txt h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    text-shadow: 0px 0px 15px #2d2d2d;
    margin: 10px 0px;
}

.banner_txt h5 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 0px 15px #2d2d2d;
}

.banner_btn {
    width: 100%;
    max-width: 150px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    background: url(../webImages/1.jpg);
    background-size: cover;
    position: relative;
}

.banner_btn a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
}

.banner_btn:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0%;
    width: 50%;
    height: 100%;
    background: url(../webImages/2.jpg);
    background-size: cover;
    transition: .5s;
}

.banner_btn:after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0%;
    width: 50%;
    height: 100%;
    background: url(../webImages/2.jpg);
    background-size: cover;
    transition: .5s;
}

.banner_btn:hover:before {
    left: 0%;
}

.banner_btn:hover:after {
    right: 0%;
}

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


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

.index_content {
    position: relative;
    width: 100%;
    background: #fff;
}

.col1 {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 110px;
}

.col1 h3 {
    position: relative;
    width: 100%;
    color: #2d2d2d;
    font-size: 40px;
    text-align: center;
    font-family: 'open_sansbold';
}

.col1 h3:after {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -15px;
    width: 80px;
    height: 5px;
    background: url(../webImages/1.jpg);
    background-size: cover;
}

.col1_main {
    position: relative;
    width: 100%;
    margin-top: 65px;
}

.all1 {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.all2 {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.all3 {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.all4 {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.all0{
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.col1_main .owl-stage-outer {
    padding: 100px 0px;
}

.col1_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transform: scale(0.9);
    filter: blur(5px);
    transition: .3s;
    border: 30px solid #fff;
}

.grow .col1_box {
    transform: scale(1.5);
    filter: blur(0px);
    border: 0px solid #fff;
}

.col1_box a {
    display: block;
}
.col1_box a span{
    display: block;
    color: #a65035;
    margin-top: 10px;
    font-family: 'open_sanssemibold';
    padding-bottom: 5px;
}
.col1_box img {
    width: 100%;
}

.owl-controls {
    display: none;
}

.owl-controls {
    display: none;
}

.all1_btn {
    position: absolute;
    left: 0%;
    top: 60%;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    right: 0%;
}

.all1_left {
    background: url(../webImages/1.png) no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    cursor: pointer;
    left: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all1_right {
    background: url(../webImages/2.png)no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    right: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    opacity: 1 !important;
    z-index: 9;
}

.all1 .owl-item {
    opacity: 0.5;
}

.all2 .owl-item {
    opacity: 0.5;
}

.all3 .owl-item {
    opacity: 0.5;
}

.all4 .owl-item {
    opacity: 0.5;
}

.all0 .owl-item {
    opacity: 0.5;
}

.grow .gallery_box {
    width: 100%;
    margin-top: 0;
    transform: scale(1.5);
}

.grow .col1_box iframe {
    width: 100%;
    height: 250px;
}

.grow .gallery_box .col3_box_txt {
    bottom: 0%;
}

.col1_main_txt {
    position: relative;
    width: 80%;
    margin: 35px auto;
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 0;
}

.col1:nth-child(even) {
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 100px 0px;
    padding-bottom: 110px;
}

.all2_btn {
    position: absolute;
    left: 0%;
    top: 60%;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    right: 0%;
}

.all2_left {
    background: url(../webImages/1.png) no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    cursor: pointer;
    left: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all2_right {
    background: url(../webImages/2.png)no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    right: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}


.all3_btn {
    position: absolute;
    left: 0%;
    top: 60%;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    right: 0%;
}

.all3_left {
    background: url(../webImages/1.png) no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    cursor: pointer;
    left: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all3_right {
    background: url(../webImages/2.png)no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    right: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}


.all4_btn {
    position: absolute;
    left: 0%;
    top: 60%;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    right: 0%;
}

.all4_left {
    background: url(../webImages/1.png) no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    cursor: pointer;
    left: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all4_right {
    background: url(../webImages/2.png)no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    right: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all0_btn {
    position: absolute;
    left: 0%;
    top: 60%;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    right: 0%;
}

.all0_left {
    background: url(../webImages/1.png) no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    cursor: pointer;
    left: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.all0_right {
    background: url(../webImages/2.png)no-repeat;
    width: 30px;
    height: 88px;
    position: absolute;
    right: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.col1_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: -100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transition: .7s;
}

.col1_pop_ {
    top: 0%;
}

.col1_pop1 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: -100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transition: .7s;
}

.col1_pop1_ {
    top: 0%;
}

.col1_pop2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: -100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transition: .7s;
}

.col1_pop2_ {
    top: 0%;
}

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

.col1_pop_content .social i {
    font-size: 50px;
    color: #fff;
    margin: 0% 2%;
}

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

.col1_pop_content ul li {
    position: relative;
    width: 100%;
}

.col1_pop_content ul li i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 50px;
    margin-right: 2%;
}

.col1_pop_content ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 50px;
}

.col1_pop_content ul li a:hover {
    color: #95483d;
}

.close_side {
    position: absolute;
    right: 2%;
    top: 5%;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}

.close_side:hover {
    color: #95483d;
}

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


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


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


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

.footer_side {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background: url(../webImages/banners/1.jpg);
}

.contact h3 {
    position: relative;
    width: 100%;
    color: #2d2d2d;
    font-size: 40px;
    text-align: center;
    font-family: 'open_sansbold';
}

.contact h3:after {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -15px;
    width: 80px;
    height: 5px;
    background: url(../webImages/1.jpg);
    background-size: cover;
}

.footer_bottom {
    padding: 30px 0 2rem 0;
    position: relative;
    width: 100%;
    background: url(../webImages/banners/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.footer_bottom:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(149, 74, 63, 0.9);
}

.btn {
    transition: .7s;
}

.btn:hover {
    background: #5ca846;
    color: #ffffff;
}

.why_us {
    min-height: 300px;
    background-color: #F2F2F2;
    padding-top: 40px;
}

.why_us p {
    font-size: 16px;
}

.addr {
    width: 65px;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.contact h1 {
    margin-bottom: 20px;
}

.contact h1 span {
    color: #5ca846;
}

.form-control:focus {
    border-color: #954a3f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(149, 74, 63);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(149, 74, 63);
}

.addr i {
    border: 2px rgba(170, 170, 170, 1) solid;
    color: #954a3f;
    border-radius: 100px;
    font-size: 22px;
    padding: 11px 0px;
    height: 50px;
    width: 50px;
    text-align: center;
}

.address {
    margin-bottom: 20px;
    width: 100%;
}

.address-bar {
    /*    padding-top: 70px;*/
}

.addr span {
    padding: 0 5px;
    color: #565656;
}

.addr-text {
    color: rgb(86, 86, 86);
    padding-top: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.addr-text a {
    color: rgb(86, 86, 86);
}

.addr-text a:hover {
    color: #954a3f;
}

.contact {
    /* background-color: #282828; */
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-top: 0px;
}

.contact h1 {
    margin-bottom: 20px;
}

.contact textarea {
    height: 200px;
}

.contact hr {
    border-color: #AAA;
}

p.social {
    text-align: center;
    font-size: 24px;
}

p.social i {
    margin-right: 20px;
    color: #000;
}

p.social i:hover {
    color: #838383;
    cursor: pointer;
}

p.copy {
    font-size: 17px;
    text-align: center;
    color: #AAA;
}

.contact p.social i {
    color: #aaa;
    transition: .7s;
    font-size: 18px;
}

.contact p.social i:hover {
    color: #5ca846;
}

.copy a {
    display: inline-block;
    vertical-align: top;
    color: #aaaaaa;
}

.copy a:hover {
    color: #5ca846;
}

.contact h1 {
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    font-family: 'open_sanslight';
    font-size: 2.8rem;
    font-weight: 300;
    background: -moz-linear-gradient(45deg, rgba(241, 85, 105, 1) 0%, rgba(248, 160, 50, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(241, 85, 105, 1) 0%, rgba(248, 160, 50, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(241, 85, 105, 1) 0%, rgba(248, 160, 50, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(241, 85, 105, 1) 0%, rgba(248, 160, 50, 1) 100%);
    background: linear-gradient(45deg, rgba(241, 85, 105, 1) 0%, rgba(248, 160, 50, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 2%;
}

.contact textarea {
    height: 200px;
}

.contact hr {
    border-color: #AAA;
}

p.social {
    text-align: center;
    font-size: 24px;
    position: relative;
}

p.social i {
    margin-right: 20px;
    color: #fff;
}

p.social i:hover {
    color: #5ca846;
    cursor: pointer;
}

p.copy {
    font-size: 17px;
    text-align: center;
    color: #AAA;
}

.form-control {
    border: 1px solid #95483d !important;
}

.css-form {
    padding-bottom: 0px;
}

.btn_form {
    padding: 1rem 3.5rem;
    font-size: 1.4rem;
    margin-top: 0;
    border: 1px solid #eee;
    margin-left: 2%;
    color: #fff;
    background: url(../webImages/1.jpg);
    transition: .5s;
}

.btn_form:hover {
    color: #b4c93f;
}

.contact p.social i {
    color: #fff;
}

.contact .standard {
    overflow: hidden;
    padding: 75px 0px;
}

.arrow_side {
    position: fixed;
    right: 15px;
    bottom: 25px;
    transition: .7s;
    z-index: 1;
}

.arrow_side:hover {
    filter: grayscale(100%);
}

@media (max-width:978px) {
    .home-component .location-container {
        min-height: 125px;
    }

    .home-component input.location,
    .home-component input.location-hint {
        border-radius: 0 0 7px 7px;
    }

    .want {
        border-top-right-radius: 4px !important;
    }

    .home-component .location-container .choosen-location {
        border-bottom-left-radius: 0px;
    }

    .process-flow {
        margin-top: 60px;
    }
}

@media (max-width:768px) {
    .home-component .location-container {
        min-height: 125px;
    }

    .team img {
        width: 100%;
    }

    .discov .col-md-4:first-child {
        padding-left: 30%;
    }

    .navbar-nav {
        background: #f5f5f5;
    }

    .want {
        border-top-right-radius: 0px !important;
        border-top: 1px solid #F1F1F1;
    }

    .circle {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .circle-name {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 0px;
        padding-top: 10px;
    }

    .circle-name h2 {
        padding: 0px;
        color: #5ca846;
        margin-bottom: 0px;
        border-bottom: none;
        padding-right: 0px;
        margin-top: 0px;
    }

    .circle-name p {
        padding-left: 0px;
    }

    .circle i {
        position: relative;
        top: 12px;
    }

    .circle:nth-child(2) i {
        position: relative;
        top: 8px;
    }

    .xs-padding {
        padding: 0 15px;
    }
}

@media (max-width:480px) {
    .listing span {
        width: 83%;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    padding: 0px 0;
    margin-top: -2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li {}

.dropdown-menu li:hover {
    background-color: #F5F5F5;
}

.footer_bottom_side {
    padding: 10px 0px;
    width: 100%;
    /* background: #000067; */
    text-align: center;
}

.footer_bottom_side .standard {
    padding: 0px 0px;
}

.tag_footer {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.tag_footer a {
    display: inline-block;
    vertical-align: top;
    color: #aaa;
    font-size: 14px;
}

.link_bottom_footer {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    border-left: 1px solid #aaa;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.link_bottom_footer ul {
    list-style: none;
}

.link_bottom_footer ul li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #65582c;
    height: 13px;
    line-height: 13px;
}

.link_bottom_footer ul li:last-child {
    border-right: none;
}

.link_bottom_footer ul li a {
    display: block;
    color: #aaa;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.link_bottom_footer ul li a:hover {
    color: #aaa;
}

.imedia {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

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

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

.footer_bottom a {
    padding-right: 0px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    /* padding-bottom: 10px; */
    vertical-align: top;
}

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

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    margin-left: -4px;
    padding-left: 8px;
    margin-top: 2px;
}

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

.m_text .digital_media {
    font-size: 6.82px;
    margin-top: 1px;
    color: #fff;
}

.imedia a:hover {
    color: #5ca846;
}

.tag_footer a:hover {
    color: #5ca846;
}

.subscribe_side {
    position: relative;
    width: 100%;
    max-width: 35%;
    margin: 0 auto;
}

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

.subscribe_side form input {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #2d2d2d;
    border: none;
}

.subscribe_side form button {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    max-width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: none;
    background: #2d2d2d;
    color: #fff;
    transition: .3s;
}

.subscribe_side form button:hover {
    background: #5ca846;
}


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

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


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

::selection {
    background: #954a3f;
    color: #ffffff;
}


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


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


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


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


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


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


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


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


/* --------------------------dropdown Styling -------------------------------------*/


/* --------------------------dropdown Styling close-------------------------------------*/