@charset "utf-8";
/*======================================================================================================================
                                                            fonts
======================================================================================================================*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CompassSans-Regular';
    src: url('../fonts/CompassSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CompassSans-Bold';
    src: url('../fonts/CompassSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CompassSans-Medium';
    src: url('../fonts/CompassSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*======================================================================================================================
                                                            common
======================================================================================================================*/
.bg-cover{
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position:center !important;
}
.cmn-heading{
    color:#0d142f;
    font-size:50px;
    text-transform: uppercase;
    font-family: 'CompassSans-Medium';
    margin-top:0;
    margin-bottom:30px;
    text-align:center;
}
.cmn-prt-all-pages .cmn-inner{
    height:300px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.cmn-prt-all-pages .cmn-inner h1{
    margin:0;
    font-size:50px;
    color:#fff;
    font-family: 'CompassSans-Bold';
    text-transform: uppercase;
}
label.select-lb {
    position: relative;
    margin: 0;
    width: 100%;
    font-weight: normal;
}
label.select-lb select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Lato-Medium';
    font-weight:normal;
}
label.select-lb::after {
    content: '\f2f9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    width: 15px;
    color: #474747;
    font-size: 18px;
    right: 20px;
    bottom: 28px;
    pointer-events: none;
    z-index: 2;
    top: 16px;
}
/*======================================================================================================================
                                                            header
======================================================================================================================*/
.header-top-bar{
    background:#254371;
    padding:5px 0;
}
.header-top-bar .top-bar-inner{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.header-top-bar .top-bar-inner .spacher{
    flex: 1;
}
.header-top-bar .top-bar-inner .site-logo{
    display:inline-block;
    padding:0 15px;
}
.header-top-bar .top-bar-inner ul{
    margin:0;
}
.header-top-bar .top-bar-inner ul li{
    color:#fff;
    font-family: 'CompassSans-Regular';
    font-size:18px;
}
.header-top-bar .top-bar-inner ul li a{
    color:#fff;
    display:inline-block;
    text-decoration: none;
    font-size:20px;
}
.header-top-bar .top-bar-inner ul li + li{
    margin-left:20px;
}
.header-top-bar .top-bar-inner ul li a i{
    transform: none;
    display:inline-block;
    text-align:center;
}
.navbar-default{
    background: #fff;
    margin:0;
    border-radius: 0;
    border:none;
}
.navbar-default .navbar-nav>li>a {
    color:#4c4c4c;
    font-family: 'CompassSans-Bold';
    font-size:16px;
    text-transform: uppercase;
    padding:18px 15px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    margin-left:1px;
}
.navbar-default .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #f04444;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>.active>a:before, 
.navbar-default .navbar-nav>.active>a:focus:before, 
.navbar-default .navbar-nav>.active>a:hover:before{
    right: 0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    background:transparent !important;
}
.navbar-default .navbar-right li a:before{
    display:none;
}
.navbar-default .navbar-right li a{
    font-size:26px;
    color:#000;
    padding:0 !important;
    margin-top:14.5px;
    margin-bottom:14.5px;
    overflow: visible;
}
.navbar-default .navbar-right li a i{
    position:absolute;
    top:-10px;
    right:-10px;
    background:#f04848;
    color:#fff;
    height:20px;
    width:20px;
    font-size:10px;
    border-radius:100%;
    text-align:center;
    font-style: initial;
    line-height:20px;
    font-family: 'Roboto-Regular';
    font-weight:bold;
}
.navbar-nav>li>.dropdown-menu>li>a{
    color:#4c4c4c;
    font-family: 'CompassSans-Bold';
    font-size:14px;
    text-transform: uppercase;
}
@media(min-width:768px){
    .navbar-nav>li>.dropdown-menu{
        transform: translateY(-40px);
        transition: all 0.4s ease;
        opacity: 0;
        display:block;
        pointer-events: none;
        z-index:999;
    }
    .navbar-nav>li:hover .dropdown-menu,
    .navbar-nav>li.open>.dropdown-menu{
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    .inner-dropdown{
        position:relative;
        overflow: hidden;
        z-index:1;
    }
    .inner-dropdown.open, .menu-item-has-children.open{
        overflow: visible;
    }
    .inner-dropdown .inner-dropdown-menus, .menu-item-has-children .inner-dropdown-menus{
        position:absolute;
        top:0;
        left:100%;
        min-width: 225px;
        background:#fff;
        border: 1px solid rgba(0,0,0,.15);
        border-radius:2px;
        padding:5px 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease-in-out;
        z-index: -1;
    }
    .inner-dropdown.open .inner-dropdown-menus, .menu-item-has-children.open .inner-dropdown-menus{
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
    .inner-dropdown .inner-dropdown-menus li a, .menu-item-has-children .inner-dropdown-menus li a{
        padding:3px 20px;
        color:#4c4c4c;
        font-family: 'CompassSans-Bold';
        font-size:14px;
        text-transform: uppercase;
        display:block;
        text-decoration: none;

    }
    .inner-dropdown .inner-dropdown-menus li a:hover, .menu-item-has-children .inner-dropdown-menus li a:hover{
        background-color: #f5f5f5;
    }
}
/*======================================================================================================================
                                                            index
======================================================================================================================*/
.home-section1 .home-section1-inner{
    padding-top:100px;
    padding-bottom:70px;
}
.home-section1 .home-section1-inner h3{
    margin:0;
    font-size:60px;
    color:#fff;
    font-family: 'CompassSans-Regular';
    text-transform: uppercase;
    line-height: 1;
}
.home-section1 .home-section1-inner h1{
    font-size:80px;
    color:#fff;
    margin:0;
    font-family: 'CompassSans-Bold';
    text-transform: uppercase;
    line-height: 1;
}
.home-section1 .home-section1-inner h2{
    margin-top:0;
    color:#fff;
    font-size:70px;
    font-family: 'CompassSans-Bold';
    margin-bottom:25px;
    text-transform: uppercase;
    line-height: 1;
}
.home-section1 .home-section1-inner h4{
    font-size:30px;
    color:#fff;
    font-family: 'CompassSans-Bold';
    margin-top:0;
    margin-bottom:20px;
}
.home-section1 .home-section1-inner a{
    display:inline-block;
    padding:15px 30px;
    line-height:1;
    background:red;
    text-transform: uppercase;
    font-family: 'CompassSans-Bold';
    padding-bottom:10px;
    letter-spacing: 2px;
    font-size:18px;
    text-decoration: none;
    border-radius:3px;
}
.home-section1 .home-section1-inner a + a{
    margin-left:10px;
}
.home-section1 .home-section1-inner a.first{
    background:#1a4359;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-section1 .home-section1-inner a.first:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f04444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:3px;
}
.home-section1 .home-section1-inner a.first:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.home-section1 .home-section1-inner a.second{
    background:#1a4359;
    color:#fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-section1 .home-section1-inner a.second:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f04444;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:3px;
}
.home-section1 .home-section1-inner a.second:hover:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.home-section1 .home-section1-inner a.third{
    background:#fff;
    color:#000;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-section1 .home-section1-inner a.third:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:3px;
}
.home-section1 .home-section1-inner a.third:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-section1 .home-section1-inner a.third:hover{
    color:#fff;
}
.home-section2{
    padding:70px 0;
}
.home-section2 .tool-cmn-box{
    padding:25px 15px;
    background:#fff;
    text-align:center;
    transition: all 0.4s ease-in-out;
    margin-bottom:30px;
    min-height:321px;
}
.home-section2 .tool-cmn-box:hover{
    background:#f04444;
}
.home-section2 .tool-cmn-box .tool-icon{
    position:relative;
    display:inline-block;
    height:100px;
    width:120px;
    text-align: center;
}
.home-section2 .tool-cmn-box .tool-icon img{
    height:100px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    transition: all 0.4s ease-in-out;
}
.home-section2 .tool-cmn-box .tool-icon img.main{
    opacity: 1;
    z-index:1;
}
.home-section2 .tool-cmn-box .tool-icon img.hover{
    opacity: 0;
    z-index:-1;
}
.home-section2 .tool-cmn-box:hover .tool-icon img.hover{
    opacity: 1;
    z-index:1;
}
.home-section2 .tool-cmn-box:hover .tool-icon img.main{
    opacity: 0;
    z-index:-1;
}
.home-section2 .tool-cmn-box h4{
    font-size:20px;
    color:#231f20;
    font-family: 'CompassSans-Medium';
    margin-top:15px;
    margin-bottom:5px;
    transition: all 0.4s ease-in-out;
}
.home-section2 .tool-cmn-box:hover h4{
    color:#fff;
}
.home-section2 .tool-cmn-box p{
    color:#494949;
    font-family: 'Roboto-Regular';
    font-size:15px;
    margin-top:0;
    margin-bottom:15px;
    transition: all 0.4s ease-in-out;
}
.home-section2 .tool-cmn-box:hover p{
    color:#fff;
}
.home-section2 .tool-cmn-box a{
    display:inline-block;
    font-size:17px;
    color:#f04444;
    font-family: 'CompassSans-Medium';
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.home-section2 .tool-cmn-box p:nth-last-child(1){
	margin-bottom:0;
}
.home-section2 .tool-cmn-box:hover a{
    color:#fff;
}
.home-section2 .tool-cmn-box a:hover{
    color:#000;
}
.home-section3{
    padding-top:70px;
    padding-bottom:50px;
}
.home-section3 .ftr-pdct-cmn-box{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background:#fff;
    padding:25px 50px;
    text-align: center;
    margin-bottom:20px;
}
.home-section3 .ftr-pdct-cmn-box .product-img{
    display:inline-block;
    margin-bottom:30px;
}
.home-section3 .ftr-pdct-cmn-box .product-img img{
    max-width:100%;
}
.home-section3 .ftr-pdct-cmn-box h5{
    margin-top:0;
    font-size:17px;
    text-transform: uppercase;
    color:#f04444;
    font-family: 'Lato-Medium';
    margin-bottom:10px;
}
.home-section3 .ftr-pdct-cmn-box h4{
    font-size:20px;
    color:#231f20;
    font-family: 'Lato-Medium';
    margin:0;
    min-height:44px;
}
.home-section3 .ftr-pdct-cmn-box h4 a{
    color:#231f20;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.home-section3 .ftr-pdct-cmn-box h4:hover,
.home-section3 .ftr-pdct-cmn-box h4 a:hover{
    color:#f04444;
}
.home-section3 .ftr-pdct-cmn-box h6{
    margin:20px 0;
    font-size:18px;
    color:#5c5c5c;
    font-family: 'Lato-Medium';
    font-weight: normal;
}
.home-section3 .ftr-pdct-cmn-box a.hvr-icon-back{
    display:inline-block;
    padding:10px 25px;
    color:#fff;
    font-size:22px;
    background:#f04444;
    border-radius:3px;
    line-height:1;
    text-decoration: none;
    font-family: 'Lato-Medium';
    transition: all 0.4s ease-in-out;
}
.home-section3 .ftr-pdct-cmn-box a.hvr-icon-back:hover{
    background:#1a4359;
}
.home-section4{
    padding:70px 50px;
}
.home-section4 .cmn-heading{
    color:#fff;
}
.home-section4 .flex-box{
    display:flex;
    flex-direction: row;
    align-items: center;
    margin:0 -5px;
}
.home-section4 .flex-box .flex-col{
    min-width:25%;
    max-width:25%;
    padding:0 5px;
}
.home-section4 .event-cmn-box{
    display:block;
    background:#fff;
    text-decoration: none;
    margin-bottom:20px;
}
.home-section4 .event-cmn-box .event-bnr{
    overflow: hidden;
    position: relative;
}
.home-section4 .event-cmn-box .event-bnr:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.home-section4 .event-cmn-box:hover .event-bnr:after{
    opacity: 1;
}
.home-section4 .event-cmn-box .event-bnr img{
    width:100%;
    transition: all 0.4s ease-in-out;

}
.home-section4 .event-cmn-box:hover .event-bnr img{
    transform: scale(1.1);
}
.home-section4 .event-cmn-box .titel-and-date{
    height: 220px;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding:0 20px;
    justify-content: center;
}
.home-section4 .event-cmn-box .titel-and-date div{
    text-align:center;
}
.home-section4 .event-cmn-box .titel-and-date h4{
    margin-top:0;
    font-size:22px;
    color:#231f20;
    font-family: 'Lato-Medium';
}
.home-section4 .event-cmn-box .titel-and-date h5{
    font-size:16px;
    color:#f04444;
    font-family: 'Lato-Medium';
    margin:0;
}
.home-section5{
    padding:70px 0;
}
.home-section5 .sec5-left-part{
    background:#f04444;
}
.home-section5 .sec5-left-part .left-bnr-holder a{
    display:block;
}
.home-section5 .sec5-left-part .left-bnr-holder a img{
    width:100%;
}
.home-section5 .sec5-left-part .left-desc{
    padding:25px 35px;
}
.home-section5 .sec5-left-part .left-desc h3,
.home-section5 .sec5-left-part .left-desc h3 a{
    margin-top:0;
    margin-bottom:20px;
    font-size:46px;
    color:#fff;
    font-family: 'CompassSans-Medium';
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.home-section5 .sec5-left-part:hover .left-desc h3 a,
.home-section5 .sec5-left-part:hover .left-desc h3{
    color:#000;
}
.home-section5 .sec5-left-part .left-desc p{
    color:#fff;
    font-size:20px;
    font-family: 'Roboto-Regular';
    margin:0;
}
.home-section5 .sec5-left-part .left-ftr{
    padding:20px 35px;
    color:#fff;
    background:#d63d3d;
    font-size:17px;
    font-family: 'Roboto-Regular';
}
.home-section5 .sec5-right-part h3{
    font-size:40px;
    text-transform: uppercase;
    color:#fff;
    background:#254371;
    padding:20px;
    padding-bottom:10px;
    margin:0;
    font-family: 'CompassSans-Medium';
}
.home-section5 .sec5-right-part .sec5-right-inner{
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
.home-section5 .sec5-right-part .sec5-right-inner .right-bnr{
    padding:20px;
    padding-bottom:0;
}
.home-section5 .sec5-right-part .sec5-right-inner .right-bnr img{
    width:100%;
}
.home-section5 .sec5-right-part .sec5-right-inner h4,
.home-section5 .sec5-right-part .sec5-right-inner h4 a{
    font-size:30px;
    color:#254371;
    font-family: 'CompassSans-Medium';
    margin-top:30px;
    margin-bottom:56px;
    padding:0 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.home-section5 .sec5-right-part:hover .sec5-right-inner h4,
.home-section5 .sec5-right-part:hover .sec5-right-inner h4 a{
    color:#f04444;
}
.home-section5 .sec5-right-part .sec5-right-inner .right-ftr{
    padding:25px 20px;
    background:#f9f9f9;
    font-size:17px;
    font-family: 'Roboto-Regular';
    color:#254371;
}
.home-section6{
    padding:70px 0;
    background:#f6f6f6;
}
.home-section6 .items .width-60{
    width:60%;
}
.home-section6 .items .width-40{
    width:40%;
}
@media (max-width:767px){
    .home-section6 .items .width-60, 
    .home-section6 .items .width-40{
        width:100%;
    } 
}
.home-section6 .items .video-holder{
    position:relative;
}
.home-section6 .items .video-holder img{
    width:100%;
}
.home-section6 .items .video-holder a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height:100px;
    width:100px;
    background:transparent;
    border:5px solid #fff;
    color:#fff;
    border-radius:100%;
    text-align:center;
    line-height:86px;
    font-size:50px;
    transition: all 0.3s ease-in-out;
}
.home-section6 .items .video-holder:hover a{
    color:#254371;
    border-color:#254371;
    height:120px;
    width:120px;
    border-width:7px;
    line-height:106px;
}
.home-section6 .items .text-holder{
    height:493px;
    display:flex;
    flex-direction: row;
    align-items: center;
    background:#fff;
    padding:0 50px;
}
.home-section6 .items .text-holder h4{
    font-size:30px;
    color:#000;
    font-family: 'Lato-Medium';
    font-weight:bold;
    margin-top:0;
    margin-bottom:20px;
}
.home-section6 .items .text-holder p{
    font-size:19px;
    font-family: 'Roboto-Regular';
    color:#000;
}
.home-section6 .owl-nav{
    position:absolute;
    top:0;
    bottom:0;
    height:50px;
    width:100%;
    left:0;
    pointer-events: none;
    margin:auto 0;
}
.home-section6 .owl-nav button{
    position:absolute;
    top:0;
    padding:0;
    pointer-events: all;
    outline: none;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    border-radius: 100%;
}
.home-section6 .owl-nav button.owl-prev{
    left:-65px;
}
.home-section6 .owl-nav button.owl-next{
    right:-65px;
}
.home-section6 .owl-nav button span{
    height:50px;
    width:50px;
    background:#254371;
    color:#fff;
    font-size:30px;
    display:inline-block;
    line-height:50px;
    text-align: center;
    border-radius:100%;
    transition: all 0.4s ease-in-out;
}
.home-section6 .owl-nav button:hover span{
    background:#000;
}
.home-section7{
    padding:70px 0;
}
.home-section7 .cmn-heading{
    text-align:left;
    color:#fff;
    font-size:70px;
}
.home-section7 .subscribe-form{
    margin-bottom:30px;
}
.home-section7 .subscribe-form .email-inpt{
    width:90%;
    height:80px;
    background:#fff;
    border:none;
    padding:5px 10px;
    border-radius:6px;
    font-size:18px;
    color:#231f20;
    font-family: 'Roboto-Regular';
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.home-section7 .subscribe-form button{
    width:10%;
    background:#fff;
    padding:0;
    height:80px;
    line-height:80px;
    border:none;
    outline: none;
    font-size:40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.4s ease-in-out;
}
.home-section7 .subscribe-form:hover button{
    background:#d63d3d;
    color:#fff;
}
.home-section7 p{
    color:#fff;
    font-size:18px;
    font-family: 'Roboto-Regular';
    margin:0;
    font-weight: lighter;
}
.home-section8{
    padding:70px 0;
}
.home-section8 .left-img-holder img{
    width:100%;
}
.home-section8 .right-text-holder{
    min-height:511px;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.home-section8 .right-text-holder .texts h3{
    margin-top:0;
    font-size:46px;
    text-transform: uppercase;
    color:#0d142f;
    font-family: 'CompassSans-Medium';
}
.home-section8 .right-text-holder .texts p{
    font-size:20px;
    color:#494949;
    font-family: 'Roboto-Regular';
    margin:0;
    padding-bottom:20px;
}
.home-section8 .right-text-holder .texts a{
    display:inline-block;
    padding:20px 35px 12px 35px;
    font-family: 'CompassSans-Bold';
    font-size:18px;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
    letter-spacing: 2px;
    background:#d63d3d;
    border-radius:4px;
    transition: all 0.4s ease-in-out;
}
.home-section8 .right-text-holder .texts a:hover{
    background:#000;
}
.home-section9{
    padding-bottom:70px;
}
.home-section9 .home-section9-inner{
    border-top:1px solid #ddd;
    padding-top:30px;
}
.home-section9 .home-section9-inner .section9-cmn-box h4{
    font-size:40px;
    color:#254371;
    font-family: 'CompassSans-Regular';
    text-align:center;
    margin-top:0;
    margin-bottom:30px;
}
.home-section9 .home-section9-inner .section9-cmn-box .prtnr-img-holder img{
    width:100%;
    margin-bottom:20px;
}
/*======================================================================================================================
                                                         Articles
======================================================================================================================*/
.art-section1{
    padding:50px 0;
    background:#f6f6f6;
}

.filters{
    margin-bottom:30px;
}
.filters .inpt{
    width:100%;
    height:50px;
    background:#fff;
    border:none;
    border-radius:4px;
    padding:5px 10px;
    color:#000;
    font-family: 'Lato-Regular';
    outline: none;
}

.filters .clearfix button{
    width:15%;
    height:50px;
    padding:0;
    line-height:50px;
    text-align:center;
    background:#f04444;
    border:none;
    outline: none;
    color:#fff;
    font-size:25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.art-section1 .row-c{
    margin-bottom:30px;
	background:#fff;
}
.art-section1 .width-60{
    width:65%;
}
.art-section1 .width-40{
    width:35%;
}
.art-section1 .left-img-holder{
    display:block;
}
.art-section1 .left-img-holder img{
    /* width:100%; */
}
.art-section1 .right-text-holder{
    display:flex;
    flex-direction: row;
    align-items: center;
    min-height:432px;
    background:#fff;
    padding-left:40px;
    padding-right:40px;
}
.art-section1 .right-text-holder h6{
    margin:0;
    margin-bottom:10px;
    color:#000;
    text-transform: uppercase;
    font-size:17px;
    font-family: 'Lato-Regular';
}
.art-section1 .right-text-holder h3{
    margin-top:0;
    margin-bottom:30px;
    font-family: 'Lato-Bold';
    font-size:26px;
}
.art-section1 .right-text-holder h3 a{
    color:#000;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.art-section1 .right-text-holder h3 a:hover{
    color: #f04444;
}
.art-section1 .right-text-holder h4{
    font-size:15px;
    color:#6e6e6e;
    font-family: 'Lato-Regular';
    margin-top:-20px;
    margin-bottom:30px;
}
.art-section1 .right-text-holder p{
    font-size:16px;
    font-family: 'Lato-Regular';
    color:#000;
    margin-bottom:40px;
}
.art-section1 .right-text-holder p a{
    color:#f04444;
}
.art-section1 .right-text-holder h5{
    font-size:17px;
    font-family: 'Lato-Regular';
    color:#000;
}
.pagination-holder{
    text-align:center;
}
.pagination-holder ol{
    margin:0;
}
.pagination-holder ol li a{
    color:#afafaf;
    background:transparent;
}
.pagination-holder ol li.active a,
.pagination-holder ol li.active a:hover,
.pagination-holder ol li a:hover{
    background:#87b8d3 !important;
    color:#fff !important;
    border:1px solid #87b8d3;
}
.pagination-holder ol li a span{
    margin-left:5px;
    display:inline-block;
}
/*======================================================================================================================
                                                         Books
======================================================================================================================*/
.book-section1{
    background:#f6f6f6;
    padding-top:0;
}
.book-section1 .ftr-pdct-cmn-box{
    margin-bottom:30px;
}
.filters .result-show{
    height:50px;
    line-height:50px;
    color:#000;
    font-size:16px;
    font-family: 'Lato-Regular';
}
.breadcrumb-holder .breadcrumb{
    background:transparent;
    padding:15px 0;
    border-bottom:1px solid #ccc;
    margin-bottom:70px;
    border-radius: 0;
}
.breadcrumb>li+li:before{
    color:#000;
}
.breadcrumb-holder .breadcrumb li a{
    color:#000;
    font-size:13px;
    font-family: 'Lato-Regular';
}
.breadcrumb-holder .breadcrumb li.active{
    color:#f04444;
}
/*======================================================================================================================
                                                           Cart
======================================================================================================================*/
.cart-section{
    background:#f6f6f6;
    padding:100px 0;
}
.cart-section .cart-left-section{
    background:#fff;
    padding:40px 20px;
}
.cart-section .cart-left-section h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:34px;
    color:#000;
    font-family: 'Lato-Bold';
}
.cart-section .cart-left-section table{
    width:100%;
}
.cart-section .cart-left-section table th{
    color:#000;
    font-family: 'Lato-Regular';
    font-size:16px;
    text-transform: uppercase;

    padding:20px 0;
}
.cart-section .cart-left-section table td{
    padding:20px 0;
    vertical-align: top;
    padding-right:30px;
    border-top: 1px solid #ccc;
}
.cart-section .cart-left-section table td span.act-price{
    text-decoration: line-through;
    display:block;
}
.cart-section .cart-left-section table td:nth-child(2){
    width:40%;
}
.cart-section .cart-left-section table td:nth-child(3){
    width:20%;
}
.cart-section .cart-left-section table td:nth-child(4){
    width:15%;
}
.cart-section .cart-left-section table td:nth-child(5){
    width:18%;
}
.cart-section .cart-left-section table td:nth-child(6){
    width:7%;
    padding-right:0;
}
.cart-section .cart-left-section table td input{
    height:40px;
    width:60px;
    padding-left:10px;
}
.cart-section .cart-left-section table td .cart-item-img{
    position:relative;
}
.cart-section .cart-left-section table td .cart-item-img button{
    height:25px;
    width:25px;
    position:absolute;
    top:0;
    left:0;
    border-radius:100%;
    border:none;
    outline: none;
    font-size:15px;
    color:#f04444;
    background:#fff;
    transition: all 0.4s ease-in-out;
}
.cart-section .cart-left-section table td .cart-item-img button:hover{
    background:#000;
    color:#fff;
}
.cart-section .cart-left-section table td .cart-item-img img{
    width:100%;
}
.cart-section .cart-left-section table td{
    font-family: 'Lato-Regular';
    font-size:14px;
    color:#4b4b4b;
}
.cart-action{
    padding-top:30px;
}
.cart-action .cupon-code input{
    width:100%;
}
.cart-action .cupon-code .inpt{
    background:transparent;
    height:25px;
    border:none !important;
    outline: none !important;
    border-bottom:1px solid #ccc !important;
    font-size:15px;
}
.cart-action .cupon-code .submit{
    height:25px;
    border:1px solid #f04444;
    background:#f04444;
    outline: none;
    color:#fff;
    text-transform: uppercase;
    font-size:11px;
    border-radius:3px;
    font-family: 'Lato-Regular';
    transition: all 0.4s ease-in-out;
}
.cart-action .cupon-code .submit:hover{
    background:#000;
    border-color:#000;
	color:#fff;
}
.updating-carts {
    text-align:right;
}
.updating-carts button{
    height:25px;
    display:inline-block;
    background:#254371 !important;
    color:#fff !important;
    border:none;
    outline: none;
    border:1px solid #254371 !important;
    border-radius:3px !important;
    font-family: 'Lato-Regular';
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size:11px !important;
    padding-left:15px !important;
    padding-right:15px !important;
    line-height:23px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.updating-carts button + button{
    margin-left:7px;
}
.updating-carts button.disabled{
    opacity: 0.6;
}
.updating-carts button:hover{
    color:#fff;
    background:#f04444;
    border-color: #f04444;
}
.updating-carts button.disabled{
    color:#fff;
    border:1px solid #254371;
    background:#254371;
}
.return-to-shop-link-holder a{
    height:25px;
    display:inline-block;
    background:#254371;
    color:#fff;
    border:none;
    outline: none;
    border:1px solid #254371;
    border-radius:3px;
    font-family: 'Lato-Regular';
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size:11px;
    padding-left:15px;
    padding-right:15px;
    line-height:23px;
    text-decoration: none;
}
.cart-section .return-to-shop-link-holder{
    margin-top:30px;
}
.cart-section .return-to-shop-link-holder a:hover{
    color:#fff;
    background:#f04444;
    border-color: #f04444;
}
.cart-section .cart-right-section{
    background:#fff;
    padding:40px 20px;
}
.cart-section .cart-right-section h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:34px;
    color:#000;
    font-family: 'Lato-Bold';
}
.cart-section .cart-right-section table{
    width:100%;
}
.cart-section .cart-right-section table th{
    color:#000;
    font-family: 'Lato-Regular';
    font-size:16px;
    text-transform: uppercase;
}
.cart-section .cart-right-section table td{
    font-family: 'Lato-Bold';
    font-size:15px;
    color:#4b4b4b;
    font-weight:bold;
}
.cart-section .cart-right-section table th,
.cart-section .cart-right-section table td{
    width:50% ;
    padding:20px 0;
    border-top:1px solid #ccc;
    vertical-align: top;

}
.checkout-btn-holder .checkout{
    display: block;
    width:100%;
    background:#f04444 !important;
    color:#fff !important;
    text-transform: uppercase !important;
    font-size:13px !important;
    font-family: 'Lato-Regular' !important;
    height:35px !important;
    line-height:35px !important;
    border-radius:3px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out !important;
    margin-top:5px !important;
	padding:0 !important;
}
.checkout-btn-holder .checkout:hover{
    background:#254371 !important;
}
/*======================================================================================================================
                                                           CCC
======================================================================================================================*/
.ccc-sections{
    padding:100px 0;
    background:#f6f6f6;
}
@media(min-width:768px){
    .ccc-sections .col-md-6{
        padding:0 4px !important;
    }
}
.ccc-sections .ccc-cmn-box{
    background:#254371;
    transition: all 0.4s ease-in-out;
    margin-bottom:8px;
    min-height:759px;
}
.ccc-sections .ccc-cmn-box:hover{
    background:#f04444;
}
.ccc-sections .ccc-cmn-box .ccc-bnr-holder{
    position:relative;
    overflow: hidden;
}

.ccc-sections .ccc-cmn-box .ccc-bnr-holder:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.ccc-sections .ccc-cmn-box:hover .ccc-bnr-holder:after{
    opacity: 1;
}
.ccc-sections .ccc-cmn-box .ccc-bnr-holder img{
    width:100%;
    transition: all 0.4s ease-in-out;
}
.ccc-sections .ccc-cmn-box:hover .ccc-bnr-holder img{
    transform: scale(1.1);
}
.ccc-sections .ccc-cmn-box .ccc-desc{
    padding:50px 30px;
    color:#fff;
}
.ccc-sections .ccc-cmn-box .ccc-desc h3{
    font-size:40px;
    margin-top:0;
    margin-bottom:20px;
    font-family: 'CompassSans-Medium';
}
.ccc-sections .ccc-cmn-box .ccc-desc p{
    font-size:18px;
    margin:0;
    font-family: 'Roboto-Regular';
}
.ccc-sections .ccc-cmn-box .ccc-desc p + p{
    margin-top:15px;
}
.ccc-sections .ccc-cmn-box .ccc-desc p a{
    display:inline-block;
    padding:15px 35px;
    padding-bottom:10px;
    background:transparent;
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'CompassSans-Bold';
    letter-spacing: 1.5px;
    margin-top:20px;
    transition: all 0.4s ease-in-out;
}
.ccc-sections .ccc-cmn-box .ccc-desc p a:hover{
    background:#254371;
    text-decoration: none;
}
/*======================================================================================================================
                                                        Checkout
======================================================================================================================*/
.checkout-sections{
    padding:70px 0;
    background:#f6f6f6;
}
.checkout-sections .checkout-inner{
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding:30px 20px;
}
.checkout-sections .checkout-inner .checkout-left-part h3{
    font-size:30px;
    font-family: 'Lato-Bold';
    color:#000;
    margin-top:0;
    margin-bottom:50px;
}
.checkout-sections .checkout-inner .checkout-left-part h4{
    margin-top:0;
    margin-bottom:40px;
    font-size:36px;
    color:#000;
    font-family: 'Lato-Light';
}
.checkout-sections .checkout-inner .inpt{
    width:100%;
    height:50px;
    padding:5px 10px;
    border-radius:4px;
    border:none;
    border:1px solid #ddd;
    outline: none;
}
.checkout-sections .checkout-inner .ck-lb{
    color:#878787;
    font-size:14px;
    font-family: 'Lato-Regular';
    font-weight:normal;
    margin-left:20px;
}
.checkout-sections .checkout-inner label input{
    margin-right:10px;
}
.checkout-sections .checkout-inner .checkout-right-part h4{
    margin-top:0;
    margin-bottom:40px;
    font-size:36px;
    color:#000;
    font-family: 'Lato-Light';
}
.checkout-sections .checkout-inner .checkout-right-part table{
    width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table th{
    width:72%;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    font-size:18px;
    font-family: 'Lato-Regular';
    color:#000;
    font-weight:normal;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table th:nth-child(2){
    font-family: 'Lato-Bold' !important;
    color:#4b4b4b;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td{
    width:28%;
    padding:10px 0;
    font-family: 'Lato-Medium';
    font-size:15px;
    color:#4b4b4b;
    vertical-align: top;
    border-bottom:1px solid #ccc;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td .pdct-nm{
    font-size:13px;
    display:block;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td .qty{
    font-family: 'Lato-Bold' !important;
    color:#4b4b4b;
    font-size:14px;
    font-weight:bold;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table{
    margin-bottom:40px;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table th{
    width:72%;
    padding:10px 0;
    font-size:18px;
    font-family: 'Lato-Regular';
    color:#000;
    font-weight:normal;
    border-bottom:1px solid #ccc;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table td{
    width:28%;
    padding:10px 0;
    border-bottom:1px solid #ccc;
    font-family: 'Lato-Medium';
    font-size:14px;
    color:#4b4b4b;
    vertical-align: top;
}
.checkout-sections .checkout-inner .checkout-right-part button{
    width:100%;
    height:40px;
    font-size:16px;
    color:#fff;
    background:#f04444;
    border-radius:4px;
    border:none;
    outline: none;
    font-family: 'Lato-Regular';
    transition: all 0.4s ease-in-out;
}
.checkout-sections .checkout-inner .checkout-right-part button + button{
    margin-top:15px;
}
.checkout-sections .checkout-inner .checkout-right-part button:hover{
    background:#254371;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details{
    margin-top:20px;
    background:#f0f0f0;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .card-numbers img{
    width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .form-group{
    padding: 0 20px;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder{
    padding:20px;
    padding-top:0;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder .sbmt-btn{
    border:none;
    height:40px;
    padding:0 30px;
    background:#254371;
    color:#fff;
    line-height:40px;
    border-radius:4px;
    text-transform: uppercase;
    outline: none;
    font-family: 'Lato-Regular';
    transition: all 0.4s ease-in-out;
    font-size:16px;
	font-weight:normal;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder .sbmt-btn:hover{
    background:#f04444;
}
/*======================================================================================================================
                                                        Classifieds
======================================================================================================================*/
.clsf-sections{
    padding:70px 0;
    background:#f6f6f6;
}
.clsf-sections h3{
    margin-top:0;
    font-size:36px;
    color:#000;
    margin-bottom:25px;
    font-family: 'Lato-Bold';
}
.clsf-sections h4{
    margin-top:0;
    font-size:22px;
    color:#000;
    margin-bottom:25px;
    font-family: 'Lato-Bold';
}
.clsf-sections h5{
    font-family: 'Lato-Semibold';
    font-size:19px;
    color:#000;
    margin-top:0;
    margin-bottom:15px;
}
.clsf-sections p{
    color:#000;
    font-size:17px;
    font-family: 'Lato-Regular';
    margin-top:0;
    margin-bottom:15px;
}
.clsf-sections p a{
    color:#f04444;
}
.clsf-sections .divider{
    height:1px;
    background:#ccc;
    margin:30px 0;
}
.clsf-sections ul.list-with-icon li{
    position:relative;
    font-size:18px;
    color:#000;
    padding-left:25px;
    font-family: 'Lato-Regular';
}
.clsf-sections ul.list-with-icon li:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background:url('../images/ld.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height:15px;
    width:15px;
    margin-top:6px;
}
.clsf-sections a.btn-link{
    display:inline-block;
    padding:10px 25px;
    border-radius:3px;
    background:#f04444;
    color:#fff;
    text-decoration: none;
    font-family: 'Lato-Regular';
    font-size:14px;
    transition: all 0.4s ease-in-out;
}
.clsf-sections a.btn-link:hover{
    background:#254371;
    box-shadow: 2px -2px 5px rgba(0,0,0,0.5);
}
/*======================================================================================================================
                                                           Membership
======================================================================================================================*/
.membership-sections{
    padding:30px 20px;
    background:#f6f6f6;
}
.membership-sections .package-details .row{
    margin:0 -5px;
}
.membership-sections .package-details .custom-col-20{
    width:20%;
    float:left;
    padding:0 5px;
}
@media(max-width:676px){
    .membership-sections .package-details .custom-col-20{
        width:100%;
        padding:0 15px;
    }
    .membership-sections .package-details .row{
        margin:0 -15px;
    }
}
.membership-sections .package-details .common-package{
    background: #fff;
}
.membership-sections .package-details .popular-package{
    background:#254371;
}
.membership-sections .package-details .common-package .package-bnr{
    position:relative;
    overflow: hidden;
}
.membership-sections .package-details .common-package .package-bnr img{
    width:100%;
}
.membership-sections .package-details .common-package .package-bnr span.popular{
    position: absolute;
    top: -5px;
    left: 0px;
    background:#f04444;
    color:#fff;
    display:inline-block;
    height:32px;
    width:100%;
    line-height:32px;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    font-size:12px;
    text-align:center;
    /*transform: rotate(-45deg);*/
}
.membership-sections .package-details .common-package h2{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
    font-size:50px;
    color:#f04444;
    font-family: 'Lato-Bold';
    font-weight:bold;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.membership-sections .package-details .common-package h2 span{
    display:inline-block;
}
.membership-sections .package-details .common-package ul{
    margin-top:0;
    margin-bottom:30px;
    padding:0 20px;
}
.membership-sections .package-details .common-package ul li{
    color:#000;
    font-family: 'Lato-Semibold';
    font-size:15px;
    padding-left:33px;
    position: relative;
}
.membership-sections .package-details .popular-package ul li{
    color:#fff;
}
.membership-sections .package-details .common-package ul li:after{
    position:absolute;
    content: '';
    top:0;
    left:0;
    width:23px;
    height:23px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.membership-sections .package-details .common-package ul li.yes:after{
    background:url(../images/yes.png);
}
.membership-sections .package-details .common-package ul li.no:after{
    background:url(../images/no.png);
}
.membership-sections .package-details .common-package ul li + li{
    margin-top:20px;
}
.membership-sections .package-details .common-package a{
    display:inline-block;
    padding:15px 35px;
    color:#fff;
    background:#f04444;
    text-transform: uppercase;
    font-family: 'CompassSans-Bold';
    padding-bottom:10px;
    letter-spacing: 2px;
    font-size:18px;
    border-radius:4px;
    text-decoration: none;
    margin-bottom:20px;
    transition: all 0.4s ease-in-out;
}
.membership-sections .package-details .common-package a:hover{
    background:#000;
}
.membership-section2{
    padding:70px 0;
}
.membership-section2 h5{
    margin-top:0;
    margin-bottom:30px;
    color:#000;
    font-size:22px;
    font-family: 'Lato-Regular';
    text-align:center;
}
.membership-section2 h3{
    margin-top:0;
    margin-bottom:15px;
    text-align:center;
    color:#000;
    font-size:48px;
    font-family: 'Lato-Bold';
    font-weight:bold;
    padding-top:30px;
}
.membership-section2 h4{
    margin-top:0;
    margin-bottom:50px;
    text-align:center;
    color:#000;
    font-size:30px;
    font-family: 'Lato-Bold';
    font-weight:bold;
}
@media (min-width:768px){
    .membership-section2 .row{
        margin:0 -5px;
    }
    .membership-section2 .col-lg-3{
        padding:0 5px;
    }
}
.membership-section2 .link-img{
    display:block;
    margin-bottom:10px;
    overflow: hidden;
    position: relative;
}
.membership-section2 .link-img:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.membership-section2 .link-img:hover:after{
    opacity: 1;
}
.membership-section2 .link-img img{
    width:100%;
    transition: all 0.4s ease-in-out;
}
.membership-section2 .link-img:hover img{
    transform: scale(1.1) rotate(3deg);
}
/*======================================================================================================================
                                                           Sales focus page
======================================================================================================================*/
.sfp-sections{
    padding:50px 0;
    background:#f6f6f6;
}
.sfp-sections .cmn-category-box{
    display:block;
    background:#254371;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin-bottom:30px;
}
.sfp-sections .cmn-category-box:hover{
    background:#f04444;
}
.sfp-sections .cmn-category-box .cat-img{
    position: relative;
    overflow: hidden;
}
.sfp-sections .cmn-category-box .cat-img:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.sfp-sections .cmn-category-box:hover .cat-img:after{
    opacity: 1;
}
.sfp-sections .cmn-category-box img{
    width:100%;
    transition: all 0.4s ease-in-out;
}
.sfp-sections .cmn-category-box:hover img{
    transform: scale(1.1);
}
.sfp-sections .cmn-category-box h4{
    margin:0;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-family: 'CompassSans-Bold';
    font-size:30px;
    min-height:100px;
    display:flex;
    align-items: center;
    justify-content: center;
}
/*======================================================================================================================
                                                         Events
======================================================================================================================*/
.event-sections{
    padding:70px 0;
    background:#f6f6f6;
}
.event-sections .single-event-holder{
    background:#fff;
    margin-bottom:40px;
    position:relative;
}
.event-sections .single-event-holder .event-date{
    position:absolute;
    top:0;
    right:0;
    background:#f04444;
    color:#fff;
    padding:10px 15px;
    font-family: 'Lato-Bold';
    font-size:14px;
    text-align:center;
    font-weight:bold;
}
.event-sections .single-event-holder .event-date strong{
    display:block;
    font-size:20px;
    text-transform: uppercase;

}
.event-sections .single-event-holder .event-banner{
    display:block;
}
.event-sections .single-event-holder .event-banner img{
    width:100%;
}
.event-sections .single-event-holder .event-details{
    height:457.5px;
    display:flex;
    align-items: center;
    padding-right:30px;
}
.event-sections .single-event-holder .event-details h3{
    margin-top:0;
    margin-bottom:30px;
}
.event-sections .single-event-holder .event-details h3 a{
    color:#000;
    font-size:30px;
    font-family: 'Lato-Bold';
    font-weight:bold;
    display:inline-block;
    background: transparent;
    padding:0;
    text-transform: none;
    transition: all 0.4s ease-in-out;
    margin:0;
}
.event-sections .single-event-holder .event-details h3 a:hover{
    background:transparent;
    color:#f04444;
}
.event-sections .single-event-holder .event-details .event-members{

    margin:0 1px;
}
.event-sections .single-event-holder .event-details .event-members .single-member{
    width:calc(100% / 8);
    text-align:center;
    margin-bottom:20px;
    padding:0 1px;
}
.event-sections .single-event-holder .event-details .event-members .member-photo img{
    width:100%;
}
.event-sections .single-event-holder .event-details .event-members .single-member h5{
    color:#000;
    font-family: 'Lato-Bold';
    font-weight:bold;
    font-size:15px;
    margin-bottom:0;
    margin-top:5px;
}
.event-sections .single-event-holder .event-details a{
    display:inline-block;
    padding:15px 35px;
    color:#fff;
    background:#f04444;
    border-radius:3px;
    font-size:17px;
    text-transform: uppercase;
    font-family: 'CompassSans-Bold';
    padding-bottom:10px;
    letter-spacing: 2px;
    margin-top:20px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.event-sections .single-event-holder .event-details a:hover{
    background:#1a4359;
}
/*======================================================================================================================
                                                           searc result
======================================================================================================================*/
@media(min-width:768px){
    .srarch-result .width-40{
        width:40%;
    }
    .srarch-result .width-60{
        width:60%;
    }
}
.art-section1.srarch-result .right-text-holder{
    min-height:266.03px;
}
.art-section1.srarch-result .right-text-holder h3 {
    margin-bottom:20px;
}
.art-section1.srarch-result .right-text-holder p{
    margin-bottom:25px;
}
.about p {
    color: #494949;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}
.about h2 {
    font-family: 'CompassSans-Medium';
    
}
/*======================================================================================================================
                                                           footer
======================================================================================================================*/
footer{
    background:#254371;
}
.footer{
    padding-top:50px;
    padding-bottom:25px;
}
.footer h4{
    margin-top:0;
    margin-bottom:25px;
    color:#fff;
    font-family: 'CompassSans-Bold';
    font-size:24px;
}
.footer ul{
    margin:0;
}
.footer ul li{
    line-height:1;
}
.footer ul li + li{
    margin-top:20px;
}
.footer ul li a{
    display:inline-block;
    color:#fff;
    font-family: 'CompassSans-Regular';
    font-size:16px;
}
.footer p{
    color:#fff;
    font-family: 'CompassSans-Regular';
    font-size:16px;
    margin:0;
    padding-bottom:25px;
}
.footer p a{
    color:#fff;
    transition: all 0.4s ease-in-out;
}
.footer p a:hover{
    color:#000;
}
.footer-copy-right{
    border-top:1px solid #3e6073;
    padding:25px 0;
}
.footer-copy-right p,
.footer-copy-right a{
    margin:0;
    color:#fff;
    font-family: 'CompassSans-Regular';
    font-size:16px;
}
.footer-copy-right .text-right{
    color:#fff;
}
.footer-copy-right a{
    display:inline-block;
    transition: all 0.4s ease-in-out;
}
.footer-copy-right a:hover{
    color:#000;
}