@charset "utf-8";

/* CSS Document */

 

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800,900');

/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800');

/*font-family: 'Catamaran', sans-serif;*/

body {
    background: url(../images/webbg.gif) repeat #fff;
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.container {
    max-width: 1280px;
}


/*.header{ margin:0px 0 40px 0; }*/

.logo {
    text-align: left;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: absolute;
}

.logo img {
    width: 100%;
    transition: all 0.5s ease;
}

.top-header {
    padding: 2px 0 0 0;
}

.top_cont {
    padding: 5px 0 7px 0;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.top_cont span {
    margin-left: 4px;
}

.top_cont a {
    text-decoration: none;
    padding: 0 2px;
    font-family: 'Montserrat', sans-serif;
    color: #0f213c!important;
    font-size: 16px!important;
    font-weight: 600;
}

.top_cont a:hover {
    color: #666;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

header {
    width: 100vw;
    height: 106px;
    margin: 0px 0 40px 0;
}


/*.header-fixed {  width: 100vw; min-height: 130px; position: fixed; z-index: 9999;  -webkit-transition: all 0.3s;  transition: all 0.3s;}*/

.header-fixed.header-mini {
    background: #fff;
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    min-height: 85px!important;
}

.header-mini .top_cont {
    display: none;
}

.header-mini .social-icon {
    display: none;
}

.header-mini .logo img {
    width: 50%!important;
}

.header-mini .navbar-custom {
    border-top: 0px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .header-fixed {
        position: relative;
        min-height: 100%;
    }
    header {
        height: 100%;
        margin: 0px 0 0px 0;
    }
}


/*---------------------------------------------------*/


/*-----------top navbar-----------------------------------------*/

.navbar-custom {
    padding: 0px 0;
    margin: 10px 0 0 0;
    min-height: 45px;
    border: 1px dashed #ffc66d;
}

.navbar-collapse {
    flex-direction: row-reverse!important;
}

.navbar-nav {
    margin: 0;
    padding: 5px 0;
}

.navbar-nav li {
    border-right: 1px solid #ddd;
}

.navbar-nav li:last-child {
    border-right: 0px;
}

.nav-link {
    display: block;
    padding: 0 10px!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #282a2e;
    font-weight: 600;
}

.nav-link:hover {
    color: #ff9c00;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    /*background: rgba(26,158,83,1);*/
}

.dropdown-menu {
    background: rgba(255, 156, 0, 0.9);
    min-width: 220px !important;
    /* min-width: 100%;*/
    padding: 0px 0;
    margin-top: 0px !important;
    border: 0px;
    border-radius: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    border-bottom: 1px dashed #c27b0b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.dropdown-item:hover {
    background-color: #0f213c;
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.dropdown.open>a:focus,
.dropdown.open>a:hover {
    color: #ff9c00;
    background-color: transparent;
    background-image: none;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 420px;
    opacity: 1;
}

.dropdown-toggle::after {
    display: none;
}


/*mouse hover toggle*/

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

@media only screen and (max-width: 1160px) {
    .nav-link {
        padding: 0 6px!important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-link {
        padding: 0 6px!important;
        font-size: 13px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav li {
        border-right: 0px solid #ddd;
        border-bottom: 1px dashed #2289cd;
    }
    .navbar-custom {
        padding: 0px 0;
        background: #0072bc !important;
        min-height: 45px;
        border: 0px;
    }
    .nav-link {
        padding: 5px 0px!important;
        font-size: 15px;
        color: #baddf3;
        font-weight: 600;
        letter-spacing: 0.50px;
    }
    .nav-link:hover {
        color: #fff;
    }
    .dropdown-menu {
        width: auto!important;
        max-width: 100%;
    }
    .dropdown-item {
        padding: 5px 10px;
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.50px;
        font-weight: 500;
    }
    /*------toggle nav bar-------*/
    .navbar-toggler-right {
        position: absolute;
        right: 1rem;
    }
    .navbar-toggler {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background: 0;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }
    .navbar-toggler span {
        display: block;
        background-color: #fff;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }
    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }
}


/*--------------navbar end-------------------------------------------------*/


/*-------------carousel-----------------------------------------------------*/

.slider {
    margin: 0px 0 1px 0px;
    border: 0px solid #ddd;
}

.carousel-indicators li {
    background-color: #0072bc;
}

.carousel-indicators .active {
    background-color: #030303;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow-bk.png);
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow-bk.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 23px;
    height: 42px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Catamaran', sans-serif;
    color: #333;
    text-align: left;
}

.carousel-caption-1 {
    position: absolute;
    right: inherit;
    bottom: 0%;
    left: 5%;
    z-index: 10;
    padding: 3px 10px;
    background: #ff9c00;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-align: left;
}

.carousel-caption-1 h5 {
    margin: 0px!important;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
}

.carousel-caption-1 h4 {
    margin: 0px!important;
    color: #1d1c1c;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
}

.carousel-caption-1 h5,
h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media only screen and (max-width: 1024px) {
    .carousel-caption h5 {
        font-size: 40px;
    }
    .carousel-caption h4 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
    .carousel-caption h4 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .carousel-control-prev-icon {
        display: none;
    }
    .carousel-control-next-icon {
        display: none;
    }
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    .carousel-caption h4 {
        font-size: 28px;
    }
    .carousel-caption-1 {
        position: relative;
        right: inherit;
        bottom: 0%;
        left: 0%;
        z-index: 10;
        padding: 2px 10px;
        background: none;
        text-align: center;
    }
    .carousel-caption-1 h5 {
        font-size: 18px;
        color: #333;
        font-weight: 900;
    }
    .carousel-caption-1 h4 {
        font-size: 16px;
        color: #333;
    }
}


/*------------inner page banner----------------*/

.caption {
    opacity: 1;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    position: absolute;
    /*right: 0;*/
    /*bottom: 35%;*/
    bottom: 0%;
    width: 100%;
    /*padding: 20px 30px;*/
    color: #222;
    -webkit-transition: 0.6s 0.8s;
    transition: 0.6s 0.8s;
}

.caption-left {
    width: 40%;
    margin: 70px 100px 20px 70px;
}

.caption-left::after {
    content: '';
    position: absolute;
    /*width: 1000%; height: 1000%;*/
    width: 1000%;
    height: 1000%;
    top: 20px;
    right: -500%;
    background: rgba(0, 114, 188, 0.8);
    transform-origin: 44% 0;
    transform: rotate(65deg);
    border: 4px solid #fff;
    z-index: -1;
}

.caption h1 {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.caption h2 {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: -1px;
}


/*-------------------end carousel--------------------------------------------------*/

.wel-section {
    padding: 40px 0;
    margin: 10px 0 0px 0;
}

.wel-section h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #ff9c00;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.50px;
}

.wel-section h1 span {
    display: block;
    font-size: 28px;
    color: #333333;
}

.wel-section p {
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 60px;
}

.heading-title h1 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.20px;
    margin: 20px 0 10px 0;
    padding-left: 20px;
    transition: all 0.5s ease;
}

.heading-title h1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    border-left: 10px solid #ff9c00;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff9c00;
    border-bottom: 10px solid transparent;
    transition: all 0.5s ease;
}


/*------------------------------------------------*/

.pro-list {
    display: flex;
}

.pro-list .pro-col-1,
.pro-col-2,
.pro-col-3,
.pro-col-4,
.pro-col-5,
.pro-col-6 {
    margin: 0 3px;
    width: 100%;
    border: 0px solid #0072bc;
    transition: all 0.5s ease;
}


/*.pro-list img{ width: 100%; border: 0px; transition: all 0.5s ease;} */

.pro-list a {
    font-family: 'Catamaran', sans-serif;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    text-align: center;
}

.pro-list img {
    max-width: 100%;
    min-height: 100% !important;
    border: 0px solid #ddd !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pro-list img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}

.pro-list h6 {
    font-family: 'Catamaran', sans-serif;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    margin: 5px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

.pro-list p {
    text-align: center;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    padding: 4px 0;
}

.news-item {
    font-family: 'Catamaran', sans-serif;
    text-align: left;
}

.news-item ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item ul li {
    padding: 0px;
    margin: 0 0 0px 0;
    border-bottom: 1px dashed #ff9c00;
    float: left;
    width: 100%;
}

.news-item ul li a {
    display: block;
    margin: 0 0 10px 0;
    text-decoration: none;
}

.news-item ul li:hover {
    background: #eee;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.news-item ul li h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f66d0e;
    margin: 5px 0;
}

.news-item ul li p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 20px;
    letter-spacing: 0.50px;
}

.news-item ul li img {
    height: 90px;
    float: left;
    margin: 0 10px 10px 0;
}

.columns-box {
    position: relative;
    margin: 0px;
    width: 100%;
    height: auto;
    overflow: hidden !important;
}

.columns-box a {
    text-align: center;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 4px solid #ddd !important;
}

.columns-box img {
    max-width: 100%;
    min-height: 100% !important;
    border: 0px solid #ddd !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.columns-box img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}

.columns-box h2 {
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

.message-text {
    display: flex;
    font-family: 'Catamaran', sans-serif;
    transition: all 0.5s ease;
}

.message-text div {
    margin: 0 10px;
}

.message-text div img {
    width: auto;
    transition: all 0.5s ease;
}

.message-text div p {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.50px;
}

.content-columns {
    display: flex;
}

.content-columns .columns-1,
.columns-2 {
    flex-basis: auto;
}

.text-content {
    font-family: 'Catamaran', sans-serif;
    transition: all 0.5s ease;
}

.text-content p {
    margin: 0px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.50px;
}

.text-content h2 {
    margin: 0px 0;
    color: #666;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.50px;
}

.text-content h3 {
    margin: 0px 0;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.20px;
    text-transform: uppercase;
}

.text-content ul {
    list-style: none;
    padding: 0 0 0 15px;
}

.text-content ul li {
    list-style-image: url(../images/list-arrow.png);
    padding: 2px 0;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.50px;
}

.text-content .img-wrap {
    float: left;
    margin: 0 20px 20px 0;
}

.text-content .img-wrap-right {
    float: right;
    margin: 0 0px 20px 20px;
}

.left-columns {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 10px;
}

.left-columns a {
    padding: 5px 10px;
    font-family: 'Catamaran', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.50px;
    text-decoration: none;
}

.left-columns a:before {
    content: "";
    position: absolute;
    margin: 7px 0 0 -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ff9c00;
    transition: all 0.5s ease;
}

.left-columns a:hover {
    color: #666;
    transition: all 0.5s ease;
    padding-left: 15px;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.gallery-list .gallery-box {
    margin: 10px 10px;
    width: 30%;
    border: 0px solid #0072bc;
    transition: all 0.5s ease;
}

.gallery-list .gallery-box figure {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.gallery-list .gallery-box a {
    display: none;
}

.gallery-list .gallery-box a:first-child {
    display: inherit;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-list .gallery-box a img {
    max-width: 100%;
    min-height: 100% !important;
    border: 0px solid #ddd !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-list .gallery-box a img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}

.gallery-list .gallery-box h4 {
    text-align: center;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    padding: 4px 0;
    text-transform: inherit;
}

.gallery {
    margin: 30px 0;
}

.gallery ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.gallery ul li {
    height: 170px;
    overflow: hidden;
    margin: 10px 10px;
    width: 22%;
    border: 0px solid #0072bc;
    transition: all 0.5s ease;
}

.gallery ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery ul li a img {
    max-width: 100%;
    min-height: 100% !important;
    border: 0px solid #ddd !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery ul li a img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}

.gallery-1 {
    margin: 10px 0;
}

.gallery-1 ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.gallery-1 ul li {
    height: 80px;
    overflow: hidden;
    margin: 10px 10px;
    width: 41%;
    border: 0px solid #0072bc;
    transition: all 0.5s ease;
}

.gallery-1 ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-1 ul li a img {
    max-width: 100%;
    min-height: 100% !important;
    border: 0px solid #ddd !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-1 ul li a img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-family: 'Catamaran', sans-serif;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.table td,
.table th {
    font-family: 'Catamaran', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.table td span {
    display: block;
    color: #333;
    font-size: 14px;
}

.albums-1 {
    background: #fff;
    border: 0px dashed #ddd;
    padding: 5px;
    margin: 0 0 30px 0;
    cursor: pointer;
    box-shadow: 0px 0px 7px #ddd;
    font-family: 'Catamaran', sans-serif;
}

.albums-1 .list-gallery {
    margin-bottom: 10px;
}

.albums-1 .list-gallery a {
    display: none;
}

.albums-1 .list-gallery a:first-child {
    display: inherit;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.albums-1 .list-gallery a img {
    max-width: 100%;
    min-height: 100% !important;
    border: 1px solid #f7f7f7 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.albums-1 .list-gallery a img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.albums-1:hover {
    background: #faf7e4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.albums-1 .caption-text {
    text-align: left;
    font-family: 'Catamaran', sans-serif;
}

.albums-1 .caption-text h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.albums-1 .caption-text p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 18px;
    margin: 0px;
}

.a-link {
    position: absolute;
    right: 30px;
    top: 10px;
    font-family: 'Catamaran', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}


/*------------------------------------------*/


/*---------------------------------------------*/

.footer {
    background-color: transparent;
    padding: 10px 0;
    margin: 50px 0 0 0;
    border-top: 2px solid #ffc66d;
    font-family: 'Catamaran', sans-serif;
}

.footer-col {
    display: flex;
}

.footer-col .ft-col-1,
.ft-col-2,
.ft-col-3,
.ft-col-4 {
    flex-grow: 2;
    margin: 0 15px;
}

.footer-col .ft-col-2 {
    width: 15%;
}

.footer h4 {
    color: #333;
    font-weight: 800;
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}

.footer p {
    font-weight: 500;
    color: #666;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.50px;
}

.footer p a {
    color: #666;
}

.footer p strong {
    font-size: 15px;
    font-weight: 700;
}

.footer_links {
    padding: 0px 0 0 0;
    font-family: 'Catamaran', sans-serif;
}

.footer_links ul {
    list-style: none;
    padding: 0px 0 0px 1px;
    text-align: left;
}

.footer_links li {
    padding: 1px 0;
    margin: 0px;
    border-bottom: 0px dashed #1374bb;
}

.footer_links li a {
    font-weight: 500;
    color: #666;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.50px;
}

.footer_links li a:hover {
    color: #000;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding-left: 5px;
}

.border-right {
    border-right: 1px dashed #19406f;
    min-height: 280px;
}

.footer_links .links-list li {
    float: left;
    width: 48%;
}

.footer_bottom {
    padding: 10px 0px;
    background-color: #0f213c;
    border-top: 1px dashed #fff;
}

.footer_bottom p {
    font-family: 'Catamaran', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin: 0px;
}

.footer_bottom p a {
    color: #fff;
}


/*-------------------------------------------*/

.social-icon {
    text-align: right;
    margin: 0px 0 0 0;
    padding: 0px;
}

.social-icon:after {
    content: "";
    clear: both;
    display: block
}

.social-icon li {
    padding: 1px;
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    color: #515964;
    line-height: 20px;
    border-right: 1px solid #ddd;
}

.social-icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px !important;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin-right: 1px !important;
    padding-top: 4px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 20px;
    background: #fff;
    color: #0776be;
}

.social-icon li a:hover {
    border-radius: 0px;
    background: #0776be;
    color: #fff !important;
}

.social-icon-1 {
    text-align: left;
    margin: 0px 0 0 0;
    padding: 0px;
}

.social-icon-1:after {
    content: "";
    clear: both;
    display: block
}

.social-icon-1 li {
    padding: 1px;
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    color: #515964;
    line-height: 20px;
}

.social-icon-1 li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px !important;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-right: 2px !important;
    padding-top: 4px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 20px;
    background: #ff9c00;
    color: #000;
}

.social-icon-1 li a:hover {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 6px;
    background: #0f213c;
    color: #fff !important;
}


/***back to top */

.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(5, 49, 86, 8) url(../images/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .8;
}

.no-touch .cd-top:hover {
    background-color: #223369;
    opacity: 1;
}


/*-------------------------------------------*/

.contact-info {
    text-align: left;
    font-family: 'Catamaran', sans-serif;
    margin: 20px 0 0 0;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    margin: 0px 0;
    letter-spacing: 0.20px;
}

.contact-info p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0;
    padding: 7px 0;
    line-height: 22px;
    letter-spacing: 0.20px;
    border-bottom: 1px solid #ddd;
}

.contact-info p a {
    color: #666;
    margin: 0 0 15px 0;
}


/*---------------------------------------------------*/

.contact-form h3 {
    text-align: left;
    font-family: 'Catamaran', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ddd;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 700;
    font-size: 15px;
}

.checkbox-inline,
.radio-inline {
    font-weight: 400!important;
    font-size: 15px!important;
}

.form-group a {
    font-weight: 400!important;
    font-size: 16px;
    text-decoration: underline;
    color: #333;
}

.form-group img {
    border: 1px dashed #ddd;
}

.radio label {
    font-weight: 400!important;
    font-size: 16px;
}

.submit-link {
    background: #ffa619;
    padding: 5px 25px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 0 0 0;
    display: inline-block;
}

.submit-link:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.red-color {
    color: #fb2104;
    font-weight: 800;
}


/*--------------------------------------------------------------------*/

.mg-both {
    margin: 30px 0;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.divider10 {
    height: 10px;
}

.divider20 {
    height: 20px;
}

.divider30 {
    height: 30px;
}

.divider50 {
    height: 50px;
}

.divider80 {
    height: 80px;
}

.divider120 {
    height: 120px;
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1460px) {
    .wel-section {
        margin: 0px 0 0px 0;
    }
}

@media only screen and (max-width: 1280px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%!important;
    }
    .logo img {
        width: 100%;
    }
    .social-icon li {
        padding: 0px;
    }
    .social-icon li a {
        width: 22px;
        height: 22px;
        font-size: 15px;
    }
    .wel-section {
        margin: 0px 0 0px 0;
    }
    .pro-list h6 {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-col {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-col .ft-col-1,
    .ft-col-2,
    .ft-col-3,
    .ft-col-4 {
        flex-grow: 2;
        margin: 0 15px;
    }
    .footer-col .ft-col-2 {
        width: auto;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .logo img {
        width: 90%;
    }
    .wel-section h1 {
        font-size: 30px;
        font-weight: 800;
    }
    .wel-section h1 span {
        display: block;
        font-size: 26px;
    }
    .wel-section p {
        font-size: 16px;
        margin: 10px 0;
        padding: 0 10px;
    }
    .footer-col {
        display: flex;
        flex-wrap: wrap!important;
    }
    .footer-col .ft-col-1,
    .ft-col-2,
    .ft-col-3,
    .ft-col-4 {
        flex-grow: 2;
        margin: 0 15px;
    }
    .footer-col .ft-col-2 {
        width: auto;
    }
    .pro-list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .pro-list .pro-col-1,
    .pro-col-2,
    .pro-col-3,
    .pro-col-4,
    .pro-col-5,
    .pro-col-6 {
        margin: 1% 2%;
        width: 45%;
    }
    .columns-box h2 {
        font-size: 15px;
    }
    .left-columns {
        display: none;
    }
    .gallery-list .gallery-box {
        margin: 10px 7px;
        width: 30%;
    }
    .gallery-list .gallery-box figure {
        width: 100%;
        height: 140px;
        overflow: hidden;
    }
    .gallery-list .gallery-box h4 {
        font-size: 15px;
    }
    .gallery ul li {
        height: 120px;
        overflow: hidden;
        margin: 7px 7px;
        width: 22%;
    }
    .gallery-1 ul li {
        height: 120px;
        overflow: hidden;
        margin: 10px 10px;
        width: 22%;
    }
}

@media only screen and (max-width: 575px) {
    .logo {
        text-align: center;
        display: block;
        position: relative;
        top: 2px;
    }
    .logo img {
        width: 65%!important;
    }
    .top_cont {
        display: none;
    }
    .wel-section h1 {
        font-size: 24px;
        font-weight: 800;
    }
    .wel-section h1 span {
        display: block;
        font-size: 21px;
    }
    .wel-section p {
        font-size: 16px;
        margin: 10px 0;
        padding: 0 0px;
    }
    .heading-title h1 {
        font-size: 20px;
    }
    .message-text div img {
        width: 100px;
    }
    .footer_links .links-list li {
        float: none;
        width: 100%;
    }
    .gallery-list .gallery-box figure {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    .gallery ul li {
        height: 100px;
        overflow: hidden;
        margin: 3px 3px;
        width: 30%;
    }
    .gallery-1 ul li {
        height: 100px;
        overflow: hidden;
        margin: 3px 3px;
        width: 30%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .logo img {
        width: 90%!important;
    }
    .pro-list .pro-col-1,
    .pro-col-2,
    .pro-col-3,
    .pro-col-4,
    .pro-col-5,
    .pro-col-6 {
        margin: 1% 0px;
        width: 100%;
    }
    .heading-title h1 {
        font-size: 18px;
    }
    .message-text {
        display: flex;
        flex-direction: column;
    }
    .message-text div {
        margin: 0 0px;
    }
    .message-text div img {
        width: 100%;
    }
    .gallery-list .gallery-box {
        margin: 10px 10px;
        width: 44%;
    }
    .gallery ul li {
        height: 100px;
        overflow: hidden;
        margin: 7px 7px;
        width: 44%;
    }
    .gallery-1 ul li {
        height: 100px;
        overflow: hidden;
        margin: 7px 7px;
        width: 40%;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .logo img {
        width: 100%!important;
    }
}


/* Custom, */

@media only screen and (max-width: 360px) {
    .text-content .img-wrap {
        width: 100%;
        float: none;
        margin: 0 0px 20px 0;
    }
    .gallery-list .gallery-box {
        margin: 0px 0px;
        width: 100%;
    }
    .gallery-list .gallery-box figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .gallery ul li {
        height: 100%;
        overflow: hidden;
        margin: 7px 0px;
        width: 100%;
    }
    .gallery-1 ul li {
        height: 100%;
        overflow: hidden;
        margin: 7px 7px;
        width: 100%;
    }
}


/*----------------------------------*/

.owl-slider h6 {
    font-family: 'Catamaran', sans-serif;
    text-align: center;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

.owl-nav {
    display: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}


/* span {
    font-size: 70px;
    position: relative;
    top: -5px;
} */

.owl-nav button:focus {
    outline: none;
}

/*==========================================================*/
 
.masonry-wrapper .masonry-col {
	display: flex;
	justify-content: center;
	align-items: center;
}
.masonry-wrapper .masonry-col > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px; 
}

.masonry-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
}
.masonry-wrapper .wide {
	grid-column: span 0;
}
.masonry-wrapper .tall {
	grid-row: span 2;
}
.masonry-wrapper .big {
	grid-column: span 1;
	grid-row: span 1;
}

@media only screen and (max-width:600px) {
    .masonry-wrapper {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: auto;
        grid-auto-rows:auto;
        grid-auto-flow: dense;
    }

    .masonry-content-details h3 {font-size: 15px;}
    .masonry-content-details p {font-size: 13px;}
}

@media only screen and (max-width:360px) {
    .masonry-wrapper {
        display:table;
        grid-gap: 10px;
        grid-template-columns: auto;
        grid-auto-rows:auto;
        grid-auto-flow: dense;
    }

    .masonry-wrapper .masonry-col {
        margin-bottom: 15px;
    }

    
}
 

/* img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
} */

 /* Main CSS */
/* .grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 0px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 0;
   
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
} */

/*==========================================================*/