/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/


/*=======================================================================
[Table of contents]
=========================================================================
1. Preset
*/


/*------------------------------------------------------------------------------
/ 1. Preset
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    font-weight: 400;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #06163a;
    margin: 0 0 15px;
}

.barlow {
    font-family: 'Barlow Condensed', sans-serif;
}

a {
    color: #2b337e;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    display: inline-block;
    color: #FFF;
    height: 60px;
    min-width: 200px;
    padding: 25px 25px;
    text-align: center;
    line-height: .9;
    margin-bottom: 6px;
}

.ind_btn:hover {
    color: #d22c27;
}

.ind_btn.ib_dark:hover {
    color: #FFF;
}

.ind_btn.id_dark2:hover {
    color: #FFF;
}

.ind_btn.id_light:hover {
    color: #06163a;
}

.ind_btn span {
    position: relative;
    z-index: 4;
}

.ind_btn:before {
    width: 100%;
    height: 100%;
    background: #d22c27;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn.ib_dark:before {
    background: #06163a;
}

.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:after {
    width: 100%;
    height: 100%;
    background: #FFF;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn.ib_dark:after {
    background: #ffe6db;
}

.ind_btn.id_gray:after {
    background: #edf3ff;
}

.ind_btn.id_dark2:after {
    background: #162c5f;
}

.ind_btn.id_light:after {
    background: #ffe0d2;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}

.ind_btn.ib_dark:hover:after {
    background: #d22c27;
}

.ind_btn_2 {
    height: 60px;
    background: #d22c27;
    min-width: 170px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.ind_btn_2 span {
    position: relative;
    z-index: 2;
}

.ind_btn_2:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #06163a;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn_2:hover {
    color: #FFF;
}

.ind_btn_2:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.fa {
    line-height: inherit;
}

.commonSection {
    padding: 120px 0;
    position: relative;
    background: #FFF;
}

.commonSection.bgtp,
.bgtp {
    background: transparent;
}

.graySection {
    background: #f5f5f5;
}

.graySection2 {
    background: #f8f7ff;
}

.noPadding {
    padding: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingBottom {
    padding-bottom: 0;
}

.mrm15 {
    margin-right: -15px;
}

.sub_title {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #c3c8d4;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: .8;
}

.sub_title.gray_sub_title {
    color: #959ba9;
}

.sub_title.dark_sub_title {
    color: #d22c27;
}

.sub_title.light_sub_title {
    color: #FFF;
}

.sec_title {
    font-size: 69px;
    line-height: 90px;
    letter-spacing: -2.4px;
    margin: 0 0 80px;
    position: relative;
}

.sec_title.dark_sec_title {
    color: #FFF;
}

.sec_title.light_sec_title {
    color: #FFF;
}

.sec_title span {
    position: relative;
}

.sec_title span i {
    font-size: 120px;
    line-height: 90px;
    color: #e9edf6;
    letter-spacing: -3.6px;
    position: absolute;
    bottom: -2px;
    left: -70px;
    z-index: 1;
}

.sec_title span span {
    z-index: 2;
    position: relative;
}

.sec_title.with_bar {
    padding-bottom: 29px;
}

.sec_title.with_bar:after {
    width: 60px;
    height: 2px;
    background: #d22c27;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.sec_title.dark_sec_title.with_bar:after {
    background: #203259;
}

.sec_title.light_sec_title.with_bar:after {
    background: rgba(255, 255, 255, .3);
}

.text-left .sec_title.with_bar:after {
    right: auto;
    left: 0;
    margin: 0;
}

.ind_lead {
    font-size: 18px;
    line-height: 37px;
    color: #000;
    margin: 0;
}

.bgDiv {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.imgDiv {
    position: relative;
    overflow: hidden;
}

.imgDiv img {
    width: 100%;
    height: auto;
}

.imgDiv2 {
    position: relative;
    overflow: hidden;
}

.imgDiv2 img {
    width: auto;
    height: auto;
}

.page_banner {
    position: relative;
    background: url(../images/bg/7.jpg) no-repeat center center / cover;
    padding: 110px 0 120px;
}

.page_banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}

.page_banner .container {
    position: relative;
    z-index: 2;
}

.page_banner h2 {
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 47px;
    color: #FFF;
}

.breadcrumbs {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #949bac;
    line-height: .8;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: #d22c27;
}

.breadcrumbs span {
    color: #FFF;
    line-height: 2;
}

.breadcrumbs i {
    font-style: normal;
    margin: 0 8px 0 7px;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../fonts/revicons.eot?5510888);src:url(../fonts/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons.woff?5510888) format('woff'),url(../fonts/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab";
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab";
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}
/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/


/*=======================================================================
[Table of contents]
=========================================================================
1. Topbar
2. Nav Bar 
3. Slider 01
4. About Us
5. Feature Section
6. works Section
7. Funfact Section
8. What We Do Section
9. Why Choose Us Section
10. Testimonial Section
11. Client Secion
12. News Section
13. Footer 01
14. Copyright Section
15. Header 02
16. Topbar 02
17. Slider 02
18. Feature Section 02
19. Experience Sections
20. What We Do 2
21. Call To Action
22. Works Secion 2
23. Team
24. Video Section
25. Testimonial Section 2
26. Client Section 2
27. Blog Section 2
28. Footer 02
29. About Us Page
30. Team Page
31. Sidebar 1
32. Service Details
33. Project Pages
34. News List
35. Sidebar 02
36. News Details
37. Shop Page
38. Contact Us
39. 404 Page
40. Cart Page
41. Color Preset
42. preloder
43. 404 Page
44. 404 Page
*/


/*------------------------------------------------------------------------------
/ 1. Topbar
------------------------------------------------------------------------------*/

.topbar {
    background: #06163a;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    z-index: 9;
}

.topbar:before {
    position: absolute;
    width: 28.85416666666667%;
    height: 100%;
    content: '';
    background: #fff;
    left: -22px;
    top: 0;
    transform: skew(-24deg, 0deg);
    -moz-transform: skew(-24deg, 0deg);
    -webkit-transform: skew(-24deg, 0deg);
}

.topbar .header-container {
    position: relative;
    z-index: 2;
}

.logo {
    position: relative;
    max-width: 555px;
    padding: 25px 0 24px;
}

.logo img {
    height: 67px;
    width: auto;
    max-width: 100%;
    /* filter: brightness(0) invert(1);*/
}

.topbar_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.topbar_element {
    position: relative;
}

.settings_bar {
    padding-top: 37px;
}

.settings_bar a {
    font-size: 14px;
    line-height: .8;
    color: #fff;
    display: inline-block;
}

.settings_bar a:hover,
.settings_bar a.active {
    color: #d22b27;
}

.search_element {
    margin-right: 15px;
    padding-top: 38px;
    margin-left: 15px;
}

.search_element form {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #707f9f;
}

.search_element i {
    line-height: 26px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.search_element input[type="search"] {
    border: none;
    padding: 0;
    background: transparent;
    margin: 0;
    border-radius: 0;
    width: 138px;
    color: #a9b2c7;
}

.search_element input[type="search"]::-moz-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important;
}

.search_element input[type="search"]::-ms-input-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important;
}

.search_element input[type="search"]::-webkit-input-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important;
}

.info_element {
    line-height: .8;
    text-align: left;
    padding-left: 26px;
    top: 28px;
    margin-right: 45px;
}

.info_element i {
    font-size: 14px;
    color: #d22b27;
    position: absolute;
    left: 0;
    top: 4px;
}

.info_element h5 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 17px;
    line-height: inherit;
}

.info_element p {
    color: #a9b2c7;
    margin: 0;
    line-height: inherit;
}

.info_element p a {
    color: inherit;
}

.info_element p a:hover {
    color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 2. Nav Bar 
------------------------------------------------------------------------------*/

.mobileMenuBar {
    display: none;
}

.nav_bar {
    background: #fff;
    min-height: 70px;
    position: relative;
}

.nav_bar .right_bgs {
    width: calc(28% - 35px);
    height: 80px;
    background: #d22b27;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav_bar .right_bgs:before {
    width: 40px;
    height: 80px;
    border-style: solid;
    border-width: 0px 40px 80px 0;
    border-color: transparent #d22b27 transparent transparent;
    background: transparent;
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
}

.mainmenu {
    position: relative;
    line-height: .8;
    text-align: left;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    margin-right: 32px;
    padding: 30px 0 27px;
    position: relative;
}

.mainmenu ul li:last-child {
    margin-right: 0px;
}

.mainmenu>ul>li>a {
    font-size: 16px;
    color: #7e889b;
    /* display: inline-block; */
    line-height: .85;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #d22b27, #d22b27 50%, #7e889b 50%);
    background-image: -moz-linear-gradient(to right, #d22b27, #d22b27 50%, #7e889b 50%);
    background-image: -ms-linear-gradient(to right, #d22b27, #d22b27 50%, #7e889b 50%);
    background-image: -o-linear-gradient(to right, #d22b27, #d22b27 50%, #7e889b 50%);
    background-image: linear-gradient(to right, #d22b27, #d22b27 50%, #7e889b 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.current-menu-item>a {
    transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.mainmenu ul.sub_menu {
    position: absolute;
    width: 230px;
    padding: 14px 0 12px;
    background: #d22b27;
    top: 150%;
    left: 0;
    z-index: 9;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    text-align: left;
}

.mainmenu ul.sub_menu li ul.sub_menu {
    left: 100%;
}

.mainmenu ul li:hover>ul.sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.mainmenu ul.sub_menu li:hover ul.sub_menu {
    top: 0%;
    opacity: 1;
    visibility: visible;
}

.mainmenu ul.sub_menu li {
    display: block;
    position: relative;
    padding: 0 30px;
    margin: 0;
}

.mainmenu ul.sub_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 17px 0 16px;
}

.mainmenu ul.sub_menu li:hover>a,
.mainmenu ul.sub_menu li.current-menu-item>a {
    color: #06163a;
}

.mainmenu ul.sub_menu li:last-child>a {
    border-bottom: none;
}

.top_social {
    position: relative;
    z-index: 2;
    line-height: .8;
    padding: 29px 0px;
}

.top_social a {
    font-size: 14px;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
    margin-left: 24px;
}

.top_social a:first-child {
    margin-left: 0;
}

.top_social a:hover {
    color: #06163A;
}

.submenu_toggler {
    display: none;
}


/* ------------------- Menu Popup ---------------------------*/

.popup {
    background: rgba(17, 17, 17, 0.98);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    opacity: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
    z-index: 1000;
}

.close-popup {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    font-weight: 600;
    height: 50px;
    width: 50px;
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 35px;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 99;
}

.close-popup:after {
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 17.5px;
    top: 24px;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.close-popup:before {
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 17.5px;
    top: 24px;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.close-popup:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
}

.close-popup:hover:after,
.close-popup:hover:before {
    background: #d22b27;
}

.popup_logos {
    z-index: 99;
    position: absolute;
    left: 15px;
    top: 34px;
}

.popup_logos img {
    max-height: 51px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer__contacts {
    position: absolute;
    left: 0;
    bottom: 40px;
    margin: 0;
}

.footer__contacts li {
    list-style: none;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 7px;
    font-weight: 300;
}

.footer__contacts li:last-child {
    margin-bottom: 0;
}

.popup__btn-close {
    background-color: transparent;
    border: 0;
    letter-spacing: .3rem;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1;
}

.popup__btn-close:hover {
    opacity: .5;
}

.popup-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    transform: translateY(-100%);
    transition: all 0.6s 1000ms cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
}

.show-popup .popup-inner,
.show-overlay-nav .popup-inner {
    transform: translateY(0);
}

.show-popup .popup.popup-overlay,
.show-overlay-nav .popup.popup__menu {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    transform: translateY(0);
}

.show-popup,
.show-overlay-nav {
    overflow: hidden;
}

.popup.popup__menu {
    background-image: url(../images/line-maker.svg);
    background-repeat: repeat;
    background-position: center center;
    padding: 0;
}

.popup.popup__menu .popup-inner {
    display: flex;
}

.show-overlay-nav .popup.popup__menu.popup__menu {
    box-shadow: none;
    overflow: hidden;
}

.show-overlay-nav .top {
    background-color: transparent;
    box-shadow: none;
}

.dl-menu__wrap {
    height: auto;
    position: relative;
    perspective: 600px;
    perspective-origin: 50% -200%;
    text-align: center;
    transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
}

.dl-menu__wrap ul {
    list-style: none;
    padding: 0;
    transform-style: preserve-3d;
}

.dl-menu__wrap ul li {
    margin: 15px 0;
    position: relative;
}

.dl-menu__wrap ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: .8;
    letter-spacing: 1px;
    font-weight: 400;
    padding-right: 15px;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 6px;
    position: relative;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.dl-menu__wrap ul li.menu-item-has-children a {
    padding-right: 30px;
}

.dl-menu__wrap ul li a::after {
    background-color: #d22b27;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    pointer-events: none;
    user-select: none;
    transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: -1;
}

.dl-menu__wrap ul li.menu-item-has-children>a {
    position: relative;
}

.dl-menu__wrap ul li.menu-item-has-children>a:before {
    position: absolute;
    right: 14px;
    top: 2px;
    content: "\f078";
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: #fff;
    line-height: 28px;
}

.dl-menu__wrap ul ul.dl-submenu li.menu-item-has-children a:before {
    right: 0;
}

.dl-menu__wrap ul li.menu-item-has-children>a:hover:before {
    transform: rotate(-180deg);
}

.dl-menu__wrap ul li.active>a::after,
.dl-menu__wrap ul li a:hover::after {
    width: 100%;
}

.dl-menu__wrap ul li .dl-submenu {
    display: none;
}

.dl-menu__wrap .dl-menu {
    margin: 0;
    pointer-events: none;
    transform: translateY(10px);
    backface-visibility: hidden;
    width: 100%;
}

.dl-menu__wrap .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menu__wrap ul li .dl-submenu li a {
    padding-right: 15px;
}

.dl-menu__wrap .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}

.dl-menu__wrap .dl-menu.dl-subview li,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu__wrap .dl-menu.dl-subview li.dl-subview,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}

.dl-menu__wrap .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu__wrap .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu__wrap .dl-menu .dl-back a {
    position: relative;
    width: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dl-menu__wrap .dl-menu .dl-back a:before {
    content: '';
    background-color: transparent;
    background-image: url(../images/arrow-back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 26px;
}

.dl-menu__wrap .dl-menu.dl-subview .dl-back {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menu__wrap>.dl-submenu {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.dl-menu__wrap>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menu__wrap>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

.popUp_social {
    position: absolute;
    right: 0;
    bottom: 45px;
    padding: 0;
}

.popUp_social a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: .8;
    color: #06163a;
    text-align: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #fff;
    padding: 16px 0;
    margin: 0 6px 0 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.popUp_social a:hover {
    color: #FFF;
    background: #d22b27;
}


/*------------------------------------------------------------------------------
/ 3. Slider 01
------------------------------------------------------------------------------*/

.slider_01 {
    width: 100%;
    height: 100vh;
    background: #06163a;
    overflow: hidden;
}

.slider_01 .tp-loader.spinner0 {
    display: none;
}

.slider_01 .slotholder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(13, 4, 56, 1);
    background: -moz-linear-gradient(left, rgba(13, 4, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13, 4, 56, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(13, 4, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(13, 4, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(13, 4, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(13, 4, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0d0438', endColorstr='#000000', GradientType=1);
}

.slider_01 .hermes.tparrows {
    height: 120px;
    background: rgba(0, 0, 0, .3);
    color: #a29d98;
    font-size: 18px;
    letter-spacing: 0;
}

.slider_01 .hermes.tparrows:before {
    color: #fff;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    height: 120px;
    line-height: 120px;
}

.slider_01 .hermes.tparrows.tp-leftarrow:before {
    content: "\f104";
}

.slider_01 .hermes.tparrows.tp-rightarrow:before {
    content: "\f105";
}

.slider_01 .hermes .tp-arr-imgholder {
    width: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.slider_01 .hermes .tp-arr-imgholder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 94, 20, .7);
    content: '';
}

.slider_01 .hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
}

.slider_01 .hermes.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.slider_01 .hermes .tp-arr-allwrapper {
    width: 130px;
}

.slider_01 .tp-bannertimer {
    display: none !important;
}


/*------------------------------------------------------------------------------
/ 4. About Us
------------------------------------------------------------------------------*/

.video_01 {
    position: relative;
    padding-bottom: 29px;
}

.video_01>img {
    max-width: 100%;
    height: auto;
}

.video_01 .vp {
    width: 320px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 10px solid #FFF;
}

.video_01 .vp img {
    width: 100%;
    height: auto;
}

.video_01 .vp a {
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    color: #d22b27;
    position: absolute;
    line-height: 80px;
}

.video_01 .vp a:hover {
    background: #d22b27;
    color: #FFF;
}

.about_us_content {
    padding-left: 60px;
    padding-top: 88px;
}

.about_us_content .sec_title {
    margin-bottom: 21px;
}

.about_us_content .ind_lead {
    margin-bottom: 18px;
}

.mb28 {
    margin-bottom: 34px;
}

.about_us_content img {
    max-width: 100%;
    height: auto;
}


/*------------------------------------------------------------------------------
/ 5. Feature Section
------------------------------------------------------------------------------*/

.icon_box_01 {
    position: relative;
    background: #FFF;
    padding: 60px 24px 54px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    height: 100%;
}

.icon_box_01.box_shadow {
    box-shadow: 0 8px 15px rgba(202, 211, 255, .20);
}

.icon_box_01:hover {
    background: #d22b27;
    box-shadow: 0 16px 32px rgba(255, 94, 20, .40);
}

.icon_box_01 img.bigger {
    font-size: 200px;
    color: #fff9f9;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    left: 0;
    top: 19px;
    line-height: .82;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    opacity: .1;
    filter: brightness(0) invert(.7);
}

.icon_box_01:hover img.bigger {
    color: #d22c27;
}

.icon_box_01 * {
    position: relative;
    z-index: 2;
}

.icon_box_01 img.smaller {
    font-size: 40px;
    color: #d22c27;
    display: block;
    margin: 0 0 39px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    margin: auto;
    max-width: 100%;
    max-height: 75px;
}

.icon_box_01:hover img.smaller {
    color: #FFF;
    filter: brightness(0) invert(1);
}

.icon_box_01 span {
    display: block;
    background: #ffddce;
    width: 34px;
    height: 2px;
    margin: 0 auto 31px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.icon_box_01:hover span {
    background: #fff;
    width: 74px;
}

.icon_box_01 h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.9px;
    margin: 0 0 21px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.icon_box_01:hover h3 {
    color: #FFF;
}

.icon_box_01 p {
    margin: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.icon_box_01:hover p {
    color: #fff;
}


/*------------------------------------------------------------------------------
/ 6. works
------------------------------------------------------------------------------*/

.casestudysection {
    padding-bottom: 90px;
}

.filterMenu {
    position: relative;
    margin: 0 0 40px;
}

.filterMenu.emptyStyle {
    margin-bottom: 50px;
}

.filterMenu ul {
    margin: 0;
    padding: 0;
}

.filterMenu ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #06163a;
    text-transform: capitalize;
    letter-spacing: -.42px;
    line-height: .8;
    margin-right: 45px;
    margin-top: 27px;
    cursor: pointer;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.emptyStyle.filterMenu ul li {
    margin-top: 0;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.emptyStyle.filterMenu ul li:after {
    width: 0%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #d22b27;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.emptyStyle.filterMenu ul li:hover:after,
.emptyStyle.filterMenu ul li.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.filterMenu ul li:last-child {
    margin-right: 0;
}

.filterMenu ul li i {
    color: #d22b27;
    font-size: 16px;
    margin-right: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.filterMenu ul li:hover,
.filterMenu ul li.active {
    color: #d22b27;
}

.filterMenu ul li:hover i,
.filterMenu ul li.active i {
    color: #06163a;
}

.filterMenu ul li.all {
    float: left;
    height: 70px;
    background: #d22b27;
    color: #FFF;
    padding: 27px 45px 28px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.filterMenu ul li.all i {
    color: #FFF;
    margin-right: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.filterMenu ul li.all:hover {
    color: #06163a;
}

.filterMenu ul li.all:hover i {
    color: #06163a;
}

.singlefolio {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.singlefolio img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.folioHover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 46px;
    z-index: 3;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}

.singlefolio:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c347e;
    overflow: hidden;
    width: 0;
    height: 100%;
    content: '';
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.singlefolio .folioHover p {
    font-size: 12px;
    line-height: .8;
    font-weight: 500;
    color: #FFF;
    display: block;
    margin: 0 0 8px;
}

.singlefolio .folioHover a.cate {
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    text-transform: uppercase;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.singlefolio .folioHover h3 {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.singlefolio .folioHover h3 a {
    color: #fff;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.singlefolio:hover img {
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.singlefolio:hover .folioHover {
    visibility: visible;
    opacity: 1;
    left: 50px;
}

.singlefolio:hover:after {
    width: 100%;
}

.singlefolio .folioHover p a.cate:hover,
.singlefolio .folioHover h3 a:hover {
    color: #06163a;
}


/*------------------------------------------------------------------------------
/ 7. Funfact Section
------------------------------------------------------------------------------*/

.funfactSection {
    background: #06163a;
    position: relative;
}

.pdt120 {
    padding-top: 120px;
}

.pdl115 {
    padding-left: 115px;
}

.pdb38 {
    padding-bottom: 38px;
}

.icon_box_02 {
    position: relative;
    margin-bottom: 77px;
}

.funfactSection .icon_box_02 {
    padding-right: 50px;
}

.icon_box_02 i {
    font-size: 50px;
    letter-spacing: 0;
    color: #d22b27;
    display: inline-block;
    line-height: .8;
    text-align: left;
    margin-bottom: 38px;
}

.icon_box_02 h3 {
    font-size: 28px;
    line-height: 26px;
    color: #a9b2c7;
    margin: 0 0 27px;
}

.icon_box_02 span {
    color: #FFF;
}

.icon_box_02 p {
    color: #a9b2c7;
    margin: 0;
}

.mrm110px {
    margin-right: -110px;
}

.slider_01 .rev_slider .tp-caption.textRes br {
    display: none;
}

.straceImg {
    position: relative;
    height: 100%;
    background: url(../images/home/3.jpg) no-repeat center center / cover;
}

.straceImg2 {
    position: relative;
    height: 100%;
    background: url(../images/services/7.png) no-repeat right center / cover;
}


/*------------------------------------------------------------------------------
/ 8. What We Do Section
------------------------------------------------------------------------------*/

.icon_box_03 {
    position: relative;
    border: 4px solid #2b337e;
    padding: 57px 20px 48px 58px;
    height: 475px;
}

.icon_box_03 i {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    text-align: left;
    color: #d22b27;
    margin-bottom: 30px;
}

.icon_box_03 h3 {
    font-size: 36px;
    letter-spacing: -1.08px;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.icon_box_03 h3 a {
    color: #06163a;
}

.icon_box_03 h3 a:hover {
    color: #d22b27;
}

.icon_box_03 p {
    margin: 0 0 15px;
}

.icon_box_03 ul {
    margin: 0;
    padding: 0;
}

.icon_box_03 ul li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    color: #d22b27;
    position: relative;
}

.icon_box_03 ul li:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #d22b27;
    font-weight: 300;
    margin-right: 11px;
}

.serviceSlider .owl-nav {
    position: absolute;
    right: 0;
    top: -186px;
}

.serviceSlider.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border: 2px solid #eee9ff;
    color: #606e8c;
    font-size: 16px;
    line-height: .8;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.serviceSlider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
}

.serviceSlider.owl-carousel .owl-nav button:hover {
    color: #FFF;
    background: #d22b27;
    border-color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 9. Why Choose Us Section
------------------------------------------------------------------------------*/

.whyChooseUs {
    background: #06163a;
}

.video_02 {
    position: relative;
    height: 100%;
    background: url(../images/home/4.png) no-repeat right center / cover;
}

.videoPlay1 {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #fff;
    color: #d22b27;
    font-size: 16px;
    letter-spacing: 0;
    line-height: .8;
    text-align: center;
    border-radius: 50%;
    padding: 52px 0;
}

.video_02 .videoPlay1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.videoPlay1:hover {
    background: #d22b27;
    color: #FFF;
}

.whyChooseUsContent {
    padding: 120px 31% 120px 70px;
}

.whyChooseUsContent .sub_title {
    color: #b8becb;
    margin-bottom: 15px;
}

.whyChooseUsContent .sec_title {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 19px;
}

.whyChooseUsContent p {
    font-size: 16px;
    line-height: 28px;
    color: #a9b2c7;
    margin: 0 0 34px;
}


/*------------------------------------------------------------------------------
/ 10. Testimonial Section
------------------------------------------------------------------------------*/

.testimonialSection .sub_title {
    margin-bottom: 22px;
}

.testimonialSection .sec_title {
    margin-bottom: 35px;
}

.testimonialSection p {
    margin-bottom: 0;
}

.testimonialSection .ind_lead {
    margin-bottom: 26px;
}

.ts_item {
    padding: 0 15px;
}

.pdl40 {
    padding-left: 25px;
}

.testimonial_item {
    position: relative;
    background: url(../images/bg/1.jpg) repeat;
    padding: 50px 50px 53px;
    border-radius: 5px;
}

.testimonial_item .ratings {
    display: block;
    font-size: 14px;
    line-height: .8;
    color: #ffd200;
    margin: 0 0 30px;
}

.testimonial_item .ratings i {
    margin-right: 6px;
}

.testimonial_item h3 {
    font-size: 30px;
    line-height: .8;
    color: #06163a;
    letter-spacing: -.6px;
    text-transform: capitalize;
    margin: 0 0 29px;
}

.testimonial_item p {
    margin: 0 0 32px;
}

.ti_author {
    position: relative;
}

.ti_author img {
    float: left;
    margin-right: 21px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(48, 79, 134, .3);
}

.ti_author h4 {
    font-size: 24px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -.48px;
    margin: 0 0 18px;
    padding-top: 13px;
}

.ti_author span {
    font-size: 14px;
    color: #d22b27;
    display: block;
    line-height: .8;
}

.ts_item.slick-slide:focus {
    outline: 0;
    box-shadow: none;
}


/*------------------------------------------------------------------------------
/ 11. Client Secion
------------------------------------------------------------------------------*/

.clientSecion {
    background: url(../images/bg/2.jpg) no-repeat center center / cover fixed;
}

.csItem {
    position: relative;
    text-align: center;
}

.csItem img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
    height: auto;
}


/*------------------------------------------------------------------------------
/ 12. News Section
------------------------------------------------------------------------------*/

.newsSection {
    padding-bottom: 90px;
}

.blogItem {
    position: relative;
    margin-bottom: 30px;
}

.bi_thumb {
    position: relative;
    overflow: hidden;
}

.bi_thumb img {
    width: 100%;
    height: auto;
}

.bi_details {
    border: 2px solid #eee9ff;
    border-top: none;
    padding: 41px 35px 34px 38px;
}

.bi_meta {
    position: relative;
    color: #d22b27;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 19px;
}

.bi_meta span {
    display: inline-block;
    margin-right: 30px;
}

.bi_meta span:last-child {
    margin-right: 0;
}

.bi_meta span i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.bi_meta a {
    color: #d22b27;
}

.bi_meta a:hover {
    color: #06163a;
}

.bi_details h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0 0 23px;
}

.bi_details h3 a {
    color: #06163A;
}

.bi_details h3 a:hover {
    color: #d22b27;
}

.bi_details p {
    margin: 0 0 19px;
    word-break: break-all;
}

.read_more {
    font-size: 14px;
    line-height: .8;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    color: #d22b27;
    display: inline-block;
    text-decoration: underline;
}

.read_more:hover {
    color: #06163A;
    text-decoration: underline;
}

.blogItem2 {
    border: 2px solid #eee9ff;
    padding: 39px 35px 38px 38px;
    margin-bottom: 30px;
}

.blogItem2 .bi_meta {
    margin-bottom: 18.5px;
}

.blogItem2 h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0;
}

.blogItem2 h3 a {
    color: #06163A;
}

.blogItem2 h3 a:hover {
    color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 13. Footer 01
------------------------------------------------------------------------------*/

.footer_01 {
    position: relative;
    padding: 100px 0;
    background: #051230;
}

.footer_01 .widget {
    position: relative;
    margin: 0;
}

.about_widget {
    position: relative;
    padding-right: 10px;
}

.about_widget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
}

.about_widget p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 25px;
    color: #acafc0;
    letter-spacing: 0;
}

.caller {
    position: relative;
    background: #0f1d3e;
    padding-left: 76px;
    border-radius: 5px;
    padding-top: 16px;
    padding-bottom: 19px;
    max-width: 267px;
}

.caller i {
    font-size: 30px;
    line-height: 20px;
    color: #d22c27;
    position: absolute;
    left: 30px;
    top: 20px;
}

.caller span {
    font-size: 14px;
    line-height: .8;
    color: #727e9a;
    display: block;
    margin: 2px 0 10px;
}

.caller h3 {
    font-size: 17px;
    line-height: 1.5;
    color: #FFF;
    margin: 0;
}

.footer_01 .widget_title {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFF;
    margin: 12px 0 40px;
    line-height: .8;
}

.footer_01 .widget_title span {
    color: #d22b27;
}

.footer_01 .widget ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

.footer_01 .widget ul li {
    list-style: none;
    display: block;
    line-height: .8;
    margin-bottom: 30px;
}

.footer_01 .widget ul li:last-child {
    margin-bottom: 0;
}

.footer_01 .widget ul li a {
    display: inline-block;
    line-height: .8;
    font-size: 14px;
    letter-spacing: 0;
    color: #acafc0;
    position: relative;
}

.footer_01 .widget ul li a:before {
    content: '--';
    color: #acafc0;
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.footer_01 .widget ul li a:hover {
    color: #d22b27;
}

.footer_01 .widget ul li a:hover:before {
    margin-right: 13px;
}

.pdl45 {
    padding-left: 45px;
}

.pdl65 {
    padding-left: 65px;
}

.recentServices {
    position: relative;
}

.serviceItem {
    position: relative;
    margin-bottom: 21px;
    min-height: 70px;
}

.serviceItem img {
    width: 80px;
    height: 70px;
    margin: 0 26px 0 0;
}

.serviceItem h5 {
    font-size: 18px;
    line-height: 20px;
    color: #a2aeca;
    margin: -1px 0 16px;
}

.serviceItem h5 a {
    color: #a2aeca;
    line-height: inherit;
}

.serviceItem h5 a:hover {
    color: #d22b27;
}

.serviceItem span {
    display: block;
    color: #757b98;
    line-height: .8;
}

.subscribForm {
    position: relative;
}

.subscribForm form {
    margin: 0;
    padding: 0;
}

.subscribForm input[type="email"],
.subscribForm input[type="text"] {
    height: 70px;
    width: 100%;
    border: none;
    background: #0f1f45;
    border-radius: 70px;
    color: #bfbfcb;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0 15px 0 40px;
}

.subscribForm input[type="email"]::-moz-placeholder,
.subscribForm input[type="text"]::-moz-placeholder {
    color: #bfbfcb;
    opacity: 1 !important;
}

.subscribForm input[type="email"]::-ms-input-placeholder,
.subscribForm input[type="text"]::-ms-input-placeholder {
    color: #787f85;
    opacity: 1 !important;
}

.subscribForm input[type="email"]::-webkit-input-placeholder,
.subscribForm input[type="text"]::-webkit-input-placeholder {
    color: #bfbfcb;
    opacity: 1 !important;
}

.subscribForm input:-internal-autofill-selected {
    background-color: #0f1f45;
}

.subscribForm button {
    background: #f46904;
    color: #FFF;
    height: 60px;
    margin: 0;
    padding: 2px 44px 0;
    min-width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    border: none;
    border-radius: 60px;
    font-weight: 500;
    text-align: center;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.subscribForm button:hover {
    color: #d22b27;
    background: #0f1f45;
}

.widget .socials {
    position: relative;
}

.widget .socials a {
    font-size: 14px;
    line-height: .8;
    display: inline-block;
    color: #acafc0;
    margin-right: 17px;
}

.widget .socials a:last-child {
    margin-right: 0;
}

.widget .socials a:hover {
    color: #d22b27;
}

.widget.footer_social .widget_title {
    margin: 0 0 25px;
}

.footer_01 .subscribe_widget {
    margin-bottom: 40px;
}


/*------------------------------------------------------------------------------
/ 14. Copyright Section
------------------------------------------------------------------------------*/

.copyright_section {
    background: #051230;
}

.siteinfo {
    text-align: center;
    border-top: 2px solid #1a2c55;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 25px 0 24px;
}

.siteinfo a {
    color: #FFF;
}

.siteinfo a:hover {
    color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 15. Header 02
------------------------------------------------------------------------------*/

.header_02 {
    position: relative;
    background: #fff;
}

.logo_02 {
    position: relative;
    padding: 30px 0 29px;
}

.logo_02 img {
    max-width: 100%;
    height: 51px;
    width: auto;
}

.header_02 .mainmenu>ul>li {
    padding: 49px 0 48px;
}

.header_02 .ind_btn_2 {
    margin: 25px 0 0;
}


/*------------------------------------------------------------------------------
/ 16. Topbar 02
------------------------------------------------------------------------------*/

.topbar_02 {
    min-height: 100px;
    background: #06163a;
}

.topbar_left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 28px;
    padding-bottom: 30px;
}

.topbar_left .info_element {
    top: 0;
}

.social_and_settings {
    line-height: .8;
    padding: 43px 0;
}

.social_and_settings span {
    display: inline-block;
    line-height: .8;
}

.social_and_settings a {
    color: #a9b2c7;
    font-size: 14px;
    line-height: .8;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.social_and_settings a.src {
    margin: 0 35px 0 36px;
}

.social_and_settings a:last-child {
    margin-right: 0;
}

.social_and_settings a.toggler {
    color: #FFF;
}

.social_and_settings a:hover,
.social_and_settings a.active {
    color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 17. Slider 02
------------------------------------------------------------------------------*/

.slider_02 {
    width: 100%;
    max-height: 100vh;
    background: #06163a;
    position: relative;
    overflow: hidden;
}

.bigHeading {
    letter-spacing: -3px;
}

.slider_02 .slotholder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(22, 6, 58, .5);
}

.slider_02 .hermes.tparrows {
    height: 120px;
    background: rgba(0, 0, 0, .3);
    color: #a29d98;
    font-size: 18px;
    letter-spacing: 0;
}

.slider_02 .hermes.tparrows:before {
    color: #a29d98;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    height: 120px;
    line-height: 120px;
}

.slider_02 .hermes.tparrows.tp-leftarrow:before {
    content: "\f104";
}

.slider_02 .hermes.tparrows.tp-rightarrow:before {
    content: "\f105";
}

.slider_02 .hermes .tp-arr-imgholder {
    width: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.slider_02 .hermes .tp-arr-imgholder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 94, 20, .7);
    content: '';
}

.slider_02 .hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
}

.slider_02 .hermes.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.slider_02 .hermes .tp-arr-allwrapper {
    width: 130px;
}

.slider_02 .tp-bannertimer {
    display: none !important;
}


/*------------------------------------------------------------------------------
/ 18. Feature Section 02
------------------------------------------------------------------------------*/

.featureSection2 {
    position: relative;
    margin-top: -203px;
    z-index: 2;
    padding-bottom: 120px;
}


/*------------------------------------------------------------------------------
/ 19. Experience Sections
------------------------------------------------------------------------------*/

.experienceSection {
    padding: 0 0 120px;
    position: relative;
}

.aboutCompanys {
    position: relative;
    background: url(../images/bg/3.jpg) repeat;
    border: 10px solid #f3f3ff;
    padding: 87px 0 77px;
}

.abc_left {
    padding-left: 80px;
}

.aboutCompanys h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #d22b27;
    font-weight: 500;
    margin: 0 0 18px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.aboutCompanys h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -2.4px;
}

.abc_right {
    padding-left: 20px;
    padding-right: 36px;
    word-break: break-all;
}

.aboutCompanys p {
    margin: -3px 0 24px;
}

.aboutCompanys .ab_sign {
    height: 73px;
    width: auto;
}

.ab_btn {
    width: 60px;
    height: 60px;
    background: #d22b27;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ab_btn:hover {
    color: #FFF;
    background: #06163A;
}


/*------------------------------------------------------------------------------
/ 20. What We Do 2
------------------------------------------------------------------------------*/

.pdb80 {
    padding-bottom: 80px;
}

.singleService {
    position: relative;
    margin-bottom: 40px;
}

.serviceThumb {
    position: relative;
    overflow: hidden;
    padding: 0 18px;
}

.serviceThumb img {
    width: 100%;
    height: auto;
    background: #06163a;
    opacity: 1;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.singleService:hover .serviceThumb img {
    opacity: .7;
}

.serviceThumb a {
    height: 60px;
    background: #d22b27;
    width: 170px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.singleService:hover .serviceThumb a {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.serviceThumb a:hover {
    color: #FFF;
}

.serviceThumb a span {
    position: relative;
    z-index: 2;
}

.serviceThumb a:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #06163a;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.serviceThumb a:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.serviceDetails {
    padding: 136px 55px 34px 55px;
    word-break: break-all;
    margin-top: -107px;
    background: #fff;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.singleService:hover .serviceDetails {
    box-shadow: 0 16px 32px rgba(6, 22, 58, .08);
}

.serviceDetails h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: -1.08px;
    color: #06163a;
    margin: 0 0 22px;
}

.serviceDetails h2 a {
    color: inherit;
}

.serviceDetails h2 a:hover {
    color: #d22b27;
}

.serviceDetails p {
    margin: 0;
}

.singleService .serviceDetails>a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    color: #959ba9;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 11px;
}

.singleService .serviceDetails>a:hover {
    color: #d22b27;
}

.singleService .serviceDetails>a:after {
    width: 100%;
    height: 3px;
    background: #d22b27;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.singleService .serviceDetails>a i {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.style2 .serviceDetails {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    padding-bottom: 0;
}

.style2 .serviceDetails p {
    margin-bottom: 25px;
}


/*------------------------------------------------------------------------------
/ 21. Call To Action
------------------------------------------------------------------------------*/

.caltoaction {
    position: relative;
    background: url(../images/bg/4.jpg) no-repeat center center / cover fixed;
    padding: 121px 0 108px;
}

.cta_left h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #d22b27;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: .8;
}

.cta_left h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1.4px;
    margin: 0;
    color: #FFF;
}

.ind_btn_icon {
    height: 60px;
    min-width: 200px;
    text-align: center;
    padding: 24px 15px;
    background: #d22b27;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: .8;
    display: inline-block;
    position: relative;
}

.ind_btn_icon span {
    position: relative;
    z-index: 2;
}

.ind_btn_icon i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.ind_btn_icon:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #06163a;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_btn_icon.lights:after {
    background: #FFF;
}

.ind_btn_icon:hover {
    color: #FFF;
}

.ind_btn_icon.lights:hover {
    color: #06163a;
}

.ind_btn_icon:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.pdt60 {
    padding-top: 60px;
}


/*------------------------------------------------------------------------------
/ 22. Works Secion 2
------------------------------------------------------------------------------*/

.workSecion {
    padding-bottom: 100px;
}

.workSecion .sec_title {
    margin-bottom: 83px;
}

.singlefolio_02 {
    position: relative;
    padding-bottom: 67px;
    margin-bottom: 20px;
}

.singlefolio_02 img {
    width: 100%;
    height: auto;
}

.sf2_con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    background: #FFF;
    box-shadow: 0 8px 15px rgba(202, 211, 255, .2);
    padding: 33px 40px 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.sf2_con p {
    line-height: .8;
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #d22b27;
    letter-spacing: 0;
}

.sf2_con p a {
    color: inherit;
}

.sf2_con p a:hover {
    color: #06163a;
}

.sf2_con h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #06163a;
    text-transform: capitalize;
    letter-spacing: -.9px;
    margin: 0;
}

.sf2_con h3 a {
    color: inherit;
}

.sf2_con h3 a:hover {
    color: #d22b27;
}

.worksSlider .owl-nav {
    position: absolute;
    right: 0;
    top: -173px;
}

.worksSlider.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border: 2px solid #eee9ff;
    color: #606e8c;
    font-size: 16px;
    line-height: .8;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.worksSlider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
}

.worksSlider.owl-carousel .owl-nav button:hover {
    color: #FFF;
    background: #d22b27;
    border-color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 23. Team
------------------------------------------------------------------------------*/

.singleTeam {
    position: relative;
}

.singleTeam img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 42px;
}

.singleTeam span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #d22b27;
    font-weight: 500;
    line-height: .8;
    margin: 0 0 17px;
}

.singleTeam h3 {
    font-size: 36px;
    text-transform: capitalize;
    color: #06163a;
    letter-spacing: -.72px;
    line-height: .8;
    margin: 0 0 23px;
}

.singleTeam h3 a {
    color: inherit;
}

.singleTeam h3 a:hover {
    color: #d22b27;
}

.singleTeam p {
    margin: 0 0 20px;
    word-break: break-all;
    padding: 0 10px;
}

.teamsocials {
    font-size: 14px;
    line-height: .8;
    color: #acafc0;
}

.teamsocials a {
    display: inline-block;
    color: inherit;
    margin-right: 16px;
}

.teamsocials a:last-child {
    margin-right: 0;
}

.teamsocials a:hover {
    color: #d22b27;
}

.teamslider.owl-carousel {
    padding-bottom: 44px;
}

.teamslider.owl-carousel .owl-dots {
    text-align: center;
    line-height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.teamslider.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #ffddce;
    border-radius: 10px;
    margin-right: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.teamslider.owl-carousel .owl-dots .owl-dot:hover {
    background: #d22b27;
}

.teamslider.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: #d22b27;
}

.teamslider.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.teamslider.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*------------------------------------------------------------------------------
/ 24. Video Section
------------------------------------------------------------------------------*/

.video_secion {
    position: relative;
    background: url(../images/bg/5.jpg) no-repeat fixed center center / cover;
    padding: 120px 0;
}

.mtb204 {
    margin: 204px 0;
}

.videoPlay {
    color: #d22b27;
    display: inline-block;
    position: relative;
    padding: 0;
    animation: video_shadows 1s linear infinite;
    border-radius: 50%;
}

.videoPlay i {
    display: inline-block;
    line-height: 120px;
    font-size: 16px;
    color: #d22b27;
    background: #FFF;
    width: 120px;
    height: 120px;
    z-index: 3;
    position: relative;
    border-radius: 50%;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.videoPlay:hover i {
    background: #d22b27;
    color: #FFF;
}

@keyframes video_shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .06), 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}


/*------------------------------------------------------------------------------
/ 25. Testimonial Section 2
------------------------------------------------------------------------------*/

.testimonialSection2 {
    position: relative;
    padding: 55px 0 0;
}

.pdt65 {
    padding-top: 65px;
}

.pdb120 {
    padding-bottom: 120px;
}

.testimonial_item2 {
    padding: 0 120px 0 0;
    background: none;
}

.testimonialSection2 .sub_title {
    margin-bottom: 22px;
}

.testimonialSection2 .sec_title {
    margin-bottom: 63px;
}

.testimonial_item.testimonial_item2 h3 {
    margin-bottom: 31px;
    color: #d22b27;
}

.testimonial_item2.testimonial_item p {
    margin: 0 0 24px;
}

.testimonial_item2:after {
    width: 392px;
    height: 515px;
    background: url(../images/ques.png) no-repeat center center;
    content: '';
    position: absolute;
    right: -266px;
    bottom: -120px;
    z-index: 2;
}


/*------------------------------------------------------------------------------
/ 26 Client Section 2
------------------------------------------------------------------------------*/

.clientSecion2 {
    background: url(../images/bg/6.jpg) no-repeat fixed center center / cover;
}


/*------------------------------------------------------------------------------
/ 27. Blog Section 2
------------------------------------------------------------------------------*/

.blogItem3 {
    position: relative;
}

.bi3_thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 33px;
}

.bi3_thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.bmeta {
    font-size: 14px;
    line-height: .8;
    color: #959ba9;
    margin: 0 0 17px;
}

.bmeta a {
    display: inline-block;
    margin-right: 26px;
    color: inherit;
}

.bmeta a:last-child {
    margin-right: 0;
}

.bmeta a i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.bmeta a:hover {
    color: #d22b27;
}

.blogItem3 h3 {
    font-size: 30px;
    line-height: 40px;
    color: #06163a;
    margin: 0 0 18px;
    letter-spacing: -.6px;
}

.blogItem3 h3 a {
    color: inherit;
}

.blogItem3 h3 a:hover {
    color: #d22b27;
}

.bdesc {
    position: relative;
    margin: 0 0 20px;
}

.bauthor {
    position: relative;
    padding-left: 61px;
    line-height: .8;
    padding-top: 15px;
    padding-bottom: 14px;
}

.bauthor img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.bauthor a {
    font-size: 14px;
    line-height: .8;
    font-weight: 500;
    color: #06163a;
    display: inline-block;
}

.bauthor a:hover {
    color: #d22b27;
}

.blogItem2.bIcollapse {
    margin-bottom: -2px;
}

.bIcollapse .bi_meta {
    color: #959ba9;
}

.bIcollapse .bi_meta span {
    margin-right: 26px;
}

.bIcollapse .bi_meta span:last-child {
    margin-right: 0;
}

.bIcollapse .bi_meta a {
    color: #959ba9;
}

.bIcollapse .bi_meta a:hover {
    color: #d22b27;
}

.pdb115 {
    padding-bottom: 115px;
}


/*------------------------------------------------------------------------------
/ 28. Footer 02
------------------------------------------------------------------------------*/

.footer_02 {
    padding: 100px 0;
    background: #051230;
}

.footer_02 .widget {
    position: relative;
    display: block;
    margin: 0;
}

.about_widget_2 {
    position: relative;
}

.about_widget_2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.about_widget_2 p {
    color: #acafc0;
    margin: 0 0 24px;
}

.fo_social {
    position: relative;
    line-height: .8;
}

.fo_social a {
    font-size: 14px;
    line-height: .8;
    color: #acafc0;
    display: inline-block;
    margin-right: 16px;
}

.fo_social a:hover {
    color: #d22b27;
}

.footer_02 .widget_title {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFF;
    margin: 12px 0 45px;
    line-height: .8;
}

.footer_02 .widget_title span {
    color: #d22b27;
}

.footer_02 .widget ul {
    margin: 0;
    padding: 1px 0 0;
    border-left: 1px solid #192c58;
}

.footer_02 .widget ul li {
    line-height: .8;
    font-size: 14px;
    letter-spacing: 0;
    color: #acafc0;
    list-style: none;
    margin-bottom: 30px;
}

.footer_02 .widget ul li:last-child {
    margin-bottom: 0;
}

.footer_02 .widget ul li a {
    color: inherit;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-left: 30px;
}

.footer_02 .widget ul li a:hover {
    color: #d22b27;
    padding-left: 35px;
}

.footer_02 .widget ul li a:before {
    width: 10px;
    height: 1px;
    background: #192c58;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.footer_02 .widget ul li a:hover:before {
    background: #FFF;
}

.pdl58 {
    padding-left: 58px;
}

.pdl20 {
    padding-left: 22px;
}

.newsFeeds {
    position: relative;
}

.newsFeeds div.newsfeed {
    position: relative;
    border-bottom: 1px solid #192c58;
    padding-bottom: 25px;
    margin-bottom: 31px;
}

.newsFeeds div.newsfeed:last-of-type,
.newsFeeds div.newsfeed:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.newsfeed p {
    font-size: 14px;
    color: #d22b27;
    line-height: .8;
    margin: 0 0 16px;
}

.newsfeed p i {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.newsfeed p a {
    color: inherit;
}

.newsfeed p a:hover {
    color: #a5aec5;
}

.newsfeed h4 {
    font-size: 24px;
    line-height: 30px;
    color: #a5aec5;
    letter-spacing: 0;
    margin: 0;
}

.newsfeed h4 a {
    color: inherit;
}

.newsfeed h4 a:hover {
    color: #d22b27;
}


/*------------------------------------------------------------------------------
/ 29. About Us Page
------------------------------------------------------------------------------*/

.aboutSection {
    padding-top: 93px;
}

.aboutImg {
    padding-right: 23px;
    position: relative;
}

.aboutImg img {
    max-width: 100%;
    height: auto;
}

.aboutImg .i2 {
    float: left;
    margin-top: -184px;
    margin-left: 55px;
}

.yearsofexp {
    width: 160px;
    height: 160px;
    background: #d22b27;
    position: absolute;
    right: -27px;
    bottom: 50px;
    box-shadow: 0 16px 32px rgba(255, 94, 20, .3);
    text-align: center;
    padding: 41px 0 0;
}

.yearsofexp h2 {
    font-size: 60px;
    color: #FFF;
    font-weight: 300;
    color: #FFF;
    line-height: .8;
    margin: 0 0 18px;
}

.yearsofexp>span {
    font-size: 12px;
    text-transform: capitalize;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    line-height: .8;
    display: block;
}

.aboutDescs {
    padding: 63px 0 0 58px;
}

.aboutDescs .sec_title {
    margin-bottom: 22px;
}

.aboutDescs p.ind_lead {
    margin-bottom: 29px;
}

.aboutDescs p {
    margin-bottom: 34px;
}

.skillSections {
    background: #f6f7ff;
}

.skillHolders {
    position: relative;
    padding: 120px 85px 78px 145px;
}

.skillHolders .sub_title {
    color: #9ea4b3;
}

.skillHolders .sec_title {
    margin-bottom: 70px;
}

.singleSkill {
    position: relative;
    margin-bottom: 41px;
    overflow: hidden;
}

.singleSkill>span {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #06163a;
    display: block;
    margin-bottom: 23px;
}

.skillBG {
    width: 100%;
    height: 60px;
    background: #FFF;
    position: relative;
}

.skill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #d22b27;
}

.skillBG span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: .8;
    position: absolute;
    right: 40px;
    padding-top: 22px;
}

.stretchBGDiv {
    position: relative;
    height: 100%;
    background: url(../images/about/4.jpg) no-repeat center center / cover;
}

.singleTeam02 {
    position: relative;
    padding: 20px 0 0 20px;
}

.st2_inner {
    position: relative;
    background: #f4f7ff;
    text-align: center;
    padding-bottom: 39px;
}

.st2_inner img {
    width: 100%;
    height: auto;
    position: relative;
    top: -20px;
    left: -20px;
    margin-bottom: 17px;
}

.st2_inner h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #06163a;
    letter-spacing: -.90px;
    margin: 0 0 23px;
}

.st2_inner h2 a {
    color: inherit;
}

.st2_inner h2 a:hover {
    color: #d22b27;
}

.st2_inner span {
    display: block;
    color: #d22b27;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: .8;
}

.teamslider2 .owl-nav {
    position: absolute;
    right: 0;
    top: -186px;
}

.teamslider2.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border: 2px solid #eee9ff;
    color: #606e8c;
    font-size: 16px;
    line-height: .8;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.teamslider2.owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
}

.teamslider2.owl-carousel .owl-nav button:hover {
    color: #FFF;
    background: #d22b27;
    border-color: #d22b27;
}

.calltoactions {
    padding: 116px 0 103px;
    background: #06163a;
}

.cta_left_02 {
    position: relative;
    padding-left: 120px;
    padding-top: 5px;
}

.cta_left_02 i {
    font-size: 80px;
    line-height: .8;
    color: #d22b27;
    position: absolute;
    left: 0;
    top: 3px;
}

.cta_left_02 h6 {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #8993a8;
    line-height: .8;
    font-family: 'Rubik', sans-serif;
    margin: 0px 0 14px;
    text-transform: uppercase;
}

.cta_left_02 h2 {
    font-size: 70px;
    line-height: 90px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: -2.1px;
    margin: 0;
}

.pdt29 {
    padding-top: 29px;
}

.history_box {
    position: relative;
    float: left;
    width: 25%;
}

.history_box h5 {
    font-size: 20px;
    color: #d22b27;
    letter-spacing: -.60px;
    line-height: .8;
    text-transform: none;
    margin: 0 0 39px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.history_box:focus~.history_box h5,
.history_box:hover~.history_box h5 {
    color: #06163a;
}

.container:not(:focus-within):not(:hover) .history_box h5 {
    color: #06163a;
}

.history_box .hisbar {
    position: relative;
    height: 2px;
    background: #d22b27;
    margin: 0 0 51px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.history_box:focus~.history_box .hisbar,
.history_box:hover~.history_box .hisbar {
    background: #ececec;
}

.container:not(:focus-within):not(:hover) .history_box .hisbar {
    background: #ececec;
}

.history_box .hisbar:before {
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 6px solid #d22b27;
    position: absolute;
    left: 0;
    top: -9px;
    border-radius: 50%;
    z-index: 1;
    content: '';
}

.history_box span {
    display: block;
    font-size: 14px;
    color: #9aa1b0;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.8px;
    margin: 0 0 25px;
}

.history_box h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.72px;
    margin: 0 0 22px;
}

.history_box p {
    margin: 0 0 19px;
    padding-right: 35px;
}

.history_box a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    color: #959ba9;
    display: inline-block;
    line-height: .8;
}

.history_box a:hover {
    color: #d22b27;
}

.singleFeature {
    position: relative;
    overflow: hidden;
    margin-bottom: 64px
}

.singleFeature img {
    width: 100%;
    height: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.singleFeature:hover img {
    transform: scale(1.07) rotate(-2deg);
    -webkit-transform: scale(1.07) rotate(-2deg);
    -moz-transform: scale(1.07) rotate(-2deg);
}

.singleFeature:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: -moz-linear-gradient(top, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0006163a', endColorstr='#06163a', GradientType=0);
    /* IE6-9 */
}

.sf_content {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 15px 32px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.sf_content i {
    font-size: 40px;
    line-height: .8;
    color: #FFF;
    display: block;
    letter-spacing: 0;
    margin: 0 0 12px;
}

.sf_content h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.90px;
    color: #FFF;
    margin: 0;
}

.sf_content h3 a {
    color: inherit;
}

.sf_content h3 a:hover {
    color: #d22b27;
}

.featureSlider {
    margin: 0 -15px;
}

.featureSlider.owl-carousel .owl-dots {
    text-align: center;
    line-height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.featureSlider.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #cbcce9;
    border-radius: 10px;
    margin-right: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.featureSlider.owl-carousel .owl-dots .owl-dot:hover {
    background: #d22b27;
}

.featureSlider.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: #d22b27;
}

.featureSlider.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.featureSlider.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*------------------------------------------------------------------------------
/ 30. Team Page
------------------------------------------------------------------------------*/

.teamSection {
    padding-bottom: 60px;
}

.teamSection .singleTeam02 {
    margin-bottom: 60px;
}

.imgCarousel,
.imgCarousel .carousel-inner,
.imgCarousel .carousel-item {
    height: 100%;
}

.icItem {
    height: 100%;
    background: url(../images/team/s1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.icItem.ict2 {
    background: url(../images/team/s2.jpg);
}

.icItem.ict3 {
    background: url(../images/team/s3.jpg);
}

.imgCarousel .carousel-indicators {
    position: absolute;
    left: 60px;
    bottom: 57px;
    margin: 0;
    text-align: left;
    display: inline-block;
    line-height: 14px;
}

.imgCarousel .carousel-indicators li {
    height: 14px;
    width: 14px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin: 0 17px 0 0;
    opacity: 1;
    display: inline-block;
    padding: 0;
    flex: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.imgCarousel .carousel-indicators li:hover,
.imgCarousel .carousel-indicators li.active {
    background: #FFF;
}

.calltoactions2 {
    background: url(../images/bg/8.jpg) no-repeat center center / cover;
    padding: 120px 0 117px;
}

.overlays {
    position: relative;
}

.overlays:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 22, 58, .8);
    content: '';
}

.overlays .container,
.overlays .container-fluid {
    position: relative;
    z-index: 2;
}

.pdt25 {
    padding-top: 25px;
}

.serviceSecions {
    padding-bottom: 90px;
}

.serviceSecions .icon_box_03 {
    margin-bottom: 30px;
}


/*------------------------------------------------------------------------------
/ 31. Sidebar 1
------------------------------------------------------------------------------*/

.sidebar_1 .widget {
    position: relative;
    border: 1px solid #eee9ff;
    margin: 0 0 40px;
    padding: 54px 0 36px;
}

.sidebar_1 .widget .widget_title {
    font-size: 36px;
    text-transform: capitalize;
    color: #06163a;
    letter-spacing: -1.08px;
    text-transform: capitalize;
    line-height: .8;
    margin: 0 0 40px;
    padding: 0 30px;
}

.sidebar_1 .widget ul {
    margin: 0;
    padding: 0;
}

.sidebar_1 .widget ul li {
    list-style: none;
    line-height: .8;
    padding: 0 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.sidebar_1 .widget ul li.active {
    background: #d22b27;
}

.sidebar_1 .widget ul li.active a {
    color: white;
}

.sidebar_1 .widget ul li:hover {
    background: #d22b27;
}

.sidebar_1 .widget ul li a {
    font-size: 14px;
    line-height: 1.8;
    color: #6c768e;
    display: inline-block;
    padding: 21px 0 21px 0;
}

.sidebar_1 .widget ul li:hover a,
.sidebar_1 .widget ul li.current-menu-item a {
    color: #FFF;
}

.sidebar_1 .widget ul li a i {
    color: #d22b27;
    width: 27px;
    text-align: left;
    position: relative;
    top: -1px;
}

.sidebar_1 .widget ul li:hover a i,
.sidebar_1 .widget ul li.current-menu-item a i {
    color: #FFF;
}

.allBrouchers {
    position: relative;
    padding: 0 55px;
}

.singleBrou {
    position: relative;
    border-bottom: 2px solid #eee9ff;
    padding-left: 31px;
    padding-top: 3px;
    line-height: .8;
    padding-bottom: 29px;
    margin-bottom: 30px;
}

.allBrouchers .singleBrou:last-of-type,
.allBrouchers .singleBrou:last-child {
    padding-bottom: 19px;
    margin-bottom: 0;
    border-bottom: none;
}

.singleBrou i {
    font-size: 20px;
    line-height: .8;
    position: absolute;
    left: 0;
    top: 3px;
    color: #d22b27;
}

.singleBrou h3 {
    font-size: 20px;
    color: #06163a;
    letter-spacing: 0;
    line-height: .8;
    margin: 0 0 21px;
}

.singleBrou h3 a {
    color: #06163a;
}

.singleBrou h3 a span {
    color: #d22b27;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.singleBrou h3 a:hover {
    color: #d22b27;
}

.singleBrou h3 a:hover span {
    color: #06163a;
}

.singleBrou>a {
    font-size: 14px;
    display: inline-block;
    color: #6c768e;
    line-height: .8;
}

.singleBrou>a:hover {
    color: #d22b27;
}

.allLatestWorks {
    position: relative;
    padding: 0 55px;
    margin-top: -8px;
}

.ltworks {
    position: relative;
    border-bottom: 2px solid #eee9ff;
    padding-bottom: 19px;
    margin-bottom: 25px;
}

.allLatestWorks .ltworks:last-of-type,
.allLatestWorks .ltworks:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.ltworks h3 {
    font-size: 20px;
    line-height: 30px;
    color: #06163a;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.ltworks h3 a {
    color: inherit;
}

.ltworks h3 a:hover {
    color: #d22b27;
}

.ltworks p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #d22b27;
    margin: 0;
}

.ltworks p a {
    color: inherit;
}

.ltworks p a:hover {
    color: #06163a;
}

.widget.havqueswidget {
    background: #d22b27;
    border: none;
    padding-top: 58px;
    padding-bottom: 54px;
}

.widget.havqueswidget .widget_title {
    color: #FFF;
}

.hqw_content {
    position: relative;
    padding: 2px 55px 0;
}

.hqw_content p {
    color: #FFF;
    margin: 0 0 17px;
}

.hqw_content h5 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 7px;
}

.hqw_content h5:last-of-type,
.hqw_content h5:last-child {
    margin-bottom: 0;
}


/*------------------------------------------------------------------------------
/ 32. Service Details
------------------------------------------------------------------------------*/

.service_details_area {
    position: relative;
    padding-right: 30px;
}

.sda_cates {
    position: relative;
    line-height: .8;
    font-size: 16px;
    color: #d22b27;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.sda_cates a {
    color: inherit;
    display: inline-block;
    line-height: inherit;
}

.sda_cates a:hover {
    color: #06163a;
}

.entry_title {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2.4px;
    margin: 0 0 65px;
}

.sda_gall {
    position: relative;
    margin-bottom: 22px;
}

.sda_gl {
    position: relative;
    margin-bottom: 30px;
}

.sda_gl img {
    width: 100%;
    height: auto;
}

.sda_content {
    font-size: 16px;
    line-height: 28px;
    color: #6c768e;
}

.sda_content p {
    margin: 0 0 25px;
}

.sda_content p.lead_content {
    font-size: 20px;
    line-height: 32px;
    color: #06163a;
    margin: 3px 0 28px;
}

.sda_content p:last-child,
.sda_content p:last-of-type {
    margin-bottom: 0;
}

.sda_tags {
    position: relative;
    margin: 53px 0 52px;
}

.icon_box_04 {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #d22b27;
    color: #FFF;
    text-align: center;
    box-shadow: 0 16px 32px rgba(255, 94, 20, .3);
    padding: 51px 0 0;
    display: inline-block;
}

.sda_tags .icon_box_04 {
    margin-right: 40px;
}

.icon_box_04 i {
    font-size: 40px;
    line-height: .8;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.icon_box_04 h4 {
    font-size: 20px;
    letter-spacing: -.60px;
    text-transform: capitalize;
    margin: 0;
    line-height: .8;
    color: #FFF;
}


/*------------------------------------------------------------------------------
/ 33. Project Pages
------------------------------------------------------------------------------*/

.ind_pagination {
    position: relative;
}

.ind_pagination a,
.ind_pagination span {
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 14px;
    color: #9fa7c5;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    margin-right: 12px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.ind_pagination a:hover,
.ind_pagination span.current {
    background: #d22b27;
    color: #FFF;
}

.ind_pagination a:last-child {
    margin-right: 0;
}

.mt25 {
    margin-top: 25px;
}

.singleFolio_03 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.singleFolio_03 img {
    width: 100%;
    height: auto;
}

.blankFolio {
    width: 100%;
    height: 70px;
    background: #FFF;
    margin-bottom: 30px;
}

.folioHover_03 {
    width: calc(100% - 85px);
    height: 215px;
    position: absolute;
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    left: 30px;
    background: #FFF;
    bottom: 0px;
    padding-left: 30px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

#shafulls .shaf_itme:nth-child(even):visible .folioHover_03 {
    background: #d22b27
}

.rightHover .folioHover_03 {
    left: auto;
    right: -100px;
    padding-left: 0;
    padding-right: 30px;
}

.singleFolio_03:hover .folioHover_03 {
    opacity: 1;
    visibility: visible;
    bottom: 60px;
    z-index: 6;
}

.folioHover_03 h2 {
    font-size: 75px;
    line-height: 65px;
    text-transform: capitalize;
    color: #06163a;
    margin: 24px 0 21px;
    letter-spacing: -2.4px;
}

.singleFolio_03:hover .folioHover_03 h2 {
    opacity: 1;
    visibility: visible;
}

.folioHover_03 .cats {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: .8;
}

.folioHover_03 .cats a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #d22b27;
    letter-spacing: 0;
    line-height: .8;
    transition: all ease 100ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.folioHover_03 .cats a:hover {
    color: #06163a;
}

.folioHover_03 .cats span {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}

.mores {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/right_arrow.png) no-repeat center center #d22b27;
    border-radius: 50%;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.rightHover .mores {
    right: auto;
    left: -25px;
    background: url(../images/left_arrow.png) no-repeat center center #d22b27;
}

.mores:hover {
    background: url(../images/right_arrow.png) no-repeat center center #06163a;
}

.rightHover .mores:hover {
    background: url(../images/left_arrow.png) no-repeat center center #06163a;
}

#shafulls {
    overflow: visible !important;
}

.singleFolio_04 {
    position: relative;
    background: #FFF;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .03);
    margin-bottom: 30px;
}

.sf4_img {
    position: relative;
    overflow: hidden;
}

.sf4_img .sf4_hov {
    background: rgba(6, 22, 58, .8);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.singleFolio_04:hover .sf4_hov {
    visibility: visible;
    opacity: 1;
}

.sf4_hov a.detailsLink2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #d22b27;
    display: inline-block;
    font-size: 16px;
    line-height: .8;
    padding: 22px 0;
    height: 60px;
    position: relative;
    right: -80px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.sf4_hov a.prePhoto2 {
    background: #d22b27;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    left: -80px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 60px;
    margin-right: 10px;
    line-height: .8;
    padding: 22px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.sf4_hov a.prePhoto2:hover {
    color: #d22b27;
    background: #FFF;
}

.sf4_hov a.detailsLink2:hover {
    color: #FFF;
    background: #d22b27;
}

.singleFolio_04:hover .sf4_hov a.detailsLink2 {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.singleFolio_04:hover .sf4_hov a.prePhoto2 {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.sf4_det {
    position: relative;
    padding: 34px 30px 32px;
}

.sf4_det h3 {
    font-size: 30px;
    letter-spacing: -.90px;
    margin: 0 0 11px;
    line-height: 1.1;
}

.sf4_det h3 a {
    color: inherit;
}

.sf4_det h3 a:hover {
    color: #d22b27;
}

.sf4_cat {
    margin: 0 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #d22b27;
    letter-spacing: 0;
    line-height: .8;
    transition: all ease 100ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.sf4_cat span {
    color: #959ba9;
    margin: 0 7px;
}

.sf4_cat a {
    color: inherit;
}

.sf4_cat a:hover {
    color: #06163a;
}

.sf4_con {
    padding: 0 10px;
}

.singleFolio_05 {
    position: relative;
    background: #FFF;
    margin-bottom: 30px;
}

.sf5_img {
    position: relative;
    overflow: hidden;
}

.sf5_img img {
    width: 100%;
    height: auto;
}

.sf5_meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px;
    line-height: .8;
    z-index: 2;
}

.sf5_img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, .7) 100%);
    background: linear-gradient(to bottom, rgba(6, 22, 58, 0) 0%, rgba(6, 22, 58, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0006163a', endColorstr='#06163a', GradientType=0);
}

.sf5_meta a {
    line-height: .8;
    color: #fff;
}

.sf5_meta a:first-child {
    position: relative;
    bottom: -5px;
}

.sf5_meta a:hover {
    color: #d22b27;
}

.sf5_meta a i {
    font-size: 20px;
}

.sf5_det {
    border: thin solid #E6E6E6;
    border-top: none;
    padding: 34px 30px 0;
}

.sf5_det h3 {
    font-size: 30px;
    letter-spacing: -.90px;
    margin: 0 0 11px;
    line-height: 1.1;
}

.sf5_det h3 a {
    color: inherit;
}

.sf5_det h3 a:hover {
    color: #d22b27;
}

.sf5_cat {
    margin: 0 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #d22b27;
    letter-spacing: 0;
    line-height: .8;
    transition: all ease 100ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.sf5_cat span {
    color: #959ba9;
    margin: 0 7px;
}

.sf5_cat a {
    color: inherit;
}

.sf5_cat a:hover {
    color: #06163a;
}

.sf5_con {
    padding: 0 10px 32px;
}

.sf5_det>a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #d22b27;
    display: inline-block;
    color: #FFF;
    height: 60px;
    min-width: 170px;
    padding: 25px 25px;
    text-align: center;
    line-height: .9;
    margin-bottom: -1px;
}

.sf5_det>a:hover {
    background: #06163a;
}

.projectDetailsPage {
    padding-bottom: 90px;
}

.fgs {
    position: relative;
    margin-bottom: 30px;
}

.fgs img {
    width: 100%;
    height: auto;
}

.proj_details {
    position: relative;
}

.proj_details.rightPos {
    padding-left: 30px;
}

.proj_details.leftPos {
    padding-right: 30px;
}

.pd_cat {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: .8;
    font-weight: 500;
    margin-bottom: 23px;
}

.pd_cat a {
    color: #d22b27;
}

.pd_cat a:hover {
    color: #06163a;
}

.proj_details h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1.08px;
    margin: 0 0 39px;
}

.pd_details {
    font-size: 16px;
    color: #959ba9;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    word-break: break-all;
    padding-bottom: 42px;
    border-bottom: 1px solid #ebe8ff;
    margin-bottom: 52px;
}

.pd_details p {
    margin: 0 0 16px;
}

.pd_details p:last-of-type,
.pd_details p:last-child {
    margin-bottom: 0;
}

.pd_meta {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ebe8ff;
    margin-bottom: 51px;
}

.pd_meta p {
    margin: 0 0 20px;
    line-height: .8;
}

.pd_meta p:last-of-type,
.pd_meta p:last-child {
    margin-bottom: 0;
}

.pd_meta p strong {
    font-weight: 500;
    color: #092232;
}

.pd_social {
    position: relative;
    font-size: 14px;
    line-height: .8;
}

.pd_social span,
.pd_social a {
    display: inline-block;
}

.pd_social span {
    font-weight: 500;
    color: #092232;
    margin-right: 21px;
}

.pd_social a {
    display: inline-block;
    color: #b0bbc2;
    margin-right: 16px;
}

.pd_social a:last-child {
    margin-right: 0;
}

.pd_social a:hover {
    color: #d22b27;
}

.mt42 {
    margin-top: 40px;
}

.relatedworfsection {
    background: #f7f6ff;
}

.rel_btns {
    position: relative;
    padding-left: 74px;
}

.rel_btns span {
    height: 70px;
    background: #06163a;
    color: #fff;
    min-width: 211px;
    text-align: center;
    padding: 24px 15px 0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -.42px;
    text-transform: capitalize;
    font-weight: 500;
}

.rel_btns span i {
    color: #d22b27;
    margin-right: 10px;
}

.relatedSlider .singlefolio {
    margin-bottom: 0;
}

.relatedSlider .slick-slide {
    margin: 0 15px;
    outline: none;
}

.relatedArrows {
    padding-left: 90px;
}

.relatedArrows span {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: .8;
    text-align: center;
    padding: 28px 0;
    cursor: pointer;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.relatedArrows span.prevRelated {
    background: #FFF;
    color: #d22b27;
    margin-right: 20px;
}

.relatedArrows span.prevRelated:hover {
    background: #d22b27;
    color: #FFF;
}

.relatedArrows span.nextRelated {
    background: #d22b27;
    color: #FFF;
}

.relatedArrows span.nextRelated:hover {
    background: #FFF;
    color: #d22b27;
}

.mb60 {
    margin-bottom: 60px;
}


/*------------------------------------------------------------------------------
/ 34. News List
------------------------------------------------------------------------------*/

.singleBlog {
    position: relative;
    height: 100%;
}

.sbThumb {
    position: relative;
    margin-bottom: 41px;
}

.sbab .sbThumb {
    margin-bottom: 0;
}

.sbThumb img {
    width: 100%;
    height: auto;
}

.mediaItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 34, 50, .5);
    text-align: center;
}

.mediaItem a {
    width: 70px;
    height: 70px;
    background: #d22b27;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: .8;
    padding: 27px 0;
}

.mediaItem a:hover {
    color: #d22b27;
    background: #FFF;
}

.sbAbsolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(9, 34, 50, .9);
}

.sbacon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 30px 32px;
}

.sbDetails {
    position: relative;
    margin-bottom: 21px;
}

.sb_cats {
    margin: 13px 0px 20px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
}

.sb_cats a {
    color: #d22b27;
    line-height: .8;
    display: inline-block;
}

.sb_cats a:hover {
    color: #06163a;
}

.sbAbsolute .sb_cats a:hover {
    color: #FFF;
}

.sbDetails h4 {
    font-size: 24px;
    line-height: 36px;
    color: #06163a;
    letter-spacing: 0;
    margin: 0;
    height: 65px;
}

.sbDetails h4 a {
    color: inherit;
}

.sbAbsolute .sbDetails h4 a {
    color: #FFF;
}

.sbDetails h4 a:hover {
    color: #d22b27;
}

.sb_footer {
    position: relative;
    line-height: .8;
    border-top: 1px solid #e1ebff;
    padding-top: 23px;
}

.sb_footer span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: .8;
    color: #7d8c95;
    margin-right: 27px;
}

.sb_footer span:last-child {
    margin-right: 0;
}

.sb_footer span i {
    display: inline-block;
    line-height: .8;
    color: inherit;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.sb_footer span a {
    display: inline-block;
    line-height: .8;
    color: inherit;
}

.sb_footer span a:hover {
    color: #d22b27;
}

.blog_mash {
    margin-bottom: 51px;
}

.mt3 {
    margin-top: 3px;
}


/*------------------------------------------------------------------------------
/ 35. Sidebar 02
------------------------------------------------------------------------------*/

.sidebar_2 {
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
}

.sidebar_2.inLeft {
    position: relative;
    padding-right: 45px;
    padding-left: 25px;
}

.sidebar_2 .widget {
    position: relative;
    margin-bottom: 120px;
}

.sidebar_2 .widget .widget_title {
    position: relative;
    font-size: 28px;
    line-height: .7;
    color: #06163a;
    text-transform: capitalize;
    margin: 0 0 41px;
    text-align: center;
    padding: 0 30px;
}

.sidebar_2 .widget .widget_title:before {
    height: 2px;
    width: 40px;
    background: #ebebeb;
    position: absolute;
    left: 25px;
    top: 12px;
    content: '';
}

.sidebar_2 .widget .widget_title:after {
    height: 2px;
    width: 40px;
    background: #ebebeb;
    position: absolute;
    right: 25px;
    top: 12px;
    content: '';
}

.sidebar_2 .searchForms {
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar_2 .searchForms input[type="search"] {
    width: 100%;
    height: 60px;
    background: #f9f7ff;
    border-radius: 60px;
    border: none;
    font-size: 12px;
    color: #797e97;
    padding-left: 30px;
    padding-right: 60px;
}

.sidebar_2 .searchForms button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    background: #d22b27;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 14px;
    line-height: 60px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.sidebar_2 .searchForms button:hover {
    color: #d22b27;
    background: #06163a;
}

.instafeeds {
    position: relative;
}

.instafeeds a {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.instafeeds a:nth-child(3),
.instafeeds a:nth-child(6),
.instafeeds a:nth-child(9),
.instafeeds a:nth-child(12) {
    margin-right: 0;
}

.instafeeds a img {
    width: 86px;
    height: 60px;
}

.instafeeds a:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.socialLinks {
    text-align: center;
    position: relative;
}

.socialLinks a {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    color: #797e97;
    font-size: 16px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.socialLinks a:last-child {
    margin-right: 0;
}

.socialLinks a:hover {
    color: #FFF;
    border-color: #d22b27;
    background: #d22b27;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.sidebar_2 .widget ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

.sidebar_2 .widget ul li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    text-align: right;
    font-size: 14px;
    color: #7d8c95;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0 18px;
}

.sidebar_2 .widget ul li:first-child {
    padding-top: 1px;
}

.sidebar_2 .widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar_2 .widget ul li a {
    float: left;
    color: inherit;
    line-height: .8;
}

.sidebar_2 .widget ul li:hover a {
    color: #d22b27;
}

.allfeeds {
    position: relative;
}

.allfeeds .singlefeeds {
    position: relative;
    margin-bottom: 18px;
}

.allfeeds .singlefeeds:last-of-type {
    margin-bottom: 0;
}

.allfeeds img {
    float: left;
    margin-right: 20px;
}

.allfeeds h6 {
    font-size: 16px;
    line-height: 20px;
    color: #06163a;
    letter-spacing: 0;
    margin: 0 0 4px;
    padding-right: 25px;
    position: relative;
    top: -4px;
}

.allfeeds a {
    color: inherit;
}

.allfeeds a:hover {
    color: #d22b27;
}

.allfeeds span {
    font-size: 14px;
    line-height: 16px;
    color: #ababb9;
    display: block;
}

.allfeeds span i {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    margin-right: 8px;
}

.tagclouds {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tagclouds a {
    float: left;
    font-size: 14px;
    line-height: .8;
    color: #7d8c95;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 1px;
    background: transparent;
}

.tagclouds a:hover {
    background: #d22b27;
    border-color: #d22b27;
    color: #FFF;
}

.mb51 {
    margin-bottom: 51px;
}

.mt10 {
    margin-top: 10px;
}


/*------------------------------------------------------------------------------
/ 36. News Details
------------------------------------------------------------------------------*/

.newsDetailsArea {
    position: relative;
}

.newsDetails {
    border: 2px solid #e2edff;
    padding: 50px 48px 50px 48px;
    position: relative;
}

.ndMeta {
    position: relative;
    line-height: .8;
    margin: 0 0 16px;
}

.ndMeta span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    color: #7e889b;
    margin-right: 21px;
}

.ndMeta span i {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.ndMeta span a {
    color: inherit;
}

.ndMeta span a:hover {
    color: #d22b27;
}

.newsDetails h2.ndTitle {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -1.32px;
    margin: 0 0 23px;
}

.nd_content {
    position: relative;
    margin-bottom: 43px;
}

.nd_content p {
    margin: 0 0 18px;
}

.nd_content p:last-of-type {
    margin-bottom: 0;
}

blockquote {
    background: #f0f1ff;
    font-size: 14px;
    line-height: 24px;
    color: #7e889b;
    padding: 25px 40px 32px 102px;
    position: relative;
    margin: 44px 0 44px;
}

blockquote:after {
    width: 30px;
    height: 28px;
    background: url(../images/quote.png) no-repeat center center;
    content: '';
    position: absolute;
    left: 47px;
    top: 50px;
}

blockquote p {
    margin: 0;
    color: #7e889b;
}

blockquote h6 {
    font-size: 14px;
    letter-spacing: -.42px;
    color: #06163a;
    line-height: .8;
    text-transform: capitalize;
    margin: 16px 0 0;
}

.ndTags {
    position: relative;
}

.ndTags h5 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -.54px;
    color: #06163a;
    line-height: .8;
    margin: 0 0 24px;
}

.ndTags a {
    font-size: 14px;
    color: #7e889b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    line-height: 18px;
}

.ndTags a:hover {
    color: #d22b27;
}

.ndShare {
    position: relative;
}

.ndShare h5 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -.54px;
    color: #06163a;
    line-height: .8;
    margin: 0 0 29px;
}

.ndShare a {
    font-size: 18px;
    color: #7e889b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    line-height: 18px;
    margin-left: 28px;
}

.ndShare a:first-child {
    margin-left: 0px;
}

.ndShare a:hover {
    color: #d22b27;
}

.mb50 {
    margin-bottom: 43px;
}

.ndPaginations {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 50px 0 46px;
    margin: 21px 0 50px;
}

.ndPaginations:after {
    width: 40px;
    height: 40px;
    content: '';
    background: url(../images/pagin.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.pagin {
    position: relative;
}

.pagin strong {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: .8;
    color: #7e889b;
    display: block;
    margin-bottom: 15px;
}

.pagin h3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -.72px;
    color: #06163a;
    margin: 0;
}

.pagin h3 a {
    color: inherit;
}

.pagin h3 a:hover {
    color: #d22b27;
}

.pdl5 {
    padding-left: 5px;
}

.pdr5 {
    padding-right: 5px;
}

.mh1 {
    min-height: 1px;
}

.ndAuthor {
    position: relative;
    padding-top: 60px;
}

.ndAuthorInner {
    position: relative;
    background: #f3f1ff;
    padding: 101px 30px 45px;
}

.ndAuthorInner img {
    width: 120px;
    height: 120px;
    border: 6px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    margin: 0 auto;
}

.ndAuthorInner h3 {
    font-size: 26px;
    line-height: .8;
    color: #06163a;
    text-transform: capitalize;
    letter-spacing: -.78px;
    margin: 0 0 22px;
}

.ndAuthorInner h3 a {
    color: inherit;
}

.ndAuthorInner h3 a:hover {
    color: #d22b27;
}

.authorSocial {
    font-size: 12px;
    color: #9498b6;
    line-height: .8;
    margin-bottom: 23px;
}

.authorSocial a {
    color: inherit;
    line-height: .8;
    display: inline-block;
    margin: 0 6px;
}

.authorSocial a:hover {
    color: #d22b27;
}

.ndAuthorInner p {
    margin: 0;
    color: #7e889b;
    line-height: 24px;
    font-size: 14px;
    padding: 0 15px;
}

.mb49 {
    margin-bottom: 49px;
}

.comment_area {
    position: relative;
}

.comment_area h3 {
    font-size: 26px;
    line-height: .8;
    text-transform: capitalize;
    color: #06163a;
    letter-spacing: -.78px;
    margin: 0 0 40px;
}

.comment_list {
    margin: 0 0 49px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eaeaea;
}

.comment_list li {
    list-style: none;
    display: block;
    position: relative;
}

.ndComment {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 14px;
    margin-bottom: 39px;
}

.ndComment img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}

.ndcHead {
    position: relative;
    margin-bottom: 24px;
}

.ndcHead h5 {
    font-size: 18px;
    line-height: .8;
    text-transform: capitalize;
    color: #06163a;
    letter-spacing: -.54px;
    margin: 0 0 21px;
}

.ndcHead h5 a {
    color: inherit;
    line-height: inherit;
    display: inline-block;
}

.ndcHead h5 a:hover {
    color: #d22b27;
}

.ndcHead span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: 2.4px;
    color: #f46904;
    font-weight: 500;
}

.ndcHead a.replys {
    font-size: 14px;
    color: #7e889b;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: .8;
    position: absolute;
    right: 0;
    top: 4px;
}

.ndcHead a.replys:before {
    content: "\f3e5";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    margin-right: 5px;
}

.ndcHead a.replys:hover {
    color: #d22b27;
}

.ndcContent {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #7e889b;
}

.ndcContent p:last-of-type {
    margin-bottom: 0;
}

.commentFormArea {
    position: relative;
}

.commentForm {
    position: relative;
    background: #f8f6ff;
    padding: 50px;
}

.cfItem {
    position: relative;
    margin-bottom: 20px;
}

.cfItem input,
.cfItem textarea {
    background: #FFF;
    border: none;
    border-radius: 0;
    padding: 0 50px 0 30px;
    height: 60px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #9fa3b8;
}

.cfItem input::-moz-placeholder,
.cfItem textarea::-moz-placeholder {
    color: #9fa3b8 !important;
    opacity: 1 !important;
}

.cfItem input::-ms-input-placeholder,
.cfItem textarea::-ms-input-placeholder {
    color: #9fa3b8 !important;
    opacity: 1 !important;
}

.cfItem input::-webkit-input-placeholder,
.cfItem textarea::-webkit-input-placeholder {
    color: #9fa3b8 !important;
    opacity: 1 !important;
}

.cfItem textarea {
    height: 150px;
    resize: none;
    padding-top: 18px;
    padding-bottom: 18px;
}

.cfItem i {
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    right: 30px;
    top: 0;
    color: #d22b27;
}

.commentForm input[type="submit"] {
    height: 60px;
    color: #FFF;
    text-transform: uppercase;
    background: #d22b27;
    border-radius: 60px;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 500;
    line-height: .8;
    border: none;
    padding: 0 62px;
    text-align: center;
    margin-top: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.commentForm input[type="submit"]:hover {
    color: #d22b27;
    background: #06163a;
}

.newsThumb {
    position: relative;
    margin-bottom: -2px;
    z-index: 2;
}

.ntItem {
    position: relative;
    overflow: hidden;
}

.ntItem img {
    width: 100%;
    height: 439px;
    object-fit: cover;
}

.newsGall .owl-nav {}

.newsGall.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border: 2px solid #d22b27;
    background: #d22b27;
    color: #FFF;
    font-size: 16px;
    line-height: .8;
    text-align: center;
    border-radius: 0%;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.newsGall.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
    right: auto;
}

.newsGall.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

.newsGall.owl-carousel .owl-nav button:hover {
    color: #FFF;
    background: #06163a;
    border-color: #06163a;
}

.newsMedia {
    width: 60px;
    height: 60px;
    background: #d22b27;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 60px;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.newsMedia:hover {
    color: #FFF;
    background: #06163a;
}


/*------------------------------------------------------------------------------
/ 37. Shop Page
------------------------------------------------------------------------------*/

.shopViewBtn {
    position: relative;
}

.shopViewBtn a {
    height: 50px;
    width: 50px;
    background: #f9f9ff;
    color: #788892;
    text-align: center;
    font-size: 18px;
    line-height: .8;
    display: inline-block;
    border-radius: 50%;
    padding: 16px 0;
    letter-spacing: 0;
}

.shopViewBtn a:hover,
.shopViewBtn a.active {
    background: #d22b27;
    color: #FFF;
}

.shopViewBtn a:first-child {
    margin-right: 16px;
}

.shopAccess {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.shopAccess>div {
    position: relative;
}

.searchForms2 {
    position: relative;
}

.searchForms2 form {
    margin: 0;
    padding: 0;
}

.searchForms2 input {
    width: 270px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 50px 0 30px;
    font-size: 16px;
    color: #788892;
    margin: 0;
}

.searchForms2 i {
    position: absolute;
    top: 19px;
    right: 30px;
    height: 100%;
    font-size: 16px;
    color: #788892;
    line-height: .8;
    cursor: pointer;
    z-index: 2;
}

.searchForms2 i:hover {
    color: #d22b27;
}

.searchForms2 input::-moz-placeholder {
    color: #788892 !important;
    opacity: 1 !important;
}

.searchForms2 input::-ms-input-placeholder {
    color: #788892 !important;
    opacity: 1 !important;
}

.searchForms2 input::-webkit-input-placeholder {
    color: #788892 !important;
    opacity: 1 !important;
}

.sorts {
    position: relative;
    margin-right: 20px;
}

.sorts select {
    width: 145px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 16px;
    color: #788892;
    padding: 0 38px 0 27px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sorts i {
    position: absolute;
    right: 28px;
    top: 17px;
    line-height: .8;
    font-size: 16px;
    color: #788892;
    letter-spacing: 0;
}

.results {
    position: relative;
    font-size: 16px;
    color: #788892;
    line-height: 50px;
    margin: 0 30px 0 0;
}

.single_product {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    background: #fff;
    position: relative;
    margin: 0 0 30px;
    padding: 26px 30px 21px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single_product:hover {
    box-shadow: 0 13px 29px 0 rgba(0, 0, 0, 0.13);
}

.productImg {
    margin-bottom: 20px;
    position: relative;
}

.productImg img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single_product:hover .productImg img {
    opacity: .2;
}

.productImg img {
    width: 100%;
    height: auto;
}

.product_dec {
    overflow: hidden;
}

.product_decIn {
    transform: translate3d(0, 55px, 0);
    -webkit-transform: translate3d(0, 55px, 0);
    -moz-transform: translate3d(0, 55px, 0);
    -ms-transform: translate3d(0, 55px, 0);
    -o-transform: translate3d(0, 55px, 0);
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.single_product:hover .product_decIn {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.productTitle {
    font-size: 26px;
    line-height: 36px;
    color: #06163a;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 12px;
}

.productTitle a {
    color: inherit;
}

.productTitle a:hover {
    color: #d22b27;
}

.product_price {
    font-size: 14px;
    color: #06163a;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 29px;
}

.single_product:hover .product_price {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.product_price del {
    color: #959ba9;
    margin-right: 11px;
}

.product_btn a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 26px;
    color: #06163a;
}

.product_btn a i {
    color: #d22b27;
    margin-right: 8px;
}

.product_btn a:nth-of-type(01) {
    -webkit-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.product_btn a:nth-of-type(02) {
    -webkit-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.single_product:hover .product_btn a:nth-of-type(01),
.single_product:hover .product_btn a:nth-of-type(02) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.product_btn a:hover {
    color: #d22b27;
}

.lavel {
    position: absolute;
    right: -15px;
    text-align: right;
    top: 33px;
    width: 125px;
}

.lavel>p {
    background: #06163a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 0;
    line-height: 0.8;
    padding: 14px 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.lavel>p.offer {
    background: #db2b2b;
}

.lavel>p.seller {
    background: #06163a;
}

.lavel>p.justIn {
    background: #822bdb;
}

.lavel>p.limitedStok {
    background: #37bf4e;
}

.mt20 {
    margin-top: 20px;
}

.price_slider_wrapper {
    text-align: center;
    margin-bottom: 55px;
}

#slider-range {
    width: 100%;
    height: 3px;
    background: #ebebeb;
    position: relative;
    margin-bottom: 11px;
}

#slider-range .ui-slider-handle {
    background: #d22b27;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    position: absolute;
    top: -3px;
    width: 9px;
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#slider-range .ui-slider-handle:focus {
    outline: 0;
    box-shadow: none;
}

#slider-range .ui-slider-range {
    background: #d22b27;
    height: 3px;
    position: absolute;
}

#amount {
    margin-bottom: 30px;
    text-align: left;
    float: left;
    margin: 21px 0 0;
}

.price_slider_wrapper input[type="submit"] {
    float: right;
    height: 45px;
    color: #FFF;
    text-transform: uppercase;
    background: #d22b27;
    border-radius: 60px;
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: 500;
    line-height: .8;
    border: none;
    padding: 0 30px;
    text-align: center;
    margin-top: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.price_slider_wrapper input[type="submit"]:hover {
    color: #d22b27;
    background: #06163a;
}

.product_wrap {
    position: relative;
}

.singlePro {
    position: relative;
    margin-bottom: 30px;
}

.singlePro img {
    float: left;
    margin-right: 20px;
    border: 1px solid #eaeaea;
}

.singlePro h6 {
    font-size: 16px;
    line-height: 20px;
    color: #06163a;
    letter-spacing: 0;
    margin: 0 0 16px;
    padding-top: 5px;
    position: relative;
    top: 0px;
}

.singlePro a {
    color: inherit;
}

.singlePro a:hover {
    color: #d22b27;
}

.sp_price {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 14px;
}

.sp_price .prices {
    float: left;
    line-height: 12px;
    color: #06163a;
    font-weight: 500;
}

.sp_price p {
    float: right;
    font-size: 10px;
    color: #d22b27;
    letter-spacing: 0;
    text-align: right;
    margin: 0;
    line-height: 14px;
}

.sp_price p i {
    margin-left: 2px;
}

.product_decp {
    padding-left: 40px;
}

.offerDe {
    color: #d22b27;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    display: block;
    line-height: .8;
}

.proTitle {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 21px;
}

.details_price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #06163a;
    margin-bottom: 38px;
}

.details_price del {
    color: #999999;
    margin-right: 11px;
}

.product_decp>p {
    font-size: 14px;
    margin: 0;
}

.product_decp>p:last-of-type {
    margin-bottom: 41px;
}

.pd_details_meta {
    position: relative;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
    padding-bottom: 27px;
}

.metaTitle {
    font-size: 18px;
    line-height: .8;
    text-transform: capitalize;
    margin: 0 0 19px;
}

.text_meta {
    margin: 0;
    line-height: 14px;
    font-size: 14px;
}

.text_meta a {
    color: #959ba9;
}

.text_meta a:hover {
    color: #d22b27;
}

.pd_rating {
    font-size: 10px;
    color: #d22b27;
    letter-spacing: 0;
    margin: 0;
    line-height: 14px;
}

.pd_rating i {
    margin-right: 2px;
}

.quantityd {
    border: 2px solid #eaeaea;
    height: 50px;
    position: relative;
    z-index: 1;
    width: 100px;
    float: left;
}

.quantityd input[type="text"] {
    border: medium none;
    color: #06163a;
    font-weight: 500;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.quantityd button.qtyBtn {
    background: transparent;
    height: 100%;
    padding: 0;
    position: absolute;
    font-size: 14px;
    border: none;
    color: #959ba9;
    letter-spacing: 0;
    font-weight: 500;
    padding: 0;
    top: 0;
    left: 15px;
}

.quantityd button.qtyBtn:hover {
    color: #d22b27;
}

.quantityd button.qtyBtn.btnPlus {
    left: auto;
    right: 15px;
}

.add_to_car_btn {
    float: left;
    height: 50px;
    min-width: 185px;
    background: #d22b27;
    color: #FFF;
    text-align: center;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: .8;
    margin: 0 10px;
}

.add_to_car_btn:hover {
    background: #06163a;
    color: #d22b27;
}

.add_to_car_btn i {
    margin-right: 6px;
}

.wishlisth_btn {
    border: 2px solid #eaeaea;
    height: 50px;
    position: relative;
    z-index: 1;
    width: 50px;
    float: left;
    font-size: 18px;
    line-height: .8;
    color: #959ba9;
    text-align: center;
    padding: 14px 0;
}

.wishlisth_btn:hover {
    color: #d22b27;
    border-color: #d22b27;
}

.pd_details_meta.pdtb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.social_shares {
    position: relative;
    line-height: 16px;
}

.social_shares strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #06163a;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 27px;
}

.social_shares a {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: #959ba9;
    margin-right: 25px;
}

.social_shares a:hover {
    color: #d22b27;
}

.social_shares a:last-child {
    margin-right: 0;
}

.pd_details_meta.pdb0 {
    padding-bottom: 0;
}

.productSlide {
    position: relative;
    border: 1px solid #f9f9f9;
}

.productSlide .carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: block;
    justify-content: left;
}

.productSlide .carousel-indicators li {
    width: 100px;
    height: 70px;
    border-radius: 0;
    margin: 0;
    position: relative;
    text-indent: 0;
    flex: none;
    -moz-flex: none;
    -webkit-flex: none;
    float: left;
    margin: 0 10px 0 0;
    border: none;
    opacity: .6;
}

.productSlide .carousel-indicators li:hover,
.productSlide .carousel-indicators li.active {
    opacity: 1;
}

.mb80 {
    margin-bottom: 80px;
}

.productTabs.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    justify-content: center;
}

.productTabs.nav-tabs .nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    position: relative;
}

.productTabs.nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #06163a;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: .8;
    position: relative;
    padding: 0 13px 21px;
    text-transform: uppercase;
}

.productTabs.nav-tabs .nav-link:after {
    position: absolute;
    width: 20%;
    height: 2px;
    background: #d22b27;
    content: '';
    left: 0;
    bottom: -1px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.productTabs.nav-tabs .nav-link:hover:after,
.productTabs.nav-tabs .nav-link.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.productTabs.nav-tabs .nav-link.active,
.productTabs.nav-tabs .nav-link:hover {
    color: #d22b27;
}

.productTabContent .descriptionContent {
    font-size: 14px;
    line-height: 30px;
    color: #959ba9;
    padding-top: 32px;
}

.productTabContent .descriptionContent p {
    margin-bottom: 15px;
}

.productTabContent .descriptionContent p:last-of-type,
.productTabContent .descriptionContent p:last-child {
    margin-bottom: 0;
}

.adinfo {
    position: relative;
    padding-top: 23px;
    padding-bottom: 11px;
}

.adinfo ul {
    margin: 0;
    padding: 0;
}

.adinfo ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding-left: 180px;
    font-size: 14px;
    line-height: 48px;
    width: 50%;
    float: left;
    color: #06163a;
    font-weight: 500;
}

.adinfo ul li span {
    position: absolute;
    left: 0;
    color: #959ba9;
    font-weight: 400;
}

.productTabContent .comment_area {
    padding-top: 40px;
    padding-bottom: 11px;
}

.commentRating {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 10px;
    color: #d22b27;
    letter-spacing: 0;
    text-align: right;
    margin: 0;
    line-height: 14px;
}

.commentRating i {
    margin-left: 2px;
}

.relatedProductArea {
    border-top: 1px solid #e8e8e8;
    margin-top: 69px;
    padding-top: 80px;
}

.relatedProductArea .sec_title {
    line-height: .8;
    font-size: 36px;
    letter-spacing: -.60px;
    margin: 15px 0 0;
}

.relatedNavs .owl-prev {
    height: 60px;
    width: 60px;
    border: 2px solid #e0e0e0;
    background: #FFF;
    text-align: center;
    font-size: 16px;
    color: #d22b27;
    display: inline-block;
    padding: 20px 0;
    line-height: .8;
    margin-right: 16px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.relatedNavs .owl-prev:hover {
    border: 2px solid #d22b27;
    background: #d22b27;
    color: #FFF;
}

.relatedNavs .owl-next {
    height: 60px;
    width: 60px;
    border: 2px solid #d22b27;
    background: #d22b27;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    padding: 20px 0;
    line-height: .8;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.relatedNavs .owl-next:hover {
    border: 2px solid #e0e0e0;
    background: #FFF;
    color: #d22b27;
}

.mb40 {
    margin-bottom: 40px;
}

.relatedProductSlider .single_product {
    margin-bottom: 0;
}


/*------------------------------------------------------------------------------
/ 38. Contact Us
------------------------------------------------------------------------------*/

.contactInfoSection {
    position: relative;
    z-index: 3;
}

.icon_box_05 {
    position: relative;
    padding-top: 59px;
    text-align: center;
}

.icon_box_05.ib5_left {
    padding-top: 0;
    padding-left: 59px;
    text-align: left;
    margin-bottom: 30px;
}

.icon_box_05.ib5_right {
    padding-top: 0;
    padding-right: 59px;
    text-align: right;
    margin-bottom: 30px;
}

.icon_box_05 i {
    width: 120px;
    height: 120px;
    border: 1px solid #ecebff;
    color: #d22b27;
    text-align: center;
    line-height: 118px;
    border-radius: 50%;
    background: #fff;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.icon_box_05.ib5_left i {
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto 0;
}

.icon_box_05.ib5_right i {
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.ib5_inner {
    border: 1px solid #ecebff;
    padding: 100px 25px 32px;
    background: #FFF;
}

.icon_box_05.ib5_left .ib5_inner {
    padding: 29px 20px 21px 90px;
}

.icon_box_05.ib5_right .ib5_inner {
    padding: 29px 90px 21px 20px;
}

.ib5_inner h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -.52px;
    text-transform: uppercase;
    margin: 0 0 26px;
}

.ib5_inner p {
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    letter-spacing: 0;
    margin: 0 0 17px;
}

.ib5_inner p span {
    color: #d22b27;
}

.ib5_inner>a {
    font-size: 14px;
    display: inline-block;
    line-height: .8;
    color: #d22b27;
    font-weight: 500;
    text-transform: capitalize;
}

.ib5_inner>a:hover {
    color: #06163a;
}

.formSections {
    background: #06163a;
    padding: 180px 0 120px;
    margin: -60px 160px 0;
    position: relative;
    z-index: 2;
}

.mb45 {
    margin-bottom: 45px;
}

.cotactForm {
    position: relative;
}

.iconInput {
    position: relative;
    margin-bottom: 20px;
}

.iconInput input:not([type="submit"]),
.iconInput textarea {
    padding: 0 0 0 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #5b6c90;
    display: block;
    width: 100%;
    color: #8b97b1;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    height: 57px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.iconInput input:not([type="submit"]):focus,
.iconInput textarea:focus {
    color: #FFF;
    border-bottom-color: #fff;
}

.light_form .iconInput input:not([type="submit"]),
.light_form .iconInput textarea {
    color: #959ba9;
    border-color: #ecebff;
    margin-bottom: 30px;
}

.light_form .iconInput input:not([type="submit"]):focus,
.light_form .iconInput textarea:focus {
    color: #06163a;
    border-color: #06163a;
}

.iconInput textarea {
    padding: 15px 0 0 50px;
    resize: none;
    height: 156px;
}

.iconInput input::-moz-placeholder,
.iconInput textarea::-moz-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important;
}

.iconInput input::-ms-input-placeholder,
.iconInput textarea::-ms-input-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important;
}

.iconInput input::-webkit-input-placeholder,
.iconInput textarea::-webkit-input-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important;
}

.iconInput input:focus::-moz-placeholder,
.iconInput textarea:focus::-moz-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}

.iconInput input:focus::-ms-input-placeholder,
.iconInput textarea:focus::-ms-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}

.iconInput input:focus::-webkit-input-placeholder,
.iconInput textarea:focus::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}

.light_form .iconInput input::-moz-placeholder,
.light_form .iconInput textarea::-moz-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}

.light_form .iconInput input::-ms-input-placeholder,
.light_form .iconInput textarea::-ms-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}

.light_form .iconInput input::-webkit-input-placeholder,
.light_form .iconInput textarea::-webkit-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}

.light_form .iconInput input:focus::-moz-placeholder,
.light_form .iconInput textarea:focus::-moz-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}

.light_form .iconInput input:focus::-ms-input-placeholder,
.light_form .iconInput textarea:focus::-ms-input-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}

.light_form .iconInput input:focus::-webkit-input-placeholder,
.light_form .iconInput textarea:focus::-webkit-input-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}

.cotactForm.light_form .reqError,
.cotactForm .reqError {
    border-color: #d22b27 !important;
}

.iconInput i {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 14px;
    letter-spacing: -.42px;
    color: #f46904;
    height: 57px;
    line-height: 57px;
}

.cotactForm input[type="submit"] {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #d22b27;
    display: inline-block;
    color: #FFF;
    height: 60px;
    min-width: 200px;
    padding: 0 25px;
    text-align: center;
    line-height: .9;
    border: none;
    margin-top: 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.light_form.cotactForm input[type="submit"] {
    margin-top: 20px;
}

.cotactForm input[type="submit"]:hover {
    background: #0f224e;
    color: #d22b27;
}

.googleMapSection {
    padding: 0;
    margin: -60px 0 0;
}

.noMarginTop {
    margin-top: 0;
}

.gmap {
    width: 100%;
    overflow: hidden;
}

.gmap iframe {
    border: none;
    width: 100%;
    height: 600px;
    display: block;
}

.pdb90 {
    padding-bottom: 90px;
}


/*------------------------------------------------------------------------------
/ 39. 404 Page
------------------------------------------------------------------------------*/

.fof_section {
    position: relative;
    height: 100vh;
}

.valignMiddle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fof_img {
    padding-right: 38px;
}

.fof_img img {
    max-width: 100%;
    height: auto;
}

.fof_contents {
    position: relative;
    padding-top: 112px;
}

.fof_contents h1 {
    font-size: 200px;
    line-height: .8;
    color: #d22b27;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 22px;
}

.fof_contents h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    color: #06163a;
    margin: 0 0 28px;
    letter-spacing: -2.4px;
    text-transform: capitalize;
}


/*------------------------------------------------------------------------------
/ 40. Cart Page
------------------------------------------------------------------------------*/

.shop_table.cart.cart_table {
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.shop_table.cart.cart_table tbody {
    background: #fff;
}

.cart_table thead tr th {
    font-size: 18px;
    font-weight: 600;
    color: #06163a;
    text-transform: uppercase;
    background: #f8f7ff;
    padding: 17px 0 18px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_table thead tr th:first-child {
    padding-left: 20px;
}

.cart_table thead tr th.product-subtotal {
    padding-left: 59px;
}

.cart_table tbody tr td {
    vertical-align: middle;
    padding: 30px 0;
    border-bottom: thin dotted #eaeaea;
    font-size: 15px;
    color: #06163a;
    line-height: .3px;
}

.cart_table tbody tr td.product-thumbnail {
    padding-left: 20px;
    width: 120px;
}

.cart_table tbody tr td.product-thumbnail .thumbimgs {
    width: 100px;
    height: 100px;
    float: left;
    border: thin solid #eaeaea;
    margin-right: 30px;
}

.cart_table tbody tr td.product-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

.cart_table tbody tr td.product-title {
    width: 25%;
}

.cart_table tbody tr td.product-title a.itemtitle {
    font-size: 18px;
    color: #06163a;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_table tbody tr td.product-title a.itemtitle:hover {
    color: #d22b27;
}

.cart_table tbody tr td.product-price {
    width: 16.6666%;
}

.cart_table tbody tr td.product-price span.amount {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #959ba9;
    line-height: 22px;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_table tbody tr td.product-quantity {
    width: 16.6666%;
}

.cart_table tbody tr td.product-subtotal {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #06163a;
    line-height: 22px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-left: 59px;
}

.cart_table tbody tr td.product-remove {
    padding-right: 20px;
    text-align: right;
}

.cart_table tbody tr td.product-remove a.remove {
    background: #06163a;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
}

.cart_table tbody tr td.product-remove a.remove:hover {
    color: #FFF;
    background: #d22b27;
}

.cart_table tbody tr td.actions {
    border-bottom: none;
}

.cart_table tbody tr td.actions .coupon {
    overflow: hidden;
}

.cart_table tbody tr td.actions .input-text {
    width: 275px;
    height: 60px;
    border: thin solid #eaeaea;
    margin: 0;
    padding-left: 19px;
    padding-right: 19px;
    color: #959ba9;
    font-size: 14px;
    resize: none;
    float: left;
    border-radius: 0;
}

.cart_table tbody tr td.actions .input-text::-webkit-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.cart_table tbody tr td.actions .input-text::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.cart_table tbody tr td.actions .input-text::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.cart_table tbody tr td.actions .input-text::-ms-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.cart_table tbody tr td.actions .coupon_submit {
    background: #d22b27;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0px;
    line-height: 0.8;
    padding: 0 53px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    float: left;
    border-radius: 0;
}

.cart_table tbody tr td.actions .coupon_submit:hover {
    background: #06163a;
}

.update_cart {
    background: #d22b27;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0px;
    line-height: 0.8;
    padding: 0 53px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    border-radius: 0;
    cursor: pointer;
}

.update_cart:hover {
    background: #06163a;
}

.cart_table tbody tr td.actions {
    padding-bottom: 0;
}

.mt50 {
    margin-top: 50px;
}

.cart_totals {
    position: relative;
    background: #ffffff;
}

.cart_totals h2 {
    background: #f8f7ff;
    position: relative;
    margin: 0;
    height: 60px;
    padding: 24px 0 24px 28px;
    font-size: 18px;
    color: #06163a;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_totals table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart_totals table tr td,
.cart_totals table tr th {
    vertical-align: top;
    padding: 30px 0;
    border-bottom: 1px dotted #eaeaea;
}

.cart_totals table tr th {
    width: 220px;
    padding-left: 28px;
    font-size: 18px;
    color: #06163a;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_totals table tr td {
    line-height: .7;
}

.cart_totals table tr td .amount {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #d22b27;
    line-height: .8;
    font-family: 'Barlow Condensed', sans-serif;
}

.cart_totals table tr td strong .amount {
    font-weight: 700;
}

#shipping_method {
    margin: 0;
    padding: 0;
    line-height: .7;
}

#shipping_method li {
    margin: 0 0 18px;
    padding-left: 29px;
    font-size: 15px;
    color: #959ba9;
    line-height: .7;
    text-transform: capitalize;
    letter-spacing: .3px;
    font-weight: 300;
    list-style: none;
}

#shipping_method li:last-child {
    margin-bottom: 0;
}

#shipping_method li label {
    font-size: 15px;
    color: #959ba9;
    line-height: .7;
    text-transform: capitalize;
    letter-spacing: .3px;
    display: inline-block;
    font-weight: 300;
    margin: 0 0 0 2px;
}

#shipping_method li input[type="radio"] {
    margin: 0;
}

#shipping_method li input[type="radio"]:checked+label {
    color: #d22b27;
}

.wc-proceed-to-checkout {
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 31px;
}

#shipping_method li input {
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
}

#shipping_method li label {
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    color: #959ba9;
    font-weight: 300;
}

#shipping_method li input[type="radio"] {
    display: none;
}

#shipping_method li label::before {
    background: transparent;
    content: "";
    height: 15px;
    left: -29px;
    position: absolute;
    top: -1px;
    width: 15px;
    border: 2px solid #eaeaea;
}

#shipping_method li input[type="radio"]:checked+label::after {
    background: #d22b27;
    bottom: 0;
    content: "";
    height: 5px;
    left: -24px;
    margin: auto;
    position: absolute;
    top: 3px;
    width: 5px;
}

.tabmarginBottom {
    margin-bottom: 55px;
}

.checkout-button {
    background: #d22b27;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0px;
    line-height: 0.8;
    padding: 25px 53px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    border-radius: 0;
    cursor: pointer;
}

.checkout-button:hover {
    background: #06163a;
    color: #FFF;
}

.comonTitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: .8;
}

.woocommerce-billing-fields {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
}

.woocommerce-billing-fields p {
    margin-bottom: 0;
}

.woocommerce-billing-fields input {
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    margin: 0 0 20px;
    padding-left: 19px;
    padding-right: 19px;
    color: #959ba9;
    font-weight: 400;
    font-size: 14px;
}

.billing_countries {
    position: relative;
}

.billing_countries select {
    width: 100%;
    height: 50px;
    border: thin solid #eaeaea;
    margin: 0 0 20px;
    padding-left: 19px;
    padding-right: 19px;
    color: #959ba9;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.billing_countries select option {
    padding: 6px 19px;
}

.billing_countries::after {
    color: #959ba9;
    font-weight: 300;
    letter-spacing: .56px;
    font-size: 12px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 21px;
    top: 11px;
}

.billing_countries .select2-container--default .select2-selection--single {
    border: thin solid #eaeaea;
}

.billing_countries .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #959ba9;
}

.woocommerce-billing-fields input::-webkit-input-placeholder,
.woocommerce-billing-fields textarea::-webkit-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-billing-fields input:-moz-placeholder,
.woocommerce-billing-fields textarea::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-billing-fields input::-moz-placeholder,
.woocommerce-billing-fields textarea::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-billing-fields input:-ms-input-placeholder,
.woocommerce-billing-fields textarea::-ms-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.loginss {
    position: relative;
    text-align: left;
    color: #959ba9;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 3px;
    padding-left: 40px;
}

.loginss a {
    font-size: 18px;
    letter-spacing: 0;
}

.loginss a.facs {
    color: #3b5998;
}

.loginss a.twit {
    color: #00ACED;
}

.loginss a:hover {
    color: #d22b27;
}

.loginss input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    height: auto;
}

.loginss input {
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
}

.loginss label {
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    color: #959ba9;
    font-weight: 400;
}

.loginss input[type="checkbox"] {
    display: none;
}

.loginss label::before {
    background: transparent;
    border: 2px solid #eaeaea;
    content: "";
    height: 15px;
    left: -20px;
    position: absolute;
    top: 6px;
    width: 15px;
}

.loginss input[type="checkbox"]:checked+label::after {
    background: #d22b27;
    bottom: 0;
    content: "";
    height: 5px;
    left: -15px;
    margin: auto;
    position: absolute;
    top: -1px;
    width: 5px;
}

.woocommerce-checkout-review-order {
    background: #f8f7ff;
    padding: 47px 30px 20px;
}

.woocommerce-checkout-review-order table {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.woocommerce-checkout-review-order table thead tr th {
    font-size: 16px;
    color: #06163a;
    text-transform: uppercase;
    line-height: .8;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 10px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}

.woocommerce-checkout-review-order tbody tr td {
    font-size: 15px;
    color: #959ba9;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.woocommerce-checkout-review-order tbody tr:last-child td {
    padding-bottom: 23px;
}

.woocommerce-checkout-review-order tr td span.amount {
    color: #06163a;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
}

.woocommerce-checkout-review-order tr td strong {
    font-weight: normal;
}

.woocommerce-checkout-review-order tbody tr:first-child td {
    padding-top: 23px;
}

.woocommerce-checkout-review-order tfoot tr th {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #06163a;
    line-height: 20px;
    border-top: 1px solid #eaeaea;
    vertical-align: middle;
    padding: 21px 0 19px 10px;
    font-family: 'Barlow Condensed', sans-serif;
}

.woocommerce-checkout-review-order tfoot tr td {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #06163a;
    line-height: 20px;
    border-top: 1px solid #eaeaea;
    vertical-align: middle;
    padding: 21px 0 19px 10px;
    font-family: 'Barlow Condensed', sans-serif;
}

.woocommerce-checkout-review-order tfoot tr.order-total td span.amount {
    font-weight: 600;
    color: #d22b27;
}

.woocommerce-checkout-payment {
    position: relative;
    padding-left: 40px;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-payment ul li {
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
}

.woocommerce-checkout-payment ul li input[type="radio"] {
    margin-right: 17px;
    margin-top: 0;
    position: relative;
    bottom: -1px;
    cursor: pointer;
}

.woocommerce-checkout-payment ul li label {
    display: inline-block;
    font-size: 14px;
    color: #06163a;
    letter-spacing: 0;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 14px;
    line-height: .7;
    cursor: pointer;
}

.payment_box {
    padding-left: 0;
    position: relative;
    padding-right: 20px;
    top: 0;
    display: none;
}

.payment_box.visibales {
    display: block;
}

.payment_box p {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    color: #959ba9;
    line-height: 26px;
    margin: 0;
}

.woocommerce-checkout-payment ul li label img {
    height: 23px;
    margin-left: 50px;
    position: absolute;
    top: -8px;
    width: auto;
}

.woocommerce-shipping-fields {
    position: relative;
    width: 100%;
    margin-top: 33px;
}

.woocommerce-shipping-fields p {
    margin: 0;
}

.woocommerce-shipping-fields textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eaeaea;
    margin: 0;
    padding-left: 19px;
    padding-right: 19px;
    color: #959ba9;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    resize: none;
    padding-top: 12px;
}

.woocommerce-shipping-fields textarea::-webkit-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-shipping-fields textarea::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-shipping-fields textarea::-moz-placeholder {
    color: #959ba9;
    opacity: 1;
}

.woocommerce-shipping-fields textarea::-ms-input-placeholder {
    color: #959ba9;
    opacity: 1;
}

.wc_payment_methods li input {
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
}

.wc_payment_methods li label {
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    color: #959ba9;
    font-weight: 300;
}

.wc_payment_methods li input[type="radio"] {
    display: none;
}

.wc_payment_methods li label::before {
    background: transparent;
    content: "";
    height: 15px;
    left: -29px;
    position: absolute;
    top: -3px;
    width: 15px;
    border: 2px solid #eaeaea;
}

.wc_payment_methods li input[type="radio"]:checked+label::after {
    background: #d22b27;
    bottom: 0;
    content: "";
    height: 5px;
    left: -24px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 5px;
}

.woocommerce-shipping-fields h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 0.8;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 0;
}

#backtotop {
    position: fixed;
    right: 60px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    background: #d22b27;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

#backtotop i {
    position: relative;
    z-index: 2;
}

#backtotop:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #06163a;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

#backtotop:hover {
    color: #FFF;
}

#backtotop:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}


/*----------------------------------------------------
/ 41. Color Preset
------------------------------------------------------*/

.color_settings {
    position: fixed;
    backface-visibility: hidden;
    left: -240px;
    top: 25%;
    width: 240px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.color_settings .switch-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 18px;
    color: #06163a;
    border: none;
    position: absolute;
    line-height: .8;
    padding: 11px 0;
    top: 20px;
    right: -40px;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}

.color_settings .color_preset button {
    background: #fff;
    border: none;
    border-radius: 0;
    height: 30px;
    width: 50px;
    display: block;
    float: left;
    margin: 5px;
    outline: none;
}

.color_settings .color_preset button.active {
    opacity: .2;
}

.color_settings .color_preset h4 {
    text-align: center;
    font-size: 14px;
    color: #06163a;
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 0;
    margin: 0 0 7px;
    border: 2px solid #f5f6fa;
}

.color_settings .switch-btn.active,
.color_settings .switch-btn:hover {
    color: #d22b27;
}


/*----------------------------------------------------
/ 42. preloder
------------------------------------------------------*/

.preloader {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.la-ball-scale-multiple,
.la-ball-scale-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-scale-multiple.la-dark {
    color: #333
}

.la-ball-scale-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-scale-multiple {
    width: 32px;
    height: 32px
}

.la-ball-scale-multiple>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

.la-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.la-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px
}

.la-ball-scale-multiple.la-sm>div {
    width: 16px;
    height: 16px
}

.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}

.la-ball-scale-multiple.la-2x>div {
    width: 64px;
    height: 64px
}

.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px
}

.la-ball-scale-multiple.la-3x>div {
    width: 96px;
    height: 96px
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.fixedHeader {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.textRes {
    width: 150vh;
}

.textRes p {
    white-space: initial;
    word-break: break-word;
}

.whatsapp {
    width: 55px;
    left: 10px;
    z-index: 101;
    height: 55px;
    bottom: 10px;
    position: fixed;
    border-radius: 100%;
    line-height: 28px;
    background-color: #25d366;
    padding: 8px 15px;
    padding-top: 13px;
}

.whatsapp a {
    display: block;
}

.whatsapp a img {
    filter: brightness(0) invert(1);
}

.gligthbox {
    cursor: pointer;
}

.sticky-logo {
    display: none !important;
    width: 10%;
}

.sticky-logo img {
    width: 75%;
}

.fixedHeader .sticky-logo {
    display: inline-block !important;
}

.glightbox {
    cursor: pointer;
}

.mainmenu-lang {
    position: absolute;
    top: 0;
    right: 8rem;
}

.mainmenu-lang>ul>li>a {
    color: white;
    -webkit-text-fill-color: white;
}

.mainmenu-lang>ul>li>a img {
    border: 1px solid white;
    margin-bottom: 1px;
}

.mainmenu-lang li ul {
    width: 110px !important;
    text-align: center !important;
}

.mainmenu-lang>ul>li>ul>li>a img {
    border: 1px solid white;
    margin-bottom: 1px;
}

.mainmenu-lang .lang-li {
    padding-top: 28px;
}

.fixedHeader .mainmenu-lang .lang-li {
    padding-top: 30px;
}
/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/


/*=======================================================================
[Table of contents]
=========================================================================
1. Responsive For Extra large Device
2. Responsive For Extra large Device 2
3. Desktop Device
4. Responsive For Tab Device
5. Responsive For Mobile & Tab
6. Responsive For Mobile Device
*/


/*------------------------------------------------------------------------------------
/ 1. Responsive For Extra large Device
--------------------------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width:1899px) {
    .mrm110px {
        margin-right: -100px;
    }

    .funfactSection .icon_box_02 {
        padding-right: 40px;
    }
}


/*------------------------------------------------------------------------------------
/ 2. Responsive For Extra large Device 2
--------------------------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width:1600px) {
    .funfactSection .icon_box_02 {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .funfactSection .pdl115 {
        padding-left: 30px;
        padding-bottom: 82px;
    }

    .funfactSection .sec_title.with_bar {
        margin-bottom: 40px;
        padding-bottom: 20px;
        font-size: 70px;
        line-height: 70px;
    }

    .funfactSection .sub_title {
        margin-bottom: 10px;
    }

    .whyChooseUsContent {
        padding-left: 20px;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-right: 20%;
    }

    .whyChooseUsContent .sec_title {
        font-size: 60px;
        line-height: 66px;
    }

    .skillHolders {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sec_title br {
        display: none;
    }

    .singleSkill {
        margin-bottom: 30px;
    }

    .folioHover_03 h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .testimonial_item {
        padding-left: 25px;
        padding-right: 15px;
    }

    .ti_author h4 {
        font-size: 20px;
    }

    .featureSection2 {
        margin-top: -120px;
    }
}


/*------------------------------------------------------------------------------------
/ 3. Desktop Device
--------------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .logo_02 img {
        width: 100%;
        height: auto;
    }

    .header_02 .mainmenu {
        text-align: right !important;
    }

    .header_02 .ind_btn_2 {
        display: none;
    }

    .logo_02 {
        padding: 37px 0 36px;
    }

    .mainmenu ul li {
        margin-right: 20px;
    }

    .mainmenu>ul>li:last-child ul.sub_menu,
    .mainmenu>ul>li:nth-last-child(2) ul.sub_menu {
        left: auto;
        right: 0;
    }

    .mainmenu>ul>li:nth-last-child(1)>ul.sub_menu ul.sub_menu,
    .mainmenu>ul>li:nth-last-child(2)>ul.sub_menu ul.sub_menu,
    .mainmenu>ul>li:nth-last-child(1)>ul.sub_menu ul.sub_menu,
    .mainmenu>ul>li:nth-child(4)>ul.sub_menu ul.sub_menu,
    .mainmenu>ul>li:nth-last-child(3)>ul.sub_menu ul.sub_menu,
    .mainmenu>ul>li:nth-last-child(4)>ul.sub_menu ul.sub_menu {
        left: auto;
        right: 100%;
    }

    .nav_bar .right_bgs {
        height: 70px;
    }

    .about_us_content {
        padding-left: 25px;
        padding-top: 40px;
    }

    .sec_title {
        font-size: 60px;
        line-height: 70px;
    }

    .about_us_content .sec_title {
        font-size: 55px;
        line-height: 66px;
    }

    .icon_box_01 {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon_box_01 h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .funfactSection .pdl115 {
        padding-left: 15px;
    }

    .funfactSection .mrm110px {
        margin-right: -15px;
    }

    .testimonial_item2:after {
        display: none;
    }

    .testimonial_item2 {
        padding-right: 0;
    }

    .testimonialSection2 .imgDiv2 {
        padding-top: 84px;
    }

    .blogItem2 {
        padding: 39px 15px 38px 15px;
    }

    .bIcollapse .bi_meta span {
        margin-right: 10px;
    }

    .footer_02 .widget {
        margin-bottom: 40px;
    }

    .icon_box_03 {
        padding-left: 20px;
    }

    .whyChooseUsContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    .whyChooseUsContent .sec_title {
        font-size: 40px;
        line-height: 50px;
    }

    .testimonial_item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ti_author h4 {
        font-size: 22px;
    }

    .bi_details {
        padding-left: 20px;
        padding-right: 15px;
    }

    .pdl45,
    .pdl65 {
        padding-left: 15px;
    }

    .fof_contents h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .history_box h3 {
        font-size: 21px;
    }

    .featureSlider {
        margin: 0;
    }

    .cta_left_02 h2 {
        font-size: 55px;
        line-height: 66px;
    }

    .skillHolders {
        padding-left: 50px;
        padding-right: 50px;
    }

    .sec_title br {
        display: none;
    }

    .aboutImg .i2 {
        margin-left: 0;
        margin-top: -120px;
    }

    .aboutDescs {
        padding-left: 30px;
    }

    .ib5_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .formSections {
        margin-left: 0;
        margin-right: 0;
    }

    .newsDetails {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsDetails h2.ndTitle {
        font-size: 40px;
    }

    .sidebar_2.inLeft,
    .sidebar_2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .instafeeds a {
        margin-right: 15px;
    }

    .sb_footer span {
        font-size: 13px;
        margin-right: 10px;
    }

    .sb_footer span i {
        margin-right: 6px;
    }

    .folioHover_03 {
        width: calc(100% - 60px);
        padding-left: 20px;
        padding-right: 15px;
    }

    .folioHover_03 h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .proj_details.rightPos {
        padding-left: 0;
    }

    .proj_details.leftPos {
        padding-right: 0;
    }

    .style2 .serviceDetails {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar_1 .widget .widget_title {
        padding-left: 20px;
        font-size: 32px;
    }

    .sidebar_1 .widget ul li {
        padding-left: 20px;
        padding-right: 15px;
    }

    .hqw_content,
    .allLatestWorks,
    .allBrouchers {
        padding-left: 20px;
        padding-right: 15px;
    }

    .entry_title {
        font-size: 65px;
        line-height: 70px;
    }

    .sda_tags .icon_box_04 {
        margin-right: 20px;
    }

    .sda_tags .icon_box_04:last-of-type {
        margin-right: 0px;
    }

    .product_btn a:last-of-type {
        margin-right: 0;
    }

    .product_decp {
        padding-left: 0;
    }

    .straceImg,
    .straceImg2,
    .stretchBGDiv,
    .imgCarousel,
    .imgCarousel .carousel-inner,
    .imgCarousel .carousel-item {
        min-height: 100vw;
    }

    .testimonialSection,
    .testimonialSection2 {
        overflow: hidden;
        width: 100vw;
    }
}


/*------------------------------------------------------------------------------------
/ 4. Responsive For Tab Device
--------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .logo_02 img {
        width: auto;
        height: auto;
    }

    .header_02 .ind_btn_2 {
        display: none;
    }

    .topbar_left .info_element {
        margin-right: 15px;
    }

    .icon_box_01 {
        margin-bottom: 30px;
    }

    .abc_left {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .serviceDetails {
        padding-left: 35px;
        padding-right: 35px;
    }

    .text-right.leftInMobile {
        text-align: left !important;
    }

    .funfactSection .pdl115 {
        padding-left: 15px;
    }

    .funfactSection .mrm110px {
        margin-right: -15px;
    }

    .testimonial_item2:after {
        display: none;
    }

    .imgDiv2.blockInMobile img {
        width: 100%;
        height: auto;
    }

    .blogItem3 {
        margin-bottom: 30px;
    }

    .footer_02 .widget {
        margin-bottom: 40px;
    }

    .footer_02 .widget.pdl58,
    .footer_02 .widget.pdl20 {
        padding-left: 0;
    }

    #backtotop {
        right: 20px;
    }

    .folioHover_03 {
        width: calc(100% - 60px);
        padding-right: 15px;
    }

    .folioHover_03 h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .product_btn a:last-of-type {
        margin-right: 0;
    }

    .results {
        display: none;
    }

    .straceImg,
    .straceImg2,
    .video_02,
    .stretchBGDiv,
    .imgCarousel,
    .imgCarousel .carousel-inner,
    .imgCarousel .carousel-item {
        min-height: 100vw;
    }
}


/*------------------------------------------------------------------------------------
/ 5. Responsive For Mobile & Tab
--------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
    .search_element form {
        position: relative;
    }

    .topbar:before {
        width: 31%;
    }

    .logo {
        padding-left: 15px;
    }

    .top_social {
        padding: 0 0;
        top: -30px;
        z-index: 4;
    }

    .top_social a {
        margin-left: 12px;
    }

    .nav_bar .right_bgs {
        width: 25%;
        height: 100%;
    }

    .nav_bar .mobileMenuBar {
        text-align: left;
        width: 100%;
        margin: 14px 0 0;
        z-index: 5;
        position: relative;
    }

    .nav_bar .mainmenu {
        position: absolute;
        left: 0;
        top: 78px;
        width: 100%;
        z-index: 99;
    }

    .info_element {
        margin-right: 15px;
        padding-left: 20px;
    }

    .search_element {
        margin-right: 5px;
    }

    .info_element h5 {
        font-size: 16px;
    }

    .info_element p {
        font-size: 12px;
    }

    .logo_02 {
        float: left;
        width: 50%;
    }

    .mobileMenuBar {
        float: right;
        width: 50%;
        text-align: right;
        margin: 31px 0;
        display: block;
    }

    .mobileMenuBar a {
        height: 50px;
        background: #d22b27;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        line-height: 50px;
        position: relative;
        padding: 0 20px;
    }

    .mobileMenuBar a i {
        margin-left: 10px;
    }

    .mainmenu {
        position: relative;
        width: 100%;
        background: #d22b27;
        display: none;
        margin-bottom: 15px;
    }

    .mainmenu ul li {
        display: block;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-align: left;
    }

    .nav_bar .mainmenu>ul>li,
    .header_02 .mainmenu>ul>li {
        padding: 17px;
        right: 3px;
    }

    .mainmenu ul li a {
        color: #FFF;
        background: transparent;
        -webkit-text-fill-color: #FFF;
        padding: 20px 15px;
    }

    .mainmenu ul.sub_menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        background: #06163a;
        width: 100%;
        padding: 0;
        top: 18px !important;
        display: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    .mainmenu ul.sub_menu li {
        padding: 0 0;
    }

    .mainmenu ul.sub_menu li a {
        border-bottom: none;
        padding: 20px 30px;
    }

    .mainmenu ul.sub_menu li ul.sub_menu {
        left: 0;
        background: #000;
    }

    .mainmenu ul.sub_menu li ul.sub_menu li a {
        padding-left: 45px;
    }

    .mainmenu .submenu_toggler {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 47px;
        background: rgba(255, 255, 255, .1);
        line-height: 53px;
        text-align: center;
        color: #FFF;
        font-size: 18px;
        cursor: pointer;
    }

    .mainmenu .sub_menu .submenu_toggler {
        background: rgba(255, 255, 255, .4);
    }

    .mainmenu .submenu_toggler:hover,
    .mainmenu .submenu_toggler.active-span {
        color: #06163a;
    }

    .mrm15 {
        margin-right: 0;
    }

    .about_us_content {
        padding-left: 0;
    }

    .sec_title {
        font-size: 50px;
        line-height: 60px;
    }

    .filterMenu ul li {
        margin-right: 13px;
    }

    .funfactSection .icon_box_02 {
        padding-right: 0;
    }

    .icon_box_03 {
        padding-left: 20px;
    }

    .whyChooseUsContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .whyChooseUsContent .sec_title {
        font-size: 60px;
        line-height: 60px;
    }

    .testimonialSliderHolder {
        margin-top: 50px;
    }

    .testimonial_item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bi_details {
        padding-left: 20px;
        padding-right: 15px;
    }

    .bi_meta span {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .blogItem2 h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .blogItem2 {
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer_01 .widget {
        margin-bottom: 40px;
    }

    .pdl65 {
        padding-left: 15px;
    }

    .serviceDetails {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fof_contents {
        padding-top: 30px;
    }

    .fof_contents h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .aboutImg .i2 {
        margin-left: 0;
    }

    .aboutImg {
        padding-right: 80px;
    }

    .yearsofexp {
        right: 0;
    }

    .aboutDescs {
        padding-left: 0;
        padding-right: 15px;
    }

    .skillHolders {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sec_title br {
        display: none;
    }

    .cta_left_02 h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .history_box {
        width: 50%;
    }

    .woocommerce-checkout-review-order {
        padding-left: 10px;
        padding-right: 15px;
    }

    .cart_table tbody tr td.product-thumbnail .thumbimgs {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .cart_table tbody tr td.product-thumbnail {
        width: 80px;
        padding-left: 0px;
    }

    .cart_table tbody tr td.product-subtotal,
    .cart_table thead tr th.product-subtotal {
        padding-left: 40px;
    }

    .cart_table thead tr th.product-price,
    .cart_table tbody tr td.product-price {
        padding-left: 20px;
    }

    .cart_table tbody tr td.actions .coupon_submit {
        padding: 0 35px;
    }

    .update_cart {
        padding: 0 35px;
    }

    .cart_totals table tr th {
        width: 200px;
    }

    .gmap iframe {
        height: 500px;
    }

    .icon_box_05.ib5_left .ib5_inner {
        padding-left: 80px;
        padding-right: 10px;
    }

    .mb45 {
        margin-bottom: 20px;
    }

    .pdb90 .pdl45 {
        padding-left: 15px;
    }

    .icon_box_05 {
        margin-bottom: 30px;
    }

    .formSections {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar_2 {
        margin-top: 100px;
        padding-left: 120px;
        padding-right: 120px;
    }

    .sidebar_2.inLeft {
        margin-top: 0;
        padding-left: 120px;
        padding-right: 120px;
    }

    .sidebar_2 .widget {
        margin-bottom: 80px;
    }

    .proj_details.rightPos {
        padding-left: 0;
        margin-top: 30px;
    }

    .relatedArrows {
        padding-left: 0;
    }

    .proj_details.leftPos {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .service_details_area {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .entry_title {
        font-size: 60px;
        line-height: 66px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .product_decp {
        padding-left: 0;
        margin-top: 50px;
    }

    .ps_img img {
        width: 100%;
        height: auto;
    }

    .dl-menu__wrap ul li {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .footer__contacts {
        padding-left: 15px;
    }

    .testimonialSection,
    .testimonialSection2 {
        overflow: hidden;
        width: 100vw;
    }

    .imgDiv2 {
        width: 100%;
        height: auto;
    }

    .commonSection {
        padding: 50px 0;
    }

    .commonSection .sub_title.dark_sub_title,
    .sub_title {
        line-height: 1.5;
    }

    .about_widget img {
        max-width: 65%;
    }

    .footer_01 {
        padding: 50px 0;
    }

    .tp-bgimg {
        height: 30% !important;
    }

    .slider_01 {
        height: 85vh;
    }

    .textRes p {
        width: 30%;
        margin: auto !important;
    }

    .funfactSection .straceImg {
        background-size: contain !important;
    }

    .caller {
        margin-right: 0 !important;
        min-width: 100%;
    }

    .sticky-logo img {
        filter: brightness(0) invert(1);
        width: 50%;
    }
}


/*------------------------------------------------------------------------------------
/ 5. Responsive For Mobile Device
--------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .ntItem img {
        width: 100%;
        height: auto;
    }

    .slider_02 .hermes .tp-arr-allwrapper,
    .slider_01 .hermes .tp-arr-allwrapper {
        width: 60px;
    }

    .testimonial_item2:after {
        display: none;
    }

    .topbar .col-xl-4 {
        width: 50%;
        float: left;
    }

    .topbar .col-xl-8 {
        width: 50%;
        float: right;
    }

    .topbar:before {
        width: 60%;
    }

    .nav_bar .right_bgs {
        width: 42%;
        height: 100%;
        border: 1px solid #d22b27;
    }

    .nav_bar {
        top: -1px;
    }

    .featureSection2 {
        margin-top: -100px;
    }

    .info_element {
        display: none;
    }

    .search_element i {
        display: none;
    }

    .search_element input[type="search"] {
        width: 100%;
        font-size: 12px;
    }

    .logo_02 img {
        width: 100%;
        height: auto;
    }

    .header_02 .ind_btn_2 {
        margin: 0 -15px 0;
        display: block;
    }

    .topbar_left {
        display: none;
    }

    .topbar_left .info_element {
        margin-right: 10px;
    }

    .topbar_02 .social_and_settings {
        padding-top: 30px;
    }

    .social_and_settings span {
        float: left;
    }

    .bigHeading {
        letter-spacing: 0;
    }

    .icon_box_01 {
        margin-bottom: 30px;
    }

    .abc_left {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .aboutCompanys h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .abc_right {
        padding: 0 15px;
    }

    .ab_btn {
        left: 0;
        right: auto;
    }

    .aboutCompanys {
        padding-bottom: 100px;
    }

    .cta_left h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .text-right.leftInMobile {
        text-align: left !important;
    }

    .worksSlider .owl-nav {
        position: relative;
        top: auto;
    }

    .funfactSection .pdl115 {
        padding: 50px 15px !important;
    }

    .funfactSection .mrm110px {
        margin-right: -15px;
    }

    .testimonial_item2 {
        padding-right: 0;
    }

    .imgDiv2.blockInMobile img {
        width: 100%;
        height: auto;
    }

    .blogItem3 {
        margin-bottom: 30px;
    }

    #backtotop {
        right: 15px;
        bottom: 15px;
    }

    .footer_02 .widget {
        margin-bottom: 40px;
    }

    .footer_02 .widget.pdl58,
    .footer_02 .widget.pdl20 {
        padding-left: 0;
    }

    .mrm15 {
        margin-right: 0;
    }

    .about_us_content {
        padding-left: 0;
    }

    .sec_title {
        font-size: 50px;
        line-height: 60px;
    }

    .filterMenu ul li.all {
        width: 100%;
        text-align: center;
    }

    .filterMenu ul li {
        float: left;
        width: 100%;
        padding: 15px 0px;
        text-align: center;
        border: 1px solid #ddd;
        margin: 5px 0px;
    }

    .emptyStyle.filterMenu ul li {
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .funfactSection .icon_box_02 {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .serviceSlider .owl-nav {
        top: -80px;
    }

    .icon_box_03 {
        padding-left: 30px;
    }

    .whyChooseUsContent {
        padding-left: 0;
        padding-right: 15px;
        padding: 50px 15px !important;
    }

    .whyChooseUsContent .sec_title {
        font-size: 50px;
        line-height: 60px;
    }

    .testimonialSliderHolder {
        margin-top: 50px;
    }

    .testimonial_item {
        padding-left: 30px;
        padding-right: 20px;
    }

    .blogItem2,
    .bi_details,
    .blogItem2 .col-md-7 {
        padding-left: 20px;
        padding-right: 15px;
        padding: 41px 35px 34px 38px;
    }

    .blogItem2 {
        padding-left: 20px;
        padding-right: 15px;
        position: relative;
        padding: initial;
        margin: auto;
        margin-bottom: 30px;
    }

    .blogItem2 .col-md-5 {
        padding: 0;
    }

    .bi_meta span {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .footer_01 .widget {
        margin-bottom: 40px;
    }

    .pdl65,
    .pdl45 {
        padding-left: 15px;
    }

    .fof_contents {
        padding-top: 30px;
    }

    .fof_contents h1 {
        font-size: 100px;
    }

    .fof_contents h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .page_banner h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .aboutImg {
        padding-right: 0;
    }

    .yearsofexp {
        right: -15px;
    }

    .aboutImg .i2 {
        margin-left: 0;
        margin-top: -80px;
    }

    .aboutDescs {
        padding-left: 0;
        padding-right: 15px;
    }

    .skillHolders {
        padding-left: 0;
        padding-right: 0;
    }

    .teamslider2 .owl-nav {
        top: -80px;
    }

    .cta_left_02 {
        padding-left: 0;
        text-align: center;
    }

    .cta_left_02 i {
        position: relative;
        left: auto;
        margin-bottom: 50px;
    }

    .pdt29 {
        padding-top: 50px;
        text-align: center !important;
    }

    .history_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .featureSlider {
        margin: 0;
    }

    .woocommerce-shipping-fields {
        margin-bottom: 50px;
    }

    .woocommerce-checkout-review-order {
        padding-left: 5px;
        padding-right: 10px;
    }

    .woocommerce-checkout-review-order tbody tr td {
        font-size: 14px;
    }

    .cart_table tbody tr td.product-thumbnail .thumbimgs {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .cart_table tbody tr td.product-thumbnail {
        width: 60px;
        padding-left: 0px;
    }

    .quantityd {
        width: 60px;
        height: 40px;
    }

    .quantityd button.qtyBtn {
        left: 7px;
    }

    .quantityd button.qtyBtn.btnPlus {
        right: 7px;
    }

    .cart_table tbody tr td.product-title a.itemtitle {
        font-size: 13px;
        line-height: 15px;
    }

    .cart_table tbody tr td.product-subtotal,
    .cart_table tbody tr td.product-price span.amount {
        font-size: 14px;
        letter-spacing: 0;
    }

    .cart_table thead tr th.product-subtotal,
    .cart_table tbody tr td.product-subtotal {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart_table tbody tr td.product-remove {
        padding-right: 0;
    }

    .update_cart {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .cart_table tbody tr td.actions .coupon_submit {
        width: 100%;
        margin-top: 10px;
    }

    .cart_table tbody tr td.actions .input-text {
        width: 100%;
    }

    .cart_totals table tr th {
        width: 140px;
        padding-left: 15px;
    }

    .cart_totals h2 {
        padding-left: 15px;
    }

    .gmap iframe {
        height: 400px;
    }

    .pdb90 .pdl45 {
        padding-top: 50px;
    }

    .icon_box_05 {
        margin-bottom: 30px;
    }

    .icon_box_05.ib5_left .ib5_inner {
        padding-left: 80px;
        padding-right: 10px;
    }

    .newsDetails {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsDetails h2.ndTitle {
        font-size: 32px;
        line-height: 36px;
    }

    blockquote {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    blockquote:after {
        left: 0;
        right: 0;
        top: 15px;
        margin: 0 auto;
    }

    .ndShare {
        text-align: left !important;
        margin-top: 35px;
    }

    .ndShare a:first-of-type {
        margin-left: 0;
    }

    .ndPaginations:after {
        display: none;
    }

    .ndPaginations .col-xl-6 {
        width: 50%;
    }

    .pagin h3 {
        font-size: 20px;
    }

    .pagin strong {
        font-size: 12px;
    }

    .commentForm,
    .ndAuthorInner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ndComment {
        padding-left: 0;
    }

    .ndComment img {
        position: relative;
        margin-bottom: 20px;
    }

    .sidebar_2 {
        margin-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar_2.inLeft {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar_2 .widget {
        margin-bottom: 80px;
    }

    .offset-1 {
        margin-left: 0;
    }

    .ind_pagination a,
    .ind_pagination span {
        margin-bottom: 10px;
    }

    .folioHover_03 h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .proj_details.rightPos {
        padding-left: 0;
    }

    .rel_btns {
        padding-left: 0;
        text-align: center !important;
        margin-bottom: 30px;
    }

    .relatedArrows {
        padding-left: 0;
        text-align: center;
    }

    .pdt25 {
        text-align: center !important;
        padding-top: 50px;
    }

    .sidebar_1 {
        margin-bottom: 50px;
    }

    .sidebar_1 .widget .widget_title {
        padding-left: 30px;
    }

    .sidebar_1 .widget ul li {
        padding-left: 30px;
        padding-right: 15px;
    }

    .hqw_content,
    .allLatestWorks,
    .allBrouchers {
        padding-left: 30px;
        padding-right: 15px;
    }

    .service_details_area {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .entry_title {
        font-size: 44px;
        line-height: 50px;
    }

    .sda_tags .icon_box_04 {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }

    .results {
        display: none;
    }

    .shopAccess {
        display: block;
    }

    .sorts select,
    .searchForms2 input {
        width: 100%;
    }

    .sorts {
        margin: 15px 0;
    }

    .productSlide .carousel-indicators {
        left: 15px;
    }

    .ps_img img {
        width: 100%;
        height: auto;
    }

    .productSlide .carousel-indicators li {
        width: 85px;
    }

    .productSlide .carousel-indicators li img {
        width: 100%;
        height: 100%;
    }

    .product_decp {
        padding-left: 0;
        margin-top: 50px;
    }

    .pd_rating,
    .text_meta {
        margin-bottom: 30px;
    }

    .pd_details_meta .quantityd {
        height: 50px;
        width: 75px;
    }

    .add_to_car_btn {
        min-width: 175px;
    }

    .social_shares {
        margin-top: 20px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .adinfo ul li {
        width: 100%;
    }

    .relatedNavs {
        float: left;
        margin-top: 30px;
    }

    .footer__contacts {
        text-align: center;
        padding: 0 15px;
        width: 100%;
        bottom: 55px;
    }

    .footer__contacts li {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .popUp_social {
        bottom: 10px;
        left: 0;
        margin: 0 auto;
        text-align: center !important;
    }

    .popUp_social a {
        width: 35px;
        height: 35px;
        padding: 10px 0;
        font-size: 15px;
    }

    .video_01 .vp {
        width: 100%;
    }

    .slider_01 .rev_slider .tp-caption.textRes br {
        /*        display: block;*/
    }

    .straceImg,
    .straceImg2,
    .video_02,
    .stretchBGDiv,
    .imgCarousel,
    .imgCarousel .carousel-inner,
    .imgCarousel .carousel-item {
        min-height: 100vw;
    }

    .testimonialSection,
    .testimonialSection2 {
        max-width: 100vw;
        overflow: hidden;
    }

    .tp-caption .ind_btn {
        position: relative;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        letter-spacing: 0;
        background: transparent;
        display: inline-block;
        color: #FFF;
        height: 60px !important;
        min-width: 200px !important;
        padding: 25px 25px !important;
        text-align: center !important;
        line-height: .9 !important;
        margin-bottom: 6px !important;
    }

    .tp-caption.textRes {
        white-space: normal !important;
        padding: 0 20px;
        word-break: break-word !important;
    }
}

@media(min-width:991px) {
    .commonSection-col {
        max-width: 20%;
    }

    .fixedHeader .top_social {
        padding: 33px 0px;
    }
}