/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
@font-face {
  font-family: 'estilopro-bold-webfont';
  src: url('fonts/estilopro-bold-webfont.woff2') format('woff2'),
       url('fonts/estilopro-bold-webfont.woff') format('woff'),
       url('fonts/estilopro-bold-webfont.ttf')  format('truetype');
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
       url('fonts/Gilroy-ExtraBold.woff') format('woff'),
       url('fonts/Gilroy-ExtraBold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url('fonts/Gilroy-Light.woff2') format('woff2'),
       url('fonts/Gilroy-Light.woff') format('woff'),
       url('fonts/Gilroy-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
       url('fonts/Gilroy-Regular.woff') format('woff'),
       url('fonts/Gilroy-Regular.ttf')  format('truetype');
}

html body, input, textarea, .page-title span, .pingback a.url {
    font-family: 'Poppins', sans-serif !important;
      scroll-behavior: smooth !important;
}
body {
    overflow-x:hidden !important;
    background: #000 !important;
  scroll-behavior: smooth !important;
}

body {
    background: #000 !important;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    border-radius: 10px;*/
/*    background-color: #1a1a1a !important;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
    
/*    background-color: #026975 !important;*/
/*    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*    width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
    
/*    background-color: #1a1a1a !important;*/
/*    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)*/
/*}*/

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{padding: 10px 0;text-align: center;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;transition: .5s;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 0;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;transition: .5s;}
.slick-dots .slick-active button {background: #ed9700;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 768px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}
.section_1 .pic {
    width: 100%;
    height: 100%;
}

.section_1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section_1  .main {
    margin: 15px auto;
}
.full-size, .flip-box .object, .flip-box .front, .flip-box .back {
    width: 100%;
    height: 100%;
  }
  
  .slice, .flip-box .front, .flip-box .back, .flip-box .flank {
    display: block;
    overflow: hidden;
    position: absolute;
  }
  
  .flip-box {
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 300px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 3080px;
  }
  .flip-box .object {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-75px);
    -moz-transform: translateZ(-75px);
    -ms-transform: translateZ(-75px);
    -o-transform: translateZ(-75px);
    transform: translateZ(-75px);
  }
  .flip-box .object:hover, .flip-box .object:focus {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translateZ(-75px) rotateY(180deg);
    -moz-transform: translateZ(-75px) rotateY(180deg);
    -ms-transform: translateZ(-75px) rotateY(180deg);
    -o-transform: translateZ(-75px) rotateY(180deg);
    transform: translateZ(-75px) rotateY(49deg);
  }
  .flip-box .front {
    z-index: 1;
    background-color: #789e13;
    -webkit-transform: rotateY(0deg) translateZ(75px);
    -moz-transform: rotateY(0deg) translateZ(75px);
    -ms-transform: rotateY(0deg) translateZ(75px);
    -o-transform: rotateY(0deg) translateZ(75px);
    transform: rotateY(0deg) translateZ(75px);
  }
  .flip-box .back {
    z-index: 0;
    background-color: #9bcc18;
    -webkit-transform: rotateY(180deg) translateZ(75px);
    -moz-transform: rotateY(180deg) translateZ(75px);
    -ms-transform: rotateY(180deg) translateZ(75px);
    -o-transform: rotateY(180deg) translateZ(75px);
    transform: rotateY(180deg) translateZ(75px);
  }
  .flip-box .flank {
    width: 180px;
    height: 300px;
    left: 81px;
    background-color: #55700e;
    -webkit-transform: rotateY(-90deg) translateZ(150px);
    -moz-transform: rotateY(-90deg) translateZ(150px);
    -ms-transform: rotateY(-90deg) translateZ(150px);
    -o-transform: rotateY(-90deg) translateZ(150px);
    transform: rotateY(-94deg) translateZ(166px);
    top: 0px;
  }
  .flip-box.flip-up .object:hover, .flip-box.flip-up .object:focus {
    -webkit-transform: translateZ(-75px) rotateX(180deg);
    -moz-transform: translateZ(-75px) rotateX(180deg);
    -ms-transform: translateZ(-75px) rotateX(180deg);
    -o-transform: translateZ(-75px) rotateX(180deg);
    transform: translateZ(-75px) rotateX(180deg);
  }
  .flip-box.flip-up .back {
    -webkit-transform: rotateX(180deg) translateZ(75px);
    -moz-transform: rotateX(180deg) translateZ(75px);
    -ms-transform: rotateX(180deg) translateZ(75px);
    -o-transform: rotateX(180deg) translateZ(75px);
    transform: rotateX(180deg) translateZ(75px);
  }
  .flip-box.flip-up .flank {
    width: 300px;
    height: 150px;
    left: 0;
    top: 25px;
    -webkit-transform: rotateX(-90deg) translateZ(100px);
    -moz-transform: rotateX(-90deg) translateZ(100px);
    -ms-transform: rotateX(-90deg) translateZ(100px);
    -o-transform: rotateX(-90deg) translateZ(100px);
    transform: rotateX(-90deg) translateZ(100px);
  }
  .flip-box.alternative .front {
    background-color: #00d0be;
    
  }
  .flip-box.alternative .back {
    background-color: #00d0be;
    
  }
  .flip-box.alternative .flank {
    background-color: #00d0be;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-wrap: wrap;
    background: url(images/flank.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background: #0e6958;
  }
  .flip-box .flip-content {
    padding: 0;
    color: #fff;
    height: 100%;
  }
  .flip-box .flip-content a {
    color: #fff;
  }
  .flip-box .back .flip-content {
    color: #222222;
  }
  
  .no-csstransforms3d .flip-box .object {
    position: relative;
    overflow: hidden;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    -ms-transform-style: none;
    -o-transform-style: none;
    transform-style: none;
  }
  .no-csstransforms3d .flip-box .object .back {
    top: 300px;
    z-index: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .no-csstransforms3d .flip-box .object:hover .back {
    top: 0;
    z-index: 1;
  }
  .no-csstransforms3d .flip-box .flank {
    display: none;
  }
  
  /* Internet Explorer 10 only */
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .object {
      position: relative;
      overflow: hidden;
      transform: none !important;
    }
    .object .back {
      top: 300px;
      z-index: 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
    }
    .object:hover .back {
      top: 0;
      z-index: 1;
      transform: rotateY(0deg) translateZ(0);
    }
  }
  @-ms-viewport {
    width: device-width;
  }
  
  @media screen and (max-width: 400px) {
    @-ms-viewport {
      width: 320px;
  }
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  
  .visible-xs {
    display: none !important;
  }
  
  tr.visible-xs {
    display: none !important;
  }
  
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
  
    tr.visible-xs {
      display: table-row !important;
    }
  
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
      display: block !important;
    }
  
    tr.visible-xs.visible-sm {
      display: table-row !important;
    }
  
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
      display: block !important;
    }
  
    tr.visible-xs.visible-md {
      display: table-row !important;
    }
  
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-xs.visible-lg {
      display: block !important;
    }
  
    tr.visible-xs.visible-lg {
      display: table-row !important;
    }
  
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-sm {
    display: none !important;
  }
  
  tr.visible-sm {
    display: none !important;
  }
  
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-sm.visible-xs {
      display: block !important;
    }
  
    tr.visible-sm.visible-xs {
      display: table-row !important;
    }
  
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
  
    tr.visible-sm {
      display: table-row !important;
    }
  
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
      display: block !important;
    }
  
    tr.visible-sm.visible-md {
      display: table-row !important;
    }
  
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-sm.visible-lg {
      display: block !important;
    }
  
    tr.visible-sm.visible-lg {
      display: table-row !important;
    }
  
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-md {
    display: none !important;
  }
  
  tr.visible-md {
    display: none !important;
  }
  
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-md.visible-xs {
      display: block !important;
    }
  
    tr.visible-md.visible-xs {
      display: table-row !important;
    }
  
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
      display: block !important;
    }
  
    tr.visible-md.visible-sm {
      display: table-row !important;
    }
  
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
  
    tr.visible-md {
      display: table-row !important;
    }
  
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-md.visible-lg {
      display: block !important;
    }
  
    tr.visible-md.visible-lg {
      display: table-row !important;
    }
  
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-lg {
    display: none !important;
  }
  
  tr.visible-lg {
    display: none !important;
  }
  
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-lg.visible-xs {
      display: block !important;
    }
  
    tr.visible-lg.visible-xs {
      display: table-row !important;
    }
  
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
      display: block !important;
    }
  
    tr.visible-lg.visible-sm {
      display: table-row !important;
    }
  
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
      display: block !important;
    }
  
    tr.visible-lg.visible-md {
      display: table-row !important;
    }
  
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
  
    tr.visible-lg {
      display: table-row !important;
    }
  
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  .hidden-xs {
    display: block !important;
  }
  
  tr.hidden-xs {
    display: table-row !important;
  }
  
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  
    tr.hidden-xs {
      display: none !important;
    }
  
    th.hidden-xs,
    td.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
      display: none !important;
    }
  
    tr.hidden-xs.hidden-sm {
      display: none !important;
    }
  
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
      display: none !important;
    }
  
    tr.hidden-xs.hidden-md {
      display: none !important;
    }
  
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
      display: none !important;
    }
  
    tr.hidden-xs.hidden-lg {
      display: none !important;
    }
  
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
      display: none !important;
    }
  }
  .hidden-sm {
    display: block !important;
  }
  
  tr.hidden-sm {
    display: table-row !important;
  }
  
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  
  @media (max-width: 767px) {
    .hidden-sm.hidden-xs {
      display: none !important;
    }
  
    tr.hidden-sm.hidden-xs {
      display: none !important;
    }
  
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  
    tr.hidden-sm {
      display: none !important;
    }
  
    th.hidden-sm,
    td.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
      display: none !important;
    }
  
    tr.hidden-sm.hidden-md {
      display: none !important;
    }
  
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
      display: none !important;
    }
  
    tr.hidden-sm.hidden-lg {
      display: none !important;
    }
  
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
      display: none !important;
    }
  }
  .hidden-md {
    display: block !important;
  }
  
  tr.hidden-md {
    display: table-row !important;
  }
  
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  
  @media (max-width: 767px) {
    .hidden-md.hidden-xs {
      display: none !important;
    }
  
    tr.hidden-md.hidden-xs {
      display: none !important;
    }
  
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
      display: none !important;
    }
  
    tr.hidden-md.hidden-sm {
      display: none !important;
    }
  
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  
    tr.hidden-md {
      display: none !important;
    }
  
    th.hidden-md,
    td.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-md.hidden-lg {
      display: none !important;
    }
  
    tr.hidden-md.hidden-lg {
      display: none !important;
    }
  
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
      display: none !important;
    }
  }
  .hidden-lg {
    display: block !important;
  }
  
  tr.hidden-lg {
    display: table-row !important;
  }
  
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
  
  @media (max-width: 767px) {
    .hidden-lg.hidden-xs {
      display: none !important;
    }
  
    tr.hidden-lg.hidden-xs {
      display: none !important;
    }
  
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
      display: none !important;
    }
  
    tr.hidden-lg.hidden-sm {
      display: none !important;
    }
  
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
      display: none !important;
    }
  
    tr.hidden-lg.hidden-md {
      display: none !important;
    }
  
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  
    tr.hidden-lg {
      display: none !important;
    }
  
    th.hidden-lg,
    td.hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  
  tr.visible-print {
    display: none !important;
  }
  
  th.visible-print,
  td.visible-print {
    display: none !important;
  }
  
  @media print {
    .visible-print {
      display: block !important;
    }
  
    tr.visible-print {
      display: table-row !important;
    }
  
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  
    .hidden-print {
      display: none !important;
    }
  
    tr.hidden-print {
      display: none !important;
    }
  
    th.hidden-print,
    td.hidden-print {
      display: none !important;
    }
  }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  
  .right {
    float: right !important;
  }
  
  .left {
    float: left !important;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  textarea {
    resize: both;
  }
  
  textarea.resize-vertical {
    resize: vertical;
  }
  
  textarea.no-resize {
    resize: none;
  }
  
  .img-responsive {
    max-width: 100%;
    height: auto;
  }
  
  .img-circle {
    border-radius: 50%;
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  .flip-box.alternative .flank h2 {
    font-size: 20px;
    line-height: 49.29px;
    font-family: Poppins !important;
    color: #fff;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.section_1 .flip-box {
  margin: 15px 0;
}
header .logo img {
  display: block;
}
.page-header {
    padding: 10px 0 !important;
    margin: auto !important;
    border: 0 !important;
}
.page-header {
    background: #000000;
}
.latest_1 {
    background: #000 !important;
    position: relative;
    padding: 110px 0 0;
    display: none;
}

.page-header .logo {
    position: relative;
}

.page-header .logo img {
}
.latest_1 .main-1 {
    padding: 50px 50px 0px 0px;
    padding-right: 0;
}

.latest_1 .date  p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin: 15px auto 0;
}

.latest_1  .title h4 {
    color: #b739a7;
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto 20px;
}
.latest_1 .main-2 {
    padding: 8px 0;
}
.latest_1 .rparent {
    position: absolute;
    right: 0;
    top: 0;
}

.latest_1 .rparent .right {
    position: relative;
    width: 100%;
}

.latest_1 .rparent .right .inner-desc {
    position: absolute;
    top: 17%;
    padding: 30px;
}
.latest_1 .center small {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #b739a7;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

.latest_1 .center small:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-radius: 50%;
}

.latest_1 .center h2.title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    max-width: 100%;
    margin: 0 0;
    max-width: 100%;
    line-height: 70px;
}

.latest_1 .center h2.title span {font-weight: 600;}

.latest_1 .center p.desc {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    max-width: 100%;
}

.latest_1 .center .more {
    margin: 45px auto;
}

.latest_1 .center .more a {
    font-size: 20px;
    line-height: 30px;
    background: #b739a7;
    color: #000;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: lowercase;
}
.latest_1 .col-md-4 {
    padding: 0;
}
.latest_1 .center-2 {
    padding: 25px 30px;
}

.latest_1 .center {
    padding: 10px 30px;
}

.latest_1 .rparent .right .pic {
    width: 100%;
    height: 100vh !important;
}

.latest_1 .rparent .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest_1 .rparent .back {
    width: 80px;
    height: 80px;
    float: right;
    margin: 45px 40px 0 0px;
    -webkit-animation: rotate 50s normal linear infinite;
    animation: rotate 50s normal linear infinite;
}

.latest_1 .rparent .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.page-template-page-nfts-php  .page-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent;
    padding: 20px 0 !important;
    background: #000;
}

.nfts-banner {
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nfts-banner h1 {
    font-size: 76px;
    line-height: 86px;
    font-weight: 300;
    color: #fff;
    font-family: 'Gilroy-Light';
    text-transform: uppercase;
    margin: 0 auto;
}

.nfts-banner h1 span {
    font-family: 'Gilroy-ExtraBold';
}
.page-template-page-nfts-php .page-header .logo:after {
    display: none;
}
.page-header .logo img {
    filter: brightness(0) invert(100);
}
.page-template-page-latest-php {
    height: 100vh;
    background: #000;
}
.nfts-1 .left, .nfts-1 .right {padding: 100px 0;min-height: 450px;}

.nfts-1 .left {
    background: #000;
    padding: 90px 6% 0px 12%;
}

.nfts-1 .left .desc-1 p {
    font-size: 29px;
    line-height: 39px;
    font-weight: 300;
    color: #f3a53b;
    font-family: 'Gilroy-Regular';
}

.nfts-1 .left .desc-1  a {
    padding: 12px 20px;
    background: #f3a53b;
    color: #000;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid #f3a53b;
    transition: .5s;
    font-size: 20px;
    line-height: 30px;
}

.nfts-1 .left .desc-1 p:nth-last-child(1) {
    margin: 40px auto 0;
}

.nfts-1 .left .desc-1 a:hover {
    background: transparent;
    color: #f3a53b;
}

.nfts-1 .right {
    background: #f3a53b;
    padding: 100px 4%;
}

.nfts-1 .right .desc-2 {font-size: 19px;line-height: 29px;font-weight: 300;color: #000;font-family: 'Gilroy-Regular';}

.nfts-1 .row {
    display: flex;
    flex-wrap: wrap;
}
.nfts-2 {
    padding: 100px 0;
    background: #000;
    text-align: center;
}

.nfts-2 h2 {
    margin: auto;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    font-family: 'Gilroy-Light';
}
.nfts-3 .left, .nfts-3 .right {display: flex;flex-wrap: wrap;align-items: center;height: 500px;}

.nfts-3 .left {
    background: #f3a53b;
    padding: 100px 7% 100px 12%;
}

.nfts-3 .right .pic {
    width: 100%;
    height: 100%;
}

.nfts-3 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nfts-3 .left .desc-1 p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    color: #000;
    font-family: 'Gilroy-Regular';
}
.nfts-4 .left {position: relative;padding: 100px 10% 70px 12% !important;}

.nfts-4 .left, .nfts-4 .right {padding: 100px 8% 0 4.4%;background: #000;}

.nfts-4 .left .desc-1 p {font-size: 29px;line-height: 39px;color: #f3a53b;font-family: 'Gilroy-Regular';}

.nfts-4 .right .pic p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
    max-width: 98%;
    font-family: 'Gilroy-Regular';
}

.nfts-4 {
    position: relative;
}

.nfts-4 img.cube {
    position: absolute;
    bottom: 7%;
    right: 5%;
    width: 4%;
}
.nfts-4 .left:before {
    position: absolute;
    content: '';
    left: 0;
    top: 38%;
    width: 17%;
    height: 2px;
    background: #f3a53b;
}
.why_capital_block {}

.why_capital_block .head_one {
	background-color: #000;
	padding: 190px 0;
	min-height: 70px;
}

.why_capital_block .head_one h2 {
	margin: 0;
	font-size: 58px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 12%;
	padding-right: 32%;
	font-family: 'Gilroy-Light';
	line-height: 72px;
}

.why_capital_block .head_one h2 span {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.why_capital_block .head_two {
	background-color: #69c7e4;
	padding: 160px 0;
	display: flex;
	align-items: flex-end;
	padding: 0 0 24%;
}

.why_capital_block .head_two h5 {
	font-size: 29px;
	color: #000;
	padding-left: 9%;
	padding-right: 14%;
	font-family: 'Gilroy-Regular' !important;
	line-height: 39px;
}

.why_capital_block .head_three {
	background-color: #69c7e4;
	padding: 180px 0 100px;
}

.why_capital_block .head_three h5 {
	padding: 0 9% 0 12%;
	font-family: 'Gilroy-Regular' !important;
	font-size: 19px;
	line-height: 29px;
	font-weight: 300;
	color: #000;
}

.why_capital_block .head_four {}

.why_capital_block .head_four .capital_pic {
    width: 100%;
    height: 547px;
}

.why_capital_block .head_four .capital_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why_capital_block .head_five, .why_capital_block .head_six {
    min-height: 479px;
}

.why_capital_block .head_five .capital_pic {
    width: 100%;
    height: 480px;
}

.why_capital_block .head_five .capital_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why_capital_block .head_six {
	background-color: #69c7e4;
	padding: 160px 0 100px;
}

.why_capital_block .head_six h5 {
	padding: 0 9%;
	font-family: 'Gilroy-Regular' !important;
	font-size: 19px;
	line-height: 29px;
	font-weight: 300;
	color: #000;
}

.different {
	padding-bottom: 50px;
	background-color: #000;
	position: relative;
	padding-bottom: 120px;
}

.different .head_top {
	padding: 100px 0;
	text-align: center;
}

.different .head_top h2 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	line-height: 60px;
	font-family: 'Gilroy-Light';
}
.different .head_left h5 {
	color: #69c7e4;
	padding-left: 11%;
	padding-right: 22%;
	font-size: 29px;
	font-family: 'Gilroy-Regular' !important;
	line-height: 39px;
}

.different .head_left h5:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100px;
	background-color: #69c7e4;
	top: 27px;
	left: -10px;
}

.different .head_right {}

.different .head_right h5 {
	color: #fff;
	padding-left: 8%;
	padding-right: 22%;
	font-family: 'Gilroy-Regular' !important;
	font-size: 19px;
	line-height: 29px;
	font-weight: 300;
}

.different .head_right .do {
	padding-left: 10%;
	margin-top: 40px;
}

.different .head_right .do a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #69c7e4;
	padding: 10px 30px;
	border-radius: 20px;
	transition: .5s all ease-in-out;
}

.different .head_right .do a:hover {
	background-color: #fff;
	color: #69c7e4;
	transition: .5s all ease-in-out;
}
.why_capital_block .head_three, .why_capital_block .head_four, .why_capital_block .head_one, .why_capital_block .head_two {
    min-height: 548px;
}
.page-template-why-capital-php .logo:after {
    display: none;
}

.page-template-why-capital-php  .page-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent;
    padding: 20px 0 !important;
}
.different .head_right  a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    background: #69c7e4;
    padding: 13px 40px;
    border-radius: 50px;
    border: 1px solid #69c7e4;
    transition: .5s;
}

.different .head_right a:hover {
    background: transparent;
    color: #69c7e4;
}

.different .head_right p {
    padding-left: 8%;
    padding-top: 30px;
}
img.cube {
    position: absolute !important;
    right: 5% !important;
    bottom: 30px !important;
    width: 5% !important;
    display: none;
}
.why_capital_block .head_one h2 strong {
    display: block;
    font-family: 'Gilroy-ExtraBold';
}
.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 40%);
    height: 100%;
}
.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}
.play-button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #000;
    padding: 10px 0;
}

.home {}
.page-landing {
    position: relative;
    height: 100vh;
}

.page-landing .slick-dots {
    top: 40%;
    right: 20px;
    left: initial;
    width: auto;
}

.page-landing .slick-dots li {
    display: block;
}
.page-landing .cube {
    right: 3%;
    bottom: 10%;
}
.box-sec {
    padding: 120px 0 0;
    background: #000;
    position: relative;
    height: auto;
}

.box-sec .main {
    /* position: relative; */
}
.box-sec .title {padding-left: 27%;padding-top: 10%;}

.box-sec .title h4 {
    font-size: 58px;
    text-align: left;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    vertical-align: top;
    line-height: 58px;
    font-family: 'Gilroy-Light';
    min-height: 170px;
}

.box-sec .title h4 strong {
    display: initial !important;
    font-family: 'Gilroy-ExtraBold';
}

.box-sec .main {
    margin: 10px auto;
    width: 362px;
    height: 362px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.box-sec .main .pic {
    width: 100%;
    position: relative;
}

.box-sec .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-template-home {
    overflow: hidden;
    background: #000;
}
.page-landing .video-wrapper {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.video-container video {width: 100% !important;height: 100vh;position: absolute;-moz-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);top: 0;object-fit: cover !important;}
.nfts-2 h2 strong {
    display: block;
    font-family: 'Gilroy-ExtraBold';
}
.page-template-our-story-php .page-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent;
}
.whats-1 {
  background: #000;
  position: relative;
  margin-top: 87px;
}

.whats-1 .row {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
}

.whats-1 .row .col-md-6 {
  height: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}

.whats-1 .row:nth-child(even) {
  flex-direction: row-reverse;
}
.whats-1 .pic {
  width: 100%;
  height: 600px;
}

.whats-1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whats-1 .row:nth-child(1) .desc {
  padding: 80px 140px 0;
}

.whats-1 .row:nth-child(1) .desc h2 {margin: 0;font-size: 58px;color: #fff;text-transform: uppercase;font-family: 'Gilroy-Light';line-height: 72px;}

.whats-1 .row:nth-child(1) .desc h2 strong {
  display: block;
  font-weight: 600;
  font-family: 'Gilroy-ExtraBold';
}

.whats-1 .row:nth-child(1) .desc p {font-size: 19px;color: #fff;padding-left: 0;padding-right: 0;font-family: 'Gilroy-Regular' !important;line-height: 29px;position: relative;margin: 50px auto 0;}

.whats-1 .row:nth-child(1) .desc p:before {
  position: absolute;
  content: '';
  left: -182px;
  width: 31%;
  height: 4px;
  background: #fad230;
  top: 22px;
}

.whats-1 .row:nth-child(even) .left {
  padding: 170px 210px 0 60px;
}

.whats-1 .row:nth-child(even) .left .desc h4 {font-size: 29px;line-height: 39px;color: #f9d047;font-weight: 300;font-family: 'Gilroy-Regular';}

.whats-1 .row:nth-child(even) .left .desc a {
  padding: 12px 30px;
  background: #f9d047;
  color: #000;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #f9d047;
  transition: .5s;
  font-size: 20px;
}

.whats-1 .row:nth-child(even) .left .desc a:hover {
  background: transparent;
  color: #f9d047;
}

.whats-1 .row:nth-child(even) .left .desc p:nth-last-child(1) {
  margin: 40px auto 0;
}
.whats-1 .row:nth-last-child(1) .left {
  padding: 250px 10% 0 8%;
}

.whats-1 .row:nth-last-child(1) .left h4 {
  font-size: 19px;
  line-height: 29px;
  color: #fff;
  font-family: 'Gilroy-Regular';
}
.whats-1 img.cube {
  bottom: 2%;
}
.page-template-why-php  .page-header {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: transparent;
}
.why-1 .pic {
  width: 100%;
  height: 700px;
}

.why-1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-1 .slick-dots {
  bottom: 20px;
}

.why-1 .slick-dots button {
  width: 13px;
  height: 13px;
  background: #919191;
  border-block-start: .5s;
  border-radius: 50%;
}

.why-1 .slick-dots .slick-active button {
  width: 15px;
  height: 15px;
  background: #fff;
}

.why-1 {
  position: relative;
  background: #000;
  padding: 0 0 100px;
}
.why-1 .container .row {display: flex;align-items: center;}

.why-1 .headline h2 {
    font-size: 63px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 73px;
    margin-top: 80px;
}
.why-1 .container-fluid:nth-child(2) {
  padding: 0 10%;
}

.why-1 .container-fluid:nth-child(2) .row {
  display: flex;
  align-items: center;
}

.why-1 .desc p {}

.why-1  .desc p {
  font-size: 26px;
  line-height: 36px;
  color: #ec5861;
}
.why-1 .more a {
  padding: 12px 30px;
  background: #ec5861;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #ec5861;
  transition: .5s;
  font-size: 20px;
  line-height: 30px;
}

.why-1 .more a:hover {
  background: transparent;
  color: #ec5861;
}
.why-1  .more {
  margin: 40px auto 0;
}
.why-1 img.cube {
  bottom: 30px;
}
.why-1 .main {
  position: relative;
}

.why-1 .main .title {
  position: absolute;
  bottom: 50px;
  z-index: 9999;
  left: 0;
  right: 0;
  text-align: center;
}
.why-1 .main .title h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
.page-template-page-latest-php .page-header, .page-template-contact .page-header{
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 9;
}
.latest_1 .desc p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.latest_1 .more a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #b739a7;
}

.latest_1  .date {
  margin: 20px auto;
}

.latest_1  .more {
  margin: 20px auto 0;
}
.latest_1 img.cube {
}
.lets_1 {
  background: url(images/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0 0;
  position: relative;
}

.page-template-lets-create .page-header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 9;
}
.lets_1 .main {
  background: url(images/cta-cube.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  text-align: left !important;
  padding: 7% 5% 0 15%;
}
.lets_1 .container, .lets_1 .container .row, .lets_1 .container .row .col-md-12 {
  height: 100%;
}
.lets_1 .main h1 {
  text-align: left !important;
  font-size: 80px;
  line-height: 90px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.lets_1 .main h1 strong {
  font-weight: 600 !important;
}

.lets_1 .main  p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}
.lets_1 .main p strong {
  display: block;
  margin: 15px auto;
}
.lets_1 .main form input, .lets_1 .main form textarea {width: 100%;background: transparent;border: 1px solid #fff;margin: 15px auto;padding: 10px;color: #fff;}

.lets_1 .main form input::placeholder, .lets_1 .main form textarea::placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.lets_1 .main input[type="checkbox"] {
  width: auto;
  MARGIN: 0 AUTO;
}

.lets_1 .main label {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.lets_1 .main form input.wpcf7-form-control.has-spinner.wpcf7-submit {border-color: #ffa300;font-size: 22px;line-height: 32px;}
.wpcf7-response-output {
  margin: auto !important;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

.lets_1 .main br {
  display: none;
}

.sec-cta .main {
  padding: 11% 5% 0 15%;
}
.wpcf7-response-output {
  margin: auto !important;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

.lets_1 .main br {
  display: none;
}

.sec-cta .main {
  padding: 11% 5% 0 15%;
}
.wpcf7-response-output {
  margin: auto !important;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

.lets_1 .main br {
  display: none;
}

.sec-cta .main {
  padding: 11% 5% 0 15%;
}
.page-template-upto .page-header {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #000;
  padding: 20px 0 !important;
}
.latest_1 .rparent .right .center-2 {
  position: absolute;
  bottom: 0;
}

.latest_1 .rparent .right .center-2 h4 {
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.sidenav {
  background: url(images/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  white-space: nowrap;
}

.sidenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  word-wrap: break-word !important;
  position: relative;
  z-index: 999999;
}

.sidenav ul li a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #f7a638;
  padding: 20px;
}
a.closebtn {
  color: #f7a638;
  font-size: 70px !important;
  font-weight: 100 !important;
  right: initial;
  left: -60px;
}
.push {
  text-align: right;
  display: block;
  color: #fff;
  right: 30px;
  top: 30px;
  display: inline-block;
  cursor: pointer;
}
.pusch span i {
  font-size: 40px;
  line-height: 50px;
  margin: 40px auto 0;
  padding-right: 3%;
  cursor: pointer;
}
.page-template-home span.push, .page-template-lets-create  span.push ,.page-template-contact  span.push {
  /* display: none; */
}
.why-1 .loop:hover {
}
.why-1 .slick-list {
  padding: 0 0 !important;
}
.wpcf7-checkbox {
    text-align: left;
    display: block;
}
.box-sec .main:hover {
    transform: scale(1.1);
}
.box-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.social {padding: 0;margin: 0;list-style: none;text-align: right;display: inline-block;}

ul.social li {
    display: inline-block;
    margin: 0 2px;
}

header h4 {
    font-family: 'estilopro-bold-webfont' !important;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
}
ul.social li a {color: #fff;font-size: 25px;padding: 5px;}

header .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.latest_1 .main-1 .date, .latest_1 .main-1 .title {
    padding-left: 50px;
}
.home-4 {
    padding: 80px 0;
}

.home-4 .logo {
    text-align: center;
}

.home-4  .email {
    text-align: center;
}

.home-4 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-4  .email a {
    color: #fff;
    font-size: 30px;
}

.home-4 .logo img {
    filter: brightness(0) invert(1);
}

.home-4 .img {
    flex: 0 030%;
    max-width: 30%;
    padding: 0 15px;
}

.home-4  .desc {
    max-width: 70%;
    flex: 0 0 70%;
}

.home-4 .row .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-4 .logo {
    text-align: center;
}

.home-4  .email {
    text-align: center;
}

.home-4 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-4  .email a {
    color: #fff;
    font-size: 30px;
}

.home-4 .logo img {
    filter: brightness(0) invert(1);
}

.home-4 .img {
    flex: 0 030%;
    max-width: 30%;
    padding: 0 15px;
}

.home-4  .desc {
    max-width: 70%;
    flex: 0 0 70%;
}

.home-4 .row .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-4 .desc p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.latest_1 .rparent .right  p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}
.home-4 .fp-tableCell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.push i.fa.fa-bars {
    font-size: 25px;
    padding: 0 10px;
}
.page-header .row {
    display: flex;
    align-items: center;
}
header .logo img {
    width: 75%;
}
sec-latest .headline h2 {}

.sec-latest .headline h2 {
    font-size: 58px;
    font-family: 'Gilroy-ExtraBold' !IMPORTANT;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20% 0 10%;
    line-height: 58px;
    margin: 40px auto 0;
}

.sec-latest {
    padding: 70px 0 50px;
}
.sec-latest .headline h2 span {
    font-family: 'Gilroy-Light';
}

.sec-latest  .more {
    padding-left: 10%;
    margin: 40px auto;
}

.sec-latest .more a {
    font-family: 'Gilroy-ExtraBold';
    font-size: 20px;
    line-height: 30px;
    color: #090b10;
    background: #b739a7;
    padding: 15px 30px;
    border-radius: 30px;
}
.sec-latest .main .pic {
    width: 100%;
    height: 611px;
}

.sec-latest .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-latest .main {
    position: relative;
}

.sec-latest .main .ab-content {
    position: absolute;
    bottom: 5%;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.sec-latest .main .ab-content .date p {
    font-size: 15px;
    color: #fff;
    font-family: 'Gilroy-Light';
    margin: 0 auto;
}

.sec-latest .main .ab-content .title h4 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Gilroy-ExtraBold';
    color: #b739a7;
    text-transform: uppercase;
}
.sec-latest .main-2 {
    position: relative;
}

.sec-latest .main-2 .pic {
    width: 100%;
    height: 250px;
}

.sec-latest .main-2 .pic img:nth-child(1) {
}
.sec-latest .main-2 {
    position: relative;
    padding-top: 30px;
}

.sec-latest .main-2 .pic .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
    height: auto;
    top: 35%;
}

.sec-latest .main-2 .pic {
    width: 100%;
    height: 250px;
    position: relative;
    padding: 15px;
}

.sec-latest .main-2 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-latest .main-2 .pic:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(images/team-bef.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
}
.sec-latest  .main-3 {
    padding: 80px 50px;
}

.sec-latest .main-3 .date p {
    font-size: 15px;
    color: #fff;
    font-family: 'Gilroy-Light';
    margin: 0 auto;
}

.sec-latest .main-3 .title h4 {
    font-size: 23px;
    line-height: 35px;
    font-family: 'Gilroy-ExtraBold';
    color: #b739a7;
    text-transform: uppercase;
}

.sec-latest .main-3  .desc p {
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    max-width: 100%;
}

.sec-latest .main-3 .more {
    padding: 0;
}

.sec-latest .main-3  .url p {
    font-size: 17px;
    color: #b6b739;
    line-height: 27px;
}

.sec-latest .main-3 .more a {
    color: #b739a7;
    background: transparent;
    padding: 0;
}
.sec-latest .main-4 .pic {width: 100%;height: 100%;}

.sec-latest .main-4 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-latest .main-4 {
    position: relative;
}

.sec-latest .main-4 .ab-content {
    position: absolute;
    bottom: 20%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}

.sec-latest .main-4 .ab-content .date p {
    font-size: 15px;
    color: #fff;
    font-family: 'Gilroy-Light';
    margin: 0 auto;
}

.sec-latest .main-4 .ab-content .title h4 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Gilroy-ExtraBold';
    color: #fff;
    text-transform: uppercase;
}

.sec-latest .main-4 .ab-content 
 .desc p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    max-width: 100%;
}

.sec-latest .main-4 .ab-content 
 .more a {
    color: #b739a7;
    background: transparent;
    padding: 0;
}

.sec-latest .main-4 .ab-content .more {
    padding: 0;
}
.box-sec .col-md-4:nth-child(1), .box-sec .col-md-4:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
}

.box-sec .col-md-4:nth-child(1) .main {float: right;overflow: hidden;}

.box-sec .col-md-4:nth-child(2) .main {
    float: left;
}
.sec-cta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10% 6%;
}

.sec-cta ul li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 15px;
}
.sec-cta ul li .pic {
    width: 100%;
    height: 100px;
}

.sec-cta ul li .pic img {
    width: 70%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.sec-cta .headline h2 {
    font-size: 58px;
    font-family: 'Gilroy-Light';
    text-transform: uppercase;
    color: #fff;
    padding-top: 10%;
    padding-left: 10%;
    line-height: 58px;
}

.sec-cta .headline h2 span {
    font-family: 'Gilroy-ExtraBold';
    display: block;
}

.sec-cta .col-md-4 {
    background: #f3a53b;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home .sec-cta .main {
    padding: 15% 5% 0 6%;
}

.home .sec-cta .main .title h3 {
    font-size: 55px;
    font-family: 'Gilroy-Light';
    text-transform: uppercase;
    color: #000000;
}

.home .sec-cta .main .title h3 span {font-family: 'Gilroy-ExtraBold';display: block;}

.home .sec-cta .main  .email a {
    font-size: 25px;
    color: #000000;
    font-family: 'Gilroy-Light';
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.home .sec-cta  .main-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}

.home .sec-cta .main-2 .img {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 15px;
}

.home .sec-cta .main-2  .desc {
    max-width: 80%;
    flex: 0 0 80%;
    padding: 0 15px;
}

.home .sec-cta .main-2 .desc p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gilroy-Light';
    color: #000;
    max-width: 70%;
}
.different .head_top h2 strong {
    font-family: 'Gilroy-ExtraBold';
}
.whats-1 .row:nth-last-child(1) .left h4 strong {
    font-weight: 400;
}
.flip-box {
  width: 100%;
  min-height: 330px;
  perspective: 1000px;
  margin: 20px auto;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
}

.flip-box-front {
  background: url('images/flip-before.png') no-repeat;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}

.flip-box-back {
  transform: rotateY(180deg);
  background: url(images/flip-before.png) no-repeat;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}
.wwd-1 {
    margin: 67px auto 0;
    position: relative;
}

.wwd-1  .ab-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 999;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}

.wwd-1  .pic {
    position: relative;
}

.wwd-1 .pic:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: .59;
}

.wwd-1 .ab-content .headline h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Gilroy-Light';
    color: #fff;
    text-transform: uppercase;
}

.wwd-1 .ab-content .headline h2 strong {font-family: 'Gilroy-ExtraBold';}

.wwd-1 .ab-content .tagline p {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Gilroy-Regular';
    color: #ec5861;
    max-width: 60%;
    float: right;
    overflow: hidden;
    margin-top: 100px;
}
.wwd-2 .desc h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Gilroy-Light';
    color: #fff;
    text-transform: uppercase;
}


.wwd-2 .desc h2 strong {font-family: 'Gilroy-ExtraBold';}

.wwd-2 .desc p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Gilroy-Regular';
}

.wwd-2 .desc {
    padding: 5% 11%;
    position: relative;
}

.wwd-2 .desc:before {
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    background: #ec5861;
    width: 50px;
    top: 54%;
}
.flip-box-front h3 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    color: #eb5861;
    font-family: 'Gilroy-ExtraBold';
    max-width: 70%;
}

.flip-box-front  p {flex: 0 0 90%;text-align: left;font-size: 16px;line-height: 26px;max-width: 90%;}

.wwd-2 {
    padding: 10px 0;
    overflow: hidden;
}

.flip-box-back p {
    flex: 0 0 90%;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    max-width: 90%;
}
.contact-page .left {
    height: 100vh;
    background: #f7a638;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
}

.contact-page input, .contact-page textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    margin: 10px auto;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: 'Gilroy-Regular' !important;
}

.contact-page input::placeholder, .contact-page textarea::placeholder {
    color: #000;
}

.contact-page input[type="checkbox"] {
    width: auto;
}

.contact-page  input[type="submit"] {
    background: #000;
    color: #f7a638;
    font-family: 'Gilroy-ExtraBold' !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

.contact-page input[type="submit"]:hover {
    background: transparent;
    color: #000;
}
.contact-page .left .main h2 {
    font-size: 70px;
    line-height: 80px;
    font-family: 'Gilroy-Light';
    color: #000;
    padding: 50px 0 0;
}

.contact-page .left .main h2 strong {
    font-family: 'Gilroy-ExtraBold';
    display: block;
}
.contact-page .pic {width: 80%;height: 500px;display: flex;align-items: center;justify-content: center;margin: auto;position: relative;background: url('images/cta-bref.png') no-repeat;background-size: 100% 100%;background-position: center;padding: 15px;}

.contact-page .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page .col-md-8 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .pic a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .pic a img.play {
    width: auto;
    height: auto;
}
.wpcf7-response-output {
    font-family: 'Gilroy-ExtraBold';
    color: #000 !important;
    text-align: center;
}

#fancybox-outer {
    background: #000 !important;
}
#fancybox-content {
    background: #000 !important;
    border: 0 !important;
    margin: 0 auto !important;
}