@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
/*font-family: 'Lobster', cursive;*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
b,
i,
center,
ul,
li,
fieldset,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
smenu,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: #ffffff;
    color: #505050;
    line-height: 1.4;
    min-height: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

p {
    margin: 0 0 20px 0;
    color: #505050;
    line-height: 1.8;
    font-size: 16px;
}

.d-flex {
    flex-wrap: wrap;
}

b,
.bold {
    font-weight: 700;
}

a {
    color: #333333;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #000;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix,
.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.container {
    max-width: 1200px !important;
}

body.cbp-spmenu-push-toright {
    overflow: hidden;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.cbp-spmenu-push-toright .mobile-nav-overly {
    display: block;
}

/*header css*/
.header {
    position: absolute;
    z-index: 9999;
    margin-bottom: 0;
    background: transparent;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
}

.header.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc
}

.header.fixed .main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9;
}

.main-header.header-stickey {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
}

.header .header-top {
    background-color: #1a9fe0;
    background-image: linear-gradient(to right, #408aad, #1a9fe0);
    background: #1a9fe0;
    background: linear-gradient(to right, #408aad, #1a9fe0);
    /* background:rgb(26,159,224); */
    padding: 15px 0px;
    text-align: center;
}

.header .header-top marquee a {
    color: #ffffff;
    font-size: 16px;
}

.main-header {
    width: 100%;
    z-index: 111;
    background-color: #fff;
    /* background-color: #53597f;
	background-image: linear-gradient(to right, #666a7d, #53597f);
	background: #53597f;
	background: linear-gradient(to right, #666a7d, #53597f); */
    /* background:rgb(83,89,127); */
    opacity: 0.8;
    position: relative;
}

.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.mainmenu .navbar-brand {
    max-width: 125px;
    padding: 0;
    border-radius: 0px;
    line-height: initial;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
}

.header-stickey .mainmenu .navbar-brand {
    max-width: 80px;
}

.header.fixed .main-header .mainmenu .navbar-brand {
    max-width: 130px;
}

.mainmenu .navbar-nav {
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1;
}

.mainmenu .navbar-nav>li {
    margin-left: 20px;
}

.mainmenu .navbar-nav>li:first-child {
    margin-left: 0
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0px solid transparent !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mainmenu .navbar-nav a {
    font-size: 17px;
    display: block !important;
    position: relative;
    font-weight: 400;
    padding: 20px 5px;
    border-bottom: 5px solid transparent;
}

.mainmenu .navbar-nav .active a,
.mainmenu .navbar-nav .active a:focus,
.mainmenu .navbar-nav .active a:hover,
.mainmenu .navbar-nav li a:focus,
.mainmenu .navbar-nav li a:hover,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #000;
    outline: 0;
    border-bottom: 5px solid #1a9fe0;
}

.mainmenu {
    background: 0 0;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%
}

.main-header .container {
    position: relative;
}

.main-header .catelog-link {
    background: #6bac3c;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    letter-spacing: .0725em;
    position: absolute;
    top: -11px;
    right: 15px;
    z-index: 2
}

.main-header .catelog-link:active,
.main-header .catelog-link:focus,
.main-header .catelog-link:hover {
    background: #ddd;
    color: #000
}

.main-header.header-stickey {
    opacity: 0.9;
}

.main-header.header-stickey .mainmenu .navbar-nav a {
    padding: 20px 5px;
}


/*Content css*/
.banner_slider {
    position: relative;
    margin-bottom: 50px;
}

.banner_slider .overlay {
    position: relative;
}

.banner_slider .owl-theme .owl-dots {
    margin-top: 0px !important;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
}

.banner_slider .owl-theme .owl-dots .owl-dot.active span,
.banner_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.banner_slider .item .banner_caption {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
    z-index: 2;
    bottom: 50px;
    padding: 0px 15px;
    display: inline-block;
}

.banner_slider .item .banner_caption h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(83, 89, 127, 0.7);
    padding: 10px 15px;
    border-radius: 15px;
}

.banner_slider .item .banner_caption p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    display: inline-block
}

.site-title {
    background: linear-gradient(90deg, #53597f, #07a4f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #1a9fe0; */
    font-size: 24px;
    margin-bottom: 25px;
    padding: 5px 0px 5px 20px;
    border-left: 3px solid #53597f;
}

.site-title.bordered {
    position: relative;
    border: 0px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 30px;
}

.site-title.bordered:after {
    position: absolute;
    content: "";
    bottom: -4px;
    height: 4px;
    background: #1a9fe0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 70px;
    pointer-events: none;
}

.bg_grey {
    padding: 70px 0px 50px;
    background: #fafafa;
}

.bg_white {
    padding: 70px 0px 50px;
    background: #ffffff;
}

.btn-link {
    background: linear-gradient(90deg, #53597f, #07a4f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-link:hover {
    background: linear-gradient(90deg, #07a4f0, #53597f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.latest_blocks .inn-box {
    background: #ffffff;
    text-align: center;
    padding: 30px 15px 15px;
    border-radius: 6px;
}

.latest_blocks .inn-box h4 {
    color: #045c8c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.latest_blocks .inn-box p {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}


.news_event_section .news-col {
    background: #045c8c;
    text-align: center;
    color: #ffffff;
    padding: 15px;
}

.news_event_section .news-col p {
    color: #ffffff;
}

.news_event_section .news-col p a {
    color: #ffffff;
    font-weight: 700;
}

.photo_gallery .owl-nav {
    position: absolute;
    top: -60px;
    margin: 0px;
    right: 0px;
    z-index: 1;
}

.photo_gallery .owl-nav>div {
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.blog_section {
    position: relative;
}

.blog_section .item .box .content {
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-top: 0px;
}

.box .content h3 {
    color: #045c8c;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}

.box .content p {
    color: #777777;
    font-size: 14px;
}

.blog_section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


/*Breadcrumb css*/
.breadcrumb_section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.breadcrumb_section .breadcrumb {
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
    position: absolute;
    bottom: 20px;
    padding: .75rem 0rem;
}

.breadcrumb_section .breadcrumb-item a,
.breadcrumb_section .breadcrumb-item {
    color: #ffffff;
    font-size: 16px;
}

.breadcrumb_section .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/* Product detail page */
.collections-box img {
    width: 100%;
    border: 1px solid #dddee3;
    padding: 3px;
}

.collections-box.horizontal a {
    padding: 0px;
}

.collections-box.vertical a {
    padding: 0px;
}

/*Contact Page css*/
.contact_section .form-group {
    margin-bottom: 15px;
}

.contact_section .form-group sup {
    color: red;
}

.contact_section .card-header .bg-primary {
    background: #045c8c !important;
}

.contact_section .card-header {
    color: #ffffff;
}

.contact_section .card-header h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.contact_section .card-header p {
    color: #ffffff;
    font-weight: 500;
}

.contact_section .card {
    border-color: #045c8c !important;
}

/*Team page css*/
.team_section .image-flip {
    background-color: #fafafa;
}

.team_section .image-flip a {
    background-color: #1a9fe0;
}

.team_section .card {
    border: none;
    background-color: transparent
}

.team_section .image-flip:hover .backside,
.team_section .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.team_section .image-flip:hover .frontside,
.team_section .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.team_section .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.team_section .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.team_section .backside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 0px 1px 10px -8px rgb(158, 158, 158);
    -moz-box-shadow: 0px 1px 10px -8px rgb(158, 158, 158);
    box-shadow: 0px 1px 10px -8px rgb(158, 158, 158);
}

.team_section .frontside,
.team_section .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.team_section .frontside .card,
.team_section .backside .card {
    min-height: inherit;
    height: 100%;
}

/* .team_section .backside .card a {font-size: 18px;color: #045c8c !important;} */
.team_section .frontside .card .card-title,
.team_section .backside .card .card-title {
    color: #53597f !important;
    font-size: 20px;
}


/*Gallery page css*/

.photo_section .thumb {
    margin-bottom: 30px;
}

.photo_section .thumb img {
    width: 100%;
}

.photo_section .thumb a {
    display: block;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 3px;
}

.photo_section .thumb span {
    display: block;
    text-align: center;
    color: #505050;
    padding: 15px 5px;
    background-color: #fafafa;
}

.photo_section .thumb a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.photo_section .modal-header {
    border-bottom: none;
}

.photo_section .modal-title {
    color: #000;
}

.photo_section .modal-footer {
    display: none;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}


/*Footer css*/
.footer {
    position: relative;
    background-color: #d9d9d9;
    background-image: linear-gradient(to right, #f0f0f0, #d9d9d9);
    background: #d9d9d9;
    background: linear-gradient(to right, #f0f0f0, #d9d9d9);
    /* background: #f1f1f1; */
    padding: 40px 0px 0px;
}

.footer .main-footer {
    position: relative;
}

.footer .main-footer:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-image: url('/assets/images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 150px;
    opacity: 0.08;
    pointer-events: none;
}

.main-footer .f-title {
    background: linear-gradient(90deg, #53597f, #07a4f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c6c9d6;
    display: inline-block;
    clear: both;
    font-weight: 700;
}

.main-footer .f-menu li {
    list-style-type: none;
    margin-bottom: 10px;
}

.main-footer .f-menu li:last-child {
    margin-bottom: 0px;
}

.main-footer .f-menu li a {
    color: #505050;
    font-size: 14px;
    /* font-weight: 300; */
}

.main-footer .f-menu li a:hover,
.main-footer .f-menu li a:focus,
.main-footer .f-menu li a:active {
    color: #045c8c;
}

.main-footer .social h3 {
    /* color: #505050;
    font-size: 14px;
    margin-bottom: 15px; */
}

.main-footer p a {
    color: #505050;
}

.main-footer p a:hover,
.main-footer p a:focus {
    color: #045c8c;
}

.main-footer .social .icons {
    position: relative;
    justify-content: center;
    margin-bottom: 0px;
}

.main-footer .social .icons a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.main-footer .social .icons a:last-child {
    margin-right: 0px;
}

.main-footer .social .icons a:hover,
.main-footer .social .icons a:focus,
.main-footer .social .icons a:active {
    background: #045c8c;
    color: #ffffff;
}

.main-footer .pay_icons a {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.main-footer .pay_icons a>img {
    vertical-align: top;
}

.main-footer .pay_icons a:last-child {
    margin-right: 0px;
}

.footer .footer-bot {
    background: #fafafa;
    padding: 10px 0px;
    text-align: center;
}

.footer .footer-bot p {
    font-size: 12px;
    color: #505050;
    /* font-weight: 300; */
}

#back_scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #045c8c;
    z-index: 9999;
    line-height: 40px;
    display: none;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
}

#back_scroll:hover {
    background: #000000;
    color: #ffffff;
}

/*Assets css*/
#header,
.main-header,
.owl-nav,
.owl-nav>div,
.mobile-nav-overly,
.icon,
.owl-nav [class*=owl-],
img,
button {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

button {
    cursor: pointer;
}

.cursive {
    font-family: 'Lobster', cursive;
    letter-spacing: 0.3px;
    font-size: 28px;
}

.btn-site {
    font-size: 12px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    margin: 0 auto;
    background: #045c8c;
    border: 0;
    color: #ffffff;
}

.btn-site:active,
.btn-site:focus,
.btn-site:hover {
    background: #000000;
    color: #fff !important
}

.btn.disabled,
.btn[disabled],
a.disabled,
button.disabled,
div.disabled,
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed !important;
    opacity: .2 !important;
    pointer-events: none !important
}

.btn.disabled:hover,
.btn[disabled]:hover,
a.disabled:hover,
button.disabled:hover,
div.disabled:hover,
fieldset[disabled] .btn:hover {
    background: #000;
    cursor: not-allowed !important;
    color: #fff;
    pointer-events: none !important
}

.form-control {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 50px;
    text-align: left;
    border: 1px solid #dcdcdc;
    ;
    padding: 5px 20px;
    border-radius: 6px;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    background-clip: initial;
    font-weight: 400;
    color: #505050
}

textarea.form-control {
    height: auto;
    resize: none;
    min-height: 100px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 10px;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    border-color: #7db4f2;
}

::-webkit-input-placeholder {
    color: #505050;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

::-moz-placeholder {
    color: #505050;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #505050;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

:-moz-placeholder {
    color: #505050;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
}

.mb-4,
.my-4 {
    margin-bottom: 30px !important;
}

.grid_row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.grid_row [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

/*ALERT & ERROR*/

.alert-danger {
    background: url(/assets/images/error.png) no-repeat scroll 5px center #f2dede;
    padding-left: 37px;
    border-color: #e32a31
}

.alert-success {
    background: url(/assets/images/success.png) no-repeat scroll 5px center #dff0d8;
    padding-left: 37px;
    border-color: #abd686
}

.form-control.error,
.has-error .form-control {
    border: 1px dashed #e32a31;
    background: #f9e9e9
}

.has-error .form-control:focus {
    box-shadow: none
}

.error_list li,
.has-error label.error,
.has-error span.error,
label.error,
span.error {
    padding-left: 0;
    font-size: 11px;
    font-weight: 400;
    color: #e32a31
}

label.error {
    display: none
}

.error_list {
    padding-left: 0;
    list-style-type: none
}

span.require {
    color: #e32a31;
    font-size: 11px;
    font-weight: 400
}

.mobile_error {
    position: relative
}

.mobile_error label.error,
.mobile_error span.error {
    position: absolute;
    bottom: 8px;
    right: 25px;
    z-index: 11
}

[data-notify=container][class*=alert-] {
    border-width: 0;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
    background-image: none !important;
    text-align: center;
    z-index: 11111 !important
}

[data-notify=container][class*=alert-] .close {
    color: #000
}

[data-notify=container].success {
    background-color: rgba(34, 173, 115, .95);
    color: #fff
}

[data-notify=container].danger {
    background-color: rgba(242, 222, 222, .95);
    color: #fff
}

[data-notify=container][class*=alert-]>[data-notify=message] {
    display: block;
    margin-bottom: 0;
    font-size: 14px
}

@keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -80px 0
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

#fountainG {
    position: relative;
    width: 150px;
    height: 18px;
    margin: auto;
    margin-bottom: 15px
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 18px;
    height: 18px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.105s;
    -o-animation-duration: 1.105s;
    -ms-animation-duration: 1.105s;
    -webkit-animation-duration: 1.105s;
    -moz-animation-duration: 1.105s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px
}

.fountainG_1 {
    left: 0;
    animation-delay: 446ms;
    -o-animation-delay: 446ms;
    -ms-animation-delay: 446ms;
    -webkit-animation-delay: 446ms;
    -moz-animation-delay: 446ms
}

.fountainG_2 {
    left: 19px;
    animation-delay: .5525s;
    -o-animation-delay: .5525s;
    -ms-animation-delay: .5525s;
    -webkit-animation-delay: .5525s;
    -moz-animation-delay: .5525s
}

.fountainG_3 {
    left: 37px;
    animation-delay: 659ms;
    -o-animation-delay: 659ms;
    -ms-animation-delay: 659ms;
    -webkit-animation-delay: 659ms;
    -moz-animation-delay: 659ms
}

.fountainG_4 {
    left: 56px;
    animation-delay: .7755s;
    -o-animation-delay: .7755s;
    -ms-animation-delay: .7755s;
    -webkit-animation-delay: .7755s;
    -moz-animation-delay: .7755s
}

.fountainG_5 {
    left: 75px;
    animation-delay: 882ms;
    -o-animation-delay: 882ms;
    -ms-animation-delay: 882ms;
    -webkit-animation-delay: 882ms;
    -moz-animation-delay: 882ms
}

.fountainG_6 {
    left: 94px;
    animation-delay: .9985s;
    -o-animation-delay: .9985s;
    -ms-animation-delay: .9985s;
    -webkit-animation-delay: .9985s;
    -moz-animation-delay: .9985s
}

.fountainG_7 {
    left: 112px;
    animation-delay: 1.105s;
    -o-animation-delay: 1.105s;
    -ms-animation-delay: 1.105s;
    -webkit-animation-delay: 1.105s;
    -moz-animation-delay: 1.105s
}

.fountainG_8 {
    left: 131px;
    animation-delay: 1.2115s;
    -o-animation-delay: 1.2115s;
    -ms-animation-delay: 1.2115s;
    -webkit-animation-delay: 1.2115s;
    -moz-animation-delay: 1.2115s
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #000
    }

    100% {
        transform: scale(.3);
        background-color: #fff
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #000
    }

    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #000
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #fff
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #000
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #000
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}


/*Responsive css*/

@media (max-width:1200px) {
    .mainmenu .navbar-brand {
        max-width: 75px;
    }

    .mainmenu .navbar-nav a {
        padding: 0px 10px;
        font-size: 15px;
        line-height: 50px;
    }

    .main-header.header-stickey .mainmenu .navbar-nav a {
        padding: 0px 10px;
    }
}

@media (max-width:991px) {
    p {
        margin: 0 0 15px 0;
        line-height: 24px;
        font-size: 14px;
    }

    .container,
    .main-header .container {
        max-width: 100% !important
    }

    .header {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 0;
        background: #ffffff !important;
    }

    .header .header-top {
        padding: 10px 0px;
    }

    .header .header-top marquee a {
        font-size: 14px;
    }

    .main-header {
        padding: 10px 0px;
        opacity: 0.9;
    }

    .header .mainmenu .navbar-brand {
        max-width: 50px;
        text-align: center;
        margin: 0px;
        position: relative;
        top: 0;
    }

    .header .toggle-menu {
        border: 0;
        z-index: 1;
        padding: 0;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #045c8c;
        border-radius: 50%;
        width: 40px;
        color: #ffffff;
        height: 40px;
    }

    .header .toggle-menu .navbar-toggler-icon {
        background-color: #ffffff;
    }

    .mainmenu .navbar-nav>li {
        margin-left: 0;
        text-align: center;
        display: block;
        border-bottom: 1px solid #dcdcdc
    }

    .mainmenu .navbar-nav {
        position: relative;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        top: 0;
        padding: 15px 0;
        z-index: 1;
        left: 0;
        transform: translate(0)
    }

    .navbar-collapse {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial !important
    }

    .mainmenu .navbar-nav {
        padding: 0
    }

    .header .cbp-spmenu {
        background: #fff;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block
    }

    .header .cbp-spmenu a {
        padding: 10px 15px !important;
        display: block !important;
        text-align: left;
        border-radius: 0px;
        color: #000000;
        line-height: initial;
        border-bottom-width: 1px !important;
        font-size: 14px;
    }

    .header .cbp-spmenu a:hover,
    .header .cbp-spmenu a:focus,
    .header .cbp-spmenu a:active {
        color: #0b8ccc !important;
        background-color: #fafafa;
    }

    .header .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0px;
        z-index: 9999
    }

    .header .cbp-spmenu-left {
        left: -260px
    }

    .header .cbp-spmenu-right {
        right: -260px
    }

    .header .cbp-spmenu-left.cbp-spmenu-open {
        left: 0;
        border-right: 1px solid #dcdcdc;
    }

    .header .cbp-spmenu-right.cbp-spmenu-open {
        right: 0
    }

    .cbp-spmenu-push-toright .header {
        left: 0px
    }

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }

    .cbp-spmenu-push-toright {
        left: 0px
    }

    .cbp-spmenu-push-toleft {
        left: -260px
    }

    .cbp-spmenu,
    .cbp-spmenu-push,
    .header {
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        text-decoration: none
    }

    /* .banner_slider .overlay>img {    min-height: 500px;    object-fit: cover;} */
    .event_section .responsive>thead th {
        display: none;
    }

    .event_section .responsive>tbody td,
    .event_section .responsive>tbody th {
        display: block;
    }

    .event_section .responsive>tbody>tr:nth-child(even) td,
    .event_section .responsive>tbody>tr:nth-child(even) th {
        background-color: #eee;
    }

    .event_section [row-header] {
        position: relative;
        width: 100%;
        vertical-align: middle;
    }

    .event_section [row-header]:before {
        content: attr(row-header);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 50%;
        padding-right: 30px;
    }

    .main-footer .top-col .f-brand {
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media (max-width:767px) {
    .breadcrumb_section .breadcrumb {
        bottom: 0px;
    }

    .breadcrumb_section .breadcrumb-item a,
    .breadcrumb_section .breadcrumb-item {
        font-size: 14px;
    }

    .main-footer .social .icons {
        margin-bottom: 15px;
    }

    .footer .main-footer {
        text-align: center;
    }

    .footer .footer-bot {
        padding: 15px 0px;
    }

    .footer .footer-bot p {
        font-size: 14px;
    }

    .main-footer .social {
        margin-top: 0px;
        padding-top: 15px
    }

    .main-footer .pay_icons a {
        margin-right: 5px;
    }

}

@media (max-width:600px) {

    /* .banner_slider .overlay>img {  min-height: 100px;} */
    .banner_slider .item .banner_caption h3 {
        font-size: 20px;
    }

    .site-title {
        font-size: 15px;
    }

    #back_scroll {
        bottom: 15px;
        right: 15px;
    }
}