/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner,
::-webkit-focus-inner {
    border: 0px solid transparent;
}

html body {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	overflow-x: hidden;
	background-color: #121517;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #becee0;
    opacity: 1;
}

*:-moz-placeholder {
    color: #becee0;
    opacity: 1;
}

*::-moz-placeholder {
    color: #becee0;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #becee0;
    opacity: 1;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select:-webkit-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Quicksand', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Quicksand', sans-serif;
    line-height: 120%;
    color: #161b2e;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

html {
    overflow-x: hidden;
}

body .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

address {
    color: #fff;
    font-size: 18px;
}
/*********************  scroll Hide  *********************/

html.no-scroll,
html.show-menu,
html.modal-open {
    overflow: hidden;
}

.show-menu body,
.modal-open body {
    overflow: hidden;
    height: 100%;
}


/*********************  Default-CSS close  *********************/


/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.vc_section {
    padding-top: 15px;
    padding-bottom: 15px;
}


.vc_section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_section.no-toppadding {
    padding-top: 0;
}

.vc_section.no-bottompadding {
    padding-bottom: 0;
}

.owl-carousel .owl-item img {
    width: auto;
}
body .main-title-lg {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

body .main-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

body .btns {
    font-family: quicksand;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 15px 10px;
    background-color: #295afa;
    min-width: 200px;
    box-shadow: 10px 10px 0 #feec06;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
}

body .btns:hover {
    color: #295afa;
    box-shadow: 0 0 0 0px #feec06;
    background-color: #feec06;
}

.img-cover,
.owl-carousel .owl-item .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-nav button[class*="owl"] {
	width: 55px;
	height: 55px;
	line-height: 49px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	color: #1092ce;
	border-radius: 50%;
	font-size: 14px;
	border: 2px solid #000;
	opacity: 0;
}
.owl-carousel:hover .owl-nav button[class*="owl"] {
	opacity: 1;
}

.owl-carousel .owl-nav button[class*="owl"]:hover {
	background-color: #137dbb;
	color: #ebe911;
	border-color: #ebe911;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -32px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -32px;
}

.container.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}


.play-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.play-btn {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 49px;
	color: #0a7cb9;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-left: 3px;
	font-size: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	transition: all 1s;
	opacity: 0;
	cursor: pointer;
}
.play-wrap:hover .play-btn {
	opacity: 1;
}

.play-btn:hover {
    transform: scale(0.8);
    color: #ebe811;
    background-color: #137dbb;
}

.play-btn::after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.play-btn:hover::after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(2);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ebe811, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(2);
        opacity: 0;
    }
}

.owl-effect .owl-carousel .owl-item {
	transition: all 0.6s;
}
.owl-effect .owl-carousel:hover .owl-item {
	opacity: 0.3;
}
.owl-effect .owl-carousel:hover .owl-item:hover {
	opacity: 1;
}


.view-all {
    font-size: 18px;
    color: #115cac;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 1.2;
}
.view-all:hover {
	color: #ece811;
	border-color: #ece811;
}

.owl-effect .owl-carousel .owl-item img {
    width: 100%;
}


.modal-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    display: none;
}

.modal-wrap {
    position: fixed;
    background-color: #000;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    display: none;
    z-index: 999;
    text-align: center;
    width: auto;
    border: 1px solid #ece811;
    min-width: 560px;
}
.modal-content::after{
    display: block;
    clear: both;
    content: "";
}
.close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #ece811;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #00b1d2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000;
}

.modal-header {
    margin-bottom: 30px;
}

body .modal-header h3 {
    text-align: left;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 0;
    padding: 0 0 7px;
    position: relative;
}

body .modal-header h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #ece811;
    height: 2px;
    width: 60px;
    border-radius: 10px;
    margin: auto;
}

.wpcf7 li {
    position: relative;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control {
    border: none;
    background-color: #2f2f2c;
    padding: 0 15px;
    height: 52px;
    display: block;
    margin: 0 0 15px;
    color: #fff;
    font-size: 17px;
    border: 1px solid transparent;
    width: 100%;
    transition: all 0.5s;
}
textarea.wpcf7-form-control {
	height: auto;
	resize: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #00afd1;
    width: auto;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #2f2f2c;
}
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #ff0000;
}
/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/

header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: black;
	position: fixed;

}

.menu-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}

header .logo {
    max-width: 65px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

header .logo img {
    vertical-align: top;
}

.main-menu {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.main-nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
}

.main-nav > .menu-item {
    margin-left: 30px;
}

.main-nav > .menu-item > a {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.main-nav > .menu-item-has-children > a::after {
    display: inline-block;
    content: "";
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    vertical-align: middle;
}

.main-nav > .menu-item.current-menu-ancestor > a,
.main-nav > .menu-item.current-menu-parent > a,
.main-nav > .menu-item.current-menu-item > a,
.main-nav > .menu-item > a:hover {
    color: #ece811;
}

.main-nav .sub-menu {
    position: absolute;
    border-radius: 0;
    display: block;
    margin-top: 5px;
    left: 0;
    padding: 20px 130px 40px 50px;
    z-index: 0;
    right: -200px;
    column-count: 5;
    display: none;
    background-color: #f1eb0b;
    -webkit-clip-path: polygon(25px 0, calc(100% - 80px) 0, 100% calc(100% - 40px), 0% 100%);
    clip-path: polygon(25px 0, calc(100% - 80px) 0, 100% calc(100% - 40px), 0% 100%);
    z-index: 0;
}

.main-nav .sub-menu::before {
    position: absolute;
    content: "";
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(25px 0, calc(100% - 80px) 0, 100% calc(100% - 40px), 0% 100%);
    clip-path: polygon(25px 0, calc(100% - 80px) 0, 100% calc(100% - 40px), 0% 100%);
}

.main-nav .sub-menu::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    background: url("../images/sub-menu-girl.png") no-repeat calc(100% - 40px) calc(100% - 40px) / 130px auto;
}

.sub-menu .menu-item a {
    padding: 5px 5px;
    color: #22282a;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.sub-menu .menu-item a:hover {
    color: #105bac;
}

.sub-menu .menu-item.current-menu-ancestor a,
.sub-menu .menu-item.current-menu-parent a,
.sub-menu .menu-item.current-menu-item a {
    background-color: #105bac;
    color: #fff;
}


/***********Search-Bar************/

.search-wrap {
    position: relative;
    margin-left: auto;
}

.search-wrap input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-wrap input[type="text"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-wrap input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-wrap input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-wrap input[type="text"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0 20px;
    border-radius: 80px;
    border: none;
    z-index: 0;
    background-color: #fff;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #666;
}

.search-wrap:hover input[type="text"] {
    width: 220px;
    opacity: 1;
}

.search-wrap input[type="submit"] {
    height: 50px;
    width: 50px;
    display: inline-block;
    background: rgba(255, 255, 255, 1) url("../images/search-icon.png") center center no-repeat;
    border: none;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5;
    position: relative;
}

.search-wrap input[type="submit"]:hover {
    opacity: 0.8;
}


#search::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

#search:-moz-placeholder {
    color: #666;
    opacity: 1;
}

#search::-moz-placeholder {
    color: #666;
    opacity: 1;
}

#search:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}




/*********************  Header Close  *******************/


/*********************  Header-Fixed  *******************/
header.fixed {
    background-color: black;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 10px 0;
}

header.fixed .logo {
    max-width: 65px;
}

header.fixed .search-wrap input[type="submit"] {
    height: 50px;
    width: 50px;
}
/*********************  Header-Fixed Close  *******************/


/*********************  Content  *******************/


/***  Banner-sec  ***/
.banner-sec ul li {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.banner-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.banner-content h1 {
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 10px #000;
    margin: 0 0 10px;
}

.banner-content p {
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 0 5px #000;
}

.mute-button {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 55px;
    cursor: pointer;
    background-color: #ece811;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #1492c5;
}

.mute-button::before {
    position: absolute;
    content: "\f028";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
}

.mute .mute-button::before {
    content: "\f6a9";
}

.video-expand {
    color: white;
    font-size: 1.125rem;
    line-height: 1em;
    opacity: 0;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 3;
}

.video-expand:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.video-wrapper .tv::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 54%, rgba(142,143,144,0) 76%, rgba(18,21,23,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(54%, rgba(255,255,255,0)), color-stop(76%, rgba(142,143,144,0)), color-stop(100%, rgba(18,21,23,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 54%, rgba(142,143,144,0) 76%, rgba(18,21,23,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 54%, rgba(142,143,144,0) 76%, rgba(18,21,23,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 54%, rgba(142,143,144,0) 76%, rgba(18,21,23,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 54%, rgba(142,143,144,0) 76%, rgba(18,21,23,1) 100%);
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto !important;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
}

.tv .screen.active {
    opacity: 1;
}

/*.video-expand {
}
.tv {
	position: relative;
	padding-bottom: 52.30%;
	overflow: hidden;
}
.tv .screen {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100%;
	opacity: 0;
	height: 100%;
}
.tv .screen.active {
    opacity: 1;
}*/


/***  Banner-sec  ***/
body .view-button {
	margin: 0;
}
.view-button .view-all {
	position: absolute;
	top: 0;
	right: 0;
}
.owl-effect .vc_column-inner > .wpb_wrapper {
	position: relative;
}
/*********************  Footer  *******************/
footer {
    background-color: #1e1e1b;
    margin-top: 30px;
}

.upper-footer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 60px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	justify-content: space-between;
}

footer h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
}

.subscribe {
    padding: 0 15px;
    flex: 0 0 30%;
    max-width: 30%;
}

.address {
    padding: 0 15px;
    flex: 0 0 15%;
    max-width: 15%;
}

.site-map {
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
}

.instagram-sec {
    padding: 0 15px;
    flex: 0 0 30%;
    max-width: 30%;
}

.subscribe input[type="email"] {
    border: none;
    background-color: #2f2f2c;
    padding: 0 15px;
    height: 52px;
    display: block;
    margin: 0 0 12px;
    color: #fff;
    font-size: 17px;
    width: 80%;
    border: 1px solid transparent;
}

.subscribe input[type="submit"] {
    border: none;
    background-color: #feec06;
    padding: 11px 20px;
    color: #1e1e1b;
    font-size: 17px;
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.subscribe input[type="submit"]:hover {
    background-color: #00afd1;
    color: #fff;
}

.subscribe input[type="email"].wpcf7-not-valid {
    border-color: #ff0000;
}

.address address {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

.address address a {
    color: inherit;
    display: block;
    font-style: normal;
    font-weight: 500;
}

.address address a:hover {
    color: #ebe811;
}

.site-map li a {
    color: rgba(255,255,255,0.6);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
}

.site-map li a:hover {
    color: #fff;
}

.copyright {
    padding: 15px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.copyright a {
    color: inherit;
}

.copyright a:hover {
    color: #105bac;
}

.instagram-sec img {
    max-width: 22%;
}

.wpcf7-display-none, .screen-reader-response {
    display: none;
}

.subscribe form,
.instagram-sec .images {
    padding-top: 7px;
}

.entry-header,
.entry-header.fixed {
    display: none;
}

body .wpb_content_element:last-child {
    margin-bottom: 0;
}

body div.wpcf7 .ajax-loader {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px #feec06;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

body div.wpcf7-response-output {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    border: 2px solid transparent;
    text-align: center;
    font-size: 14px;
}

body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
    border-color: #ff0000;
    color: #ff0000;
}

body div.wpcf7-mail-sent-ok {
    border-color: #008000;
    color: #008000;
}

body span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: none;
}

/*********************  Footer Close  *******************/


/************  Player  *************/

body .player {
    margin-top: 0;
    background: #0a7cb9;
    border-bottom: 4px #ccc solid;
    color: #fff;
    text-align: left;
    text-shadow: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 0;
    position: static;
    transition: all 0.5s, ;
}
body .play-wrap.active .player {
    padding: 7px 15px;
    height: auto;
    position: absolute;
}

body .player .play-button {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
    line-height: 30px;
    font-size: 9px;
    color: #105bac;
    cursor: pointer;
    transition: all 0.5s;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
body .play-wrap:hover .player .play-button {
    opacity: 1;
}
body .play-wrap.active .player .play-button {
    opacity: 1;
    right: 15px;
    left: auto;
    top: -15px;
    bottom: auto;
}

body .player .play-button:hover {
    background-color: #ece811;
}

body .player .play-button .lp-background{
    transition: all 0.35s ease;
    background: url("../images/disc.png");
    background-size: cover;
    animation: spin 1s infinite linear;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

body .player .play-button i {
    z-index: 100;
    line-height: inherit;
}

body .player .play-button .fa-pause {
    z-index: 100;
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    line-height: 1;
}

body .player .play-button .fa-play {
    padding-left: 2px;
}

body .player .time-indicator {
    /* position: absolute; */
    /* left: 10px; */
    /* top: 10px; */
    font-size: 13px;
    font-weight: 400;
}

body .player .time-indicator i {
    color: #ece811;
}

body .player .progress-bar {
    width: 100%;
    top: 100%;
    opacity: 0;
    height: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
}

body .player .progress-bar .runner {
    height: 4px;
    background: #ece811;
}

body .player.paused {
    border-bottom: none;
}

body .player.paused .lp-background {
    opacity: 0;
}

body .player.paused .play-button .fa-pause {
    opacity: 0;
}

body .player.playing .description {
    opacity: 0;
}

body .player.playing .album-art{
    width: 0px;
    opacity: 0;
}

body .player.playing .progress-bar {
    height: 4px;
    margin: 0;
    opacity: 1;
}

body .player.playing .play-button {
    background: transparent;
}

body .player.playing .play-button .fa-play {
    opacity: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/************  Player  *************/

/*********************  Inner-Pages  *******************/
.inner-banner {
    padding-top: 0;
    padding-bottom: 0;
}

/*****  Video Page  *****/
.view-wrap {
    position: relative;
    margin-top: 40px;
}
body .inner-banner {
    position: relative;
}
body .inner-banner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(19,28,36,1) 90%, rgba(18,21,23,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(19,28,36,1) 90%,rgba(18,21,23,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(19,28,36,1) 90%,rgba(18,21,23,1) 100%);
}
/*****  Video Page  *****/

/*****  RJ Page  *****/
.vc_section.top-sec {
    padding-top: 130px;
}
.rj-masonary {
    position: relative;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.morph-button-modal {
    width: 14.28%;
    padding: 0 10px;
    margin: 10px 0;
}

.morph-button-modal > button:hover {
    background-color: #ece811;
    color: #00b1d2;
    box-shadow: 2px 2px 5px rgba(236,232,17,0.4);
    transform: translate(2px , 2px);
}
.morph-button-modal > button {
    border: none;
    width: 100%;
    background-color: #27292a;
    color: #fff;
    font-size: 22px;
    height: 60px;
    text-transform: capitalize;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(236,232,17,0.4);
    border-radius: 5px;
}
.modal-content {
    margin: 0 -15px;
}
.rj-sec .rj-wrapz {
    margin: 15px 0;
    padding: 0 15px;
    float: left;
}
.rj-sec .rj-wrapz:nth-child(8n+1) {
    clear:both;
}
.rj-sec .rj-images {
    margin-bottom: 10px;
    position: relative;
}

.rj-sec .rj-images img {
    max-width: 130px;
    display: block;
    border-radius: 5px;
}

.rj-sec .rj-wrapz h3 {
    color: #fff;
    font-size: 20px;
}

.rj-sec h3 a {
    color: inherit;
}

.rj-sec .rj-wrapz h3 a:hover {
    color: #ece811;
}

/*****  RJ Page  *****/

/*****  All Video  *****/
body .all-video .main-title {
    font-size: 26px;
    margin-bottom: 15px;
}
.all-video ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.all-video ul li {
    width: 20%;
    padding: 0 10px;
    margin: 10px 0;
    transition: all 0.5s;
}
.all-video ul:hover li {
    opacity: 0.3;
}
.all-video ul:hover li:hover {
    opacity: 1;
}
.all-video .view-wrap {
    margin-top: 0;
}
.play-wrap img {
    vertical-align: top;
    width: 100%;
}

.podcast-playlist-all ul {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}
.podcast-playlist-all ul li {
    padding: 0 7px;
    width: 12.5%;
    margin-top: 14px;
    transition: all 0.5s;
}
.podcast-playlist-all ul:hover li {
    opacity: 0.5;
}
.podcast-playlist-all ul:hover li:hover {
    opacity: 1;
}
/*****  All Video  *****/

/*****  RJ Detail  *****/
body .rj-content .main-title {
    font-size: 24px;
    float: left;
}
body .rj-content .rj-citi {
    font-size: 18px;
    float: right;
    color: #feec06;
}
.social-links a {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    color: #ccc;
    font-size: 26px;
}
.social-links a:hover {
    color: #ece811;
    transform: scale(0.9);
}
.rj-content p {
    font-size: 18px;
}
.rj-list li {
    position: relative;
}
.rj-list .rj-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.rj-list .rj-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rj-list .rj-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: #105bac;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rj-wrap h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    flex: 1;
}
.rj-wrap h3 a {
    color: inherit;
}
.rj-wrap h3 a:hover {
    color: #ece811;
}
.rj-social {
    margin-left: auto;
}
.rj-social a {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 14px;
}
.rj-social a:hover {
    color: #137dbb;
}
body .rj-list .main-title {
    font-size: 28px;
}
body .rj-pics .wpb_image_grid .isotope-item {
    width: 10%;
    padding: 0 5px;
    margin: 5px 0;
}
.rj-pics .isotope-item a {
    border-radius: 5px;
    overflow: hidden;
}
.rj-pics .isotope-item a:hover {
    opacity: 0.5;
}
/*****  RJ Detail  *****/

/*****  RJ Detail  *****/
body .podcast-list .main-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.podcast-list .view-wrap {
    margin-bottom: 0;
    margin-top: 0;
}
.podcast-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.podcast-list ul li {
    width: 14.28%;
    margin: 10px 0;
    padding: 0 10px;
}
/*****  RJ Detail  *****/
/*****  Podcast Detail  *****/

.playlist-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}

.playlist-wrap .img {
    max-width: 150px;
    margin-right: 30px;
}

.playlist-wrap .img img {
    border-radius: 5px;
    vertical-align: top;
}

.playlist-wrap h3 {
    color: #fff;
    font-size: 20px;
    flex: 1;
}


.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.playlist-page table th {
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.playlist-page table .center {
    text-align: center;
}
.playlist-page table th:nth-child(1),
.playlist-page table td:nth-child(1) {
    width: 4%;
}
/*.playlist-page table th:nth-child(2),*/
/*.playlist-page table td:nth-child(2) {*/
    /*width: 8%;*/
/*}*/
.playlist-page table tr:hover td {
    background-color: rgba(255, 255, 255, 0.5);
}

.playlist-page table td {
    vertical-align: middle;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
    position: relative;
    font-size: 14px;
}

.playlist-page table td img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40px;
    margin-right: 15px;
    border-radius: 5px;
}
body .playlist-page .player {
    border: none;
    position: relative;
    height: auto;
    background: transparent;
}
body .playlist-page .player .play-button {
    opacity: 1;
    position: relative;
}

.playlist-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*****  Podcast Detail  *****/

/*****  Contact Us Form  *****/
body .contactform-wrap {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    /*border: 2px solid #fff;*/
}
.contactform-wrap .main-title {
    margin-bottom: 30px;
}
body .contact-forms ,body .contact-address {
	padding: 50px;
}



.contact-address {
    /*background-color: #fff;*/
}
.contact-address .main-title {
    color: #feec06;
}
.contact-address address {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}
.contact-address a {
    color: #00afd1;
    font-weight: 500;
    display: block;
    font-size: 18px;
}
.contact-address a:hover {
    color: #fff;
}

.form-field {
	margin: 0 -15px;
}
.form-field div {
	position: relative;
	padding: 0 15px; 
	float: left;
	width: 50%;
}
.contact-address li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.contact-address li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #fff;
}


body .contact-title-lg {
    font-size: 60px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.wpcf7-form-control.wpcf7-recaptcha {
	height: auto;
	background-color: transparent;
	padding: 0;
}

/*****  Contact Us Form  *****/

/*********************  Inner-Pages Close  *******************/


/*********************  Owl  *******************/
/*********************  Owl Close  *******************/


/*********************  Fancy-box  *******************/
/*********************  Fancy-box Close  *******************/

/*****  Coming soon  ****/
.coming-soon {
    background: #1237b1;
    position: relative;
    z-index: 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url("../images/rj-list-bg.jpg") fixed center center / cover;
    background-attachment: fixed;
}

.coming-soon h3 {
    font-size: 15vmin;
    color: #00b1d2;
}

.coming-soon h3 b {
    color: #ece811;
}
/*****  Coming soon  ****/
/*

    font-family: 'Poppins', sans-serif;

    font-family: 'Quicksand', sans-serif;

*/
.rj-masonary.rj-search .rj-wrapz {
    max-width: 12%;
    text-align: center;
}
.rj-masonary.rj-search .rj-wrapz a {
    color: #fff;
}


.bro {
width: 90px;
    margin-left: 30px;


}

.bro-mob {
    display: none;
}

.feed-icon-animation-column {
width: 4px;
height: 15px;
border-radius: 100px;
background-color: #fff;
align-self: center;
animation: moveUpward 2s infinite;
}

.second-animation-column {
height: 11px;
animation-delay: 0.15s;
margin: 0 4px;
}

.third-animation-column {
height: 17px;
animation-delay: 0.25s;
margin-right: 5px;

}
.feed-icon-animation-wrapper {
    display: flex;
    justify-content: center;
    margin: 0px 0 0 2px;
    transform: translateY(0px);
    color: #fff;
    font-size: 13px;
    margin-left: -30px;
}