



.eachreview {
    background-color: #fff;
    width: 32%;
    display: inline-block !important;
    border-radius: 6px;
    margin: .42%;
    float: left
}

@media (max-width:991px) {
    .eachreview {
        width: 98% !important;
    }
}
@media (max-width:394px) {
    .none394 {
       display: none !important;
    }
}

.slider .content-section {
    padding-top: 0;
    min-width: 100%;
    min-height: 90.16vh;
    width: 100%;
    height: 90.16vh;
    text-align: center
}

.slider p a {
    color: #fff
}

.slider p a:hover {
    color: #ff0;
    text-decoration: none
}

.Modern-Slider .info {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block
}

.Modern-Slider .info h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 49px;
    color: #fff;
    font-weight: 700
}

.Modern-Slider .info h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
    font-weight: 700
}

.Modern-Slider .info p {
    font-size: 15px;
    color: #fff
}

.Modern-Slider .info .white-button {
    margin-top: 30px
}

.Modern-Slider .info .white-button a:focus {
    outline: 0
}

.Modern-Slider .slick-dots {
    opacity: 0
}

.Modern-Slider .NextArrow {
    outline: 0;
    display: none;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #fff;
    z-index: 5
}

.Modern-Slider .NextArrow:before {
    content: '\f105'
}

.Modern-Slider .PrevArrow {
    outline: 0;
    position: absolute;
    top: 60px;
    right: 120px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #fff;
    z-index: 5
}

.Modern-Slider .item .image {
    width: 100%;
    height: 90.16vh;
    background-position: center center;
    background-size: cover;
    display: block
}

.Modern-Slider .item-1 .image {
    background-image: url(../img/slide_1.jpg)
}

.Modern-Slider .item-2 .image {
    background-image: url(../img/slide_2.jpg)
}

.Modern-Slider .item-3 .image {
    background-image: url(../img/slide_3.jpg)
}

.Modern-Slider .item-4 .image {
    background-image: url(../img/slide_4.jpg)
}

.Modern-Slider .item-5 .image {
    background-image: url(../img/slide_5.jpg)
}

.Modern-Slider .item-6 .image {
    background-image: url(../img/slide_6.jpg)
}

.Modern-Slider .PrevArrow:before {
    content: '\f104'
}

.Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

.Modern-Slider {
    background: 0 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#blog #first-tab-group .row {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 3px 4px 2px rgba(0, 0, 0, .3)
}

#blog #first-tab-group .row h4 {
    color: #b81313
}

#blog #first-tab-group .row p {
    color: #333
}

.btnrouge {
    background-color: #b81313
}

.btnvert {
    background-color: #009a55
}

.btnjaune {
    background-color: #f9b233
}

.btnbleuclair {
    background-color: #3683b2
}

.btnbleufonce {
    background-color: #4667b2
}

.btnwhite {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 2px;
    border: 1px solid grey;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.23px;
    transition-duration: .4s
}

.btnwhite:hover {
    background-color: #232323;
    color: #fff;
    border: 1px solid rgb(16, 16, 16, .5)
}

#attestation {
    background-color: #202329;
    padding-top: 16px;
    padding-bottom: 16px
}

#attestation .intro {
    color: #f5f5f5;
    font-size: .78em;
    line-height: 1.78em;
    letter-spacing: 1.62px;
    text-align: justify
}

#attestation .downattest {
    color: #c5162a;
    text-decoration: underline;
    font-weight: 700
}

#attestation .contentattestation {
    width: 88%;
    font-size: 1.82em;
    margin: 0 auto
}

.section-heading h2 {
    text-align: left
}

.formationpage:hover {
    text-decoration: none
}

.formationpage:active {
    text-decoration: none
}

.formationpage:focus {
    text-decoration: none
}

.item h4 {
    text-align: center;
    padding-bottom: 6px
}

.item hr {
    padding-bottom: 6px
}

.item {
    height: auto;
    padding: 16px 23px 16px 23px
}

.item p {
    padding-top: 6px
}

body {
    font-family: 'Open Sans', sans-serif
}

p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 24px
}

.page-content {
    width: 77.5%;
    float: right;
    background-color: #f5f5f5;
    margin: 0
}

.content-section {
    padding-top: 42px;
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-heading {
    text-align: left;
    position: relative;
    margin-bottom: 23px
}

.section-heading h2 {
    margin-top: 0;
    font-size: 32px;
    color: #232323;
    display: inline-block;
    margin-right: 50px
}

#projects .section-heading em {
    color: #f5f5f5 !important;
    font-style: normal;
    font-weight: 700
}

.section-heading em:not(.titleforce) {
    font-style: normal;
    font-weight: 700;
    color: #b81313
}

.section-heading p {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #343434;
    position: absolute;
    margin-top: 0
}

.white-button a {
    font-size: 13px;
    font-weight: 600;
    color: #b81313;
    text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    letter-spacing: .25px;
    text-decoration: none;
    transition: all .3s
}

.white-button a:hover {
    background-color: #b81313;
    color: #fff
}

.accent-button .inscrip {
    background-color: #333 !important
}

.accent-button .inscrip:hover {
    background-color: #b30000 !important
}

.accent-button a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #b81313;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    letter-spacing: .25px;
    text-decoration: none;
    transition: all .3s
}

.accent-button a:hover {
    background-color: #333
}

header {
    position: fixed;
    top: 0;
    transition: top .3s ease-in-out;
    width: 100%
}

.nav-up {
    top: -75px
}

.responsive-nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 120px;
    background-color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.navbar-toggle {
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.navbar-nav {
    margin: 0;
    border: none
}

#main-nav ul {
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    margin-top: 59px;
    width: 100%
}

#main-nav ul li {
    margin: 15px 0
}

#main-nav ul li:hover {
    background-color: transparent
}

#main-nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none;
    border: none
}

#main-nav ul li a:hover {
    opacity: .5;
    background-color: transparent
}

.navbar-toggle span {
    background-color: #232323
}

.sidebar-navigation {
    width: 22.5%;
    float: left;
    height: 100%;
    position: fixed;
    background-color: rgba(12, 12, 12, .9);
    z-index: 10
}

.sidebar-navigation .logo {
    position: absolute;
    width: 100%;
    height: 140px;
    line-height: 100px;
    background-color: transparent;
    padding: 20px;
    text-align: center
}

.sidebar-navigation .logo a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    height: 100px;
    width: 100%;
    display: inline-block
}

.sidebar-navigation .logo em {
    font-style: normal;
    font-weight: 300
}

.sidebar-navigation nav {
    position: relative;
    top: 60%;
    left: 60%;
    -webkit-transform: translateX(-60%) translateY(-60%);
    -moz-transform: translateX(-60%) translateY(-60%);
    -ms-transform: translateX(-60%) translateY(-60%);
    -o-transform: translateX(-60%) translateY(-60%);
    transform: translateX(-60%) translateY(-60%)
}

.sidebar-navigation ul {
    margin-left: 45px;
    list-style: none;
    padding: 0
}

.sidebar-navigation li {
    padding: 10px 0
}

.sidebar-navigation span {
    display: inline-block;
    position: relative
}

.sidebar-navigation nav a {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize
}

.circle {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    left: 0;
    top: -1px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all .3s
}

.rect {
    height: 1px;
    width: 0;
    left: 0;
    bottom: 5.5px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .1s, width .6s;
    -moz-transition: -webkit-transform .1s, width .6s;
    transition: transform .1s, width .6s
}

.sidebar-navigation nav a:focus {
    color: #fff
}

.sidebar-navigation nav a:hover,
nav .active-section {
    color: #fff
}

.sidebar-navigation nav a:hover span,
nav .active-section span {
    background-color: #ddd
}

.sidebar-navigation nav .active-section .rect {
    width: 30px
}

.sidebar-navigation nav .active-section .circle {
    background-color: #fff
}

.sidebar-navigation .social-icons {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0;
    margin: 0;
    text-align: center
}

.sidebar-navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-navigation .social-icons li:last-child {
    margin-right: 0
}

.sidebar-navigation .social-icons li a {
    font-size: 18px;
    color: #fff;
    transition: all .5s
}

.sidebar-navigation .social-icons li a:hover {
    color: #b81313
}

.slider .content-section {
    padding-top: 0;
    min-width: 100%;
    min-height: 90.16vh;
    width: 100%;
    height: 90.16vh;
    text-align: center
}

.slider p a {
    color: #fff
}

.slider p a:hover {
    color: #ff0;
    text-decoration: none
}

.Modern-Slider .info {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block
}

.Modern-Slider .info h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
    font-weight: 700
}

.Modern-Slider .info p {
    font-size: 15px;
    color: #fff
}

.Modern-Slider .info .white-button {
    margin-top: 30px
}

.Modern-Slider .info .white-button a:focus {
    outline: 0
}

.Modern-Slider .slick-dots {
    opacity: 0
}

.Modern-Slider .NextArrow {
    outline: 0;
    display: none;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #fff;
    z-index: 5
}

.Modern-Slider .NextArrow:before {
    content: '\f105'
}

.Modern-Slider .PrevArrow {
    outline: 0;
    position: absolute;
    top: 60px;
    right: 120px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #fff;
    z-index: 5
}

.Modern-Slider .item .image {
    width: 100%;
    height: 90.16vh;
    background-position: center center;
    background-size: cover;
    display: block
}

.Modern-Slider .item-1 .image {
    background-image: url(../img/slide_1.jpg)
}

.Modern-Slider .item-2 .image {
    background-image: url(../img/slide_2.jpg)
}

.Modern-Slider .item-3 .image {
    background-image: url(../img/slide_3.jpg)
}

.Modern-Slider .item-4 .image {
    background-image: url(../img/slide_4.jpg)
}

.Modern-Slider .item-5 .image {
    background-image: url(../img/slide_5.jpg)
}

.Modern-Slider .item-6 .image {
    background-image: url(../img/slide_6.jpg)
}

.Modern-Slider .PrevArrow:before {
    content: '\f104'
}

.Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

.Modern-Slider {
    background: 0 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#featured {
    padding-bottom: 33px;
    border-bottom: 1px solid #eee;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

#featured .section-heading {
    margin-right: 20%
}

#featured .content-section {
    display: inline-block;
    position: relative
}

#featured .owl-dots {
    margin-top: 40px
}

#featured .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #cdcdcd !important;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px
}

#featured .owl-dots .active span {
    background-color: #b81313 !important
}

#featured .owl-dots button {
    outline: 0
}

#featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -77px;
    right: 0
}

#featured .owl-nav button:focus {
    outline: 0
}

#featured .owl-nav .owl-prev span {
    margin-right: 10px
}

#featured .owl-nav .owl-next span,
#featured .owl-nav .owl-prev span {
    outline: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    background-color: #b81313;
    color: #fff;
    font-size: 42px;
    transition: all .5s
}

#featured .owl-nav span:hover {
    background-color: #000;
    color: #fff
}

#featured .item {
    text-align: left;
    position: relative;
    z-index: 10;
    background-color: #fff
}

#featured .item .image {
    position: relative
}

#featured .item .image img {
    width: 100%;
    overflow: hidden
}

#featured .item .image .featured-button a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(69, 72, 154, .9);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    letter-spacing: .25px;
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    z-index: 9;
    bottom: -44px;
    opacity: 0
}

#featured .item:hover .featured-button a {
    bottom: 0;
    opacity: 1
}

#featured .item .text-content {
    padding-top: 20px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

#featured .item .text-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    letter-spacing: .5px
}

#featured .item .text-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: .5px;
    margin-bottom: 12.5px
}

#projects {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 50px;
    background: url(../img/back-red.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover
}

#projects h2 {
    color: #242424
}

#projects p {
    color: #f5f5f5
}

#projects .col-md-3 {
    padding: 8px;
    background-color: #f5f5f5;
    margin-left: 4px;
    margin-right: 4px
}

#projects .col-md-3 p {
    color: #000
}

#projects .masonry {
    position: relative;
    width: 100%
}

#projects .masonry .item img {
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

#projects .masonry .item img:hover {
    opacity: .5
}

#projectsdeux {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 33px
}

#projectsdeux .masonry {
    position: relative;
    width: 100%
}

#projectsdeux .masonry .item img {
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

#projectsdeux .masonry .item img:hover {
    opacity: .5
}

#projects .trired:hover {
    transform: scale(1.03);
    cursor: pointer
}

#projects .trired {
    padding: 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 1.16em
}

#projects .trired em {
    color: #242424 !important
}

#projects .trired a {
    color: #f5f5f5 !important;
    text-decoration: none
}

#video .trired:hover {
    transform: scale(1.03);
    cursor: pointer
}

#video .trired {
    padding: 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
    border-radius: 6px;
    word-break: break-word
}

#video .trired a {
    color: #f5f5f5 !important
}

#video {
    border-top: 4px solid #333;
    text-align: center;
    background: #000428;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #004e92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 33px 60px
}

#video .section-heading {
    margin-bottom: 30px;
    text-align: center
}

#video .section-heading h2 {
    display: block;
    margin: 0;
    color: #f5f5f5
}

#video .section-heading p {
    position: relative;
    margin: 0;
    color: #9b9b9b
}

#video .accent-button {
    margin-top: 30px
}

.box-video {
    width: 100%;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden
}

.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2
}

.box-video .video-container {
    position: relative;
    margin: 0;
    z-index: 1
}

.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.box-video:hover .bt-play {
    transform: scale(1.1)
}

.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s
}

.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s
}

#blog {
    padding-left: 3.42vw;
    padding-right: 3.42vw;
    padding-bottom: 80px
}

#blog .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 90px;
    width: 100%;
    background-color: #eee;
    border-bottom: 10px solid #b81313
}

#blog .tabs li {
    display: inline-block;
    text-align: center;
    width: 25%;
    float: left;
    margin: 0;
    padding: 0
}

#blog .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    color: #232323;
    font-size: 19px;
    line-height: 80px;
    font-weight: 600;
    transition: .5s
}

#blog .tabs a:hover {
    color: #b81313
}

#blog .tabs .active:hover {
    color: #fff
}

#blog .tabs .active {
    background-color: #b81313;
    color: #fff
}

.tabgroup {
    background-color: #f4f4f4;
    padding: 20px 30px
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

#blog .tabgroup ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#blog .tabgroup ul li {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

#blog .tabgroup ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px
}

#blog .tabgroup ul li img {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    overflow: hidden
}

#blog .tabgroup ul li .text-content {
    display: inline
}

#blog .item .text-content h4 {
    padding-top: 7.5px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    letter-spacing: .5px
}

#blog .item .text-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: .5px;
    margin-bottom: 15px
}

#blog .item .text-content .accent-button {
    margin-top: 25px
}

#contact .section-heading h2 {
    color: #f5f5f5 !important
}

#contact {
    padding-top: 0;
    background-color: #202329
}

#contact-content {
    padding: 40px 60px
}

#contact input {
    border-radius: 0;
    padding-left: 15px;
    font-size: 13px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin-bottom: 25px
}

#contact textarea {
    border-radius: 0;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 13px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
    height: 200px;
    max-height: 250px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

#contact button {
    font-size: 13px;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #b81313;
    display: inline-block;
    height: 44px;
    line-height: 24px;
    outline: 0;
    box-shadow: none;
    width: 100%;
    letter-spacing: .25px;
    text-decoration: none;
    transition: all .3s
}

#contact button:hover {
    color: #b81313;
    background-color: #f5f5f5
}

.footer {
    background-color: rgba(12, 12, 12, .9);
    line-height: 80px;
    display: inline-block;
    text-align: center;
    width: 100%
}

.footer p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 80px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300
}

.footer p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

@media (max-width:992px) {
    #projects .trired {
        display: inline-flex
    }

    .responsive-nav {
        display: none
    }

    .sidebar-navigation .logo a {
        font-size: 18px
    }

    .sidebar-navigation nav a {
        font-size: 13px
    }

    .sidebar-navigation nav ul {
        margin-left: 30px
    }

    .sidebar-navigation .social-icons li a {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .responsive-nav {
        display: block;
        height: 60px
    }

    .page-content {
        width: 100%
    }

    .Modern-Slider .info {
        text-align: center;
        right: 0;
        padding: 0 30px
    }

    .Modern-Slider .NextArrow {
        outline: 0;
        display: none;
        position: absolute;
        top: 120px;
        right: 50%;
        transform: translateX(50%);
        margin-right: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, .5);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #fff;
        z-index: 5
    }

    .Modern-Slider .NextArrow:before {
        content: '\f105'
    }

    .Modern-Slider .PrevArrow {
        outline: 0;
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, .5);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #fff;
        z-index: 5
    }
}

@media (max-width:690px) {
    .section-heading p {
        position: relative
    }

    #featured {
        padding-left: 3px;
        padding-right: 3px
    }

    #featured .owl-nav {
        display: none
    }

    #projects {
        padding-left: 15px;
        padding-right: 15px
    }

    #video {
        padding-left: 15px;
        padding-right: 15px
    }

    #blog {
        padding-left: 15px;
        padding-right: 15px
    }

    #blog .tabs a {
        font-size: 13px
    }

    #blog .tabgroup ul li img {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    #blog .tabgroup ul li .text-content {
        display: block
    }

    #contact-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:450px) {
    .slick-arrow {
        display: none !important
    }
}

@media (max-width:500px) {
    #projects .trired {
        display: inline-block
    }
}