@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: 'ralewayblack';
    src: url('webFonts/raleway-black-webfont.woff2') format('woff2'),
        url('webFonts/raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

@font-face {
    font-family: 'ralewayextralight';
    src: url('webFonts/raleway-extralight-webfont.woff2') format('woff2'),
        url('webFonts/raleway-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

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

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('webFonts/raleway-semibold-webfont.woff2') format('woff2'),
        url('webFonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin';
    src: url('webFonts/raleway-thin-webfont.woff2') format('woff2'),
        url('webFonts/raleway-thin-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: 'Poppins', sans-serif;
}

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

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;
    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-color: #fff;
    background-image: url(../webImages/1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    opacity: 0.9;
}

.logo_loader {
    overflow: hidden;
    background-image: url(../webImages/logo_.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
}

.main_mmenu {
    position: relative;
    display: none;
}

.menu_icn {
    display: block;
    padding-left: 10px;
}

.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: #3a2719;
}

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


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


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

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

.banner_side_ {
    position: relative;
    width: 100%;
    padding-left: 100px;
    padding-top: 83px;
    text-align: center;
}

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

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

.banner_side_ img {
    width: 100%;
}

.banner_side_ h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 100%;
    font-size: 80px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 600;
}

.banner_side_ h1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: black;
    font-weight: 500;
}

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

.banner_side video {
    background-position: 50%;
    background-size: contain;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_side iframe {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 116%;
}

.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;
    height: 100vh;
}

#banner li {
    width: 100% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 100vh;
    /*animation: backgroundSlideshow 18s linear infinite alternate;*/
}

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

.pager {
    position: absolute;
    bottom: 40%;
    right: 5%;
    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: 2px !important;
    border: 1px solid #ffffff;
    height: 25px;
    padding: 5px 0px;
}

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

#slide-pager li a.usl-current {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 2px !important;
    border: 1px solid #3a2719;
    height: 25px;
    padding: 5px 0px;
    background: #3a2719;
}


/* --------------------------particles css start-------------------------------------*/

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

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

.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 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#stats {
    display: none;
}


/* --------------------------particles css close-------------------------------------*/

.col1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 80px;
    border-right: 1px solid #ffffff;
    height: 100%;
    padding: 1.5rem 0rem;
    padding-bottom: 0px;
    background: rgba(31, 31, 31, 0.89);
    z-index: 2;
    transition: .5s;
    /*    background: url(../webImages/34.png);
    background-size: cover;
    background-position: center center;*/
}

.menu_side {
    position: relative;
    width: 100%;
    max-width: 41px;
    margin: 10px auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
    top: 3px;
}

.menu_side ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 1;
    background: #1f286d;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
}

.menu_side ul ul li a {
    padding: 12.5px 20px;
    color: #ffffff !important;
    font-size: 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.menu_side ul ul li:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #e60000;
    transition: .5s;
    transform: none;
}

.menu_side ul ul li:after {
    display: none;
}

.menu_side ul ul li:hover:before {
    width: 100%;
}

.menu_side ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    transition: .5s;
    border-bottom: 1px solid #13194a;
    box-shadow: 0px 1px 0px #222f8e;
}

.menu_side ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.menu_side img {
    width: 100%;
}

.col1_img {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translate(41%, 0vh);
    margin-top: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 40%;
}

.col1_img:last-child {
    margin-top: 0px;
}

/*.col1_img a:before {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 0%;
    filter: drop-shadow(2px 0px 10px black) grayscale(1);
    transition: 1s;
    background: url(../webImages/logo.png);
    background-size: cover;
    animation: logoslide 5s cubic-bezier(0, 1.48, 1, -1.27) infinite alternate;
}*/

@-webkit-keyframes logoslide {
    0% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.col1_img:hover:before {
    height: 100%;
}

.col1_img a {
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.col1_img img {
    width: 100%;
    margin: 5px 0px;
    right: 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 13px;
}

.col1_img-line {
    position: relative;
    width: 1px;
    height: 70px;
    background: #fff;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    left: -8px;
}

.col1_btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #3a2719;
}

.col1_btn a {
    display: block;
    padding: 35px 0px;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.col1_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
    background: #000;
}

.col1_btn:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
    background: #000;
}

.col1_btn:hover:before {
    height: 100%;
}

.header_top {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: left;
    z-index: 2;
    margin: 0px 0px;
    transition: .5s;
    padding: 10px 18px;
    border-bottom: 1px solid #fff;
    padding-right: 25px;
    background: rgba(31, 31, 31, 0.89);
}

.header_top_ {
    position: fixed;
    top: 0px;
    margin: 0px 0px;
}

.menu_side_ {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

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

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

.menu_side_ ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 22px 14px;
    text-transform: uppercase;
    transition: .5s;
}

.menu_side_ ul li a:hover {
    color: #81624b;
}

.menu_side_ ul li a:hover i {
    color: #81624b;
}

.menu_side_ ul li a i {
    font-size: 14px;
    transition: .5s;
}

.menu_side_ ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 1;
    background: rgb(0 0 0 / 98%);
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
    transition: .3s;
}

.menu_side_ ul li:hover>ul {
    transform: scaleY(1);
}

.menu_side_ ul ul li a {
    padding: 10.5px 15px;
    color: #ffffff !important;
    font-size: 13px;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.menu_side_ ul ul li:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #3a2719;
    transition: .5s;
    transform: none;
}

.menu_side_ ul ul li:after {
    display: none;
}

.menu_side_ ul ul li:hover:before {
    width: 100%;
}

.menu_side_ ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    transition: .5s;
    border-bottom: 1px solid #1f1f1f;
}

.menu_side_ ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.whatsapp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
    margin-right: 2%;
}

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

.whatsapp a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'ralewaybold';
}

.whatsapp img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 35px;
    width: 100%;
    margin-right: 10px;
    transition: .5s;
}

.header_top_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 150px;
    background: #3a2719;
    border-radius: 2px 2px;
    overflow: hidden;
    text-align: center;
}

.header_top_btn a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 10px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.header_top_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
    background: #ffffff;
}

.header_top_btn:hover:before {
    height: 100%;
}

.header_top_btn:hover a {
    color: #3a2719;
}

.header_top_right {
    position: relative;
    float: right;
    width: 80%;
    text-align: right;
}

.dusky {
    font-size: 12.01px;
    color: #000000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dusky a:hover {
    color: #3a2719;
}

.dusky img {
    max-width: 115px;
    width: 100%;
    position: relative;
    margin-right: 2px;
}

.banner_txt {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}

.banner_txt_main {
    position: absolute;
    left: 100px;
    margin: 0 auto;
    width: 70%;
    top: 32%;
    text-align: left;
    z-index: 1;
    padding: 0px 70px;
}

.banner_txt_main h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

.banner_txt_main h3 {
    position: relative;
    width: 100%;
    color: #3a2719;
    font-size: 55px;
    font-weight: 700;
}

.banner_txt_main h3 span {
    color: #ffffff;
    font-size: 55px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2b2f35;
}

.banner_txt_main h5 {
    position: relative;
    width: 71%;
    color: #ffffff;
    font-size: 18px;
    margin: 20px 0px;
    font-weight: lighter;
    line-height: 30px;
    font-family: 'ralewayregular';
}

.arrow_btn {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 2%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 auto;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    z-index: 1;
}

.arrow_btn img {
    width: 100%;
    max-width: 14px;
    line-height: 70px;
    display: block;
    animation: bouncearrow 1s linear infinite alternate;
    margin: 20px auto;
}

.arrow_btn:hover {
    background: #3a2719;
    border: 1px solid #3a2719;
}

@-webkit-keyframes bouncearrow {
    0% {
        margin: 0px auto;
    }

    50% {
        margin: 20px auto;
    }

    100% {
        margin: 0px auto;
    }
}

.col8 {
    position: fixed;
    /* left: 100px; */
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 12px 135px;
    background: rgba(10, 10, 10, 0.95);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
}

.col8_close {
    position: absolute;
    right: 8%;
    top: 14px;
    z-index: 1;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
    transition: .5s;
}

.col8_close:hover {
    color: #3a2719;
}

.col8_ {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.col8_mid .soc_link_ico {
    float: none;
    margin-top: 25px;
    width: 100%;
    text-align: left;
}

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


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

.index_content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.col2_portion {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 80px;
}

.col2_portion_main {
    position: relative;
    width: 100%;
    background: #3a2719;
    height: 100vh;
    overflow: hidden;
}

.col2_main_portion {
    position: fixed;
    width: 100%;
    top: 50%;
    max-width: 85.85%;
    transform: translateY(-40%);
}

.col2_portion_main:nth-child(2) {
    background: #2b2f35;
}

.col2_portion_main:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/25.png);
    background-size: cover;
    opacity: 0.0677777;
}

.col2_portion_main:nth-child(3) {
    background: #3a2719;
}

.col2 {
    position: relative;
    width: 90.85%;
    margin: 0px auto;
    padding: 25% 0px;
    height: 100vh;
}

.col2_link {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

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

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

.col2_link ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
}

.col2_link ul li:last-child:after {
    display: none;
}

.col2_link ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    margin: 0px 25px;
    top: -2px;
}

.col2_link ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

.col2_link ul li a:hover {
    color: #3a2719;
}

.col2_main {
    position: relative;
    width: 100%;
    margin: 70px 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip: rect(auto, auto, auto, auto);
}

.col2_left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 49.45%;
    margin-right: 4.6%;
    transition: .5s;
}

.col2_left:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(211, 219, 229, 0.65);
    transition: .5s;
}

.col2_portion_main:hover .col2_left:before {
    width: 0%;
}

.col2_left a {
    display: block;
}

.col2_left_txt {
    position: relative;
    width: 90%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 20px;
    max-height: 34px;
    overflow: hidden;
    transition: .5s;
}

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

.col2_left_indentify {
    position: absolute;
    left: 0%;
    top: -150px;
    width: 70%;
    color: rgba(218, 218, 218, 0.54);
    font-size: 195px;
    font-family: 'ralewayextrabold';
    right: 0px;
    margin: 0 auto;
    z-index: 1;
}

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

.col2_right h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.col2_right .col3_main_button a {
    font-size: 18px;
    padding: 12px 36px;
}

.col2_right_txt {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    max-height: 120px;
    overflow: hidden;
    line-height: 30px;
    margin: 40px 0px;
}

.col2_portion_main:nth-child(even) .col2_left {
    margin: 0px 0px;
    margin-left: 4.6%;
    border: 3px solid #373a40;
}

.col3 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 75px 50px;
    padding-bottom: 55px;
    padding-right: 150px;
    z-index: 1;
    background: #ffffff;
}

.col3 h3 {
    position: relative;
    width: 100%;
    color: #3a2719;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 65px;
    font-weight: 700;
}

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

.col3_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 175px;
    background: #ffffff;
    height: 280px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    margin-right: 1%;
    margin-bottom: 45px;
}

.col3_box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(149, 149, 149);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}

.col3_box:hover:before {
    border: 4px solid #efefef;
}

.col3_box:hover .col3_img {
    opacity: 0;
    -webkit-transform: scale(.7) translateY(-100px);
    -moz-transform: scale(.7) translateY(-100px);
    -ms-transform: scale(.7) translateY(-100px);
    -o-transform: scale(.7) translateY(-100px);
    transform: scale(.7) translateY(-100px);
}

.col3_box a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.col3_img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 76px;
    height: 170px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0 auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.col3_img img {
    width: 100%;
}

.col3_box_txt {
    position: relative;
    width: 100%;
    color: #212121;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    max-height: 90px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0px 15px;
}

.col3_box:hover .col3_box_txt {
    -webkit-transform: translateY(-136px);
    -moz-transform: translateY(-136px);
    -ms-transform: translateY(-136px);
    -o-transform: translateY(-136px);
    transform: translateY(-136px);
    color: #3a2719;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

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

.col3_main_button a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 18px;
    padding: 18px 70px;
    margin: 0% 1%;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    position: relative;
}

.col3_main_button a span {
    position: relative;
    z-index: 1;
    transition: .7s;
    font-family: 'ralewayregular';
}

.col3_main_button a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: #ffffff;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
}

.col3_main_button a:hover:before {
    height: 100%;
}

.col3_main_button a:hover {
    color: #3a2719;
}

.quote_box {
    position: fixed;
    right: 0px;
    /*    bottom: -18px;*/
    bottom: 0px;
    z-index: 999;
    transition: .5s;
    /*    opacity: 0.5;*/
}

.quote_box h3 {
    position: relative;
    padding: 18px 20px;
    background: #86ba40;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    top: 0px;
    transition: .5s;
}

.quote_box:hover {
    bottom: 0px;
    opacity: 1;
}

.col11 {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0px;
    background: #fff;
    padding: 30px 10px;
    display: none;
    max-width: 1800px;
    margin: 0 auto;
    left: 0;
    border-top: 5px solid #3a2719;
    z-index: 99999;
}

.col11 .standard {
    max-width: 1110px;
    text-align: center;
}

.call_back img {
    margin-top: -13px;
    filter: brightness(0) invert(1);
    width: 35px;
}

.cb-button {
    background-color: transparent;
    border-radius: 100% !important;
    width: 200px;
    height: 200px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#fc-phone .cbb-circle-img,
#fc-ticket .cbb-circle-img {
    font-family: "fontelloregular" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    text-align: center;
    line-height: 60px !important;
    font-size: 36px !important;
    color: white;
}

.cb-button .cbb-circle-img {
    background-color: #3a2719;
    border: 1px solid #3a2719;
    border-radius: 100% !important;
    position: absolute;
    top: 70px;
    left: 70px;
    width: 60px;
    height: 60px;
    transform: rotate(240deg);
}

.cb-button,
.cb-button-mobile {
    cursor: pointer;
    position: fixed;
}

.cb-button .cbb-circle {
    background-color: rgba(127, 186, 0, 0);
    background-color: rgb(101 67 33 / 30%);
    border-radius: 100% !important;
    opacity: .5;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 160px;
    height: 160px;
    -webkit-animation: animation1 2.2s infinite ease-in-out;
    animation: animation1 2.2s infinite ease-in-out;
    -ms-animation: animation1 2.2s ease-out;
    -ms-animation-iteration-count: infinite;
}

.cb-button .cbb-circle-fill {
    background-color: rgb(101 67 33 / 30%);
    border: 1px solid #3a2719;
    border-radius: 100% !important;
    opacity: 1;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100px;
    height: 100px;
    -webkit-animation: animation2 1.7s infinite ease-in-out;
    animation: animation2 1.7s infinite ease-in-out;
    -ms-animation: animation2 1.7s ease-out;
    -ms-animation-iteration-count: infinite;
}

@-webkit-keyframes animation1 {
    0% {
        opacity: .1;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    70% {
        opacity: .6;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: .3;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes animation2 {
    0% {
        opacity: .3;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    70% {
        opacity: .8;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: .1;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%,
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%,
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite
}

.faa-parent.animated-hover:hover>.faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }

    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }

    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }

    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }

    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }

    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }

    100%,
    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.col8_main {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

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

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

.col8_first ul li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.col8_first ul li a {
    display: block;
    color: #ffffff;
    font-size: 20px;
}

.col8_first ul li a:hover {
    color: #81624b;
}

.col8_mid {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 27.8%;
    padding: 0px 25px;
    border-left: 1px solid #262626;
}

.col8_mid h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.col8_mid ul li {
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.col8_mid ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

.col8_mid ul li a:hover {
    color: #3a2719;
}

.col12 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 70px 50px;
    padding-right: 150px;
    background-color: #fff;
    background-image: radial-gradient(circle, #f0f0f0 1.5px, #fff 0);
    background-size: 47px 47px;
    background-position: -8px 14px;
}

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

.col12_txt_h {
    margin-top: 20px;
    margin-bottom: 20px;
}

.col12_txt h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 700;
}

.col12 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 70px 50px;
    padding-right: 150px;
    background-color: #fff;
    background-image: radial-gradient(circle, #f0f0f0 1.5px, #fff 0);
    background-size: 47px 47px;
    background-position: -8px 14px;
}

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

.col12_txt h1 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 700;
}

.col12_txt h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 700;
}

.col12_txt_main {
    position: relative;
    width: 55%;
    color: #000;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
}

.col12_txt_main_ {
    position: relative;
    width: 75%;
    color: #000;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
}

.col12_box_main {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}

.col12_box {
    position: relative;
    float: left;
    width: 33.33%;
    border-right: solid 3px #e4e4e4;
    text-align: center;
}

.col12_box a {
    display: block;
    padding: 15px 0px;
}

.col12_box_img {
    position: relative;
    max-width: 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.col12_box_img img {
    width: 100%;
    transition: .7s;
}

/*.col12_box:hover img {
    transform: rotateY(360deg);
}*/

.col12_box_txt {
    position: relative;
    width: 100%;
    display: block;
    font-size: 35px;
    color: #3a2719;
    font-weight: 700;
}

.col12_box_txt span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #3a2719;
    font-size: 35px;
    font-weight: 500;
}

.col12_box_txt_ {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 20px;
}

.col12_box_main_ {
    position: relative;
    width: 100%;
    border-bottom: solid 3px #e4e4e4;
}

.col12_box_main_:last-child {
    border-bottom: none;
}

.col12_box_main_box_img {
    position: relative;
    width: 100%;
    max-width: 80px;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}

.col12_box_main_box_img img {
    width: 100%;
    transition: .7s;
}

.col12_box_main_:hover .col12_box_main_box_img img {
    transform: rotateY(720deg);
}

.col12_box_hover:hover img {
    transform: rotateY(720deg);
}

.col12_box_main__txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}

.col12_box:last-child {
    border-right: none;
}

.col4 {
    position: relative;
    width: 100%;
    background: #e6e6e6;
    padding: 100px 50px;
    left: 80px;
    padding-right: 150px;
}

.col4 h6 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #3a2719;
    font-size: 16px;
    text-transform: uppercase;
}

.col4 h6:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 3px;
    background: #3a2719;
    margin-right: 8px;
}

.col4 h1 {
    position: relative;
    width: 100%;
    display: block;
    color: #000;
    font-size: 45px;
    font-weight: 800;
    margin: 35px 0px;
}

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

.col4_tabs .ui-tabs {
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 0px 0px;
}

.col4_tabs .ui-tabs ul {
    padding: 0px 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.col4_tabs .ui-tabs ul li {
    float: none;
    display: block;
    margin: 0px 0px !important;
    white-space: normal;
    padding: 0px 0px !important;
    background: transparent !important;
    border-radius: 0px 0px !important;
    border: none !important;
    margin-bottom: 25px !important;
}

.col4_tabs .ui-tabs ul li a {
    float: none !important;
    padding: 0px 0px !important;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.col4_tabs .ui-tabs ul li a:hover {
    color: #3a2719;
}

.col4_tabs .ui-tabs ul .ui-tabs-active a {
    color: #3a2719;
}

.col4 .col4_tabs .ui-tabs-panel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px;
    width: 100%;
}

.col4_tabs_main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 71%;
    margin-left: 3%;
}

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

.col4_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: 9.9%;
}

.col4_left h3 {
    position: relative;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 35px;
}

.col4_left_txt {
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

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

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

.col4_right:after {
    content: '';
    position: absolute;
    background: url(../webImages/3.png) no-repeat;
    content: '';
    right: -90px;
    top: -86px;
    width: 374px;
    height: 370px;
}

.col4_right img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.col5 {
    position: relative;
    width: 100%;
    padding: 100px 50px;
    left: 80px;
    padding-right: 150px;
    overflow: hidden;
    background: #ffffff;
}

.col5_box {
    position: relative;
    width: 24.7%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
}

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

.col5_box_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
}

.col5_box img {
    width: 100%;
}

.col5_box_img:after {
    content: '';
    background: url(../webImages/6.png) center no-repeat;
    width: 170px;
    height: 70px;
    display: block;
    position: absolute;
    transition: 0.5s ease-out;
}

.col5_box .col5_box_img:nth-child(2) {
    float: right;
}

.col5_box .col5_box_img:nth-child(2):after {
    display: none;
}

.col5_box .col5_box_img:nth-child(2):before {
    content: '';
    background: url(../webImages/8.png) center no-repeat;
    width: 180px;
    height: 90px;
    display: block;
    position: absolute;
    top: -60px;
    right: -122px;
    transition: 0.5s ease-out;
}

.col5_box:nth-child(2) .col5_box_img:nth-child(1):after {
    display: none;
}

.col5_box:nth-child(2) .col5_box_img:nth-child(1):before {
    content: '';
    background: url(../webImages/10.png) center no-repeat;
    width: 180px;
    height: 90px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -47px;
    transition: 0.5s ease-out;
}

.col5_box:nth-child(2) .col5_box_img:nth-child(2):after {
    display: none;
}

.col5_box:nth-child(2) .col5_box_img:nth-child(2):before {
    content: '';
    background: url(../webImages/8.png) center no-repeat;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 120px;
    right: -80px;
    width: 80px;
    background-size: cover;
    transition: 0.5s ease-out;
}

.col5_box:nth-child(3) .col5_box_img:nth-child(1) {
    top: -40px;
}

.col5_box:nth-child(3) .col5_box_img:nth-child(1):after {
    content: '';
    background: url(../webImages/10.png) center no-repeat;
    width: 100px;
    height: 70px;
    display: block;
    position: absolute;
    top: 55%;
    right: -25px;
}

.col5_box:nth-child(3) .col5_box_img:nth-child(2):before {
    top: -40px;
}

.col5_box:nth-child(4) .col5_box_img:nth-child(1):after {
    display: none;
}

.col5 h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 85px;
    font-weight: 700;
}

.col6 {
    position: relative;
    width: 95%;
    padding: 0px 0px;
    left: 80px;
    overflow: hidden;
/*    background: url(../webImages/26.jpg);
    background-size: cover;*/
}

.col6_box img {
    width: 100%;
}

/*.col6 .all1 .owl-stage-outer .owl-stage .owl-item:nth-child(4n) .col6_box {
    background: url(../webImages/26.jpg);
    background-size: cover;
}*/

.col6_left {
    position: relative;
    float: left;
    background: #3a2719;
    width: 59%;
    padding: 55px 55px;
    padding-left: 100px;
}

.yellow-gradient {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #69441f;
    background: linear-gradient(135deg, #3a2719 0, #3a2719 5%, #3a2719 12%, #3a2719 18%, #3a2719 35%, #3a2719 43%, #37271a 47%, #372416 100%);
    width: 300px;
    height: 350px;
}

.client-project-circle {
    position: absolute;
    content: '';
    top: -79px;
    left: -102px;
    width: 290px;
    height: 290px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 43px solid rgba(255, 255, 255, .3);
}

.col6_left_main {
    left: 100px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    top: 50px;
}

.col6_left h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}

.col6_left h4 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.col6_left h5 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-right: 38px;
    /* letter-spacing: 1px; */
}

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

.col6_box img {
    width: 100%;
}

.col6_right {
    position: relative;
    float: left;
    background: url(../webImages/23.png);
    background-size: cover;
    padding: 315.5px 50px;
    width: 41%;
    padding-right: 0px;
    background-color: #ffffff;
}

.col6_right h4 {
    position: relative;
    width: 55%;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.col6_right_txt {
    position: relative;
    width: 80%;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 30px 0px;
}

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

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

.col1_main_btn {
    position: absolute;
    left: 0px;
    top: 38%;
    width: 94%;
    /* right: 0px; */
    margin: 0 auto;
    z-index: 1;
}

.col1_left_btn {
    position: absolute;
    left: 1%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.col1_left_btn i {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}

.col1_right_btn {
    position: absolute;
    right: 1%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.col1_right_btn i {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}

.col1_right_btn:hover {
    background: #3a2719;
}

.col1_left_btn:hover {
    background: #3a2719;
}

.col7 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 100px 50px;
    background: #ffffff;
}

.col7 .col11 {
    display: block !important;
}

.col7_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 26.9%;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .19);
    background: #fff;
    padding: 10px 25px;
    margin-right: 5%;
}

.col7_left h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0px;
    margin-top: 10px;
}

.col7_left .col11 {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px;
    border: none;
}

.col7_left .col11 .branches_side_input {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
}

.col7_left .col11 .submit_side {
    margin-bottom: 10px !important;
}

.col7_left .col11 .branches_side_input input {
    width: 84% !important;
}

.col7_left .col11 .branches_side_input select {
    width: 84% !important;
}

.col7_left .col11 .branches_side_input textarea {
    width: 84% !important;
}

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

.col7_map {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.col7_map iframe {
    width: 100%;
    border: none;
    height: 250px;
}

.col7_right h6 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 8px;
}

.col7_right h1 {
    position: relative;
    width: 100%;
    color: #3a2719;
    font-size: 35px;
    margin: 50px 0px;
}

.col7_right .col3_main_button a {
    background: #3a2719;
    border: 1px solid #3a2719;
    margin: 0px 0px;
}

.col7_right_boxes {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

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

.col7_right_box img {
    width: 100%;
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    /* filter: brightness(0); */
    background: #3a2719;
    padding: 10px 10px;
    border-radius: 50%;
    height: 50px;
    object-fit: contain;
}

.col7_right_box h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
}

.col7_right_box a {
    display: block;
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 400;
}

.col7_right_box:hover a {
    color: #3a2719;
}

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

.col3 #tab {
    border: none;
    border-radius: 0px 0px;
    padding: 0px 0px;
    background: transparent;
}

.col3 #tab ul {
    padding: 0px 0px;
    background: transparent;
    border: none;
    margin: 35px 0px;
}

.col3 #tab ul li {
    margin: 0px 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    border: none;
    border-radius: 0px 0px;
    padding: 0px 0px;
    border-radius: 2px 2px;
    overflow: hidden;
    background: #2b2f35;

}

.col3 #tab ul li a {
    padding: 15px 40px;
    display: block;
    margin: 0px 0px;
    float: none;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
    cursor: pointer;
}

.col3 #tab ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
    background: #3a2719;
}

.col3 #tab ul li a:hover {
    color: #ffffff;
}

.col3 #tab ul li:hover:before {
    height: 100%;
}

.col3_main .ui-tabs-panel {
    padding: 0px 0px;
}

.banner_side_txt .banner_txt_main {
    width: 80%;
    text-align: center;
    padding: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    top: 36%;
}

.banner_side_txt .banner_txt_main h3 span {
    font-size: 70px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 2px 5px #000;
}

.banner_side_txt .banner_txt_main h5 {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    font-size: 22px;
}

.col9 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 100px 50px;
    background-color: #ffffff;
    overflow: hidden;
    background: url(../webImages/9.jpg) no-repeat center top;
    background-size: cover;
}

section.company-overview ul.norm-bullet li {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    color: #545554;
    font-weight: 500;
    padding-bottom: 4px;
    list-style-type: disc;
    display: list-item;
}

section.company-overview ul.norm-bullet {
    margin: 0;
    padding-left: 20px;
    margin: 10px 0px;
}

section.company-overview ul li {
    border: rgba(204, 204, 204, 0.59) 1px solid;
    display: inline-block;
    color: #000;
    width: 46%;
    margin: 0 12px 8px 0;
    padding: 19px;
    font-size: 17px;
    font-weight: 600;
}

section.company-overview ul li i {
    display: inline-block;
    margin-right: 13px;
}

section.company-overview ul {
    margin: 30px 0 0 0;
    padding: 0px 0px;
}

section.company-overview {
    font-size: 15px;
    overflow: hidden;
}

section.company-overview h2 span {
    font-size: 40px;
    font-weight: 900;
    display: block;
}

section.company-overview.policy-content ol li {
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 16px;
}

section.company-overview ul.norm-bullet li {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    color: #545554;
    font-weight: 500;
    padding-bottom: 4px;
    list-style-type: disc;
    display: list-item;
}

section.company-overview ul.norm-bullet {
    margin: 0;
    padding-left: 20px;
    margin: 10px 0px;
}

section.company-overview ul li i {
    display: inline-block;
    margin-right: 13px;
}

section.company-overview ul {
    margin: 30px 0 0 0;
}

p.txt-with-brdr:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    background: #3a2719;
    width: 20px;
    height: 2px;
}

section.company-overview h2 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
}

section.company-overview h2 span {
    font-size: 40px;
    font-weight: 900;
    display: block;
    color: #3a2719;
}

section.company-overview.policy-content ol li {
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 16px;
}

p.txt-with-brdr span {
    font-size: 15px;
    font-style: italic;
    position: relative;
    font-weight: 400;
}

.col9 .company-overview .col-md-8 p {
    margin-bottom: 10px;
    font-size: 15px;
}

section.our-history {
    text-align: center;
    color: #fff;
    background-size: cover;
}

section.our-history h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 22px;
}

section.our-history p {
    color: #e6e6e6;
    font-size: 15px;
    margin-bottom: 52px;
}

.col10 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 100px 50px;
    background-color: #ffffff;
    overflow: hidden;
    background: url(../webImages/10.jpg);
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #fff;
}

.col10 .our-history {
    z-index: 1;
    position: relative;
}

.col10:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
}

.col10 .our-history img {
    width: 100%;
}

.col21 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 100px 50px;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 35px;
}

.col21__ {
    background: url(../webImages/27.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: -550px;
}

.col21__:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.col21 h3 {
    position: relative;
    width: 100%;
    color: #0c0c0c;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}

.col21 h6 {
    font-size: 15px;
    color: #0d0d0d;
    font-weight: 100;
    margin-bottom: 15px;
}

.col21 h6 i {
    font-size: 18px;
    margin-right: 15px;
    color: #000;
}

.col21 .col11 {
    display: block !important;
    position: relative;
    border: none;
    margin-top: 50px;
    padding: 0px 0px;
}

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


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


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


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

.footer_side {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 100px 50px;
    padding-right: 150px;
    background: url(../webImages/bkg_footer.jpg);
    background-size: cover;
    background-attachment: fixed; 
    background-position: bottom;
}

.footer_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 81%);
}

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

.footer_top_txt {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.footer_top_form {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

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

.footer_top_form form input {
    position: relative;
    width: 35%;
    height: 50px;
    padding: 0px 10px;
    margin-right: 5px;
    border: none;
    font-size: 16px;
}

.footer_top_form form input::placeholder {
    color: #000;
    display: block;
    visibility: visible;
    opacity: 1;
}

.footer_top_form form button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    border: none;
    padding: 0px 40px;
    background: #3a2719;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.footer_mid {
    position: relative;
    width: 100%;
    padding: 2% 0%;
    margin-top: 35px;
}

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

.footer_mid ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    border-right: 3px solid #fff;
    width: 33%;
    padding: 0px 30px;
}

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

.footer_mid ul li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.footer_mid_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    width: 77%;
    margin-left: 5%;
}

.footer_bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    padding: 0px 30px;
}

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

.footer_bottom_left ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    margin-bottom: 10px;
}

.footer_bottom_left ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    border-right: 1px solid #3a2719;
}

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

.footer_bottom_left ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.footer_bottom_left ul li a:hover {
    color: #3a2719;
}

.footer_bottom_txt {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.footer_bottom_txt a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.footer_bottom_txt a:hover {
    color: #3a2719;
}

.soc_link_ico {
    position: relative;
    width: 50%;
    text-align: center;
    float: left;
}

.soc_link_ico ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    /* text-align: center; */
}

.soc_link_ico ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    margin: 0px 0px;
}

.soc_link_ico ul li a svg {
    display: block;
    font-size: 16px;
    fill: #fff;
    opacity: .5;
}

.soc_link_ico ul li img {
    width: 100%;
    filter: brightness(0) invert(1);
    transition: .7s;
}

.soc_link_ico ul li:hover img {
    filter: none;
}

.soc_link_ico ul li a {
    display: block;
}


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


.quote_box {
    position: fixed;
    right: 0px;
    /*    bottom: -18px;*/
    bottom: 0px;
    z-index: 999;
    transition: .5s;
    /*    opacity: 0.5;*/
}

.quote_box h3 {
    position: relative;
    padding: 18px 20px;
    background: #86ba40;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    top: 0px;
    transition: .5s;
}

.quote_box:hover {
    bottom: 0px;
    opacity: 1;
}

.col11 {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0px;
    background: #fff;
    padding: 30px 10px;
    display: none;
    max-width: 1800px;
    margin: 0 auto;
    left: 0;
    border-top: 5px solid #3a2719;
    z-index: 3;
}

.col11 .standard {
    max-width: 1110px;
    text-align: center;
}

.open2 {
    top: 0px;
    opacity: 1;
}

.branches_side_input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48.8%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.branches_side_input span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    top: -10px;
}

.branches_side_input span img {
    width: 100%;
}

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

.branches_side_input label {
    position: absolute;
    width: 100%;
    color: #484848;
    font-size: 14px;
    text-shadow: 0px 0px #484848;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    margin-bottom: 0px;
    transform-origin: top left;
    top: 0;
    left: 0px;
    z-index: 1;
    font-weight: normal;
    padding: 0px 55px;
}

.col11 .branches_side_input ::placeholder {
    color: transparent;
}

.branches_side_input input ::placeholder {
    color: #656565;
}

.col11 .branches_side_input input {
    position: relative !important;
    width: 92% !important;
    height: 30px !important;
    line-height: 30px;
    border: none !important;
    border-bottom: 1px solid #c9c9c9 !important;
    color: #484848 !important;
    font-size: 14px !important;
    transition: .3s;
    min-width: 0;
    flex-grow: 1;
    box-sizing: content-box !important;
    box-shadow: none !important;
    margin: 0px 0px;
    padding: 0px 0px;
    background: transparent;
}

.col11 .branches_side_input select {
    position: relative !important;
    width: 92% !important;
    height: 30px !important;
    line-height: 30px;
    border: none !important;
    border-bottom: 1px solid #c9c9c9 !important;
    color: #484848 !important;
    font-size: 14px !important;
    transition: .3s;
    min-width: 0;
    flex-grow: 1;
    box-sizing: content-box !important;
    box-shadow: none !important;
    margin: 0px 0px;
    padding: 0px 0px;
    background: transparent;
}

.branches_side_input_add2 label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

.col11 .branches_side_input textarea {
    position: relative !important;
    width: 96% !important;
    border: none !important;
    border-bottom: 1px solid #c9c9c9 !important;
    color: #484848 !important;
    font-size: 14px !important;
    transition: .3s;
    height: 60px !important;
    min-width: 0;
    flex-grow: 1;
    box-sizing: content-box !important;
    box-shadow: none !important;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.branches_side_input_add .branches_side_input_bar:after {
    right: 50%;
    width: 50%;
}

.branches_side_input_add .branches_side_input_bar:before {
    left: 50%;
    width: 50%;
}

.branches_side_textarea .branches_side_input_bar {
    bottom: 5px;
}

input:placeholder-shown+label {
    cursor: text;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    color: #484848;
    font-size: 14px;
    text-shadow: 0px 0px #484848;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    margin-bottom: 0px;
    /* transform-origin: top left; */
    top: 0;
    left: 0px;
    z-index: 1;
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:not(:placeholder-shown)+label,
input:focus+label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

textarea:placeholder-shown+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    color: #484848;
    font-size: 14px;
    text-shadow: 0px 0px #484848;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    margin-bottom: 0px;
    transform-origin: top left;
    top: 0;
    left: 0px;
    z-index: 1;
}

::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}

textarea:focus::-webkit-textarea-placeholder {
    opacity: 0;
}

textarea:not(:placeholder-shown)+label,
textarea:focus+label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

.branches_side_input_add label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

.branches_side_input_add2 label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

.branches_side_input_bar {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
}

.branches_side_input_bar:after,
.branches_side_input_bar:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #3a2719;
    -webkit-transition: width .4s cubic-bezier(.4, 0, .2, 1);
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
}

.branches_side_textarea {
    position: relative;
    width: 100% !important;
    margin-right: 0% !important;
}

.col11 h4 {
    color: #1a1a1a;
    font-size: 25px;
    max-height: 35.22px;
    overflow: hidden;
    min-height: 35.22px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    font-family: 'ralewaybold';
}

.col11 form {
    width: 100%;
    position: relative;
    text-align: left;
}

#recaptcha1 {
    width: 304px;
    margin: 0 auto;
    display: block;
}

.col11 form input {
    width: 100%;
    position: relative;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #3a2719;
    box-shadow: 5px 5px 0px #3a27199e;
    margin-bottom: 15px;
    color: #333;
}

.col11 form textarea {
    width: 100%;
    position: relative;
    height: 120px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #3a2719;
    box-shadow: 5px 5px 0px #3a27199e;
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    color: #333;
}

.submit_side {
    background: #3a2719;
    height: 40px !important;
    line-height: 40px;
    border: none !important;
    box-shadow: none !important;
    margin-top: 15px;
    margin-bottom: 0px !important;
    color: #fff !important;
    font-size: 19px !important;
    overflow: hidden;
    transition: .7s;
    width: 100% !important;
    font-family: 'ralewaybold';
    text-transform: uppercase;
}

.submit_side:hover {
    background: #000 !important;
    color: #fff;
}

.col11 i {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    float: right;
    cursor: pointer;
    color: #333;
}

.col11 .branches_side_input input {
    width: 90.4% !important
}

.col11 .branches_side_input select {
    width: 90.4% !important
}

.col11 .branches_side_input textarea {
    width: 95.3% !important
}

.branches_side_input {
    width: 47.2%;
}

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


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

::selection {
    background: #3a2719;
    color: #ffffff;
}


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


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


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


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


/* --------------------------inner Styling-------------------------------------*/
.inner_content_main {
    position: relative;
    width: 100%;
    left: 100px;
    padding: 0px 50px;
    padding-right: 150px;
    background-color: #fff;
    background-image: radial-gradient(circle, #f0f0f0 1.5px, #fff 0);
    background-size: 47px 47px;
    background-position: -8px 14px;
}

.inner_content_main .col11 {
    position: relative;
    display: block;
    padding: 0px 0px;
    border: none;
    z-index: auto;
}

.inner_content_main .col11 .branches_side_input .branches_side_input_bar {
    bottom: 7px;
}

.inner_content_main .col11 .branches_side_textarea .branches_side_input_bar {
    bottom: 6px;
}

.inner_content_main_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95%;
    margin-right: 0%;
    font-size: 20px;
    color: #656565;
    text-align: center;
    font-family: 'decalotype-light';
    margin: 0 auto;
    display: block;
}


.inner_content_main_left a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #3a2719;
    font-size: 18px;
    text-shadow: none;
}

.inner_content_main_left a:hover {
    color: #656565;
    text-shadow: 0px 0px #656565;
}

.inner_content_main_left h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
}

.inner_content_main_left img {
    margin-top: 0px;
    padding: 0px;
    position: relative;
}

.inner_content_main3 {
    position: relative;
    width: 100%;
    background: url(../webImages/bullet.png) fixed;
    padding: 70px 50px;
    background-size: cover;
    margin-top: 50px;
}

.inner_content_main2 {
    position: relative;
    width: 100%;
    padding: 50px 50px;
    /*    background: url(../webImages/19.png) no-repeat fixed;*/
    background-size: cover;
    text-align: center;
}

.inner_content_main3_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 36%;
    color: #ffffff;
    font-size: 24px;
    font-family: 'decalotype-light';
    margin-right: 5%;
}

.inner_content_main3_left h3 {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 25px 0px;
    font-size: 45px;
    margin-top: 15px;
}

.inner_content_main3_right_main_side {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 24px;
    font-family: 'decalotype-light';
    text-align: center;
    margin-bottom: 50px;
}

.inner_content_main3_right_main_side h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
    max-height: 54px;
    min-height: 54px;
    overflow: hidden;
    margin-top: 15px;
}

.inner_content_main3_right {
    position: relative;
    width: 58%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 24px;
    font-family: 'decalotype-light';
}

.inner_content_main3_right h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
    max-height: 54px;
    min-height: 54px;
    overflow: hidden;
    margin-top: 15px;
    text-align: left;
}

.inner_content_main2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

.box_side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34%;
    margin-right: 5%;
    margin-bottom: 50px;
    text-align: left;
}

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

.box_side h3 {
    position: relative;
    width: 100%;
    color: #59575c;
    font-size: 35px;
    font-family: 'decalotype-medium';
    text-align: left;
}

.box_side_img {
    position: relative;
    width: 100%;
    margin: 25px 0px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
}

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

.box_side_txt {
    position: relative;
    width: 100%;
    font-size: 20px;
    color: #59575c;
    text-align: left;
    font-family: 'decalotype-regular';
    max-height: 83.33px;
    overflow: hidden;
}

.box_side a {
    display: inline-block;
    vertical-align: top;
    color: #59575c;
    font-family: 'decalotype-medium';
    font-size: 18px;
    margin-top: 10px;
    border-bottom: 1px solid #daffa7;
}

.box_side:hover a {
    color: #303030;
    border-bottom: 1px solid #303030;
}

.box_side:hover .box_side_img img {
    transform: scale(1.5);
}

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

.inner_content_main_right img {
    width: 100%;
}

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

.inner_content_main_right ul li {
    position: relative;
    width: 100%;
    /* margin-bottom: 10px; */
    background: url(../webImages/35.png);
    background-repeat: round;
    border: 0.5px solid #fff;
    transition: .3s;
}

.inner_content_main_right ul li.active {
    background: url(../webImages/34.png);
    background-repeat: round;
}

.inner_content_main_right ul li:hover {
    background: url(../webImages/34.png);
    background-repeat: round;
}

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

.inner_content_main_right ul li a {
    display: block;
    color: #ffffff;
    font-size: 22px;
    padding: 6px 10px;
}

.inner_content_main_right h3 {
    position: relative;
    width: 100%;
    color: #656565;
    font-family: 'decalotype-medium';
    font-size: 28px;
    margin-bottom: 25px;
}

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

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

}

.clients .inner_content_box_:hover {
    box-shadow: 0px 0px 30px 0px rgba(93, 144, 26, 0.9);
}

.clients .mydiv .inner_content_box_img img {
    max-width: 100%;
}

.clients .mydiv {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.inner_content_box_img {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.inner_content_box_img img {
    width: 100%;
    max-width: 92px;
}

.inner_content_box_txt {
    position: relative;
    width: 100%;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.website {
    width: 100%;
    position: relative;
    padding: 0px 0px;
    margin-left: 100px;
}

.website h1 {
    position: relative;
    width: 100%;
    color: black;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 500;
}

.website .website_inner {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    color: #3e3e3e;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
}

.website .website_inner h5 {
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

.website h1 span {
    color: black;
}

.content_center {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.content_center .col12_txt {
    margin-top: 0px;

}

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


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

.eservices {
    position: relative;
    width: 55%;
    color: #000;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
}

.eservices span {
    color: #3a2719;
    font-family: 'decalotype-light';
}

.eshop {
    font-size: 18px;
    text-align: left;
    color: black;
    padding: 20px 0px;
    width: 75%;
}

.eshop .standard {
    position: relative;
    margin-left: 120px;
    width: 1280px;
    margin-right: 30px;
}

.eshop h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 700
}

.eshop h1 {
    font-size: 22px;
}

.eshop .eshop_left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.eshop .eshop_left ul {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 20px;
    list-style: none;
}

.eshop .eshop_left ul li {
    position: relative;
}

.eshop .eshop_left ul li:before {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #3a2719;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
}

.eshop .eshop_right {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.col13 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 0px 50px;
    padding-bottom: 25px;
    padding-right: 150px;
    z-index: 1;
    background: #ffffff;
}

.col13 h3 {
    position: relative;
    width: 60%;
    color: #000;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 auto;
    margin-bottom: 70px;
    font-weight: 800;
}

.col13 h3 span {
    position: relative;
    color: #3a2719;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-weight: 800;
}

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

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

.col13_left_box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.col13_left_box:last-child {
    margin-bottom: 0px;
}

.col13_left_box span {
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    margin-right: 5%;
    width: 100%;
}

.col13_left_box span img {
    width: 100%;
}

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

.col13_left_txt h5 {
    position: relative;
    width: 100%;
    display: block;
    color: #0d1317;
    font-size: 24px;
    font-weight: 700;
}

.col13_left_txt_main {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-size: 16px;
    max-height: 66.67px;
    overflow: hidden;
}

.col13_mid {
    position: relative;
    width: 29.85%;
    display: inline-block;
    vertical-align: middle;
    margin: 0% 4.7%;
}

.col13_mid img {
    width: 100%;
}

.col10 .mission-vision img {
    width: 100%;
}

.col14 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 100px 50px;
    overflow: hidden;
    background: #f1f1f1;
}

section.mission-vision {
    font-size: 15px;
}

section.mission-vision h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

section.mission-vision [class^="col-"]+[class^="col-"] {
    padding: 0 0 0 80px;
}

section.mission-vision [class^="col-"] {
    padding-right: 74px;
}

p.txt-with-brdrleft {
    position: relative;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

p.txt-with-brdrleft:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    background: #664422;
    width: 2px;
    height: 82%;
}

.col15 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 0px 0px;
    padding-right: 150px;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
}

.col15 .facts-and-client {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 0px;
}


.our-facts {
    background: linear-gradient(to right, rgb(58 39 25) 0%, rgb(97 60 33) 100%);
    padding: 25px 25px;
    color: #fff;
}

.our-facts:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25px;
    width: 350px;
    height: 350px;
    background: url(../webImages/61.png);
    background-size: cover;
    margin: 0 auto;
}

.our-facts h2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.our-facts h2 {
    font-size: 42px;
    font-weight: 600;
    /* line-height: 31px; */
    margin-bottom: 15px;
}

.our-facts p span {
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    display: block;
    margin-bottom: 15px;
}

.our-facts p {
    font-size: 15px;
}

.facts-list {
    padding: 0px 0px;
}

ul.facts-list {
    margin: 40px 0 0 0;
}

ul.facts-list li {
    width: 49%;
    display: inline-block;
    position: relative;
    font-size: 30px;
    padding: 22px 62px 32px 102px;
    vertical-align: top !important;
    line-height: 20px;
}

ul.facts-list li img {
    font-size: 38px;
    position: absolute;
    left: 30px;
    top: 37px;
    filter: brightness(0) invert(1);
}

ul.facts-list li span {
    font-size: 16px;
    display: block;
    font-weight: 300;
}

ul.facts-list li h6 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}

ul.facts-list li .icon-rocket {
    top: 28px;
    font-size: 44px;
}

ul.facts-list li .icon-thumb {
    top: 28px;
    font-size: 51px;
}

ul.facts-list li:nth-child(2),
ul.facts-list li:nth-child(4) {
    border-bottom: rgba(255, 255, 255, 0.24) 1px solid;
    border-left: rgba(255, 255, 255, 0.24) 1px solid;
    padding: 22px 0 32px 93px;
}

ul.facts-list li:nth-child(1) {
    border-bottom: rgba(255, 255, 255, 0.24) 1px solid;
}

footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 21px;
}

.footer-sec-2 {
    margin-top: 33px;
    font-size: 13px;
}

footer a {
    color: #5C5C5B;
}

ul.facts-list li:nth-child(4) {
    border-bottom: none;
}

ul.facts-list li:nth-child(2) i,
ul.facts-list li:nth-child(4) i {
    left: 32px;
}

.col15 .facts-and-client .col-md-6 {
    padding-left: 0px;
}

.client-feedback {
    padding: 60px 80px;
    font-size: 15px;
}

.client-feedback h2 {
    font-size: 42px;
    font-weight: 800;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 34px;
    color: #3a2719;
}

.client-feedback h2 span {
    display: block;
    font-weight: 400;
    font-size: 37px;
    color: #000;
}

.client-feedback h5 {
    font-size: 23px;
    color: #989898;
    font-style: italic;
    position: relative;
    font-weight: 400;
    padding-left: 42px;
    margin-bottom: 14px;
}

.client-feedback i {
    color: #3a2719;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -4px;
}

.client-feedback h5+p {
    font-size: 15px;
    margin-bottom: 10px;
}

a.scroll-down {
    background: url(../webImages/sprite.png) no-repeat 0 0;
    width: 10px;
    height: 71px;
    display: block;
    bottom: 40px;
    position: absolute;
    left: 0%;
    margin-left: 36px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 2;
    right: 0px;
    margin: 0 auto;
}

.col16 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 120px 50px;
    padding-right: 150px;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 0px;
}

section.services-section h2 span {
    font-size: 135px;
    color: rgba(0, 0, 0, 0.04);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 21px;
    letter-spacing: -3px;
}

section.services-section h2 {
    position: relative;
    padding-left: 112px;
    font-size: 48px;
    color: #000;
    line-height: 38px;
    font-weight: 900;
    margin: 0 0 50px 0;
}

section.services-section h2 small {
    font-size: 31px;
    color: #000;
    font-weight: 600;
}

section.services-section h6 {
    color: #545554;
    font-size: 18px;
    position: relative;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 24px;
}

section.services-section a {
    background: rgba(255, 142, 44, 1);
    background: -moz-linear-gradient(left, rgba(255, 142, 44, 1) 0%, rgba(255, 82, 70, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 142, 44, 1)), color-stop(100%, rgba(255, 82, 70, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 142, 44, 1) 0%, rgba(255, 82, 70, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 142, 44, 1) 0%, rgba(255, 82, 70, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 142, 44, 1) 0%, rgba(255, 82, 70, 1) 100%);
    background: linear-gradient(to right, rgb(127 81 47) 0%, rgb(58 39 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e2c', endColorstr='#ff5246', GradientType=1);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 41px;
    margin-top: 10px;
}

section.services-section h6:before {
    content: "";
    height: 2px;
    width: 20px;
    background: #3a2719;
    position: absolute;
    left: -30px;
    top: 12px;
}

section.services-section {
    overflow: hidden;
    margin-bottom: 50px;
}

section.services-section {
    margin-bottom: 133px;
}

section.services-section h2 span {
    font-size: 135px;
    color: rgb(0 0 0 / 9%);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 34px;
    letter-spacing: -3px;
}

section.services-section h2 {
    position: relative;
    padding-left: 112px;
    font-size: 48px;
    color: #000;
    line-height: 38px;
    padding-top: 10px;
    font-weight: 900;
    margin: 0 0 40px 0px;
}

section.services-section h2 small {
    font-size: 31px;
    color: #000;
    font-weight: 600;
}

section.services-section:last-child {
    margin-bottom: 50px;
}

.services-section .col-md-6 p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #858585;
}

.col16 .services-section .col-md-6 img {
    width: 100%;
    max-width: 457px;
}

.col17 {
    position: relative;
    width: 100%;
    left: 80px;
    padding: 75px 50px;
    padding-bottom: 55px;
    padding-right: 150px;
    z-index: 1;
    background: #ffffff;
    padding-bottom: 0px;
    overflow: hidden;
}

.col17 h3 {
    position: relative;
    width: 100%;
    color: #3a2719;
    font-size: 50px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 50px;
    font-weight: 900;
}

.col17 .col7_link {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.col17 .col7_link {
    border: none;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 0px 0px;
    padding: 25px 0px;
}

.col17 .col7_link ul {
    padding: 0px 0px;
    margin: 0px 0px;
    border: none;
    border-radius: 0px 0px;
    background: transparent;
}

.col17 .col7_link ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
}

.col17 .col7_link ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: unset;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    margin: 0px 30px;
    top: 0px;
}

.col17 .col7_link ul li a:after {
    content: '';
    position: relative;
    width: 0%;
    height: 2px;
    background: #3a2719;
    display: block;
    margin: 0 auto;
    transition: .5s;
    margin-top: 8px;
}

.col17 .col7_link ul .ui-tabs-active a:after {
    width: 100%;
}

.col17 .col7_link ul li:hover a:after {
    display: block;
    width: 100%;
}

.col17 .col7_link ul li a {
    float: none !important;
    color: #000;
    padding: 0px 0px !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.col17 .col7_link ul li:last-child:after {
    display: none;
}

.col17 .col7_link ul li a:hover {
    color: #3a2719;
}

.col17_main {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    margin-bottom: 0px;
}

.col17_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 0.9%;
    margin-bottom: 35px;
}

.col17_box:nth-child(4n) {
    margin-right: 0%;
}

.col17_box a {
    display: block;
}

.col17_box_img_main {
    display: block;
    background-size: 100% auto;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #fefefe;
}

.col17_box_img {
    display: block;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background-size: 100% !important;
    background-position: center 0% !important;
    -moz-transition: all 5s ease-out;
    -webkit-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #dcdcdc;
}

.col17_box_img:before {
    content: '';
    position: absolute;
    left: 0%;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: .5s;
}

.col17_box:hover .col17_box_img:before {
    top: 0%;
}

/*Website E-Commerce*/

.col17_box:nth-child(1) .col17_box_img {
    background: url(../webImages/File/1.jpg);
}

.col17_box:nth-child(2) .col17_box_img {
    background: url(../webImages/File/2.jpg);
}

.col17_box:nth-child(3) .col17_box_img {
    background: url(../webImages/File/3.jpg);
}

.col17_box:nth-child(4) .col17_box_img {
    background: url(../webImages/File/4.jpg);
}

.col17_box:nth-child(5) .col17_box_img {
    background: url(../webImages/File/5.jpg);
}

.col17_box:nth-child(6) .col17_box_img {
    background: url(../webImages/File/6.jpg);
}

.col17_box:nth-child(7) .col17_box_img {
    background: url(../webImages/File/7.jpg);
}

.col17_box:nth-child(8) .col17_box_img {
    background: url(../webImages/File/8.jpg);
}

.col17_box:nth-child(9) .col17_box_img {
    background: url(../webImages/File/9.jpg);
}

.col17_box:nth-child(10) .col17_box_img {
    background: url(../webImages/File/10.jpg);
}

.col17_box:nth-child(11) .col17_box_img {
    background: url(../webImages/File/11.jpg);
}

.col17_box:nth-child(12) .col17_box_img {
    background: url(../webImages/File/12.jpg);
}

.col17_box:nth-child(13) .col17_box_img {
    background: url(../webImages/File/13.jpg);
}

.col17_box:nth-child(14) .col17_box_img {
    background: url(../webImages/File/14.jpg);
}

.col17_box:nth-child(15) .col17_box_img {
    background: url(../webImages/File/15.jpg);
}

.col17_box:nth-child(16) .col17_box_img {
    background: url(../webImages/File/16.jpg);
}

.col17_box:nth-child(17) .col17_box_img {
    background: url(../webImages/File/17.jpg);
}

.col17_box:nth-child(18) .col17_box_img {
    background: url(../webImages/File/18.jpg);
}

.col17_box:nth-child(19) .col17_box_img {
    background: url(../webImages/File/19.jpg);
}

.col17_box:nth-child(20) .col17_box_img {
    background: url(../webImages/File/20.jpg);
}

.col17_box:nth-child(21) .col17_box_img {
    background: url(../webImages/File/21.jpg);
}

.col17_box:nth-child(22) .col17_box_img {
    background: url(../webImages/File/22.jpg);
}

.col17_box:nth-child(23) .col17_box_img {
    background: url(../webImages/File/23.jpg);
}

.col17_box:nth-child(24) .col17_box_img {
    background: url(../webImages/File/24.jpg);
}

.col17_box:nth-child(25) .col17_box_img {
    background: url(../webImages/File/25.jpg);
}

.col17_box:nth-child(26) .col17_box_img {
    background: url(../webImages/File/26.jpg);
}

.col17_box:nth-child(27) .col17_box_img {
    background: url(../webImages/File/27.jpg);
}

.col17_box:nth-child(28) .col17_box_img {
    background: url(../webImages/File/28.jpg);
}

.col17_box:nth-child(29) .col17_box_img {
    background: url(../webImages/File/29.jpg);
}

.col17_box:nth-child(30) .col17_box_img {
    background: url(../webImages/File/30.jpg);
}

.col17_box:nth-child(31) .col17_box_img {
    background: url(../webImages/File/31.png);
}

.col17_box:nth-child(32) .col17_box_img {
    background: url(../webImages/File/32.png);
}

/*Website E-Commerce*/

/*Digital Marketing*/


#tabsportfolio-4 .col17_box:nth-child(1) .col17_box_img {
    background: url(../webImages/DigitalMarketing/1.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(2) .col17_box_img {
    background: url(../webImages/DigitalMarketing/2.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(3) .col17_box_img {
    background: url(../webImages/DigitalMarketing/3.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(4) .col17_box_img {
    background: url(../webImages/DigitalMarketing/4.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(5) .col17_box_img {
    background: url(../webImages/DigitalMarketing/5.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(6) .col17_box_img {
    background: url(../webImages/DigitalMarketing/6.jpg);
}

#tabsportfolio-4 .col17_box:nth-child(7) .col17_box_img {
    background: url(../webImages/DigitalMarketing/7.jpg);
}


/*Digital Marketing*/

/*Mobile Apps*/


#tabsportfolio-3 .col17_box:nth-child(1) .col17_box_img {
    background: url(../webImages/MobileApps/1.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(2) .col17_box_img {
    background: url(../webImages/MobileApps/2.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(3) .col17_box_img {
    background: url(../webImages/MobileApps/3.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(4) .col17_box_img {
    background: url(../webImages/MobileApps/4.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(5) .col17_box_img {
    background: url(../webImages/MobileApps/5.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(6) .col17_box_img {
    background: url(../webImages/MobileApps/6.jpg);
}

#tabsportfolio-3 .col17_box:nth-child(7) .col17_box_img {
    background: url(../webImages/MobileApps/7.jpg);
}


/*Mobile Apps*/

.col17_box:hover .col17_box_img {
    background-position: center 100% !important;
}

.col17_box_img img {
    width: 100%;
}

.col17_box_txt {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .5s;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    display: none;
}

.col17 .ui-tabs-panel {
    padding: 0px 0px;
    overflow: hidden;
}

.col17_btn {
    position: relative;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #3a2719;
}

.col17_btn a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.col17_btn:hover:before {
    height: 100%;
}

.col17_btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: #000;
    transition: .7s cubic-bezier(0, 1.48, 1, -1.27);
}

.col17 #tabsportfolio {
    border: none;
    padding: 0px 0px;
}


.col18 {
    position: relative;
    float: left;
    width: 100%;
}

.col18_box {
    position: relative;
    float: left;
    width: 33.3%;
    overflow: hidden;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-height: 355px;
}

.col18_box:nth-child(even) {
    border-right: none;
}

.col18_box a {
    display: block;
}

.col18_box_img {
    position: relative;
    width: 100%;
    padding: 25px 25px;
}

.col18_box_img img {
    width: 100%;
}

.overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/44.png);
    z-index: 2;
    background-size: cover;
}

.col18_box_txt {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
    height: 100%;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: scaleX(1);
}

.col18_box:hover .col18_box_txt {
    opacity: 1;
    transform: scaleX(1);
}

.col18_box_txt:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/18.jpg);
    background-size: cover;
    opacity: 0.8;
}

.col18_box_txt_main {
    position: relative;
    width: 89%;
    padding: 60px 0px;
    height: 100%;
    margin: 0px auto;
}

.col18_box_txt_main:before {
    content: '';
    position: absolute;
    right: 0%;
    top: 20px;
    width: 225px;
    height: 163px;
    background: url(../webImages/42.png);
}

.col18_box_txt_main:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 20px;
    width: 225px;
    height: 163px;
    background: url(../webImages/43.png);
    transform: rotate(180deg);
}

.col18_box_txt_main_box {
    position: relative;
    width: 100%;
    padding: 70px 20px;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.col1_box:hover .col2_box_menu {
    opacity: 1;
    transform: scaleX(1);
}

.index_content .overlay .col2_box_menu {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0px 0px;
    position: absolute;
    left: 0%;
    bottom: 45%;
    right: 0%;
    max-width: 150px;
    margin: 0px auto;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: scaleX(0);
}

.col18_box:nth-child(odd) .col18_box_txt:before {
    background: rgb(0 0 0 / 90%);
}

.col2_box_menu {
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: top;
    margin: 0px 1%;
}

.col2_box_menu a {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
}

.col2_box_menu img {
    width: 100%;
    max-width: 32px;
    filter: brightness(0) invert(1);
}

.col18_box:hover .col2_box_menu {
    opacity: 1;
    transform: scaleX(1);
}

.col18_box .col18_box_txt .col18_box_txt_main .col18_box_txt_main_box h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 29px;
    /* font-family: 'decalotypesemibold'; */
    text-transform: uppercase;
    margin: 20px 0px;
    max-height: 66px;
    overflow: hidden;
    font-weight: 700;
    display: none;
}

.col18_box_txt_main_box_txt {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
}

.col18_box_menu {
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: top;
    margin: 0px 1%;
}

.col18_box_menu img {
    padding: 16px 0px;
}

.col18_box_menu a {
    padding: 4px 0px;
}

.col17_ .col18_box_img {
    padding: 0px 0px;
}

.col17_ .col18_box {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#sitemap {
    padding-left: 10px;
    list-style: none;
    margin-left: 10px;
    margin-top: 30px;
}

#sitemap li {
    position: relative;
    color: #3e3e3e;
    font-size: 20px;
}

#sitemap li:before {
    content: "";
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #3a2719;
    margin-right: 10px;
    display: inline-block;
}

#sitemap li ul {
    padding-left: 40px;
    list-style: none;
}

#sitemap li ul li:before {
    border-radius: 50%;
    background-color: #5e783b;
}

.dusky_logo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
}

.dusky_logo a {
    display: block;
}

.dusky_logo img {
    width: 100%;
}

.col19 {
    width: 100%;
    position: relative;
    width: 100%;
    left: 80px;
    padding: 50px 50px;
    background: #ffffff;
    padding-bottom: 0px;
}

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

.col19_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0% 0.5%;
    margin-bottom: 35px;
}

.col19_box h3 {
    position: absolute;
    width: 134px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
    top: 0px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #3a2719 0, #3a2719 100%);
    z-index: 1;
}

.wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -8px;
    right: -8px;
    overflow: hidden;
}

.wrap:before {
    content: '';
    position: absolute;
    width: 33px;
    height: 7px;
    right: 48px;
    background: #000000;
}

.pricing-heading {
    color: #000;
    font-size: 21px;
    line-height: 28px;
    /* font-family: 'poppinsbold'; */
    margin: 15px 0px;
    width: 68%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
}

.pricing-heading span {
    color: #000;
    font-size: 25px;
    margin: 0px 0px;
    width: 100%;
    display: block;
    font-weight: 700;
}

.col19_box_main_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 100%;
    max-width: 72px;
}

.col19_box_main_img img {
    width: 100%;
}

.best-seller-tag {
    width: 150px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    right: -42px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #3a2719;
    background: #3a2719;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
}

.wrap:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 33px;
    right: 0px;
    top: 48px;
    background: #000000;
}

.col19_box h3:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #3a2719;
    border-top: 15px solid transparent;
    border-bottom: 13px solid transparent;
}

.col19_box h3:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3a2719;
    border-top: 15px solid transparent;
    border-bottom: 13px solid transparent;
}

.col19_box:nth-child(4n) {
    margin-right: 0%;
}

.col19_box_main {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.col19_box_main ul {
    list-style: none;
    padding: 10px 0px;
    margin: 0px 0px;
    /*min-height: 750px;*/
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.col19_box_main ul li {
    position: relative;
    width: 100%;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 0px;
}

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

.col19_box_main ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #3a2719;
    top: -3px;
    position: relative;
}

.col19_box_btn {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.col19_box_btn a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding: 12px 0px;
    max-width: 140px;
    margin: 0 auto;
    background: linear-gradient(to right, #3a2719 0, #3a2719 100%);
    border-radius: 4px;
    margin-bottom: 10px;
}

.col19_box_btn a:last-child {
    margin-bottom: 0px;
}

.col19_box h6 {
    position: relative;
    width: 100%;
    display: block;
    color: #000;
    font-size: 12px;
    /* font-family: 'poppinsbold'; */
    font-weight: 800;
}

.col19_box_extension_img {
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.col19_box_extension_img img {
    width: 100% !important;
    max-width: 34px;
    display: inline-block !important;
    vertical-align: top;
}

.col19 .col19_main .all2 .owl-stage-outer {
    padding-top: 15px;
}

.col19_box_main_ul_li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #5c5c5c;
    font-size: 14px;
    width: 85%;
}

.btn-jello:hover {
    -webkit-animation-name: jello;
    -moz-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.col19 .col7_main .all2 .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.col19 h1 {
    position: relative;
    width: 100%;
    color: #3a2719;
    font-size: 50px;
    text-align: center;
    margin-bottom: 65px;
    font-weight: 700;
}

.col20 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 100px 50px;
    background: #ffffff;
    padding-bottom: 0px;
}

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

.col20_main:before {
    content: '"';
    position: absolute;
    left: 0px;
    top: -50px;
    font-size: 150px;
    color: #3a2719;
    font-style: italic;
}

.col20_main:after {
    content: '"';
    position: absolute;
    right: 25px;
    bottom: -140px;
    font-size: 150px;
    color: #3a2719;
    font-style: italic;
}

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

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

.col20_box_txt {
    position: relative;
    width: 100%;
    display: block;
    color: #0d1317;
    font-size: 16px;
}

.col20_box h3 {
    position: relative;
    width: 100%;
    margin-top: 25px;
    color: #0e0e0e;
    font-weight: 900;
    font-size: 20px;
}

.col20_box h4 {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 12px;
    margin-top: 2px;
}

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

.col15_img_dusky {
    position: relative;
    width: 95%;
    left: 80px;
    overflow: hidden;
    background: #ffffff;
}

.col21_ h3 {
    font-size: 21px;
    margin-bottom: 0px;
}

.col22 {
    position: relative;
    width: 95%;
    left: 80px;
    padding: 50px 0px;
    background: #ffffff;
    padding-bottom: 0px;
}

.our-job {
    padding: 60px 0;
    padding-top: 0px;
    text-align: center;
}

.our-job h2 {
    color: #000;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.our-job h3 {
    margin-top: 7px;
    margin-bottom: 45px;
    font-size: 24px;
}

.our-job .form-group {
    width: calc(100% / 3 - 20px);
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.our-job button {
    float: none;
    clear: both;
    padding: 12px 20px;
    background: 0 0;
    border: 2px solid #3a2719;
    font-size: 19px;
    font-weight: 700;
    color: #3a2719;
    text-decoration: none;
    transition: background .2s ease, border .2s ease;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: 'lato', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 50px;
}

.browse-job h3 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 0;
}

.our-job .form-group .form-control::placeholder {
    display: block;
    opacity: 1;
}

.our-job .form-group .form-control {
    border: 4px solid #dedede;
    height: 50px;
    border-radius: 0;
}

.our-job .form-group:nth-child(odd) {
    margin: 0 15px;
}

.browse-job {
    background: linear-gradient(to right, rgb(58 39 25) 0%, rgb(112 52 7) 100%);
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
    padding: 60px 30px;
}

.browse-job .box {
    background: white;
    text-align: center;
    padding: 30px 0;
    border: 2px solid #dedede;
    min-height: 170px;
    position: relative;
}

.browse-job [class*=col] {
    margin-bottom: 30px;
}

.browse-job .box h5 {
    font-weight: 700;
    font-size: 17px;
    color: #202020;
    margin: 0;
}

.browse-job .box img {
    margin-bottom: 16px;
}


.browse-job .box .relative {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}


.browse-job .button {
    display: table;
    margin: auto;
    background: white !important;
    font-size: 20px;
    color: #000000 !important;
    border-color: #fff !important;
}

.job-description {
    padding: 60px 30px;
}

.job-description table th {
    background: #3a2719;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 500;
}

.job-description table tr {
    border-bottom: 1px solid #e7e7e7;
}

.job-description table tr td {
    padding: 0px 20px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #e8e6e6;
}

.job-description table tr td a {
    display: table;
    margin: auto;
    width: 120px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 15px;
    margin: 5px 0px;
}


.our-job .form-group i {
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 15px;
    color: #d2d2d2;
}

.browse-job h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 5px;
    font-size: 44px;
    font-weight: 600;
}


.zindex {
    position: relative;
    z-index: 99999;
    background: #fff;
}

.browse-job .box,
.browse-job h5 {
    transition: 0.5s all;
}

.browse-job .box {
    overflow: hidden;
}

.browse-job .box:hover {
    transform: scale(1.1);
    background: rgba(127, 66, 24, 0.7607843137254902);
}

.browse-job .box:hover h5 {
    color: #fff;
}


section.company-overview ul.norm-bullet li {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    color: #545554;
    font-weight: 500;
    padding-bottom: 4px;
    list-style-type: disc;
    display: list-item;
}

section.company-overview ul.norm-bullet {
    margin: 0;
    padding-left: 20px;
    margin: 10px 0px;
}

a.btn-orange {
    background: #3a2719;
    color: #ffffff;
    font-size: 12px !important;
}

.col21_ .col3_main_button a {
    background: #3a2719;
    border: 1px solid #3a2719;
    margin: 0px 0px;
    padding: 10px 30px;
}

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

.requirment h3 {
    font-weight: 700;
    margin: 0 0 18px
}

.requirment p {
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #000000
}

.requirment ul {
    list-style-type: none;
    padding: 0
}

.requirment ul li {
    color: #686868;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 28px;
    padding-left: 22px;
    font-weight: 300;
    position: relative
}

.requirment ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #3a2719;
    position: absolute;
    left: 0
}

.requirment .form-wrapper {
    background: #ebebe4;
    padding: 40px;
    border-radius: 8px
}

.requirment .form-wrapper .form-group {
    position: relative;
    margin-bottom: 10px
}

.requirment .form-wrapper .form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #686868;
    margin-bottom: 8px;
    display: block
}

.requirment .form-wrapper .form-group span {
    margin: 0;
    font-size: 24px;
    color: #3a2719;
    position: absolute;
    right: 0;
    top: 30px
}

.requirment .form-wrapper .form-group .form-control {
    width: 95%
}

.requirment .form-wrapper .form-group.address .form-control:first-of-type {
    margin-bottom: 10px
}

.requirment .form-wrapper .form-group.attach {
    margin-top: 30px
}

.requirment .form-wrapper .form-group.attach label {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    vertical-align: middle
}

.requirment .form-wrapper .form-group.attach label.att-label {
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 128px;
    text-align: center;
    margin-left: 10px;
    margin-right: 30px
}

.requirment hr {
    margin: 55px 0;
    border: 0;
    border-top: 2px solid #dedede;
    clear: both;
    float: left;
    width: 100%
}

.requirment .form-wrapper .form-group.attach {
    margin-top: 30px;
}

.requirment .form-wrapper .form-group.attach label {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
}

.requirment .form-wrapper .form-group.attach label.att-label {
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 128px;
    text-align: center;
    margin-left: 10px;
    margin-right: 30px;
}

.requirment .button:focus, .button:hover, button:focus, button:hover {
    background-color: #f79521;
}

.requirment .inputfile+label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.requirment .btn-custom {
    background-image: linear-gradient(to right, #3a2719 0%, #672c00 100%);
    box-shadow: none;
    border: 1px solid #8a5935;
    height: 45px;
    border-radius: 30px;
    width: 100%;
    margin-top: 35px;
    color: #fff;
    text-transform: uppercase;
    max-width: 170px;
}

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


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

.banner_txt_main_h3 h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 55px;
    font-weight: 700;
    -webkit-text-stroke-color: #ffffff;
    text-shadow: 2px 2px 5px #fff;
}

@media only screen and (max-width: 768px) {
    .banner_txt_main_h3 h3 {
        font-size: 25px !important;
    }
}


/*blog section*/

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

.blog_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
}

.blog_box:nth-child(3n) {
    margin-right: 0%;
}

.blog_box a {
    display: block;
}

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

.blog_box_img img {
    width: 100%;
}

.blog_box_txt {
    position: relative;
    width: 100%;
    display: block;
    background: #2b2f35;
    padding: 40px 30px;
}

.blog_box_txt h3 {
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.blog_box_txt h4 {
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
    margin: 15px 0px;
}

.blog_box_txt h4 i {
    margin-right: 5px;
}

.blog_box_txt_main {
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}

.blog_box_txt h4:last-child {
    margin-bottom: 0px;
}

/*blog section*/






.col23 {
    position: relative;
    width: 100%;
    background: url(../webImages/8.jpg);
    background-size: cover;
    background-position: center right;
    text-align: center;
    background-attachment: fixed;
    left: 80px;
    padding: 50px 50px;
    padding-right: 150px;
}

/*.col23:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
}*/

.col23 h6 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.col23 h1 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
}

.col23 h1:after {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -15px;
    margin: 0 auto;
    width: 100px;
    height: 5px;
    background: #8f5830;
}

.col23_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 5%;
    display: none;
}

.col23_left_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 5%;
}

.col23_left_img img {
    width: 100%;
}

.col23_left_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 35px 35px;
    background: #ffffff;
}

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

.col23_left_box form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0px 15px;
}

.col23_left_box form button {
    position: absolute;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3a2719;
    right: 0;
    border: none;
    top: 0;
    color: #fff;
    transition: .5s;
}

.col23_left_box form button:hover {
    background: #242424;
}

.col23_left_box_second {
    position: relative;
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

.col23_left_box_second label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* width: 100%; */
    margin: 0px 0px;
    margin-right: 5%;
}

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

.col23_left_box_second [type="radio"]:not(:checked),
.col23_left_box_second [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.col23_left_box_second [type="radio"],
.col23_left_box_second [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.col23_left_box_second [type="radio"]+span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    /* height: 25px; */
    /* line-height: 25px; */
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #484848;
    font-weight: normal;
}


/*.col23_left_box_second [type="radio"]:indeterminate+span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #8bc24a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}*/

.col23_left_box_second [type="radio"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.col23_left_box_second [type="radio"]+span:not(.lever):before,
.col23_left_box_second [type="radio"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border-radius: 1px;
    margin-top: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.col23_left_box_second [type="radio"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #8bc24a;
    border-bottom: 2px solid #8bc24a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.col23_left_box_second [type="radio"]+span:not(.lever):before,
.col23_left_box_second [type="radio"]:not(.filled-in)+span:not(.lever):after {
    border: 2px solid #8bc24a;
}

.col23_left_box_bottom {
    position: relative;
    width: 100%;
    margin-top: 45px;
    text-align: left;
}

.col23_left_box_bottom_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0% 1%;
    text-align: center;
}

.col23_left_box_bottom_box h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.col23_left_box_bottom_box h6 {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    color: #484848;
    background: #fff;
}

.col23_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: left;
}

.col23_right h2 {
    position: relative;
    width: 100%;
    color: #ffffff;
}

.col23_right_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 35px;
}

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

.col23_main {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.col23_right_box_main {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.col23_right_box i {
    color: #8f5830;
    font-size: 35px;
    margin-right: 5%;
}

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

.col23_right_box_txt h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.col23_right_box_txt_main {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 13px;
}

.col24 {
    position: relative;
    width: 100%;
    text-align: center;
    background: url(../webImages/27.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: top;
    left: 80px;
    padding: 50px 50px;
    padding-right: 150px;
}

.col24 h3 {
    position: relative;
    width: 100%;
    color: #333333;
    font-size: 45px;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.col24:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.col24 {
    position: relative;
    width: 100%;
    text-align: center;
}

.col24 h3 {
    position: relative;
    width: 100%;
    color: #333333;
    font-size: 45px;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}

.col24_txt {
    position: relative;
    width: 50%;
    color: #333333;
    margin: 15px auto;
    font-size: 14px;
}

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

.col24_box {
    position: relative;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dcdcdc;
    transition: .5s;
    margin: 0% 1%;
}

.col24_div .col24_box {
    width: 25%;
}

.col24_box * {
    transition: .5s;
}

.col24_box a {
    display: block;
    padding: 25px 10px;
}

.col24_box h4 {
    position: relative;
    width: 100%;
    color: #333333;
}

.col24_box_round {
    position: relative;
    display: block;
    width: 100%;
    padding: 37.5px 20px;
    background: #3a2719;
    border-radius: 50%;
    margin: 25px auto;
    max-width: 150px;
    box-shadow: 0px 0px 20px #ffffff;
}

.col24_box_round h5 {
    color: #fff;
    font-size: 13px;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    max-height: 14px;
    overflow: hidden;
}

.col24_box_round h2 {
    color: #fff;
    font-size: 29px;
    position: relative;
    width: 100%;
    font-size: 38px;
    font-weight: 800;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 0px;
    overflow: hidden;
}

.col24_box_round h6 {
    color: #fff;
    font-size: 10px;
    position: relative;
    width: 60%;
    margin: 0px auto;
    margin-top: 10px;
    max-height: 22px;
    overflow: hidden;
}

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

.col24_box ul li {
    position: relative;
    width: 100%;
    padding: 7.5px 0px;
    border-bottom: 1px dashed #adadad;
}

.col24_box ul li:last-child {
    border-bottom: none !important;
}

.col24_box ul li i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 24px;
}

.col24_box ul li .col24_box_txt_ {
    color: #333333;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: 0%;
    text-align: center;
}

.col24_box_txt_main {
    position: relative;
    width: 100%;
    color: #333333;
    font-size: 14px;
    margin: 25px 0px;
}

.col24_box_btn {
    position: relative;
    width: 70%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    background: #3a2719;
    margin: 0 auto;
    text-align: left;
    padding: 0px 20px;
}

.col24_box_btn i {
    content: '';
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 15px;
    /* width: 10px; */
    /* height: 10px; */
}

.col24_box:hover {
    background: #3a2719;
}

.col24_box:hover .col24_box_round {
    background: #ffffff;
}

.col24_box:hover .col24_box_round h5 {
    color: #333333;
}

.col24_box:hover .col24_box_round h2 {
    color: #333333;
    border-bottom: 1px dashed #3a2719;
}

.col24_box:hover .col24_box_round h6 {
    color: #333333;
}

.col24_box:hover .col24_box ul li i {
    color: #ffffff;
}

.col24_box:hover .col24_box_txt_ {
    color: #ffffff;
}

.col24_box:hover ul li i {
    color: #ffffff;
}

.col24_box:hover .col24_box_txt_main {
    color: #ffffff;
}

.col24_box:hover h4 {
    color: #ffffff;
}

.col24_box:hover .col24_box_btn {
    background: #000;
}

.col24_box:hover ul li {
    border-bottom: 1px dashed #ffffff;
}

.col24_add {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 113px;
    height: 100px;
    overflow: hidden;
}

.col24_add_txt {
    font-weight: 700;
    z-index: 2;
    font-size: 20px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 12px 0;
    left: -5px;
    top: 28px;
    width: 202px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 5px;
    width: 140px;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3a2719;
}

.col24_add_txt:before,
.col24_add_txt:after {
    content: "";
    border-top: 3px solid rgba(34, 34, 34, 0.6);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.col24_add_txt:before {
    left: 0;
}

.col24_add_txt:after {
    right: 0;
}