@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: 'latoblack';
    src: url('webFonts/lato-black-webfont.woff2') format('woff2'),
        url('webFonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('webFonts/lato-bold-webfont.woff2') format('woff2'),
        url('webFonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoheavy';
    src: url('webFonts/lato-heavy-webfont.woff2') format('woff2'),
        url('webFonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('webFonts/lato-light-webfont.woff2') format('woff2'),
        url('webFonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('webFonts/lato-medium-webfont.woff2') format('woff2'),
        url('webFonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('webFonts/lato-regular-webfont.woff2') format('woff2'),
        url('webFonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('webFonts/lato-semibold-webfont.woff2') format('woff2'),
        url('webFonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('webFonts/lato-thin-webfont.woff2') format('woff2'),
        url('webFonts/lato-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: 'latoregular', sans-serif;
}

a:hover {
    text-decoration: none;
}

.header_top_link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*background: #303030;*/
    padding: 0px 0px;
    width: 100%;
}

.header_top_link ul {
    list-style: none;
    padding: 12px 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.header_top_link ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8px;
    /*border-right: 1px solid #c6b372;*/
}

.header_top_link ul li a {
    display: block;
    color: #303030;
    text-shadow: 0px 0px #303030;
    font-size: 13px;
}

.header_top_link ul li a:hover {
    color: #282561;
}

.header_top_link ul li:last-child {
    border-right: none;
}

.header_top_link2 {
    display: inline-block;
    vertical-align: middle;
    float: right;
    background: url(../webImages/title-bg.png);
    width: 55%;
    background-position: center;
    background-size: cover;
    text-align: right;
    padding: 0px 10px;
    padding-left: 50px;
    padding-right: 0%;
}

.header_top_link2_inner {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.header_top_link2_inner span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.header_top_link2_inner1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.header_top_link2_inner1 a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.header_top_link2_inner1 a:hover {
    color: #282561;
}

.header_link3 {
    display: inline-block;
    vertical-align: middle;
}

.header_link3 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #282561;
    padding: 12px 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.header_link3 a:hover {
    background: #222222;
    color: #ffffff;
    border-radius: 0px 20px 0px 20px;
}

.header_link3 a:last-child {
    margin-right: 0px;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}

/* --------------------------Web Files close-------------------------------------*/
/* --------------------------Fonts Classes-------------------------------------*/
/* --------------------------Fonts Classes-------------------------------------*/
/* --------------------------Main Styling-------------------------------------*/
.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: rgba(0, 120, 46, 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: #282561;
    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: #282561;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #000;
}

#menu:not(.mm-menu) {
    display: none;
}

/* --------------------------Main Styling-------------------------------------*/
/* --------------------------Header Styling-------------------------------------*/
.banner_side {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background-size: cover;
    z-index: 1;
}

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

.banner_txt {
    position: absolute;
    left: 2%;
    bottom: 20%;
    width: fit-content;
    text-align: left;
    /* right: 0%; */
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.59);
}

.banner_txt h2 {
    position: relative;
    /* width: 0%; */
    color: #ffffff;
    font-size: 35px;
    font-family: 'latoheavy';
    text-transform: uppercase;
    /* animation: myanimation 5s 1; */
    overflow: hidden;
    /* white-space: nowrap; */
    /* margin: 0 auto; */
    text-shadow: 0px 0px 15px #000;
    padding: 10px;
    /* animation-fill-mode: both; */
}

@keyframes myanimation {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.banner_txt h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'latomedium';
    /*animation: myanimation_ 5s 1;*/
    overflow: hidden;
    /*white-space: nowrap;*/
    /* margin: 0 auto; */
    /*max-height: 20px;*/
    /*min-height: 20px;*/
    text-shadow: 0px 0px 5px #000;
    padding: 5px 10px;
    /*animation-fill-mode: both;*/
}

@keyframes myanimation_ {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.Slide1_btn {
    position: absolute;
    left: 0%;
    bottom: 3%;
    width: 100%;
    z-index: 3;
    text-align: center;
    transform: scale(0.7);
    transform-origin: bottom center;
}

.Slide1_left {
    position: relative;
    left: 12px;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    bottom: 0;
    height: 60px;
    background: url(../webImages/ArrowL.png) no-repeat;
    cursor: pointer;
}
.Slide1_right {
    position: absolute;
    right: 0px;
    width: 90px;
    height: 60px;
    background: url(../webImages/ArrowR.png) no-repeat;
    cursor: pointer;
    bottom: 0;
    position: relative;
    left: -12px;
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    vertical-align: top;
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.header_side {
    position: relative;
    width: 100%;
}

.header_top {
    position: relative;
    width: 100%;
    /*background: #fff;*/
    padding: 5px 0px;
}

.logo_side {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 265px;
    padding: 0px 0px;
    left: 0%;
    top: 0%;
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
}

.logo_side_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.logo_side_txt h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'latoblack';
    top: 0px;
    font-stretch: condensed;
}

.logo_side_txt h4 {
    position: relative;
    width: 100%;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'latoblack';
    letter-spacing: 5px;
    font-stretch: expanded;
}

.logo_side_txt h4:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 0%;
    width: 62px;
    height: 34px;
    background: url(../webImages/6.png);
}

.right_header_top {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0px 20px;
}

.right_header_top ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.right_header_top ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.right_header_top ul li a {
    display: block;
    padding: 38px 6px;
    color: #020202;
    font-size: 14px;
    text-transform: uppercase;
}

.right_header_top ul li a:hover {
    color: #23aae1;
}

.right_header_top ul li .active {
    color: #23aae1;
}

.number_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.number_side i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    margin: 0px 10px;
}

.number_side a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #282561;
    border-radius: 2px 2px;
}

.btn_side a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 30px;
}

.btn_side:hover {
    background: #ffffff;
}

.btn_side:hover a {
    color: #282561;
}

.search_side {
    position: absolute;
    left: 0%;
    right: 0%;
    width: 50%;
    bottom: -7%;
    z-index: 2;
    margin: 0 auto;
}

.search_side form {
    width: 100%;
}

.search_side form:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: url(../webImages/1.png);
    background-size: cover;
    filter: brightness(0) invert(1);
    display: none;
}

.search_side form input {
    width: 100%;
    height: 64px;
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: 0px;
    border-radius: 2px;
    background-color: #222222;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 60px;
    padding-right: 64px;
    z-index: 3;
    transition: ease all .3s;
}

.search_side form select {
    width: 100%;
    height: 64px;
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: 0px;
    border-radius: 2px;
    background-color: #222222;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
    transition: ease all .3s;
}

.search_side form button {
    position: absolute;
    right: 0%;
    top: 0%;
    background: #282561;
    border: none;
    padding: 15px 15px;
}

.search_side button img {
    width: 100%;
    filter: brightness(0) invert(1);
    max-width: 35px;
}

/* --------------------------Header Styling close-------------------------------------*/
/* --------------------------Content Styling -------------------------------------*/
.index_content {
    position: relative;
    width: 100%;
}

.index_content .col9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.col1 {
    position: relative;
    width: 100%;
    top: 0px;
    padding: 50px 0px;
}
.col1_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
    text-align: center;
}

.col1_box:hover span {
    filter: grayscale(1);
}

.col1_box:hover .col1_box_txt h3 {
    color: #282561;
}

.col1_box:last-child {
    margin-right: 0%;
}

.col1_box a {
    display: block;
}

.col1_box span {
    width: 100%;
    max-width: 50px;
    display: inline-block;
    vertical-align: top;
    transition: .5s;
}

.col1_box span img {
    width: 100%;
}

.col1_box_txt {
    position: relative;
    width: 100%;
}
.col1_box_txt:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -17px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    background: #282561;
}
.col1_box_txt h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 26px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 28px;
    overflow: hidden;
    transition: .5s;
}

.col1_box_txt_main {
    position: relative;
    width: 100%;
    color: #212121;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
}

.col2 {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}


.col2_left {
    position: relative;
    width: 30%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.col2_left img {
    width: 100%;
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}

.col2_left:hover img {
    transform: scale(1);
}

.col2_right {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 40px;
    /* padding-right: 0px; */
}

.col2_right h3 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.col2_right_txt {
    position: relative;
    width: 100%;
    text-align: center;
    color: #212121;
    font-size: 16px;
    max-height: 88px;
    overflow: hidden;
    margin: 20px 0px;
}

.col2 .btn_side {
    transition: all 0.7s ease-out 0s;
    
}

.col2 .btn_side a {
    transition: all 0.7s ease-out 0s;

}

.col2 .btn_side:hover {
    background: #23aae1;
}

.col2 .btn_side:hover a {
    color: #ffffff;
}

.col3 {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.all1 .col3_box {
    width: 95%;
}

.owl-controls {
    display: none;
}

.col3_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    margin-right: 1%;
}

.col3_box:hover .col3_box_img {
    filter: grayscale(1);
}

.col3_box:nth-child(3n) {
    margin-right: 0%;
}

.col3_box_txt_option {
    position: absolute;
    left: 0%;
    top: 40%;
    width: 100%;
    color: #ffffff;
    font-size: 35px;
    font-family: 'latoblack';
    z-index: 1;
}

.col3 h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.col3_main {
    width: 100%;
    text-align: center;
    color: #212121;
    font-size: 16px;
    margin-bottom: 25px;
}

.col3_box a {
    display: block;
}

.col3_box_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: .5s;
}

.col3_box_img img {
    width: 100%;
    transform: scale(1.2);
}

.col3_box_main {
    position: relative;
    width: 100%;
    background: #cc242a;
    padding: 0px 20px;
}

.col3_box_inner {
    position: relative;
    width: 100%;
    /*border-bottom: 2px solid #fff;*/
    padding: 18px 0px;
}

.col3_box_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0px;
}

.col3_box_left h6 {
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family: 'latolight';
}

.col3_box_left h6 span {
    position: relative;
    font-family: 'latoheavy';
    display: block;
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
}

.col3_box_1 {
    position: relative;
    font-family: 'latolight';
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    overflow: hidden;
    height: 60px;
}

.col3_box_icon {
    position: relative;
    width: 100%;
    margin-top: 7px;
}

.col3_box_icon i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    margin: 0px 2px;
}

.col3_box_right {
    position: relative;
    width: 49%;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.col3_box_right h5 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
}

.col3_box_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

.col3_box_right ul li {
    position: relative;
    width: 100%;
    margin: 3px 0px;
    font-size: 12px;
}

.star_side {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.star_side i {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.col3_box_inner:last-child {
    border-bottom: none;
    display: none;
}

.col3_box:hover .col3_box_img img {
    transform: scale(1);
}

.col3 .standard .col3_box:nth-child(1n) .col3_box_main {
    background: #282561;

}

.col3 .standard .col3_box:nth-child(2n) .col3_box_main {
    background: #282561;

}

.col3 .standard .col3_box:nth-child(3n) .col3_box_main {
    background: #30424c;

}

.col3 .standard .all1 .owl-item:nth-child(3n) .col3_box .col3_box_main {
    background: #55180e;

}

.col3 .standard .all1 .owl-item:nth-child(4n) .col3_box .col3_box_main {
    background: #ab294b;

}

.col3 .standard .all1 .owl-item:nth-child(5n) .col3_box .col3_box_main {
    background: #33b0e3;

}

.all1 {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.all1_btn {
    position: absolute;
    left: 0%;
    top: 40%;
    width: 100%;
    z-index: 1;
}

.all1_left {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../webImages/19.png) no-repeat;
    cursor: pointer;
}

.all1_right {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    background: url(../webImages/20.png) no-repeat;
    cursor: pointer;
}

.col4 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    background: #edeff2;
    background: url(../webImages/pattern-bg.png);
    /* background-size: cover; */
    background-position: center center;
    background-attachment: fixed;
}

.col4 h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.col4_main {
    position: relative;
    width: 70%;
    text-align: center;
    color: #212121;
    font-size: 16px;
    margin: 0 auto;
}

.col4_main_ {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.col4_main_left {
    position: relative;
    width: 66%;
    margin-right: 1.5%;
    display: inline-block;
    vertical-align: top;
}

.col4_main_box {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.col4_main_box a {
    display: block;
}

.col4_main_box img {
    width: 100%;
}

.col4_txts{
position: absolute;
color: #fff;
bottom: 30px ;
left: 30px;
    font-family: 'latoheavy';
font-size: 40px;
z-index: 1;
}

.col4_main_box_txt {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.col4_main_box_txt:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(40, 37, 97, 0.9);
}

.col4_main_box_txt_main {
    position: relative;
    width: 41%;
    display: table;
    height: 100%;
    margin: 0 auto;
}

.col4_main_box_txt_main_ {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.col4_main_box:hover .col4_main_box_txt {
    transform: scaleY(1);
}

.col4_main_box:nth-child(2) .col4_txts {
    bottom: 15px;
}

.col4_main_box:nth-child(3) .col4_txts {
    bottom: 15px;
}

.col4_main_right:hover .col4_main_box_txt {
    transform: scaleY(1);
}

.col4_main_box:nth-child(2) {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 0;
}

.col4_main_box:nth-child(3) {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

.col4_main_ .col4_main_left .col4_main_box:nth-child(2) .col4_main_box_txt_main {
    width: 70%;
}

.col4_main_ .col4_main_left .col4_main_box:nth-child(3) .col4_main_box_txt_main {
    width: 70%;
}

.col4_main_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32.1%;
    padding: 0px 2.15px;
}
.col4_main_right .col4_txts{
    bottom: 15px;
}
.col4_main_right a {
    display: block;
}

.col4_main_right img {
    width: 100%;
}

.col4_main_right .col4_main_box_txt_main {
    width: 70%;
}

.col5 {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    padding-bottom: 0px;
}

.col5 iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0px solid #282561;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 540px;
}

.col5 iframe:hover {
    filter: grayscale(1);
}

.col6 {
    position: relative;
    width: 100%;
    /* background: #edeff2; */
    margin-top: 100px;
    margin-bottom: 100px;
}

.col6_left {
    position: relative;
    width: 45%;
    padding: 0px 8%;
    display: inline-block;
    vertical-align: middle;
}

.col6_left h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.col6_left_txt {
    position: relative;
    width: 100%;
    color: #212121;
    font-size: 16px;
    max-height: 88px;
    overflow: hidden;
    margin: 35px 0px;
}

.col6_left .btn_side {
    transition: all 0.7s ease-out 0s;
}

.col6_left .btn_side a {
    transition: all 0.7s ease-out 0s;

}

.col6_left .btn_side:hover {
    background: #222;
}

.col6_left .btn_side:hover a {
    color: #ffffff;
}

.col6_right {
    position: relative;
    width: 54.7%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.col6_right img {
    width: 100%;
    transform: scale(1.2);
    transition: 3s;
}

.col6_right:hover img {
    transform: scale(1);
}

.col6 .col6_left h3 {
    max-height: 74px;
    overflow: hidden;
}

.col6 .col6_left .col6_left_txt {
    max-height: 154px;
    overflow: hidden;
}

.col7 {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.col7 h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.col7_txt {
    position: relative;
    width: 70%;
    text-align: center;
    color: #212121;
    font-size: 16px;
    margin: 0 auto;
}

.col7_main {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
}

.col7_box:last-child {
    margin-right: 0%;
}

.col7_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 33%; */
    margin-right: 2%;
}

.col7_box:hover .col7_box_txt h3 {
    color: #282561;
}

.col7_box:hover .col7_box_txt_main {
    color: #222;
}

.col7_box a {
    display: block;
}

.col7_box_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 30px;
    width: 100%;
    padding: 10px 0px;
}

.col7_box_img img {
    width: 100%;
}

.col7_box_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*width: 85%;*/
    text-align: left;
    padding: 0px 15px;
}

.col7_box_txt h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 18px;
    font-family: 'latoheavy';
    margin: 0px 0px;
    max-height: 66px;
    overflow: hidden;
    transition: .5s;
}

.col7_box_txt_main {
    position: relative;
    width: 100%;
    color: #282561;
    font-size: 15px;
    margin-top: 5px;
    font-family: 'latobold';
    transition: .5s;
}

.col8 {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    background: #edeff2;
    text-align: center;
    background: url(../webImages/pattern-bg.png);
    /* background-size: cover; */
    background-position: center center;
    background-attachment: fixed;
}

.col8_left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: 0%;
}

.col8_left h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 35px;
    font-family: 'latoheavy';
}

.col8_left_txt {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 45px;
    margin-top: 20px;
}

.col8_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    display: none;
}

.col8_right img {
    width: 100%;
}

/* --------------------------Content Styling close -------------------------------------*/
/* --------------------------owl_content Styling  -------------------------------------*/
/* --------------------------owl_content Styling close -------------------------------------*/
/* --------------------------Footer Styling --------------------------------------------*/

.footer_side {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background: #252120;
    background: url(../webImages/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.footer_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.footer_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 1%;
    padding-right: 5%;
}

.footer_logo {
    position: relative;
    width: 100%;
    max-width: 115px;
}

.footer_logo a {
    display: block;
}

.footer_logo img {
    width: 100%;
}

.footer_form {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.footer_form form {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.footer_form form input {
    width: 100%;
    height: 44px;
    padding: 0px 16px;
    background: #514d4c;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    color: #ffffff;
    font-size: 14px;
}

.footer_form form input::placeholder {
    color: #ffffff;
}

.footer_form form button {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #282561;
    border: none;
    width: 45px;
    height: 42px;
    border-radius: 0px 5px 5px 0px;
}

.footer_form form button img {
    width: 100%;
    max-width: 22px;
    filter: brightness(0) invert(1);
}

.footer_form h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 67.6%;
}

.footer_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
}

.footer_link h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 11px;
}

.footer_link ul {
    list-style: none;
    padding: 0px 0px;
    margin: 35px 0px;
    width: 100%;
}

.footer_link ul li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.footer_link ul li i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 10px;
    color: #9c9c9c;
    transition: .5s;
}

.footer_link ul li a {
    font-size: 11px;
    color: #9c9c9c;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
}

.footer_link ul li a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #9c9c9c;
    font-size: 11px;
    transition: .5s;
}

.footer_link ul li a:hover {
    color: #33b0e3;
}

.footer_link ul li a:hover i {
    color: #282561;
}

.footer_link ul li:hover .fa-facebook {
    color: #3B5998;
}

.footer_link ul li:hover .fa-linkedin {
    color: #0073b0;
}

.footer_link ul li:hover .fa-pinterest {
    color: #BD081C;
}

.footer_link ul li:hover .fa-twitter {
    color: #1DA1F2;
}

.footer_link ul li:hover .fa-youtube {
    color: red;
}

.footer_bottom_side {
    width: 100%;
    position: relative;
}

.tag_footer {
    display: inline-block;
    vertical-align: top;
    color: #9c9c9c;
    font-size: 14px;
    padding-right: 5px;
    position: relative;
    top: 8px;
}

.tag_footer a {
    display: inline-block;
    vertical-align: top;
    color: #9c9c9c;
    font-size: 14px;
    text-transform: uppercase;
}

.tag_footer a:hover {
    color: #33b0e3;
}

.imedia {
    font-size: 11px;
    color: #9c9c9c;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

.imedia img {
    filter: brightness(0) invert(1);
}

.imedia .design_develop {
    top: 2px;
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #9c9c9c;
}

.imedia a {
    color: #9c9c9c;
    height: auto !important;
    padding-bottom: 0px;
}

.footer_bottom a {
    padding-right: 0px;
    font-size: 14px;
    color: #9c9c9c;
    display: inline-block;
    /* padding-bottom: 10px; */
    vertical-align: top;
}

.imedia a {
    color: #2f3031;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #9c9c9c;
    margin-left: -4px;
    padding-left: 8px;
    margin-top: 2px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #9c9c9c;
    font-family: 'gil';
    font-size: 16.5px;
}

.m_text .digital_media {
    font-size: 6.82px;
    margin-top: 1px;
    color: #9c9c9c;
}

.imedia a:hover {
    color: #33b0e3;
}

/* --------------------------Footer Styling close---------------------------------------*/
/* --------------------------pop Styling close-------------------------------------*/
/* --------------------------selection Styling-------------------------------------*/
::selection {
    background: #282561;
    color: #ffffff;
}

/* --------------------------selection Styling close-------------------------------------*/
/* --------------------------Owl Styling -------------------------------------*/
/* --------------------------owl Styling close-------------------------------------*/
/* --------------------------inner Styling-------------------------------------*/
.inner_content {
    position: relative;
    width: 100%;
}

.inner_content .col3_box {
    margin-bottom: 25px;
}

.inner_content .col3_box .col3_box_img:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.inner_content .col2 .col2_left {
    width: 65%;
}

.inner_content .col2 .col2_right {
    width: 34%;
}

.inner_content .col2 .col2_right .col2_right_txt {
    max-height: 111px;
}

.col9 {
    position: relative;
    width: 100%;
    margin: 80px 0px;
    background: url(../webImages/bg-about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.col9_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.col9 h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-family: 'latoheavy';
    word-wrap: break-word;
    font-style: italic;
    white-space: pre-wrap;
    font-size: 34px;
    letter-spacing: .01em;
    line-height: .9em;
    text-transform: none;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 40px;
        text-align: center;
}

.col9_left_txt {
    position: relative;
    width: 45%;
    word-wrap: break-word;
    /*font-style: italic;*/
    color: #222;
    font-size: 21px;
    letter-spacing: .01em;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 700;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
    font-family: 'latothin';
}
.col9_left_txt h2, .col9_right h2{
    color: #282561;
    font-family: 'latoheavy';
    margin-bottom: 10px;
}
.col9_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1.4em;
    text-transform: none;
    color: #000;
    overflow: hidden;
}

.col9_right img {
    width: 100%;
    transform: scale(1.3);
    transition: .7s;
}

.col9_right:hover img {
    transform: scale(1);
}

.col9_right a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    color: #282561;
    text-decoration: underline;
}

.col9_right a:hover {
    color: #2d2d2d;
    text-shadow: 0px 0px #2d2d2d;
}

.col9_right_box {
    position: relative;
    width: 100%;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
    background: #e40100;
    transition: .5s;
}

.col9_right_box a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.col9_right_box:hover {
    background: #3d3e40;
}

.col9_right_box:hover a {
    color: #ffffff;
}

.inner_portion {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.inner_portion h3 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
}

.inner_portion h4 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 20px;
    margin: 5px 0px;
    margin-top: 25px;
}

.inner_portion_txt {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #222222;
    padding-bottom: 25px;
}

.inner_portion .inner_portion_txt:last-child {
    border-bottom: none;
}

/* --------------------------inner Styling-------------------------------------*/
/* --------------------------tabs Styling close-------------------------------------*/
/* --------------------------tabs2 Styling-------------------------------------*/
/* --------------------------tabs2 Styling close-------------------------------------*/
/* --------------------------dropdown Styling -------------------------------------*/
/* --------------------------dropdown Styling close-------------------------------------*/




.col11 {
    position: fixed;
    width: 75%;
    top: 20%;
    right: 0px;
    background: #fff;
    padding: 30px 30px;
    display: none;
    max-width: 1800px;
    margin: 0 auto;
    left: 0;
    border-top: 5px solid #282561;
    border-bottom: 5px solid #282561;
    z-index: 99999;
    text-align: center;
}

.col11 .standard {
    max-width: 1110px;
    text-align: center;
}

.call_back {
    /*position: fixed;*/
    /*right: 0px;*/
    /*top: 193px;*/
    /*padding: 9px;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*text-align: center;*/
    /*background-image: url(../webImages/call-back.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% auto;*/
    /*width: 89px;*/
    /*height: 76px;*/
    /*z-index: 99999;*/
    /*opacity: 0.8;*/
}


/*.call_back:hover {
    opacity: 1;
}*/

.call_back img {
    /* margin-left: 13px; */
    margin-top: -13px;
    /* width: 40px; */
    /* -webkit-animation: ring 2s ease infinite; */
    /* animation: ring 2s ease infinite; */
    filter: brightness(0) invert(1);
    width: 35px;
}


/*.cb-button {*/


/*    left: 0;*/


/*}*/

.cb-button {
    background-color: transparent;
    border-radius: 100% !important;
    width: 200px;
    height: 200px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

#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: #7fba00;
    border: 1px solid #7fab00;
    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);
    border: 1px solid rgba(117, 255, 80, 0.7);
    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: rgba(117, 255, 80, 0.3);
    border: 1px solid #7fba00;
    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)
    }
}

.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;
}

.col11 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;
}

.col11::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.col11 input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.col11 input:not(:placeholder-shown)+label,
.col11 input:focus+label {
    transform: translate(0, 1.5px) scale(0.75);
    transform-origin: top left;
    top: -15px;
}

.col11 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;
}

.col11::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}

.col11 textarea:focus::-webkit-textarea-placeholder {
    opacity: 0;
}

.col11 textarea:not(:placeholder-shown)+label,
.col11 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: #282561;
    -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: 'gil';
}

.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 #282561;
    box-shadow: 5px 5px 0px #282561;
    margin-bottom: 15px;
    color: #333;
}

.col11 form textarea {
    width: 100%;
    position: relative;
    height: 120px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #282561;
    box-shadow: 5px 5px 0px #282561;
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    color: #333;
}

.submit_side {
    background: #282561;
    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: 16px !important;
    overflow: hidden;
    transition: .7s;
    width: 100% !important;
}

.submit_side:hover {
    background: #222222 !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: 89.6% !important;
}

.col11 .branches_side_input select {
    width: 89.6% !important;
}

.col11 .branches_side_input textarea {
    width: 95.1% !important;
}

.branches_side_input {
    width: 47.2%;
}




.form2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin: 100px 0px;
}

.form2 h3 {
    color: #1a1a1a;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.form2_side h4 {
    color: #010066;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.form2_side {
    position: relative;
    width: 100%;
    color: #1a1a1a;
    font-size: 16px;
    text-shadow: 0px 0px #1a1a1a;
}

.form2_inner {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.form2_inner1 {
    display: inline-block;
    vertical-align: top;
    color: #010066;
    font-size: 16px;
    width: 65px;
}

.form2_inner2 {
    display: inline-block;
    vertical-align: top;
    color: #1a1a1a;
    font-size: 16px;
    text-shadow: 0px 0px #1a1a1a;
}

.form2_inner2 a {
    display: inline-block;
    vertical-align: top;
    color: #1a1a1a;
    font-size: 16px;
    text-shadow: 0px 0px #1a1a1a;
}

.form2_inner2 a:hover {
    color: #28295a;
}

.form2_side .social_icon {
    padding: 0px;
}

.form_1 {
    position: relative;
    width: 50%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
}

.form_1_side {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    color: #212121;
    font-size: 16px;
    padding-top: 8px;
}


.map_side {
    position: relative;
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
}

.map_side iframe {
    width: 100%;
    border: 5px solid #282561;
    height: 360px;
    /* filter: grayscale(1); */
}

.form_2_side {
    width: 72%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: sub;
}

.form_2_side input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 35px;
    padding-left: 10px;
}

.form_2_side select {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 40px;
    padding-left: 10px;
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 15px;
}

.form_2_side textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
    padding-left: 10px;
    height: 110px;
    resize: none;
    padding-top: 10px;
}

.submit_side {
    height: 50px !important;
    line-height: 50px !important;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #282561;
    transition: .7s;
    border: none !important;
    margin-top: 10px;
}

.submit_side:hover {
    background: #3d3e40;
}

#recaptcha2 {
    display: inline-block;
    vertical-align: top;
}

.col1_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
    margin: 20px 0px;
    margin-top: 0px;
}

.col1_txt h6 {
    position: relative;
    width: 100%;
    color: #222;
    font-size: 34px;
    font-family: 'latoheavy';
    margin: 10px 0px;
    max-height: 37px;
    overflow: hidden;
    margin-top: 0px;
}

.col1_txt ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0px 0px;
    margin: 10px 0px;
}

.col1_txt ul li {
    position: relative;
    width: 100%;
    color: #212121;
    font-size: 16px;
}

.col1_txt ul li a {
    position: relative;
    color: #212121;
    font-size: 16px;
}

.col1_txt ul li a:hover {
    color: #282561;
}


.flags {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22.2%;
    margin: 0% 1% 2%;
    border: 2px solid #ccc;
}

.flags p {
    width: 100%;
    font-family: 'latomedium' !important;
    font-size: 18px !important;
    text-align: center;
    padding: 0 10px;
}

.flags img {
    width: 100% !important;
    /*margin: 15px 0px;*/
    /*height: auto !important;*/
    max-height: 180px;
    border-bottom: 2px solid #cccccc;
}

.flags p strong {
    text-transform: uppercase;
    font-family: 'latomedium';
    display: block;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.flags p a {
    font-size: 13px;
    color:#111;
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.flags p a:hover {
    color:#282561;
    border-color:#282561;
}
.flags p a:last-child {
    float:right;
}
.inner-bullets{
    list-style:none;
    margin-top: 10px;
}
.inner-bullets li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #282561;
    margin-right: 10px;
}