@font-face {
    font-family: Lato-thin;
    src: url(../font/lato/Lato-Thin.ttf);
}
@font-face {
    font-family: Lato-light;
    src: url(../font/lato/Lato-Light.ttf);
}
@font-face {
    font-family: Lato-regular;
    src: url(../font/lato/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-bold;
    src: url(../font/lato/Lato-Bold.ttf);
}
html,body{
    font-family: Lato-regular !important;
    margin: 0px !important;
    padding:0px !important;
    height: 100% !important;
}

.sec-pad{
    padding: 2% ;
}
.sec-padding{
    margin:80px auto;
}
a,p,span,button,label,h1,h2,h3,h4,h5,h6{
    font-family: Lato-regular;
}
.marie-hr{
    height:20px;
    border-top:3px solid #ccc;
    width:60px;
    margin:20px auto;
}
.marie-vr{
    height:40px;
    border-right:3px solid #bababa;
    width:10px;
    margin:20px 10px 10px 0px;
}
.black-font{
    color:#333;
}
.marie-blue{
    background-color:#009aff;
}
.marie-blue2{
    background-color:#007acc;
}
.top-nav-collapse {
    background-color: #82b1ff !important;
}
.marie-navbar{
    width: 65%;
    margin:auto;
}
.btn-blue {
    background-color: #000;
}
@media (max-width: 1024px) {
    .marie-navbar{
        width: 100%;
        margin:auto;
        text-align: center;
    }
}
.navbar:not(.top-nav-collapse) {
    background: #fff;
    padding: 0px;
}
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #fff !important;
        padding-right: 0px !important;
        opacity:0.9;
    }
}
.intro-1 {
    height: 100%;
}
@media (min-width: 770px) and (max-width: 1025px) {
    .intro-1 {
        height: 100%;
    }
}
@media (max-width: 740px) {
    .intro {
        height: 100%;
    }
}
.margin-0{
    margin: 0px;
}
.mari-nav-link{
    height: 80px;
    padding:30px 0px !important;
    margin: 0px 20px;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .mari-nav-link{
        height: 50px;
        padding:15px 0px !important;
        text-align: center;
    }
}
.nav-logo{
    height: 70px;
}
@media (max-width: 768px) {
    .nav-logo{
        height: 60px;
    }
}
.active{
    color:#43b4fe;
    border-bottom:#43b4fe !important;
}
.login-box{
    width:480px;
    margin:auto;
    margin-top:20%;
    padding:0px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    .login-box{
        margin:10% auto 0%;
    }
}
@media only screen and (max-width: 768px) {
    .login-box{
        width:100%;
    }
}
@media only screen and (max-width: 480px) {
    .login-box{
        margin-top:80px;
    }
}
@media only screen and (max-width: 480px) {
    .login-box >ul >li >a.mari-tab-link{
        width:100% !important;
    }
}
.menu-social{
    margin-top:20px;
}
@media only screen and (max-width: 1024px) {
    .menu-social{
        margin: auto;
        width:55%;
        text-align: center;
    }
}
.modal-dialog .btn .fa.login-social {
    color: #0277bd  !important;
}
/*------------Form---------------*/

.form-elegant .font-small {
    font-size: 0.8rem; }

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); }

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15); }

.hm-white-light .full-bg-img, .hm-white-light .mask {
    background-color: rgba(255,255,255,0.0);
}
.marie-form{
    width:480px;
    margin: auto;
    opacity: 0.8;
}
@media only screen and (min-width: 480px) and (max-width: 768px){
    .marie-form{
        width:510px;
        margin: auto;
        opacity: 0.8;
    }
}
@media (max-width: 480px) {
    .marie-form{
        width:100%;
        margin: auto;
        opacity: 0.8;
    }
}
.mari-tab-link{
    background-color: #70c2ed;
    color:#fff !important;
    padding: 15px;
    font-size: 20px;
}
.pills-secondary .nav-item .nav-link.active, .tabs-secondary {
    background-color: #318ccd;
    border-radius:0px;
}
.mari-tab-link .active{
    background-color: #318ccd !important;
    color:#fff !important;
}
@media (max-width: 768px) {
    .mari-tab-link{
        font-size: 16px;
        padding-top: 15px !important;
    }
}
.marie-social-btn{
    margin-right:5px !important;
}
.marie-social-btn > .fa{
    color:#009aff !important;
}
.more-btn{
    margin: auto;
    border-radius:25px;
    border: 0px solid #345CB2;
}

/*-------Home page starts here---------*/
.home-seagoing-tab-link{
    background-color: #66d2ff;
    padding:25px;
    font-size: 26px;
    border-radius: 0px !important;
}
.home-seagoing-tab-link:hover{
    background-color: #66d2ff !important;
    opacity:0.9;
}
.home-offshore-tab-link{
    background-color: #66A7FF;
    padding:25px;
    font-size: 26px;
    border-radius: 0px !important;
}
.home-offshore-tab-link:hover{
    background-color: #66A7FF !important;
    opacity:0.9;
}
.shore-tab-link{
    background-color: #9280E4;
    padding:25px;
    font-size: 26px;
    border-radius: 0px !important;
}
.shore-tab-link:hover{
    background-color: #9280E4 !important;
    opacity:0.9;
}

@media only screen and (max-width: 768px) {
    .home-seagoing-tab-link,
    .home-offshore-tab-link,
    .shore-tab-link{
        padding:5px;
        font-size: 16px;
        height:60px;
    }
}
.home-tab-content{
    padding:0px 50px;
    background:#fff;
    padding-top: 50px;
    padding-bottom:50px;
    position: relative;
    left:-55px;
    width:110%;
    border-radius: 0px;
}
@media only screen and (max-width: 1366px) {
    .home-tab-content{
        width:100%;
        padding:0px;
        margin-top: 50px;
        padding-bottom: 50px;
        left:0px;
    }
}
.marie-slider{
    margin-top:80px;
    margin-bottom: -10px;
}
@media only screen and (max-width: 768px) {
    .marie-slider{
        margin-top:60px;
    }
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 5px solid #009aff;
    color:#009aff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color:#009aff;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
    color:#009aff !important;
}
/*-----Section 2 --------*/
.knowledge-box{
    background-color: #0091d2;
    padding:50px 100px;
    color:#fff;
    text-align: center;
    word-wrap: break-word;
}
.offshore-box{
    background-color: #2cade7;
    padding:50px 100px;
    color:#fff;
    text-align: center;
    word-wrap: break-word;
}
.shore-box{
    background-color:#60c3f4;
    padding:50px 100px;
    color:#fff;
    text-align: center;
    word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
    .knowledge-box,
    .offshore-box,
    .shore-box{
        padding:50px 20px;
    }
}
/*------Section3----- */
.md-pills .nav-link{
    color: #333;
}
.testimonial-carousel .carousel-control.left {
    left: -6%;
}
.testimonial-carousel .carousel-control.right {
    right: -6%;
}
/*------Section4----- */
.counter-section{
    min-height: 430px;
}
.stat-title{
    color:#fff;
}
.circle{
    height: 200px;
    width: 200px;
    border-radius:50%;
    border:2px solid #fff;
}
.ncounter{
    font-size: 38px;
}
@media only screen and (max-width: 768px) {
    .stat-title{
        font-size: 26px;
        margin-top: 20%;
        text-align: center;
    }
    .circle{
        height: 150px;
        width: 150px;
        border-radius:50%;
        border:2px solid #fff;
    }
    .ncounter{
        font-size: 18px;
    }
}
@media only screen and (max-width: 568px) {
    .circle{
        height: 80px;
        width: 80px;
        border-radius:50%;
        border:2px solid #fff;
    }
}
/*------Section5----- */
.fe-title{
    font-size: 36px;
    font-weight: lighter;
    color:#191919;
}
.logo-box{
    border:1px solid #eee;
    height:200px;
    margin:5px;
    padding-top:30%;
    color:#fff;
}

/*------Section8----- */

/*-----Footer----- */
footer.page-footer.marie-footer {
    margin-top:-25px;
    padding-top: 30px !important;
    background-color: #ececec;
    color:#333;
}
footer.page-footer a {
    color: #333;
    font-size: 14px;
}
.bottom-footer{
    background-color:rgb(32,32,32) !important;
}
.footer-logo{
    margin-left: 30%;
    height:65px;
    margin-bottom:5%;

}
@media only screen and (max-width: 768px) {
    .footer-logo{
        margin-left: 7%;
        height:65px;
        margin-bottom:5%;

    }
}
/*-------------New home page-----------------*/
.home-hero-image {
    background-image: url("../../website/img/banner/header-background.png") ;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    padding-top:50px;
}
@media (max-width: 992px) {
    .home-hero-image {
        margin-top: 50px;
    }
}
.transparent-box {
    height:550px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity:0.9;
    border-radius:5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 992px) {
    .transparent-box {
        height:auto !important;
        top: 60%;
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .transparent-box {
        height:auto !important;
        padding: 20px 10px;
        top: 55%;
    }
}
@media (max-width: 360px) {
    .transparent-box {
        height:auto !important;
        padding: 20px 10px;
        top: 55%;
    }
}
@media (max-width: 320px) {
    .transparent-box {
        height:auto !important;
        padding: 20px 10px;
        top: 55%;
    }
}
.blue-box{
    color:#fff;
    padding:10px;
    margin: 15px 0px;
    font-weight: 500;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .16);
    border-radius:3px;
    opacity: 1 !important;
    background: rgb(0, 154, 255);
}

@media (max-width: 992px) {
    .blue-box{
        margin: 10px 0px;
    }
}
@media (max-width: 768px) {
    .blue-box{
        margin: 10px 0px;
    }
}
.blue-box h5{
    color:#333;
    font-weight: 700;
    font-size: 16px;
}
.blue-box:hover{
    color:#fff;
    background: linear-gradient(to right, #0091d2 , #0091d2);
    transition:all .4s;
}
.social-row{
    min-height:310px;
    z-index:9999;
}
.social-img,
.knowledge-img,
.blog-img{
    position: relative;
    height: 310px;
    width: 100%;
}
/*------- Flip categories-----*/
/* entire container, keeps perspective */
.flip-container {
    width: 100%;
    height: 100px;
    perspective: 1000px;
    margin-top: 20px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    width: 100%;
    height: 100px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .16);
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    word-wrap: break-word;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    word-wrap: break-word;
}
.hotjobs-section{
    background-color:#0091d2;
    padding:50px 100px;
}
@media only screen and (max-width: 768px) {
    .hotjobs-section{
        background-color:#0091d2;
        padding:20px 10px;
    }
}
.hot-jobs-box{
    border:1px solid #ccc;
    padding:5px 10px 10px;
}
/*------About page Section----- */
.about-section{
    margin-top: 80px;
    min-height: 400px;
    padding: 70px;
    background-repeat:no-repeat;
    background-position: left top;
}
.abt-header-title1{
    color:#fff;
    font-size:32px;
    font-family: Lato-thin;
    text-align: center;
}
.abt-header-title2{
    color:#fff;
    font-size:72px;
    text-align: center;
    font-family: Lato-bold;
}
.abt-header-title2-blue{
    color:#009aff;
    font-size:72px;
    text-align: center;
    font-family: Lato-bold;
}
.team-box{
    padding: 10px;
}
.team-img{
    height: 400px;
}
.inner-text{
    padding: 10% 20%;
}
.employe-img{
    width:100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.employe-img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 1s;
}
@media only screen and (max-width: 768px) {
    .about-section{
        padding: 10px;
    }
    .abt-header-title2{
        font-size:42px;
    }
    .abt-header-title2-blue{
        font-size:42px;
    }
    .inner-text{
        padding: 10px 20px;
    }
}

/*------Service page Section----- */
.service-top-content{
    width:70%;
    margin:auto;
    padding:100px 50px;
}
@media only screen and (max-width: 768px) {
    .service-top-content{
        padding:30px 10px;
    }
}
.service-top-tab{
    padding: 30px auto;
}
.service-top-tab .nav-item .nav-link{
    font-size: 20px;
    color: #606060;
    padding: 13px auto;
}
@media only screen and (max-width: 768px) {
    .service-top-tab .nav-item .nav-link{
        font-size: 16px;
    }
}
.service-top-tab .nav-item .nav-link.active,
.service-top-tab .nav-item .nav-link:hover,
.tabs-primary {
    background-color: #ffff !important;
    box-shadow: none;
    height:60px;
    color:#009aff;
    text-transform: capitalize;
    position: relative;
    border-bottom:4px solid #009aff !important;
}

.service-top-tab .nav-item .nav-link.active:before,
.service-top-tab .nav-item .nav-link:hover:before,
.tabs-primary:before{
    position: absolute;
    content: '';
    border-style: solid;
    left: calc(50% - 13px);
    bottom: 0;
    border-width: 13px 13px 0 13px;
    border-color: #009aff transparent transparent transparent;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
.service-tab-content{
    position: relative;
    top:-12px;
    z-index: -1;
    min-height:587px;
    background-image: url(../../website/img/service/top-tab-bg.png);
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    .service-top-tab .nav-item .nav-link{
        font-size: 16px;
    }
}

.ver-tab {
    float: left;
    background-color: #ffffff;
    width: 30%;
}
/* Style the buttons inside the tab */
.ver-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.ver-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.ver-tab button.active {
    background-color: #ccc;
}

.ver-tab button{
    background-color: #fff;
    font-size: 28px;
    border-bottom: 2px solid #eee;
}
.ver-tab button:hover{
    background-color: #fff !important;
    color:#ff5d00 !important;
    border-bottom: 2px solid #eee !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    border-right:5px solid #ff5d00;
}
.ver-tab button:hover:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 15px);
    right: 0;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ff5d00;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.ver-tab button.active{
    background-color: #fff !important;
    color:#ff5d00 !important;
    border-bottom: 2px solid #eee !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    border-right:5px solid #ff5d00;
}
.ver-tab button.active:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 15px);
    right: 0;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ff5d00;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.vr-tablink{
    padding:30px 50px !important;
    color: #0090e4 !important;
    font-size: 20px !important;
}
.content-box{
    height: 275px ;
}

@media only screen and (max-width: 1024px) {
    .vr-tablink{
        font-size: 20px !important;
    }
    .content-box{
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .service-top-content{
        width:100%;
    }
}
.wel-text{
    font-size: 92px;
}
@media only screen and (max-width: 768px) {
    .wel-text{
        font-size: 52px;
    }
}
.service-gray-sec{
    background:#f9f9f9;
    padding:80px 50px;
}
@media only screen and (max-width: 768px) {
    .service-gray-sec{
        background:#f9f9f9;
        padding:30px 10px;
    }
}


/*-----Job Category page-------*/
.job-section{
    min-height: 400px;
    padding-top: 80px;
    padding-bottom:80px;
    background-repeat:no-repeat;
    background-position: left top;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    .job-section{
        padding-top: 30px;
        padding-bottom:30px;
    }
}
.blue-search-box{
    background-color:#00a6ff;
    padding:10px;
}
.blue-search-box2{
    background-color:#00a6ff;
}
.blue-search-box3{
    background-color:#0091d2;
    padding-left: 15px;
    padding-right:15px;
}
@media only screen and (max-width: 360px) {
    .blue-search-box3{
        margin-top: -10px;
        padding-left: 10px;
        padding-right:10px !important;
    }
}
.search-input{
    padding: .7rem .75rem !important;
}
.list-group-hover .list-group-item:hover {
    background-color: #f5f5f5;
}
.category-link{
    color: #333;
}
.category-link:hover{
    color: #ff5d00 !important;
    text-decoration: none;
}
.job-cat-circle{
    border:1px solid #00a6ff;
    padding: 20px 25px;
    background:#00a6ff;
}
@media only screen and (max-width: 768px) {
    .job-cat-circle{
        padding: 10px 15px;
    }
}
.search-bottom-text{
    font-size: 24px;
}
.outer-circle{
    width:100px;
    height:100px;
    margin:auto;
    padding:5px;
    border:3px solid #00a6ff;
}
.inner-circle{
    width:80px;
    height:80px;
    margin:auto;
    background-color:#00a6ff;
    padding-top: 25px;
}
@media only screen and (max-width: 768px) {
    .outer-circle{
        width:80px;
        height:80px;
        margin:auto;
        padding:5px;
        border:3px solid #00a6ff;
    }
    .inner-circle{
        width:60px;
        height:60px;
        margin:auto;
        background-color:#00a6ff;
        padding-top: 15px;
    }
}
/*-----Vertical navbar------ */
.total-width{
    width:70%;
    margin: auto;
}
.icon-p{
    font-size: 14px;
}
.icon-bar {
    position: relative;
    top:15px;
    width: 108px;
    background-color: #fff;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px 16px 1px;
    transition: all 0.3s ease;
    color: white;
    font-size: 22px;
    background-color: #00a6ff;
    margin-bottom: 3px;
}
@media only screen and (max-width: 1366px) {
    .total-width{
        width:100%;
        margin: auto;
    }
}
@media only screen and (max-width: 992px) {
    .icon-bar {
        width: 70px;
    }
    .icon-bar a {
        padding: 8px 5px 1px !important;
    }
}
@media only screen and (max-width: 768px) {
    .left-col{
        width: 100%;
    }
    .right-col{
        width: 100%;
    }
    .icon-bar {
        width: 100%; /* Full-width */
        background-color: #fff; /* Dark-grey background */
        overflow: auto; /* Overflow due to float */
    }
    .icon-bar a {
        float: left; /* Float links side by side */
        text-align: center; /* Center-align text */
        width: 20%; /* Equal width (5 icons with 20% width each = 100%) */
        padding: 12px 0; /* Some top and bottom padding */
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: white; /* White text color */
        font-size: 22px; /* Increased font size */
    }
    .total-width{
        width:90%;
        margin: auto;
    }
}
/*--------Job list page-------*/
.no-text-decor:hover{
    text-decoration: none;
}
.cat-box{
    width:33.33%;
    background-color:#00affc;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.cat-box2{
    width:33.33%;
    background-color:#00affc;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1;
}
.cat-box3{
    width:33.33%;
    background-color:#00affc;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 163px;
    z-index: 1;
}
.cat-box4{
    width:33.33%;
    background-color:#00affc;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 245px;
    z-index: 1;
}
.cat-box5{
    width:33.33%;
    background-color:#00affc;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 325px;
    z-index: 1;
}
@media screen and (max-width: 992px) {
    .cat-box {
        width: 50%;
    }
    .cat-box2 {
        width: 50%;
    }
    .cat-box3 {
        width: 50%;
    }
    .cat-box4 {
        width: 50%;
    }
    .cat-box5 {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .cat-box {
        width: 100%;
    }
    .cat-box2 {
        width: 100%;
        top: 0px;
    }
    .cat-box3 {
        width: 100%;
        top: 0px;
    }
    .cat-box4 {
        width: 100%;
        top: 0px;
    }
    .cat-box5 {
        width: 100%;
        top: 0px;
    }
}
.search-box{
    min-height: 50px;
}

@media (max-width: 543px) {
    .newsletter-email{
        width: 91% !important;
    }
}
.map-hover:hover{
    opacity:0.7;
    border: 4px solid red;
}
.cat-box{
    display: none;
}
.cat-close{
    background: #fff;
    padding: 0px 12px;
}
.search-keyword{
    background: white !important;
}

/*==============================news section=============================*/
.contact-section-news{
    margin-bottom: 4%;
}
.faq-details{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 15px;
}
.latest-news{
    border-right: 2px solid #cccccc;
}

@media (max-width: 543px) {
    .news-sm-image{
        width: 92%;
    }
    .news-sm-header{
        font-size: 18px;
        margin-left: 10px;
    }
    .news-sm-text{
        font-size: 14px;
        margin-left: 10px;
        margin-top: -5px;
    }
    .news-sm-banner{
        text-align: center !important;
    }
    .latest-news{
        border-right: none;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .news-sm-section{
        margin-top: -31px;
    }
    .news-sm-image{
        width: 92%;
    }
    .news-sm-header{
        font-size: 16px;
        margin-left: 10px;
    }
    .news-sm-text{
        font-size: 13px;
        margin-left: 10px;
        margin-top: -5px;
    }
    .news-sm-banner{
        text-align: center !important;
    }

}

@media (max-width: 992px) {

}

@media (max-width: 1199px) {

}
/*=======================================*/
/*=====================news details section ==================*/
.faq-details{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 15px;
}
.pagination-section{
    margin-left: 38%;
    margin-top: -50px;
    margin-bottom: 65px;
}

@media (max-width: 543px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .contact-p, .contact-title-details{
        font-size: 14px;
    }
    .contact-h4{
        font-size: 18px;
    }
    .abt-header-title1{
        font-size: 20px;
    }
    .contact-h2{
        font-size: 22px;
    }
    .abt-header-title2, .abt-header-title2-blue, .fe-title{
        font-size: 24px;
    }
    .pagination-section{
        margin-left: 6%;
        margin-top: -50px;
        margin-bottom: 65px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .pagination-section{
        margin-left: 38%;
        margin-top: -50px;
        margin-bottom: 65px;
    }
}
/*=======================================*/
/*==============================FAQ section=============================*/
.faq-details{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 15px;
}
@media (max-width: 543px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .abt-header-title1{
        font-size: 20px;
    }
    .contact-h2{
        font-size: 22px;
    }
    .abt-header-title2, .abt-header-title2-blue, .fe-title{
        font-size: 24px;
    }
    .full-bg-img{
        height: 100px;
    }
    .faq-heading{
        font-size: 15px !important;
    }
    .faq-text{
        font-size: 13px !important;
    }
    .faq-container{
        margin: -32px 0px;
    }
    .faq-services{
        margin-top: 60px;
    }
    .faq-services-text{
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 45px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .faq-text-768{
        font-size: 17px !important;
    }
}

@media (max-width: 992px) {
    .contact-section{
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .contact-section{
        margin-top: 70px;
    }
}
/*=======================================*/
/*====================Contact Section===================*/
.contact-section{
    margin-top: 80px;
}
.contact-title-border{
    height:20px;
    border-top:3px solid #ccc;
    width:215px;
    margin:20px auto;
}
.contact-title-details{
    font-size: 20px;
    color: #353331;
}

.contact-icon{
    margin-left: -20px;
    background: #f2f2f2;
    padding: 22px 32px;
    font-size: 35px;
    border: 1px solid #ccc;
    margin-right: 22px;
    margin-top: 25px;
}

@media (max-width: 543px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .contact-p, .contact-title-details{
        font-size: 14px;
    }
    .contact-h4{
        font-size: 18px;
    }
    .abt-header-title1{
        font-size: 20px;
    }
    .contact-h2{
        font-size: 22px;
    }
    .abt-header-title2, .abt-header-title2-blue, .fe-title{
        font-size: 24px;
    }
    .full-bg-img{
        height: 100px;
    }
    .contact-info{
        margin-top: 22px;
    }
    .form-control{
        width: 75% !important;
    }
    .errorTxt4 .error{
        margin-left: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .contact-icon{
        margin-left: -20px;
        background: #f2f2f2;
        padding: 10px 20px;
        font-size: 20px;
        border: 1px solid #ccc;
        margin-right: 10px;
        margin-top: 32px;
    }
    .contact-h4{
        font-size: 18px;
    }
    .contact-p{
        font-size: 13px;
        width: 99%;
    }
}

@media (max-width: 992px) {
    .contact-section{
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .contact-section{
        margin-top: 70px;
    }
}
/*=======================================*/
/*=================blog section======================*/
.faq-details{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 15px;
}
.pagination-section{
    margin-left: 38%;
    margin-top: -50px;
    margin-bottom: 65px;
}

@media (max-width: 543px) {
    .about-section{
        padding: 15%;
    }
    .contact-section{
        margin-top: 80px;
    }
    .contact-p, .contact-title-details{
        font-size: 14px;
    }
    .contact-h4{
        font-size: 18px;
    }
    .abt-header-title1{
        font-size: 20px;
    }
    .contact-h2{
        font-size: 22px;
    }
    .abt-header-title2, .abt-header-title2-blue, .fe-title{
        font-size: 24px;
    }
    .pagination-section{
        margin-left: 6%;
        margin-top: -50px;
        margin-bottom: 65px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .pagination-section{
        margin-left: 38%;
        margin-top: -50px;
        margin-bottom: 65px;
    }
}
/*=======================================*/
/*==================blog details section=====================*/
.faq-details{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 15px;
}
/*=======================================*/
.hero-image {
    background-image: url(../../website/img/service/top-tab-bg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

.toast-top-center {
    margin-top: 4% !important;
    margin: 0 auto;
}

/*pagination style*/

.pagination-wrapper {
    text-align: center;
}
.pagination-wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.pagination-wrapper li {
    float: left;
    padding: 2px 5px;
}
.scale-anm {
    transform: scale(1);
}
.badge-primary {
    background-color: #e69100;
    border-radius: 50%;
}
.fil-cat{
    background: rgb(0, 154, 255);
    color: #fff !important;
}
.fil-cat.active, .fil-cat:hover, .fil-cat:focus{
    background: rgba(230,145,0,1);
    border: 1px solid rgba(230,145,0,1);
}