@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@font-face {
font-family: 'proxima_nova';
src: url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.eot);
src: url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.woff2) format('woff2'),
url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.woff) format('woff'),
url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.ttf) format('truetype'),
url(//www.lennyravich.org/wp-content/themes/lennyravich/fonts/proxima_nova_font-webfont.svg#proxima_novaregular) format('svg');
font-weight: normal;
font-style: normal;
} .preloader {
position: fixed;
width: 100%;
height: 100vh;
background: #ffffff;
z-index: 9999999; }
.preloader .theme-loader {
margin: auto;
height: 70px;
width: 70px;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 999;
position: absolute;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-animation: animate 4.59s ease-in-out infinite;
animation: animate 4.59s ease-in-out infinite; }
.preloader .theme-loader:before,
.preloader .theme-loader:after {
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
border: 15px solid #6c366e;
animation: animate_1 1.73s ease-in-out infinite both reverse; }
.preloader .theme-loader:after {
border-color: #f0b126;
-webkit-animation-delay: -0.86s;
animation-delay: -0.86s; } @-webkit-keyframes animate {
0%,
100% {
-webkit-transform: rotateX(8.75deg) rotateY(35deg);
transform: rotateX(8.75deg) rotateY(35deg); }
50% {
-webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
transform: rotateX(35deg) rotateY(-35deg) rotate(180deg); } }
@keyframes animate {
0%,
100% {
-webkit-transform: rotateX(8.75deg) rotateY(35deg);
transform: rotateX(8.75deg) rotateY(35deg); }
50% {
-webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
transform: rotateX(35deg) rotateY(-35deg) rotate(180deg); } }
@-webkit-keyframes animate_1 {
0%,
100% {
-webkit-transform: translateZ(25px) rotateX(14deg);
transform: translateZ(25px) rotateX(14deg); }
33% {
-webkit-transform: translateZ(-25px) scale(0.4);
transform: translateZ(-25px) scale(0.4); }
66% {
-webkit-transform: translateZ(-25px);
transform: translateZ(-25px); } }
@keyframes animate_1 {
0%,
100% {
-webkit-transform: translateZ(25px) rotateX(14deg);
transform: translateZ(25px) rotateX(14deg); }
33% {
-webkit-transform: translateZ(-25px) scale(0.4);
transform: translateZ(-25px) scale(0.4); }
66% {
-webkit-transform: translateZ(-25px);
transform: translateZ(-25px); } }
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 0px;
background-color: #F5F5F5;
width: 6px;
}
::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
border-radius: 0px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #6c366e;
}
*, *:after, *:before {box-sizing: border-box;}
::-moz-selection {
background: #6c366e;
color: #fff;
text-shadow: none;
}
::selection {
background: #6c366e;
color: #fff;
text-shadow: none;
}
body {
font-family: 'proxima_nova';
font-weight: normal;
font-size: 17px;
line-height:30px;
padding: 0;
margin: 0;
color: #111111; 
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/about_bg.jpg) repeat center top;
background-size: cover;
} 
body, html{overflow-x: hidden;}
html{
scroll-behavior: smooth;
}
.container{position: relative; max-width: 1170px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
color: #f0c600;
text-decoration: none;
border: none;
outline: none;
display: inline-block;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{color: #283a59;text-decoration: none;outline: none;} 
img {border: none; outline: none; display: inline-block; max-width: 100%;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;} table {border: none; border-collapse: collapse; border-spacing: 0; width: 100%;}
table th, table td {padding: 10px 12px; vertical-align: top; border: 1px solid #d3d3d3;} form {margin: 0; padding: 0;}
label{
text-align: left;
line-height: 20px;
margin: 0 0 8px;
padding: 0;
width: 100%;
font-weight: normal;
}
input, select, textarea {
padding: 5px 10px;
width: 100%;
height: 40px;
border: 1px solid #d3d3d3;
-webkit-border-radius: 0;
border-radius: 0;
background-color: transparent;
color: #212020;
font-size: 16px;
line-height: 24px;
font-family: 'Muli', sans-serif;
font-weight: 400;
position: relative;
vertical-align: top;
outline: none;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {height: 90px; resize: none; overflow: auto;}
textarea.row2{height: 90px;}
textarea.row3{height: 140px;}
textarea.row4{height: 190px;}
select{
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/select.png);
background-position: 100% 0;
background-repeat: no-repeat;
padding-right: 20px;
}
::-webkit-input-placeholder {opacity: 1;}
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder {opacity: 1;} 
input[type="text"]:focus, textarea:focus, select:focus{border-color: #f0c600; outline: none;} [type="submit"], [type="reset"], [type="button"], .btn {
background: #6c366e no-repeat;
border: 1px solid #6c366e;
border-width: 4px 1px 4px;
border-bottom-color: #f0b126;
-webkit-border-radius: 0;
border-radius: 0;
color: #fff;
font-size: 16px;
line-height: 37px;
height: 48px;
min-width: 125px;
padding: 0 15px;
text-align: center;
font-family: 'Playfair Display SC', serif;
font-weight: 700;
outline: none;
display: inline-block;
cursor: pointer;
vertical-align: top;
text-transform: uppercase;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
outline: 0;
box-shadow: none;
z-index: 0; }
.btn span{margin-right: 6px;}
button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}
[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #f0c600; border-color: #f0c600; color: #fff;}
[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #f0c600; color: #f0c600;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #f0c600; color: #f0c600;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus{
outline: none;
background-color: #181818;
border-color: #181818;
color: #fff;
box-shadow: none;
outline: 0;
} 
[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{height: 40px; line-height: 40px; min-width: inherit;}
[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{ 
padding: 0 22px; font-size: 20px;
height: 60px; line-height: 50px;
}
.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left; margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;} .owl-carousel{padding: 0 35px;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;} .owl-carousel .owl-nav [class*="owl-"]{
position: absolute;
top: 50%;
left: 0;
margin: -30px 0 0;
padding: 0;
width: 24px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 36px;
color: #3d063f; 
background: transparent;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
float: left;
cursor: pointer;
opacity: 1;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #f0c600; opacity: 1;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
width: 14px;
height: 14px;
background: #d2c2d0;
border: 1px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 4px;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active{background: #f0b126; border-color: #f0b126;}  .scroll_effect{position: relative; display: none;}
.scrollup {
position: fixed;
bottom: 50px;
left: 35px;
z-index: 5;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 22px;
color: #fff;
background: #f0c600;
text-align: center;
-webkit-border-radius: 0;
border-radius: 0;
display: none;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
padding: 6px;
}
.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); background: #f0c600; color: #fff;} .social a{color: #212020; vertical-align: top; margin: 0 7px 0 0; position: relative; font-size: 0;}
.social a:last-child{margin-right: 0;}
.social a i {
display: inline-block;
vertical-align: top;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: transparent;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}
.social a.d_facebook i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.d_twitter i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.d_linkedin i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.d_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.d_instagram i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.d_youtube i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.d_pinterest i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.d_rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;} .section{width: 100%; padding: 50px 0;  position: relative;}
.section:before{position: absolute; content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading, h2, h1{
font-family: 'Playfair Display SC', serif;
font-weight: 600;
color: #6c366e; 
font-size: 40px;
line-height: normal;
margin-bottom: 35px;
text-transform: uppercase; 
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s; 
}
.heading.hborder:after, h2.hborder:after, h1.hborder:after, .heading.hborder:before, h2.hborder:before, h1.hborder:before{
content: "";
position: absolute;
bottom: -28px;
left: 0; 
background: #f0c600;
height: 1px;
width: 140px; 
transition: all 300ms ease-in-out;
}
.heading.hborder.text-center:after, h2.hborder.text-center:after, h1.hborder.text-center:after, .heading.hborder.text-center:before, h2.hborder.text-center:before, h1.hborder.text-center:before{
left: 0;
right: 0;
margin: 0 auto;
}
.hborder{margin-bottom: 65px;}
.heading.hborder:before, h2.hborder:before, h1.hborder:before{
width: 40px;
height: 5px;
left: 50px;
bottom: -30px;
}
.heading span, h1 span, h2 span{font-weight: normal; color: #f0c600;}
.small-head{
color: #222222;
font-size: 20px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 20px;
}
.short-desc{
font-size: 18px;
line-height: 34px;
color: #6d7396;
font-weight: 400;
font-family: 'Poppins', sans-serif;
margin: 0 auto 40px;
max-width: 690px;
}  
.subheading, h3, h4{
font-family: 'Playfair Display SC', serif;
font-weight: 400;
font-size: 15px;
line-height: normal;
color: #222222;
margin-bottom: 10px;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.subheading span{font-family: 'Poppins', sans-serif; font-weight: 300;}
.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #f0c600;} .sticky .header_main {
position: fixed;
top: -48px; 
border-width: 0;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
width: 100%;
padding: 10px 0;
background: #000;
}
.sticky.fixed .header_main {top: 0; }
.sticky .common_banner{margin-top: 65px;}
.sticky .logo{width: 200px; padding: 0 0; margin: 0;} 
.sticky .htop, .sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}
.sticky .nav_wrapper{padding: 0; background: transparent; }  
.sticky .hbottom{padding: 0 0;}
.mainHeader{position: relative;} 
.logo{ 
float: left;
padding: 0 0; 
}
.logo a{display:block;width:100%;background:no-repeat center ;-webkit-background-size:contain;background-size:contain;}
.hright{float: right; text-align: right;height: auto;}
.htop{
padding: 16px 0;
position: relative; 
height: auto;
background: #fff;
}  
.htop .time, .htop .social{display: inline-block; vertical-align: top; margin: 0 0 0 auto}
.htop .social a{color: #fff;} 
.hmiddle{padding: 20px 0; clear: both;height: auto;}
.hinfo{ 
list-style: none; padding: 0 0 0 0; margin: 0;
font-size: 20px; 
color: #fff; 
line-height: normal; 
display: inline-block; 
vertical-align: top;
font-family: 'Poppins', sans-serif;
} 
.header_main{
position: absolute; 
z-index: 9;
padding-top: 60px;
left: 0;
top: 0;
width: 100%;
} 
.hphone{  
margin-left: 30px;
font-size: 20px;
flex-shrink: 0;
background: #f0b126;
border-color: #f0b126;
color: #241900;
border-bottom-color: #fff;
}
.hphone:hover{color: #fff;}
.hphone span{margin-right: 10px;}  .nav_wrapper{position: relative; padding: 0 0 0 0;height: auto;} 
.nav_menu{display: flex; align-items: center;} 
.nav_menu > ul {
margin: 0;
padding: 0;
font-weight: normal;
color: inherit; 
font-family: 'proxima_nova';
font-size: 14px;
color: #fff;
letter-spacing: 4px;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
}
.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 0 30px 0 0; float: left;}
.nav_menu > ul > li:first-child{margin-left: 0;}
.nav_menu > ul > li:last-child{margin-right: 0; font-weight: 700;}
.nav_menu > ul > li a{color: inherit; display: block;}
.nav_menu > ul > li > a{ 
line-height: normal;
padding: 0;
margin: 0;
text-align: center;
position: relative;
z-index: 1; 
background: transparent;  
}
.nav_menu > ul > li > a:before, .nav_menu > ul > li > a:after{
content: "";
position: absolute;
bottom: -4px;
left: 0;
right: 0;
background: #f0c600;
height: 1px;
width: 0;
margin: 0 auto;
transition: all 300ms ease-in-out;
}
.nav_menu > ul > li > a:before{
height: 3px;
bottom: -5px;
width: 0;
margin: 0 auto;
}
.nav_menu > ul > li:hover > a:after, .nav_menu > ul > li.active > a:after{
width: 100%;
}
.nav_menu > ul > li:hover > a:before, .nav_menu > ul > li.active > a:before{
width: 50%;
}
.nav_menu ul li a > span{display: block;position: relative;z-index: 1;}
.nav_menu > ul > li > a i.fa-home{font-size: 18px;}
.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a{ color: #f0c600;} .subarrow {
pointer-events: none;
position: absolute;
right: 5px;
top: 0;
width: auto;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 14px;
overflow: hidden;
cursor: pointer;
z-index: 1;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li > .sub-menu{
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
z-index: 1;
padding: 0;
margin: 15px 0 0;
color: #fff;
background: #f0c600;
width: 270px;
max-height: 380px;
text-align: left;
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}
.nav_menu > ul > li:hover > .sub-menu{margin: 0;}
.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}
.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}
.nav_menu ul li .sub-menu li {height: auto; float: none; margin: 0; padding: 0; position: relative;}
.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}
.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}
.nav_menu ul li .sub-menu li a{
padding: 10px;
line-height: 18px;
height: auto;
position: relative;
overflow: hidden;
}
.nav_menu ul li .sub-menu li:last-child a{border: none;}
.nav_menu ul li .sub-menu li a:after{
position: absolute;
content: "";
display: block;
top: 0;
left: 0;
bottom: 0;
width: 0;
background: #00b4d5;
z-index: -1;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #fff;;}
.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}
.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);} .common_banner{position: relative; overflow: hidden; background: #ccc;height: auto;}
.common_banner img{width: 100%; display: block; opacity: 1;}
.homebanner{height: auto;} 
.bannerbox{position: relative;}
.bannertext{
text-align: left;
color: #283a59;
width: 100%;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 0;
position: absolute;
bottom: 20%;
left: 0;
z-index: 1; 
}
.bannertext-in{ margin: 0 auto; text-align: center;}
.bannertext-in .para{
font-size: 22px;
line-height: normal;
font-family: 'Playfair Display SC', serif;
text-transform: uppercase;
font-weight: 700;
color: #fff;
max-width: 555px;
margin: 0 auto;
letter-spacing: 5px;
}
.bannertext-in .btn_group{margin-top: 10px;}
.bannertext-in .btn_group a{margin: 0 20px 0 0; min-width: 140px;}
.bannertext-in .btn_group button:last-child{margin: 0;}
.bannertext p{
padding-bottom: 25px; color: #283a59; font-size: 18px; line-height: 24px; 
font-family: 'Poppins', sans-serif; font-weight: 400;
}
.bannertext .heading, .bannertext h2, .bannertext h1{
color: inherit; font-size: 80px; line-height: normal; 
padding: 0; text-transform: uppercase; letter-spacing: 44px;
font-weight: 400; color: #fff; font-family: 'Playfair Display SC', serif; 
} 
.scroll_down {
position: absolute;
bottom: 30px;
z-index: 1;
left: 0;
right: 0;
margin: 0 auto;
width: 30px;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-8px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-8px);
}
}
.bannertext .subheading{color: inherit;}
.bannertext .heading:before{display: none;}
.homeslider.owl-carousel{padding: 0;}
.homeslider.owl-carousel .owl-nav{width: auto;}
.homeslider.owl-carousel .owl-nav [class*="owl-"]{
margin: -30px 0 0;
font-size: 0;
min-width: inherit;
width: 35px;
height: 62px;
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sprite.png) no-repeat -300px -100px;
opacity: 1;
}
.homeslider.owl-carousel .owl-nav .owl-prev{left: -70px;}
.homeslider.owl-carousel .owl-nav .owl-next{right: -70px; background-position: -400px -100px;}
.homeslider.owl-carousel:hover .owl-nav .owl-prev{left: 10px;}
.homeslider.owl-carousel:hover .owl-nav .owl-next{right: 10px;}
.homeslider.owl-carousel .owl-dots{position: absolute; left: 0; right: 0; bottom: 0;}
.homeslider .bannerimg{width: 100%; padding-top: 40%; position: relative; overflow: hidden;}
.homeslider .bannerimg video{
width: 100%; 
position: absolute;
top: 0;
left: 0;
}
.homeslider .bannerimg::before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2); 
z-index: 1;
}
.homeslider .bannerimg img{width: 100%; position: absolute; top: 0; left: 0;}
.common_banner{
position: relative;
}  .brochure_sec{
background: #efb025;
}
.brochure_sec .btn{border-bottom-color: #fff;}
.brochure_sec .book_img{
margin: -30px 0 -15px;
position: relative;
z-index: 2;
}
.brochure_sec .btext{
font-size: 28px;
line-height: normal;
text-transform: uppercase;
font-weight: 700;
color: #241900;
font-family: 'Playfair Display SC', serif;
} .about-section{
background: #f4f4f4 url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/about_bg.jpg) repeat right bottom;
position: relative;
z-index: 1;
padding: 70px 0 0;
background-size: cover;
} 
.about_img{text-align: center; margin-bottom: -33%; position: relative;}
.about_img:before{
content: "";
width: 430px;
height: 361px;
border-radius: 0;
position: absolute;
border: 8px solid #f0ebf0;
left: 12%; bottom: 1px;
border-bottom: none;
}
.about_content{ padding-bottom: 50px;}  
.count_sec{
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/count_bg.jpg) no-repeat;
color: #fff;
text-align: center;
padding: 28px 0 44px;
}
.count_sec .subheading{
color: #fff; text-align: center; text-transform: uppercase; 
font-size: 15px;
}
.count_sec .block:nth-child(3) em{display: none;}
.count_sec .number{
font-size: 54px;
line-height: normal;
font-family: 'Playfair Display SC', serif;
font-weight: 400;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-width: 280px;
}
.EverlastingOptimism{padding: 70px 0;background: #f4f4f4 url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/about_bg.jpg) repeat right bottom; background-size: cover;}
.eo_btn{text-align: center;}
.eo_btn .btn{
font-size: 20px;
min-width: 145px;
height: 60px;
line-height: 52px;
border-bottom-color: #efb125;
}
.eo_bottom{
padding: 0 20px;
margin-top: 40px;
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/eo_bg.jpg) center;
}
.eo_book{
margin: -21px 0 -36px -15px;
flex-shrink: 0; width: auto;
}
.eo_bottom .btn{
font-size: 16px;
height: 45px;
padding: 0 30px;
min-width: auto;
line-height: 32px;
border-bottom-color: #fff; 
margin-left: 10px;
}
.eo_bottom_content{
font-size: 30px;
line-height: normal;
text-transform: uppercase;
font-weight: 700;
color: #241900;
font-family: 'Playfair Display SC', serif;
text-align: center;
padding: 18px 0;
margin: 0 auto;
}
.rbox{ font-weight: normal;
width: 360px;
height: 360px;
border-radius: 100%; 
background: #6c366e url(//www.lennyravich.org/wp-content/themes/lennyravich/images/big_quote.png) no-repeat center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
align-content: center;
color: #fff;
padding: 0 50px;
font-size: 15px;
text-align: center; position: relative;
margin: 20px 0; 
line-height: normal;
transition: all 300ms ease-in-out;
} 
.rbox:after, .rbox:before{
content: "";
width: 310px;
height: 378px;
border: 1px solid #da69de;
position: absolute;
top: -15px;
left: 32px;
transform: rotate(-20deg);
border-radius: 100%;
z-index: -1;
transition: all 300ms ease-in-out;
}
.rbox:before{ 
top: -3px;
left: 9px;
height: 374px;
}
.round_box_slider .rbox:hover{ color: #000; background: #f0b126 url(//www.lennyravich.org/wp-content/themes/lennyravich/images/big_quote.png) no-repeat center;}
.round_box_slider .rbox:hover:before, .round_box_slider .rbox:hover:after{
border-color: #f0b126; 
}
.round_box_slider .rbox:hover .rheading:before{background: #000;}
.round_box_slider{padding: 0;}
.rheading, .designationsec{
margin-top: 22px;
font-size: 15px;
line-height: 22px;
font-weight: 700;
position: relative;
width: 100%;  
}
.round_box_slider .para{font-weight: 700;}
.designationsec{margin-top: 8px; font-weight: normal; font-size: 15px;}
.rheading:before{
content: "";
width: 14px;
display: inline-block;
vertical-align: top;
height: 1px;
background: #fff;
flex-shrink: 0;
margin-top: 9px;
margin-right: 8px;
}
.round_sec{padding-bottom: 80px;}
.home_keynotes{
padding: 90px 0;
background: rgb(191 191 191 / 20%);
}
.home_keynotes .owl-carousel .owl-dots.disabled, .home_keynotes .owl-carousel .owl-nav.disabled {
display: block !important;
}
.keynotes_list .owl-item{
transition: all 300ms ease-in-out;
opacity: 0.5;
pointer-events: none;
}
.keynotes_list .center.owl-item{
transform: scale(1.2);
z-index: 1;
opacity: 1;
pointer-events: all;
}
.keynotes_list .owl-item .keynotes_box{margin: 40px 0;} 
.images_box{
padding-top: 75%;
position: relative;
width: 100%;
border-radius: 20px;
overflow: hidden;
}
.images_box img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.keynotes_box.video_popup_link{
border: none;
padding: 0;
width: 100%;
}
.quotes_slider .owl-dots{padding-top: 35px; outline: none; box-shadow: none !important;}
.content_box{margin-top: 10px; padding: 0 20px; text-align: center; color: #6c366e; font-size: 18px; line-height: 24px;} .keynotes_list [class*="col-"]{
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
} 
.keynotes_list [class*="col-"]:nth-child(1) .images_box{
transform: rotateY(33deg) rotate(5deg);
transform-style: preserve-3d;
} 
.keynotes_list [class*="col-"]:nth-child(3) .images_box{
transform: rotateY(-33deg) rotate(-5deg);
transform-style: preserve-3d;
} 
.keynotes_list [class*="col-"]:nth-child(2) .images_box{
transform: none;
}
.keynotes_list [class*="col-"]:nth-child(2){
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
} .home_quotes{padding: 70px 0;}
.center .qbox{transform: scale(1.2);}
.qbox{margin: 30px 20px; padding: 6px; border: 1px solid #323232;}
.qbox a{display: block;}
.MonthlyQuote{margin-top: 20px; }
.MonthlyQuote h2{
margin-bottom: 0; 
font-weight: 700;
color: #111111;
margin-right: 30px;
}
.ebg{
padding: 20px 0;
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/ebg.jpg) repeat left top;
}
.home_client{background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/tbg.png) bottom center; padding: 90px 0 120px;}
.home_client h2{color: #241900;}
.home_client .heading.hborder:after, .home_client  h2.hborder:after, .home_client  h1.hborder:after,
.home_client .heading.hborder:before, .home_client  h2.hborder:before, .home_client  h1.hborder:before{
background: #fff;
}
.tbox{
background: #fff;
border: 4px solid #f0b226;
outline: 1px solid #fff;
margin: 10px;
text-align: center;
padding: 30px 30px 80px;
margin-bottom: 55px;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
position: relative;
}
.tbox:hover{
outline: 0;
}
.tbox::before, .tbox::after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
}
.draw {
transition: color 0.25s;
}
.draw::before, .draw::after {
border: 1px solid transparent;
width: 0;
height: 0;
}
.draw::before {
top: -5px;
left: 5px;
}
.draw::after {
bottom: -5px;
right: 5px;
}
.draw:hover::before, .draw:hover::after {
width: 100%;
height: 100%;
}
.draw:hover::before {
border-top-color: #fff;
border-right-color: #fff;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
border-bottom-color: #fff;
border-left-color: #fff;
transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.timg{
width: 110px; height: 110px; border-radius: 100%; overflow: hidden; padding: 4px;
position: absolute; bottom: -55px; left: 0; right: 0; margin: 0 auto;
background: #fff; border: 4px solid #6c366e; z-index: 2;
}
.tbox:hover .timg{
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.timg img{width: 100%; height: 100%; object-fit: contain; object-position: center;}
.btn.w{border-bottom-color: #fff;}
.t_slider .item{margin-top: 50px; transition: all 300ms ease-in-out;}
.t_slider .center .item{transform: translateY(-48px);}
.t_head{
position: relative;
font-size: 17px;
line-height: normal;
display: flex; align-items: center;
justify-content: center; width: 100%;
color: #f0b126; margin-top: 20px;
} .mlt-img{margin-top: 100px; flex-wrap: wrap; justify-content: center;}
.mlt-img div{flex-shrink: 0; padding: 20px; width: 16%;} .home_book_lenny{
padding: 70px 0 0;
}
.home_book_lenny .container{
max-width: 1350px;
}
.home_book_lenny h2{
font-size: 37px;
}
.home_book_lenny .block{
background: #4c014f;
padding: 30px;
box-shadow: 4px 4px 0 #b324b9;
position: relative;
z-index: 1;
overflow: hidden;
display: flex;
align-items: center;
color: #fff;
margin-bottom: 25px;
}
.home_book_lenny .block:nth-child(even):after{
transform: translateY(-50%) rotate(30deg);
}
.home_book_lenny .block:after{
content: "";
position: absolute;
width: 220px;
height: 400px;
background: #5c085f;
top: 50%;
right: 20%;
z-index: -1;
transform: translateY(-50%) rotate(-30deg);
}
.home_book_lenny .block figure{
width: 105px; height: 100%; border: 2px solid #fff;
flex-shrink: 0; margin-right: 20px; display: flex; align-items: center;
justify-content: center; background: #f0b126;
padding: 5px; overflow: hidden;
}
.home_book_lenny .block h3{
font-size: 24px;
line-height: normal;
font-family: 'proxima_nova';
font-weight: normal;
color: #fff;
}
.home_book_lenny .block .para{ overflow: hidden; font-size: 15px; line-height: 24px;}
.home_video{
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/video_bg.jpg) no-repeat center;
background-size: cover;
background-attachment: fixed;
}
.video_wrap{
background: rgba(255,255,255,0.9);
padding: 75px 50px;
}
.home_video{padding: 100px 0;}
.video_popup_link{
border: 1px solid #6c366e;
padding: 8px;
position: relative;
width: 95%;
}
.video_block{line-height: 26px;}
.play_button{
position: absolute;
top: 50%; 
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
color: #f61c0d;
line-height: normal;
}
.home_video h2.hborder {
color: #06af90;
}
.home_video .heading.hborder:after, h2.hborder:after, .home_video h2.hborder.text-center:before{
background: #f0c600;
} .mainFooter{
background: #222222 url(//www.lennyravich.org/wp-content/themes/lennyravich/images/ftop_shape.png) top left; font-size: 16px; line-height: normal; padding: 0; color: #222222;  
}
.contact_info{color: #fff; padding: 0 40px 0 30px;}
.contact_info h2 {
text-transform: uppercase;
margin-bottom: 4px;
font-size: 32px;
line-height: normal;
color: #ffffff;
font-weight: 700;
}
.fcontact_info {padding: 0 30px 0 0; padding-right: 20%;}
.fcontact_info h2{ text-align: center; font-family: 'Oswald', sans-serif; font-weight:500; text-transform: uppercase; margin-bottom: 0px; font-size: 64px; line-height: normal; color: #241900;}  
.contact_info .para{
font-size: 19px; 
}
.fcontact_info h3{
font-size: 20px;
line-height: normal;
color: #fff;
width: 100%;
letter-spacing: 1px;
margin-bottom: 0px;
text-align: center;
margin-top: -10px;
font-family: 'Oswald', sans-serif;
}
.fcontact_info h3 span{
color: #241900;
font-size: 33px;
text-transform: uppercase;
}
.fcontact_info h4{text-transform: capitalize;color: #241900; font-size: 24px; line-height: normal; font-weight: normal;  font-family: 'proxima_nova';}
address{margin-bottom: 0;}
.contact_btn{
flex-shrink: 0;
background: #f0b126;
border-color: #f0b126;
color: #241900;
border-bottom-color: #fff;
}
.ftop{
font-size: 22px;
font-weight: 500;
line-height: normal;
color: #222222;
padding: 0px 0 0px 0;
background: #e9ac25;
}  
.white_part a{
color: #6c366e;
margin-left: 18px;
font-size: 24px;
line-height: normal;
font-family: 'Abril Fatface', cursive; padding: 10px 0;
}
.ftop .container{padding-left: 350px;}
.white_part{background: #fff; padding: 0px 0; border-top: 8px solid #6c366e; margin-top: 10px;}
.watch{
position: absolute;
top: 0px;
left: 3%
}
.watch img{
width: 86%;
}
.fcontact_btn{flex-shrink: 0; border-bottom-color: #fff;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover{color: #f0c600;} 
.mainFooter .social a .fa{
font-size: 30px;
background: rgb(255 255 255 / 75%);
color: #5c085f;
width: 50px;
height: 50px;
line-height: 50px;
}
.mail_icon {
flex-shrink: 0;
width: 120px;
height: 120px;
background: #fff;
border: 5px solid #9e839f;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.mainFooter .social{margin-top: 10px;} 
.mainFooter .subheading{
margin-bottom: 24px;
color: #1c2a43; 
font-size: 22px;
line-height: 26px; 
} 
.fcontact strong{
color: #1c2a43;
font-size: 13px; 
}
.fblock .para{
line-height: 18px;
}
.fcontact{
margin-bottom: -10px;
font-size: 18px;
line-height: 22px;  
}
.fcontact li {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 0;
position: relative;
padding-left: 25px;  
}
.fcontact li .fa {
font-size: 17px;
width: 25px;
position: absolute;
left: 0;
top: 12px;
color: #f0c600;
} 
.fnav ul{list-style: none; padding: 0; margin: 0; text-align: left;}
.fnav li{
margin: 0 0 0 0;
padding: 10px 10px 10px 15px;
position: relative; 
display: inline-block;
font-size: 16px; 
line-height: normal;
text-transform: capitalize; 
color: #fff;
} 
.fnav li:last-child,.fcontact li:last-child{border: none;}
.fnav li:after{
content: "";
display:block;
position: absolute;
top: 22px;
left: 0; 
height: 2px;
width: 6px; 
background: #fff;  
}
.fnav li:last-child{margin: 0;} 
.fnav li:first-child{padding-left: 0;}
.fnav li:first-child:after{display: none;} 
.fnav li a{display: block; padding: 0 0 0 0; }
.fnav:after, .copyright:after{content: ""; display: block; clear: both;}
.fbottom{
background: #4c014f url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/fbg.jpg) repeat bottom left; 
position: relative;
background-size: cover;
z-index: 1;
overflow: hidden;
padding: 80px 0 65px;
}
.fbottom h2{font-size: 48px;} 
.footer_form .form-control{
background-color: #fff;
box-shadow: none !important;
outline: none;
border: 1px solid #c062b8;
padding: 0 14px;
height: 40px;
border-radius: 0;
}
.footer_form textarea.form-control{padding-top: 8px;}
.footer_form .form-control:placeholder{
color: #303030;
font-size: 17px;
opacity: 1;
font-weight: normal;
font-family: 'Poppins', sans-serif;
}
.footer_form .btn{
width: 100%; 
font-size: 20px; 
background: #f0b126;
border-color: #f0b126;
color: #241900;
border-bottom-color: #fff;
}
.footer_form .btn:hover{
background: #6c366e no-repeat;
border-color: #6c366e;
color: #fff;
}
.fpara{color: #fff; font-size: 18px; line-height: 38px;}
.finfo{
color: #fff; font-size: 17px;
}
.logo_text{
font-size: 24px;
color: #fff;
margin-top: 30px;
line-height: normal;
font-weight: 400;
letter-spacing: 6px;
text-transform: uppercase;
font-family: 'Playfair Display SC', serif;
}
.fhead{text-transform: uppercase; color: #fff; margin-bottom: 15px; font-weight: 700; color: #f0b126; font-size: 18px; line-height: normal;}
.finfo li{margin-bottom: 8px;}
.ul{list-style: none; padding-left: 0;}
.small_head_footer{color: #fff; margin-bottom: 10px; font-size: 17px;}
.finfo li:first-child a{color: #fff;}
.copyright:after{content:""; display:block; clear: both;}
.copyright {  
padding: 16px 0;
font-size: 14px;
line-height: 25px; 
font-weight: 400;
text-align: center;  
color: #e1aee3;
background: url(//www.lennyravich.org/wp-content/themes/lennyravich/images/sample/cbg.jpg) repeat top left;
}
.footer_form ul{margin-left: -5px; margin-right: -5px;}
.footer_form ul li{padding: 0 5px;}
.copyright a{
color: #f0c600;
}
.copyright .text-center{margin-bottom: 13px;}
.copyright p{padding: 3px 0; text-align: inherit; line-height: normal;} .round_box_list .owl-item.active.center .rbox{
background-color: #f0b126;
color: #000;
}
.round_box_list .owl-item.active.center .rbox:before, .round_box_list .owl-item.active.center .rbox:after {
border-color: #f0b126;
} .blog-right h2.widget-title {
color: #fff;
background-color: #6c366e;
border-color: #6c366e #6c366e #6c366e;
padding: 12px 20px;
font-size: 18px;
margin: 0;
}
.blog-right .widget {
border: 1px solid #6c366e;
border-radius: 0px;
overflow:hidden;
margin-bottom: 30px;
}
.blog-right .widget ul {
padding: 15px;
}
.blog-right .widget ul ul {
padding: 10px 0 0;
padding-left: 15px;
}
.blog-right .widget ul li a {
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 20px;
}
.blog-right .widget ul li a:hover {
color: #6c366e;
}
.blog-right .widget ul li .post-date {
display: block;
font-size: 12px;
}
.blog-right .widget ul li {
display: block;
margin-bottom: 10px;
}
.blog-right .widget ul li:last-child {
margin-bottom: 0px;
}
.bd_heading h2.page-title span {
font-size: inherit;
line-height: inherit;
color: inherit;
display: initial;
text-transform: initial;
margin-bottom: 0;
}
.blog-heading-tag { font-size: 16px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
}
.btn i {
font-size: 24px;
vertical-align: middle;
} .cmt-heading,
.comment-reply-title {
font-size: 15px;
line-height: 20px;
color: #0d141e;
letter-spacing: 1px;
font-weight: 700;
}
.comment-sec .btn,
.reply a,
#cancel-comment-reply-link,
.comment-reply a {
background-color: #6c366e;
border-color: #6c366e;
font-size: 16px;
color: #fff;
text-transform: capitalize;
padding: 10px 15px;
height: auto;
min-width: auto;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
border-radius: 30px;
border: 1px solid #6c366e;
}
.reply a:hover,
.reply a:focus,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
.comment-reply a:hover,
.comment-reply a:focus {
color: #6c366e;
background-color: transparent;
border: 1px solid #6c366e;
}
#cancel-comment-reply-link {
float: right;
}
.cmt-box img {
height: 90px;
width: 90px;
object-fit: cover;
border: 1px solid #909090;
overflow: hidden;
border-radius: 100px;
margin-right: 15px;
}
.comment-author a {
display: block;
}
.cmt-name {
font-size: 18px;
line-height: 20px;
color: #0d141e;
text-transform: capitalize;
font-weight: 500;
margin-right: 1rem !important;
letter-spacing: 1px;
}
.cmt-box { border-bottom: 1px solid transparent;
color: #fff;
font-size: 16px;
line-height: 22px;
}
.replay-sec .form-control,
.comment-form-comment textarea,
.section-inner p input[type="text"], .section-inner p input[type="email"] {
height: 45px;
border: 1px solid #909090;
font-weight: 400;
font-size: 15px;
padding: 15px;
color: #0d141e;
background-color: transparent;
border-radius: 0px;
width: 100%;
display: block;
}
.replay-sec textarea.form-control,
.comment-form-comment textarea {
height: 185px;
resize: none;
}
.read-btnbg {
font-size: 18px;
padding: 18px 30px;
font-weight: 300;
height: auto;
letter-spacing: 1px;
background: transparent;
border: 1px solid #f75e23;
border-radius: 0px;
color: #fff;
font-size: 15px;
line-height: 23px;
text-align: center;
min-width: 120px;
vertical-align: top;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
z-index: 0;
text-transform: capitalize;
}
.read-btnbg:hover,
.read-btnbg:focus {
background-color: #f75e23 !important;
border-color: #f75e23 !important;
color: #fff;
box-shadow: none;
outline: 0;
}
.replay-sec .btn,
.comment-form-comment input[type="submit"] {
background: #6c366e;
border: 1px solid #6c366e;
-webkit-border-radius: 30px;
border-radius: 30px;
color: #fff;
font-size: 16px;
line-height: 24px;
height: auto;
min-width: 120px;
padding: 14px 30px;
text-align: center;
font-weight: 500;
outline: none;
display: inline-block;
cursor: pointer;
vertical-align: top;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
z-index: 0;
text-transform: capitalize;
cursor: pointer;
letter-spacing: 1px;
width: auto;
border-radius: 30px;
}
.comments-title{display: none;}
.comment-form-comment input[type="submit"]:hover,
.comment-form-comment input[type="submit"]:focus {
outline: none;
background-color: transparent !important;
border-color: #6c366e !important;
color: #6c366e;
box-shadow: none;
}
.cmt-date {
color: #a2a2a2;
font-weight: 500;
letter-spacing: 1px;
}
.blog-meta-details {
padding: 12px 0 0px;
font-size: 16px;
}
.blog-meta-details span {
margin-right: 15px;
}
.blog-meta-details span i {
color: #f75e23;
}
.comment-form-comment label {
display: block;
width: 100%;
padding-bottom: 4px;
margin: 0;
font-weight: 600;
}
p.form-submit {
text-align: right;
}
.comment-form-comment input[type="checkbox"] {
width: auto;
height: auto;
margin-bottom: 0;
margin-right: 15px;
} .fn a {
color: #1a75bb;
}
.says,
.comment-content,
.comment-awaiting-moderation,
.fn,
.comment-metadata {
display: block; color: #0c0c0c;
}
.post-author-badge {
display: none;
}
.comment-metadata a {
color: #0c0c0c;
}
.cmt-box img {
float: left;
}
.comments-area .comments-title {
margin-bottom: 20px;
}
.reply svg {
display: none;
}
.comment-body {
margin-bottom: 30px;
border-bottom: 3px solid #6c366e;
padding-bottom: 30px;
background-color: #fff;
padding: 20px;
border-radius: 10px;
}
.screen-reader-text{color: #464646 !important;}
::marker{display: none !important; font-size: 0 !important; }
.reply {
text-align: right;
margin-top: 20px;
}
footer.comment-meta {
background: transparent !important;
padding: 0 0 15px;
}
.error {
font-size: 14px;
line-height: 20px;
}
.comment-form-url {
display: none;
}
.comment-content p {
word-break: break-all;
} span.required {
color: #f00 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
text-align: center;
}
.blog .page-title.archive {
display: none;
}
.single-post .page-title {
display: none;
}
.single-post .page-title.archive {
display: block;
}
.archive .banner_area_text_box {
display: none;
}
.comments-title-wrap {
display: none;
}
.blog .news-cont h2{
line-height: 25px;
min-height: 55px;
}
.blog-sec .news-box{
margin-bottom: 30px;
}
.blog-sec .news-box .news-cont p{
min-height: 50px;
margin-bottom: 10px;
}
.news-box {
width: 100%;
display: block;
position: relative;
margin-bottom: 10px;
-webkit-box-shadow: 0px 6px 30px #ccc;
-moz-box-shadow: 0px 6px 30px #ccc;
box-shadow: 0px 6px 30px #dedede;
border-radius: 0px;
overflow: hidden;
}
.news-box .news-image {
overflow: hidden;
border-radius: 0;
}
.news-box .news-image img {
width: 100%;
height: 280px;
object-fit: cover;
}
.news-cont {
padding: 22px 22px;
margin: 0;
position: relative;
margin-top: 0px;
background-color: #fff;
}
.news-cont p {
min-height: 60px;
font-size: 16px;
font-weight: 500;
padding: 0;
color: #5e5e5e;
line-height: 20px;
margin-bottom: 20px;
}
.news-cont h2 {
font-size: 18px;
line-height: 32px;
color: #401936;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 10px;
min-height: 32px;
margin-top: 0;
} .serbox {
margin-top: 60px;
}
.blog-c h2{
font-size: 22px;
margin-bottom: 15px;
}
.blog-c p:last-child{margin-bottom: 20px;}
.newspaper-img img {
width: 100%;
height: 420px;
display: block;
object-fit: cover;
border-radius: 0px;
overflow: hidden;
}
.comment-form label, .comment-notes span{
color: #000;
width: 100%;
padding-bottom: 4px;
margin: 0;
font-weight: 600;
}
.comment-form-cookies-consent{
display: flex;
align-items: center;
}
.comment-form-cookies-consent label{
margin-left: 10px;
margin-bottom: 0;
}
#wp-comment-cookies-consent{
width: 20px;
}
.section.app-devlopmen{
background-color: #f7f7f7;
}
.innb .homeslider .bannerimg{
padding-top: 28% !important;
} body.clicked {
position: fixed;
width: 100%;
height: 100%
}
body.clicked:before {
background: #fff;
z-index: 9999999;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
}
body.clicked:after {
width: 80px;
height: 80px;
margin: -42px 0 0 -40px;
z-index: 9999999;
}
.loader.clicked {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000
}
.loader.clicked:before {
-webkit-border-radius: 0;
border-radius: 0;
background: rgba(0, 0, 0, .8)
}
.loader.clicked:after {
width: 70px;
height: 70px;
margin: -35px 0 0 -35px;
border-color: #fff transparent #fff #fff
}
.noloader.loader.clicked:after {
display: none
}
.loader.clicked>div {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 18px;
line-height: 35px;
color: #fff;
z-index: 1;
margin: 40px 0 0;
padding: 30px;
width: 100%;
text-align: center
}
.loader.clicked>div span {
text-transform: uppercase;
margin-top: 20px
}
.clicked {
position: relative;
pointer-events: none
}
.clicked:after,
.clicked:before {
position: absolute;
content: "";
display: block;
z-index: 1
}
.clicked:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 0;
border-radius: 0;
opacity: 1
}
.btn.clicked:before,
[type=reset].clicked:before,
[type=submit].clicked:before,
button.clicked:before {
-webkit-border-radius: 3px;
border-radius: 3px;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px
}
.clicked:after {
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
width: 24px;
height: 24px;
border: 1px solid #000;
border-right-color: transparent;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-animation-duration: .75s;
-moz-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: rotate-forever;
-moz-animation-name: rotate-forever;
animation-name: rotate-forever;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes rotate-forever {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes rotate-forever {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate-forever {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.prt{
font-size: 24px;
color: #6c366e;
font-weight: 600;
text-align: center;
margin-bottom: 40px;
}
.prx{
font-size: 22px;
color: #fff;
font-weight: 600;
text-align: center;
margin-top: -18px;
background-color: #06af90;
padding: 10px 0;
margin-bottom: 20px;
}
.mlt-img div img{
filter: -webkit-brightness(0) invert(1);
filter: -moz-brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.home_video .btn{
background: #06af90 no-repeat;
border-color: #06af90;
border-bottom-color: #f0b126;
}
.fcontact_btn {
position: absolute;
right: 5%;
height: 130px;
width: 130px;
background-color: #6c366e;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-align: center;
top: -28%;
}
.modal-dialog {
max-width: 950px; }
.modal-content {
border: none;
position: relative;
padding: 0 !important;
font-size: 14px;
border-radius: 0;
-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
border-radius: 10px !important;
overflow: hidden !important;
}
.modal-content .modal-header {
padding: 0;
border: none; }
.modal-content button.close {
position: absolute;
top: 0;
right: 0;
padding: 0;
margin: 0;
width: 40px;
height: 40px;
z-index: 1;
text-shadow: none;
background: rgb(72 6 75);
opacity: 1;
min-width: auto;
color: #fff; 
}
.modal-content .modal-body {
border: none;
position: relative;
z-index: 0;
color: rgba(255, 255, 255, 0.8); }
.modal-content .modal-body.color-1 {
background-color: #48064b; 
}
.modal-content .modal-body img{
height: 100%;
width: 100%;
object-fit: cover;
}
.modal-content .modal-body .subheading {
font-weight: 700; 
font-size: 32px;
}
.modal-content .modal-body .heading {
font-weight: 700; }
.modal-content .modal-body a:hover {
color: #afa939; }
.modal-content .label {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px; }
.modal-content .form-control {
background: rgb(255 255 255 / 92%);
border: none;
border-radius: 0;
color: rgb(0 0 0) !important;
padding: 6px 15px;
height: 50px;
border-radius: 5px;
outline: 0;
box-shadow: none;
}
textarea.form-control{
height: 60px !important;
}
.modal-content .form-control::-webkit-input-placeholder { color: #000 !important; }
.modal-content .form-control::-moz-placeholder { color: #000 !important; }
.modal-content .form-control:-ms-input-placeholder { color: #000) !important; }
.modal-content .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.4) !important; }
.modal-content textarea {
padding: 20px 15px !important; }
.modal-content .btn-secondary {
height: 52px;
display: inline-block; }
.modal-content .btn-secondary:hover,  .modal-content .btn-secondary:focus{
background-color: #f0b126 !important;
border-color: #f0b126 !important;
color: #fff !important;
}
.wpcf7-form-control-wrap{width: 100%;}    
@media (max-width: 767.98px) {
.modal-content .img {
height: auto;
background-position: top center; }
.modal-content .modal-body{
padding: 15px 15px 0px !important;
}
.modal-content .modal-body .subheading {
font-weight: 700;
font-size: 22px;
}
}
.vts .heading.hborder:after, .vts h2.hborder:after, .vts h2.hborder.text-center:before{
background: #06af90 !important;
}
.leny{
display: block;
color: #6c366e !important;
font-weight: 600 !important;
font-size: 20px !important;
}
.lennyImg{
position: relative;
}
.lennyImg img{
padding: 0 20%;
}
.facebook-f{
position: absolute !important;
top: 35%;
left: 18%;
}
.linkedin-f{
position: absolute !important;
left: auto;
right: 20%;
top: 54%;
}
.fllowtag {
position: absolute;
top: 25%;
}