@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: 'HelveticaNeueLTStd-Bd';
    src: url('webFonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BlkCn';
    src: url('webFonts/HelveticaNeueLTStd-BlkCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url('webFonts/HelveticaNeueLTStd-Cn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('webFonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('webFonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensed';
    src: url('webFonts/roboto-condensed-webfont.woff2') format('woff2'), url('webFonts/roboto-condensed-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: 'HelveticaNeueLTStd-Lt';
}

a:hover {
    text-decoration: none;
}

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

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

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

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

table {
    width: 100%;
}

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

@keyframes myanimation {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.content_right .content_left_links {
    position: relative;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    overflow: hidden;
}
.content_right .content_left_links:nth-child(2n) {
    margin-right: 0%;
}

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


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


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


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

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

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

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

#page {
    display: none;
}

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

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

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

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

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

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

.logo_menu img {
    width: 100%;
}

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

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

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

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


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


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

.banner_side {
    position: relative;
    width: 100%;
    border-bottom: 15px solid #f95a09;
}

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

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

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

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


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

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

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

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

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

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


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

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

#stats {
    display: none;
}

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

.header_side {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header_top {
    position: relative;
    width: 100%;
    padding: 12px 0px;
}

.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 263px;
    transition: .5s;
}

.logo_side:hover {
    filter: grayscale(1);
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
}

.header_top_right {
    position: relative;
    float: right;
    text-align: right;
    width: 100%;
    max-width: 325px;
}

.soc_side {
    position: relative;
}

.soc_side a {
    display: inline-block;
}

.soc {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 29px;
    height: 30px;
    margin-left: 3px;
    transition: .7s;
}

.soc:hover {
    filter: grayscale(1);
}

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

.tw {
    background: url(../webImages/2.png)-35px 0px no-repeat;
}

.in {
    background: url(../webImages/2.png)-70px 0px no-repeat;
}



.ty {
    background: url(../webImages/2.png)-106px 0px no-repeat;
}


.number_col {
    position: relative;
    width: 100%;
    color: #3a3a3a;
    font-size: 18px;
    text-shadow: 0px 0px #3a3a3a;
}

.number_col span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 41px;
    margin-right: 10px;
}

.number_col span img {
    width: 100%;
}

.number_col h3 {
    color: #f95a09;
    text-shadow: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'HelveticaNeueLTStd-Bd';
}

.menu_side {
    position: relative;
    width: 100%;
    background: #f95a09;
    box-shadow: 0px 5px 0px rgba(255, 255, 255, 0.2);
    z-index: 1;
}

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

.menu_side ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    background: #e0e0e0;
    z-index: 1;
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.2);
    transition: all .2s ease-in-out;
    transform: scaleX(0);
    transform-origin: top;
}

.menu_side ul li:hover>ul {
    transform: scaleX(1);
}

.menu_side ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    box-shadow: none;
    transition: .5s;
}

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

.menu_side ul ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background: #3a3a3a;
    transition: .5s;
}

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

.menu_side ul ul li:hover:after {
    height: 100%;
}

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

.menu_side ul ul li a {
    padding: 12.5px 20px;
    font-family: 'robotocondensed';
    font-size: 18px;
    color: #000008;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.menu_side ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #d54e09;
    box-shadow: 1px 0px 0px #fe7a37;
}

.menu_side ul .active a {
    color: #3a3a3a;
}

.menu_side ul li:hover a {
    color: #3a3a3a;
}

.menu_side ul li a {
    display: block;
    color: #fff;
    font-size: 19px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    padding: 11.5px 19px;
}

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

.menu_side ul ul ul {
    left: 100%;
    top: 0;
}

.menu_side ul ul ul li a {
    color: #000008 !important;
}

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

.menu_side ul li:nth-child(8) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(8) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(7) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(7) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(6) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(6) ul ul {
    left: inherit;
    right: 100%;
}

.search_side {
    background: #3a3a3a;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: .7s;
}

.search_side:hover {
    background: #ffffff;
}

.search_side:hover i {
    color: #f95a09;
}

.search_side a {
    display: block;
    padding: 18px 18px;
}

.search_side i {
    display: block;
    color: #ffffff;
    transition: .7s;
}

.banner_txt {
    position: absolute;
    left: 10%;
    top: 36%;
    width: 42.2%;
    padding: 25px 20px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'HelveticaNeueLTStd-Lt';
    background: rgba(0, 0, 0, 0.7);
}

.banner_btn {
    position: absolute;
    left: 0px;
    top: 42%;
    width: 100%;
}

.banner_left {
    position: absolute;
    left: 5%;
    width: 20px;
    height: 41px;
    background: url(../webImages/3.png) no-repeat;
    cursor: pointer;
}

.banner_right {
    position: absolute;
    right: 5%;
    width: 20px;
    height: 41px;
    background: url(../webImages/4.png) no-repeat;
    cursor: pointer;
}


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


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

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

.col1_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    height: 300px;
    margin-right: 3%;
    overflow: hidden;
    margin-bottom: 25px;
    /* border: 1px solid #f95a09; */
    outline: 1px solid #f95a09;
    outline-offset: 0px;
    transition: .7s;
}

.inner_box_page .col1_box {
  outline: none; 

}



/*.col1_box a:before {*/
/*    content: '';*/
/*    border: 9px solid #f95a09;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    opacity: 0;*/
/*    transition: .3s;*/
/*}*/

/*.col1_box a:hover:before {*/
/*    content: '';*/
/*    border: 9px solid #f95a09;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    opacity: 1;*/
/*}*/

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

.col1_box a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/5.png) no-repeat;
    background-size: cover;
    transition: .3s;
}

.col1_box a {
    display: block;
    height: inherit;
    width: 100%;
}

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

.col1_box_txt {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 20px;
    color: #000000;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    text-align: center;
    z-index: 1;
    transition: .5s;
}

/*.col1_box:hover img {*/
/*    transform: scale(1.5);*/
/*}*/

.col1_box:hover .col1_box_txt {
    color: #f95a09;
}

.col1_box_txt_main {
    position: absolute;
    left: 0px;
    top: -110%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 36px 20px;
    transition: .7s;
    opacity: 0;
}

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

.col1_box_txt_main h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin-bottom: 25px;
    max-height: 26px;
    overflow: hidden;
}

.col1_box_txt_main_txt {
    position: relative;
    width: 71%;
    color: #ffffff;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStd-Lt';
    margin: 0 auto;
    max-height: 60px;
    overflow: hidden;
}

.col1_box_txt_main_btn {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

.col1_box_txt_main_btn span {
    margin-left: 8px;
    width: 19px;
    display: inline-block;
    vertical-align: top;
}

.col1_box_txt_main_btn span img {
    transform: scale(1) !important;
}

/*.col1_box:hover .col1_box_txt {*/
/*    bottom: -100%;*/
/*}*/

.col1_box:hover .col1_box_txt_main {
    top: 0%;
    opacity: 1;
}

.col1_box:hover a:after {
    opacity: 0;
}

/*.col1 {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.promo{
    position: relative;
    cursor: pointer;
    width: 25vw;
    height: 50vh;
    box-shadow: 0px 0px 3px 0px black;
}
.promo img{
    width: 100%;
    height: calc(100% - 35px);
}
.p-info{
    background-color: #f95a09;
    width: 100%;
    height: 35px;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    color: white;
    transition: 200ms linear;
}
.p-info::selection {
    color: black !important;
    background: transparent !important;
}
.promo:hover .p-info{
    background-color: white;
    color: #f95a09;
}
*/
.col2 {
    position: relative;
    width: 100%;
}

.col2_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 3%;
    /* border: 1px solid #f95a09; */
    outline: 1px solid #f95a09;
    outline-offset: 0px;
    overflow: hidden;
}

.col2_box a {
    display: block;
}

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

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

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

.col2_box a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/5.png) no-repeat;
    background-size: cover;
    transition: .3s;
}

.col2_txt {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    z-index: 1;
    bottom: 12px;
    padding: 0px 20px;
}

.col2_txt h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Cn';
    max-height: 26px;
    overflow: hidden;
    transition: .3s;
}

.col2_txt h3 span {
    display: inline-block;
    vertical-align: top;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 24px;
    color: #f95a09;
    transition: .3s;
}

.col2_box .col1_box_txt_main_btn {
    color: #000000;
    font-family: 'HelveticaNeueLTStd-Cn';
    transition: .3s;
}

.col2_box a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/7.png) no-repeat;
    background-size: cover;
    transition: .3s;
    z-index: 1;
    opacity: 0;
}

.col2_box:hover a:before {
    opacity: 1;
}

.col2_box:hover a:after {
    opacity: 0;
}

.col2_box:hover .col2_txt h3 {
    color: #ffffff;
}

.col2_box:hover .col2_txt h3 span {
    color: #ffffff;
}

.col2_box:hover .col1_box_txt_main_btn {
    color: #ffffff;
}

.col2_box:hover .col1_box_txt_main_btn span {
    filter: brightness(0) invert(1);
}

.col3 {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

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

.col3_left h3 {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    background: #f95a09;
    font-size: 24px;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

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

.col_news ul {
    list-style: none !important;
    width: 100% !important;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
    background: #e4e4e4;
}

.col_news ul li {
    width: 100% !important;
    border-bottom: 1px solid #f95a09;
}

.col_news ul li h4 {
    position: relative;
    width: 100%;
    color: #000008;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    max-height: 66px;
    overflow: hidden;
}

.news_main_txt {
    position: relative;
    width: 100%;
    color: #000008;
    text-shadow: 0px 0px #000008;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStd-Lt';
    margin: 8px 0px;
    max-height: 60px;
    overflow: hidden;
}

.news_main {
    width: 100%;
    position: relative;
    padding: 30px 20px;
}

.news_btn {
    position: relative;
}

.news_btn a {
    font-family: 'HelveticaNeueLTStd-BdCn';
    color: #000008;
    font-size: 14px;
}

.news_btn a span {
    margin-left: 5px;
}

.news_btn:hover a {
    color: #f95a09;
}

.col_news h2 {
    position: relative;
    width: 100%;
    background: #f95a09;
    font-size: 24px;
    transition: .7s;
}

.col_news h2:hover {
    background: #3a3a3a;
}

.col_news h2 a {
    padding: 12px 20px;
    font-size: 24px;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-BdCn';
    display: block;
}

.col_news h2 a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 16px;
    background: url(../webImages/8.png);
    filter: brightness(0) invert(1);
}

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

.col3_right #accordion .ui-state-active:after {
    transform: rotate(90deg);
}

.col3_right #accordion h3 {
    background: transparent;
    padding: 18.5px 20px;
    border-radius: 0px 0px;
    border: 1px solid #f95a09;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-weight: normal;
    font-size: 24px;
    color: #000008;
    margin-bottom: 20px;
}

.col3_right #accordion h3:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 22px;
    width: 8px;
    height: 16px;
    background: url(../webImages/8.png);
    transform: rotate(0deg);
    transition: .5s;
}

.col3_right #accordion h3 span {
    display: inline-block;
    vertical-align: top;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-weight: normal;
    font-size: 24px;
    color: #f95a09;
}

.col3_right #accordion .ui-accordion-content {
    border: none;
    padding: 0px 0px;
}

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

.col3_main h4 {
    position: relative;
    width: 100%;
    color: #000008;
    font-size: 30px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    max-height: 33px;
    overflow: hidden;
    margin-bottom: 10px;
}

.col3_main h4 span {
    color: #f95a09;
    font-size: 30px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    display: inline-block;
    vertical-align: top;
    text-shadow: none;
}

.col3_main_txt {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #000008;
    text-shadow: 0px 0px #000008;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.col3_main_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 59%;
    margin-right: 2%;
}

.col3_main_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38%;
    float: right;
    border: 10px solid #efefef;
    box-shadow: 0px 0px 10px #9e9e9e;
}

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

.all2 {
    position: relative;
    width: 100%;
}
.owl_image {
    position: relative;
    width: 100%;
}

.owl_image img {
    width: 100%;
}

.col3_main_right img {
    width: 100%;
}

.col3_main_txt2 {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #000008;
    text-shadow: 0px 0px #000008;
    font-family: 'HelveticaNeueLTStd-Lt';
    margin: 10px 0px;
}

.col3_right #accordion .col3_main .news_btn {
    margin-bottom: 20px;
}

.col3_main_right .owl-controls {
    display: none;
}

.modal .modal-dialog {
    text-align: center;
}

.modal #search-info .search_box {
    width: 90%;
    padding: 0px 10px;
    font-size: 17px;
    font-family: 'robotocondensed';
}

#myModalLabel {
    color: #3a3a3a;
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 20px;
}

.demo-text {
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'robotocondensed';
}

.demo-text b {
    font-family: 'HelveticaNeueLTStd-BlkCn';
    font-size: 16px;
    font-weight: normal;
}

.close {
    transition: .3s;
}

.col_request {
    position: fixed;
    right: 0%;
    top: 50%;
    transform:translateY(-50%);
    width: 60px;
    height: 187px;
    background: url(../webImages/10.png) no-repeat;
    z-index: 9999 !important;
    cursor: pointer;
    transition: .3s;
}

.all1_btn {
    position: absolute;
    left: 0px;
    top: 42%;
    width: 100%;
    z-index: 1;
}

.btn1 {
    position: absolute;
    left: 5%;
    width: 8px;
    height: 16px;
    background: url(../webImages/11.png);
    cursor: pointer;
}

.btn2 {
    position: absolute;
    right: 5%;
    width: 8px;
    height: 16px;
    background: url(../webImages/8.png);
    filter: brightness(0) invert(1);
    cursor: pointer;
}


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


/* --------------------------owl_content Styling  -------------------------------------*/
#partner-banner{
    display:flex; 
    flex-direction:row; 
    flex-wrap:nowrap;
    justify-content:space-evenly; 
    background-color:white; 
    border: 3px solid orangered; 
    padding:10px; align-items: center;
}
#contacts {
            width: 90%;
            height: fit-content;
            margin: 50px auto;
            display: flex;
            flex-direction: row;
            /*flex-wrap: wrap;*/
            justify-content: left;
            column-gap: 1cm;
            row-gap: 1cm;
        }
.binfo {
            width: 75%;
            min-width:300px;
            height: 180px;
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
            text-align: center;
            padding: 10px;
            color: white;
            background-color: rgba(255, 68, 0, 0.85);
            font-size: larger;
        }
/* --------------------------owl_content Styling close -------------------------------------*/


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

.footer_side {
    position: relative;
    width: 100%;
    padding: 30px 0px;
    /*background: url(../webImages/10.jpg);*/
    /*background-size: cover;*/
}
footer{
background-color:#24201e;
}
.footer_left {
    position: relative;
    width: 56%;
    display: inline-block;
    vertical-align: top;
    margin-right: 17%;
}

.top_links {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

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

.top_links ul li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f95a09;
    overflow: hidden;
}

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

.top_links ul li a {
    display: block;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 14px;
    padding: 0px 8px;
}

.top_links ul li a:hover {
    color: #f95a09;
}

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

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

.footer_links_side h3 {
    position: relative;
    width: 100%;
    color: #f95a09;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin-bottom: 15px;
}

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

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

.footer_links_side ul li a {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

.footer_links_side ul li a:hover {
    color: #f95a09;
}

.footer_links_side ul li a:hover:after {
    width: 100%;
}

.footer_links_side ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    height: 1px;
    width: 0%;
    background: #f95a09;
    transition: .7s;
}

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

.footer_right h3 {
    position: relative;
    width: 100%;
    color: #f95a09;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin-bottom: 15px;
}

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

.footer_right ul li {
    width: 100%;
    position: relative;
    font-size: 14.01px;
    font-family: 'HelveticaNeueLTStd-Lt';
    color: #fff;
}

.footer_right ul li a {
    font-size: 14.01px;
    font-family: 'HelveticaNeueLTStd-Lt';
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0px 2px;
}

.footer_right ul li a:hover {
    color: #f95a09;
}

.soc_footer {
    position: relative;
    margin-top: 25px;
}

.soc_footer a {
    display: inline-block;
}

.soc2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 29px;
    height: 30px;
    margin-left: 3px;
    transition: .7s;
}

.soc2:hover {
    filter: grayscale(1);
}

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

.tw2 {
    background: url(../webImages/9.png)-35px 0px no-repeat;
}

.in2 {
    background: url(../webImages/9.png)-70px 0px no-repeat;
}

.ty2 {
    background: url(../webImages/9.png)-106px 0px no-repeat;
}


.footer_bottom {
    position: relative;
    width: 100%;
    border-top: 3px solid #ffffff;
    background: #f95a09;
    padding: 15px 0px;
}

.footer_bottom_links {
    position: relative;
    color: #ffffff;
    font-size: 13px;
}

.footer_bottom_links a {
    color: #ffffff;
    font-size: 13px;
}

.footer_bottom_links a:hover {
    color: #3a3a3a;
    text-shadow: 0px 0px #3a3a3a;
}

.imedia {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0px;
}

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

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

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

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

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

.imedia a:hover {
    color: #3a3a3a;
}

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

.m_text .digital_media:hover span {
    color: #3a3a3a;
}


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


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


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

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


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


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


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


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

.content_side {
    position: relative;
    width: 100%;
    padding: 40px 0px;
}

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

.content_left h3 {
    position: relative;
    width: 100%;
    color: #000008;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    padding: 5px 15px;
    background: rgba(253, 253, 253, 1);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(38%, rgba(244, 244, 244, 1)), color-stop(54%, rgba(242, 242, 242, 1)), color-stop(71%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2', GradientType=0);
}

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

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

.content_left ul li:hover a {
    color: #f95a09;
}

.content_left ul li:hover:before {
    filter: none;
}

.content_left ul li.active a {
    color: #f95a09;
}

.content_left ul li.active:before {
    filter: none;
}

.content_left ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(../webImages/12.png);
    width: 9px;
    height: 2px;
    filter: brightness(0);
    transition: .3s;
}

.content_left ul li a {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px;
    color: #000008;
    font-family: 'HelveticaNeueLTStd-BdCn';
    transition: .3s;
}

.content_left ul ul li a {
    color: #000008 !important;
    text-shadow: 0px 0px #000008;
    font-family: 'HelveticaNeueLTStd-Lt';
    width: 85%;
}

.content_left ul ul li:hover a {
    color: #f95a09 !important;
}

.content_left ul ul {
    border-top: 1px solid #dad9d9;
}

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

.content_left ul ul li:before {
    margin-left: 5%;
}

.content_left_form {
    position: relative;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #f95a09;
}

.content_left_form h2 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    background: #f95a09;
    padding: 9px 10px;
    text-align: center;
}

.content_left_form form {
    width: 100%;
    position: relative;
    padding: 15px 15px;
    background: #e4e4e4;
}

.form_box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.form_box label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000008;
    font-size: 12px;
    margin: 0px 0px;
    width: 25%;
}

.form_box input,select {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    padding: 0px 10px;
    height: 30px;
    color: #000008;
    font-family: 'robotocondensed';
}

.form_box textarea {
    display: inline-block;
    vertical-align: top;
    width: 72%;
    padding: 5px 10px;
    position: relative;
    height: 135px;
    color: #000008;
    font-family: 'robotocondensed';
    resize: none;
}

.submit_class {
    position: relative;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #3a3a3a;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-BdCn';
    border: none;
    margin-left: 26.5%;
    transition: .3s;
}

.submit_class:hover {
    background: #f95a09;
}

.content_right {
    position: relative;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    color: #000008;
    font-size: 14px;
    text-shadow: 0px 0px #000008;
}

.content_right_top {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    color: #8b8b8b;
    text-shadow: 0px 0px #8b8b8b;
    font-size: 12px;
    text-align: right;
    background: rgba(253, 253, 253, 1);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(38%, rgba(244, 244, 244, 1)), color-stop(54%, rgba(242, 242, 242, 1)), color-stop(71%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2', GradientType=0);
}

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

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

.content_right_top ul li:after {
    content: '>';
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.content_right_top ul li a {
    font-size: 12px;
    color: #000008;
    text-shadow: 0px 0px #000008;
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
}

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

.content_right_top ul li .active1 {
    color: #f95a09;
    text-shadow: 0px 0px #f95a09;
}

.content_right h1 {
    position: relative;
    width: 100%;
    color: #f95a09;
    text-shadow: none;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin: 20px 0px;
    padding: 7px 15px;
    border-bottom: 1px solid #c4c4c4;
    background: rgba(253, 253, 253, 1);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(38%, rgba(244, 244, 244, 1)), color-stop(54%, rgba(242, 242, 242, 1)), color-stop(71%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(244, 244, 244, 1) 38%, rgba(242, 242, 242, 1) 54%, rgba(242, 242, 242, 1) 71%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2', GradientType=0);
}

.content_right img {
    width: 100%;
}

.location_side  .col1_box .col1_box_txt {
    position: absolute;
    padding: 10px 20px;
    font-size: 14px;
    top: 0px;
    left: 0px;
    height: max-content;
    background: #d7d7d7;
    text-align: left;
    width: 100%;
}

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

.inner_box_page .col1_box {
    border: none;
    width: 30.9%;
}

.inner_box_page .col1_box img {
outline: 1px solid #f95a09;
    outline-offset: -2px;
    /*border: 1px solid #f95a09;*/
    /*transform: scale(1);*/
    
}

.inner_box_page .col1_box a:after {
    display: none;
}

.inner_box_page .col1_box a:before {
    border: none;
}

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

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

.product_side .ui-tabs .ui-tabs-nav {
    padding: 0px 0px;
    border-radius: 0px 0px;
    background: transparent;
    border: none;
    text-align: center;
}

.product_side .ui-tabs .ui-tabs-nav li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #f95a09;
    border-radius: 10px 10px 0px 0px;
    margin-right: 8%;
    transition: .3s;
}

.product_side .ui-tabs .ui-tabs-nav li:hover {
    background: #3a3a3a;
}

.product_side .ui-tabs .ui-tabs-nav .ui-state-active {
    background: #3a3a3a;
}

.product_side .ui-tabs .ui-tabs-nav li a {
    float: none;
    padding: 11px 80px;
    display: block;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 18px;
}

.product_side .ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0%;
}

.product_side .ui-tabs .ui-tabs-panel {
    position: relative;
    width: 100%;
    padding: 0px 0px;
}

.product_img {
    position: relative;
    width: 100%;
    border: 1px solid #dad9d9;
}

.product_img img {
    width: 100%;
}

.product_table table {
    position: relative;
    width: 100%;
}

.product_table {
    position: relative;
    width: 100%;
    margin: 15px 0px;
}

.product_table table tr {
    width: 100%;
    position: relative;
    text-align: center;
}

.product_table table tr td {
    padding: 4px 10px;
    color: #000008;
    text-shadow: 0px 0px #000008;
    font-size: 12px;
    border: 1px solid #f95a09;
}

.product_side .ui-tabs-panel {
    color: #000008;
    font-size: 14px;
}

.product_side .ui-tabs-panel h6 {
    position: relative;
    width: 100%;
    color: #f95a09;
    font-size: 14px;
    text-shadow: none;
    font-family: 'HelveticaNeueLTStd-BdCn';
    margin: 15px 0px;
}

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

.gallery_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*width: 32.3%;*/
    margin-right: 1%;
    margin-top: 10px;
    border: 1px solid #f95a09;
}

.gallery_box a {
    display: block;
}

.gallery_box img {
    width: 100%;
}

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

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

.contact_side .ui-tabs .ui-tabs-nav li a {
    padding: 11px 40px;
}

.contact_side .ui-tabs .ui-tabs-nav li {
    margin-right: 1%;
}

.location_side {
    position: relative;
    width: 100%;
    border: 1px solid #f95a09;
    padding: 15px 15px;
    background: #e4e4e4;
    text-align: center;
}

.col1_box iframe {
    width: 100%;
    border: none;
}

.location_side .col1_box iframe {
    border: 1px solid #bababa;
    height: 198px;
}

.col1_box_address {
    position: relative;
    width: 100%;
    padding: 15px 12px;
    background: #ffffff;
    margin-top: 35px;
}

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

.col1_box_address ul li {
    position: relative;
    width: 100%;
    color: #010101;
    font-size: 12px;
}

.col1_box_address ul li span {
    display: inline-block;
    vertical-align: top;
    color: #f95a09;
    font-size: 12px;
    margin-right: 3px;
}

.col1_box_address ul li a {
    display: inline-block;
    vertical-align: top;
    color: #010101;
    font-size: 12px;
}

.col1_box_address ul li a:hover {
    color: #f95a09;
}

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

.inner_banner_area img {
    width: 100%;
}

.inner_banner_area:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/13.png) no-repeat;
}

.inner_banner_txt {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 50%;
    text-align: left;
    direction: rtl;
}

.inner_banner_txt h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 24.01px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.inner_banner_txt_side {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14.01px;
    max-height: 40px;
    overflow: hidden;
}

.inner_banner_btn {
    position: relative;
    width: 47%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #3a3a3a;
    margin-top: 15px;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.inner_banner_btn a {
    display: block;
    color: #ffffff;
    font-size: 18.01px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}

.inner_banner_btn:nth-child(odd) {
    margin-right: 0%;
}

.form_1 {
    position: relative;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin: 10px auto;
    text-align:left;
}

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

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

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

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

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

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

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

.content_left_links {
    position: relative;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #f95a09;
}

.content_left_links h3 {
    background: #f95a09;
    color: #fff;
    padding: 9px 0px;
    text-align: center;
}

.content_left_links ul {
    list-style: none;
    padding: 15px 15px;
    margin: 0px 0px;
    width: 100%;
    background: #e4e4e4;
}

.content_left_links ul li {
    position: relative;
    width: 100%;
    border-bottom: none;
    text-align: center;
    background: #3a3a3a;
    margin-bottom: 10px;
}

.content_left_links ul li:last-child {
    margin-bottom: 0%;
}

.content_left ul li:before {
    content: none;
}

.content_left_links ul li a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
}

.left_menu_owl {
    position: relative;
    width: 100%;
    background: #e4e4e4;
    overflow: hidden;
}

.left_all {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.left_all_img {
    width: 100%;
}

.left_all_img img {
    width: 100%;
}

.owl-controls {
    display: none;
}

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

.btn3 {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 200px;
    background: url(../webImages/14.png) no-repeat;
    cursor: pointer;
}

.btn4 {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 200px;
    background: url(../webImages/15.png) no-repeat;
    cursor: pointer;
}

.content_left_link2 {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.content_left_link2 span {
    display: inline-block;
    vertical-align: top;
    color: #000008;
    text-shadow: 0px 0px #000008;
    font-size: 14px;
    top: -3px;
    position: relative;
    width: 60px;
}

.content_left_link2 h6 {
    display: inline-block;
    vertical-align: top;
    color: #f95a09;
    font-size: 14px;
    text-shadow: 0px 0px #f95a09;
}

.content_left_link2 h6 a {
    display: inline-block !important;
    vertical-align: top !important;
    padding: 0px 0px !important;
    color: #f95a09 !important;
    font-family: 'HelveticaNeueLTStd-Lt' !important;
    font-size: 14px !important;
}

.content_left_linkss ul li {
    background: transparent;
    text-align: left;
}

.content_left_link2 h6 a:hover {
    color: #3a3a3a !important;
    text-shadow: 0px 0px #3a3a3a;
}


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


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


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


/* --------------------------tabs2 Styling close-------------------------------------*/
.info_left_side {
    width: 100%;
    display: block;
    transition: .7s;
    margin: 0 auto;
}

.info_left_side_pic {
    width: 40%;
    display: block;
    transition: .7s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.info_left_side_pic img {
    width: 100%;
    transition: .7s;
}
.owl_side12 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 250px;
}

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

.all12 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.slid12 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: .7s;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #ccc;
}

.slid12 a {
    display: block;
}

.slid12 a img {
    width: 100%;
    filter: grayscale(1);
    transition: .7s;
}
.slid12 a img:hover{
    filter: inherit;
}
.btns_area11 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 36%;
}

.left_btn11 {
    background: url(../webImages/left-btn-2.png)no-repeat;
    width: 35px;
    height: 33px;
    position: absolute;
    left: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
}

.right_btn11 {
    background: url(../webImages/right-btn-2.png)no-repeat;
    width: 35px;
    height: 33px;
    position: absolute;
    right: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
}

/*---------------------*/
/*pop up*/
.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 6;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.6);
}.popup .inner_div {
    width: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 20px 50px;
    border: 5px solid #F95A09;
    font-size: 16px;
}.inner_div .cl {
    background-color: #F95A09;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 2px 10px;
    transition: .5s;
    border-left: 4px solid #F95A09;
    border-bottom: 4px solid #F95A09;
}.popup .inner_div h3 {
    font-size: 26px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}
.popup .inner_div img{
    width:100%;
    margin-top: 10px;
}

/*---------------------*/
/*side pop up*/
.quote_box {
    position: fixed;
    right: 0px;
    top:50%;
    transform:translateY(-50%);
    z-index: 999;
    transition: .5s;
}.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;
}
.col11 {
    position: fixed;
    width: 400px;
    top: 50%;
    transform: translateY(-50%);
    right: -100%;
    z-index: 99;
    background: #e4e4e4;
    padding: 20px 20px;
    border: 1px solid #F95A09;
    display: block;
    transition:1s;
}.col11 form {
    width: 100%;
    position: relative;
}.col11 form input {
    width: 100%;
    position: relative;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    color: #111;
}


.col11 form select {
    width: 72%;
    position: relative;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    color: #111;
}



.col11 form input[type="submit"]{
    text-transform:uppercase;
    color:#fff;
}
.col11 form textarea {
    width: 100%;
    position: relative;
    height: 120px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    color: #333;
}
.menuBtn {
    width: 40px;
    margin-top: 0px;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.col11 h4{
    font-family: 'robotocondensed';
font-size: 18px;
color: #000008;
margin-bottom:15px;
}
.col11 i{
    margin-top:-35px;
    float:right;
    cursor:pointer;
}
.abc{
right:0;
z-index: 9999 !important;
}
.mydiv{
    width:100%;
    position:relative;
    margin-bottom:20px;
}
.mydiv h3{
    font-family: 'HelveticaNeueLTStd-BdCn';
font-weight: normal;
font-size: 24px;
color: #000008;
margin-bottom:15px;
}
.mydiv h3 span{
    color: #f95a09;
    font-family: 'HelveticaNeueLTStd-BdCn';
font-weight: normal;
}
.mydiv .mydiv_txt{
    font-size: 14px;
color: #000008;
font-family: 'HelveticaNeueLTStd-Lt';
text-shadow: 0px 0px #000008;
}.gallerySingle {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px;
}
@media only screen and (max-height:720px){
    .col11 form input , .col11 form select{
        margin-bottom: 8px;
    }
    .col11{
        padding: 15px 20px;
    }
    .col11 h4{
        margin-bottom: 10px;
    }
}

td, th {
    padding: 5px;
}

.fancybox-iframe{
    height:560px;
}