@import url(custom_fonts.css);
html {
	height:100%;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    color: #333;
    font-size: 1em;
    line-height: 1.8;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}
body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}
/* header */
/*/////Logo//////////*/
.logo {
	display: flex;
    float: left;
    width: 170px;
}
.logo img {
    width: 100%;
}

.navbar-light .navbar-brand {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #FDC41F;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
    background: none;
    border: none;
    padding: 1em 6em 1em 2em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
    background: #000;
    padding: 0.5em 6em 0.5em 2em;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}

li.nav-item {
    margin-right: 2em;
}

li.nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 10px 0;
}

ul.navbar-nav.ml-lg-auto.text-center {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #FDC41F;

}

span.fa.fa-paint-brush {
    font-size: 18px;
}

.nav-link {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nav-link:hover:after,
.active .nav-link:after,
.nav-link.active:after {
    width: 100%;
    left: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
}

.nav-link:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
}
.nav-button {
	width: 130px;
	font-size: 14px;
    letter-spacing: 1px;
    color: #000;
	font-weight: bold;
    background: #FDC41F;
	padding: 2px 10px;
	float: right;
}
.nav-button:hover {
    -webkit-transition: .3s;
	color: #FDC41F;
	background: transparent;
}
.dropdown-item {
    color: #fff;
}

.dropdown-toggle::after {
    border: transparent;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
}

.dropdown-menu {
    background-color: #000;
    -webkit-box-shadow: 4px 2px 9px 0px rgba(255, 255, 255, 0.09);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    margin: 1.1rem 0 0;
    border: 1px solid #000;
    padding: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.bg-theme {
    background: #FDC41F;
}
/* banner */

.banner {
    position: relative;
/*    z-index: 0; */
}

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    left: 45%;
    bottom: 10%;
    margin: 0 auto;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.callbacks_here a:after {
    background: #fff;
    opacity: 1;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.banner1 {
    background: url(../images/cafeinside1.jpg) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner2 {
    background: url(../images/cafeinside1.jpg) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner3 {
    background: url(../images/cafeinside1.jpg) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; 
}

.banner-text {
    padding: 20vw 0 14vw;
    box-sizing: border-box;
    text-align: center;
}

.slider-info h3 {
    font-size: 5em;
    text-transform: capitalize;
    color: #fff;
    word-spacing: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.3;
}

.slider-info span.line {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 6px;
    margin-bottom: 15px;
    display: block;
}

.slider-info span.line:after {
    content: '';
    width: 20%;
    height: 1px;
    background: #eaeaea;
    display: inline-block;
    margin-left: 8px;
}

.slider-info h3 span {
    background: #d3b800;
    padding: 0 10px;
}

.register-link-btn {
    padding: 8px 35px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    text-transform: capitalize;
    border-radius: 20px;
}

.register-link-btn:hover {
    color: #FDC41F;
    background: #000;
}

.slider-info p {
    letter-spacing: 1px;
    margin-top: 1em;
    font-size: 1.3em;
    width: 65%;
    font-weight: 600;
    margin: 0 auto 0;
    color: #fff;
    text-transform: capitalize;
    font-style: italic;
    word-spacing: 3px;
}
/* end banner */
.alert-custom{
	background-color:#FDC41F;
	color:#000;
	text-align: center;
}
/* services */

h3.main-title {
    font-size: 2em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.title-desc p {
    letter-spacing: 2px;
    font-size: 13px;
    word-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}
.about-grids span.fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #FDC41F;
    margin-bottom: 1em;
    font-size: 1.5em;
}
.about-grids h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #FDC41F;
    font-size: 1.3em;
}
/* end services */
/* how works */
.how-works {
	padding: 20px 0;
}

.promo .iphone {
    position: relative;
	text-align: center;
}
.promo .iphone.iphone-black .iphone-holder {
    background-image: url(../images/iphone-black.png);
}
.promo .iphone .iphone-holder {
    position: relative;
	display: inline-block;
    width: 255px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center top;
}
.iphone-holder-inner {
	padding-top: 100px;
	padding-left: 3px;

}
.iphone-holder-inner img {
	width: 89%;
}
/* end how works */
.howrest-top {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center; 
}
.howrest-right {
  padding: 1rem;
  transition: 0.3s ease;
  border-radius: 4px; 
}
.howreat-right:hover {
  background: #fff;
  transition: 0.3s ease; 
}
.howrest-fa {
	display: block;
	margin-bottom: 35px;
	width: 100px;
	height: 100px;
	line-height: 105px;
	border-radius: 90px;
	text-align: center;
	background: rgba(253, 196, 31, 0.05);
}
  
.howrest-fa span {
	font-size: 2.5rem;
	color: #000;
	line-height: 105px; 
} 
.howrest-cont h6 {
	font-size: 26px; 
}

.howrest-cont h6 {
	color: #FDC41F;
	text-decoration: none;
	font-weight: 600; 
}
.howrest-cont h6:hover {
	color: #222;
}
.howrest-cont p {

    margin: 0;
    color: #333;
    font-size: 1em;
    line-height: 1.8;

}
.howrest-cont ul {
	list-style-type: disc !important;
}	
.howrest-cont li {
	margin-bottom: 10px;
}
/* pricing plans */

.price-row {
    padding-top: 6em;
}

section {
    box-sizing: border-box;
}

.container .column {
    position: relative;
    width: 380px;
    float: left;
    transition: 0.5s;
}

.container .column .box {
    width: 290px;
    min-height: 500px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border: 5px solid #FDC41F;
    box-shadow: 0 0 0 0px #000000, 0 0 0 10px #ffffff, 0 0 0 20px #e2e2e2, 0 0px 0 rgb(255, 255, 255);
    overflow-y: hidden;
    transition: 0.5s;
}

.container .column .box:hover {
    transform: scale(1.1);
}

.container .column .box .title .fa {
    margin-top: 20px;
    font-size: 2em;
    color: #FDC41F;
}

.title h5 {
    color: #FDC41F;
    font-size: 1.2em;
    margin-top: 10px;
    text-transform: capitalize;
}

.price h6 {
    font-size: 1em;
    font-weight: 300;
    text-transform: capitalize;
    color: #333;
    margin: 20px 0 0;
}


.container .column .box .option ul {
    margin: 20px 0;
    padding: 0;
}

.container .column .box .option ul li {
    list-style: none;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.31);
}

.container .column .box .option ul li:last-child {
    border-bottom: none;
}

.container .column .box .bg-theme {
    margin: 0 auto;
}
.pricing-btn {
	width: 100px;
}

/* //pricing plans */
/* contact */

textarea {
    height: 210px !important;
    resize: none;
}

form.register .form-control {
    padding: 15px 20px;
    border: 1px solid #dbdde2;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    letter-spacing: 1px;
}

.contact-form {
    padding: 2em;
    border: 20px solid #eee;
    border-radius: 20px;
}

#contact iframe {
    width: 100%;
    border: 3px solid #FDC41F;
    padding: 1vw;
    min-height: 500px;
}

.contact span {
    color: #FDC41F;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.contact {
    background: #eee;
    padding: 2em 1em;
}

.contact a,
.contact address p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

h5.cont-form {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.7em;
    font-family: 'Lato', sans-serif;
    color: #FDC41F;
    font-weight: 600;
}

/* end contact */
/* partners */

.partners-text p {
    color: #777;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
}

.partners-desc span {
    font-size: 1.4em;
    margin: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #d3b800;
}

.partners-text p span {
    font-size: 1.1em;
    color: #777;
    margin: 9px 10px;
}

.partners-desc {
    text-align: center;
}

.carousel-indicators li {
    background-color: #000;
    border: 1px solid #d3b800;
    cursor: pointer;
}

.carousel-indicators {
    bottom: -20px;
    z-index: 1;
}

.partners-desc h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1em;
    text-transform: capitalize;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: 2px solid #d3b800;
    background: #fff;
}

.carousel-indicators .active {
    background: #000;
}

.partners-text {
    margin-bottom: 0.5em;
}

.partners_grid {
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 1rem;
}

/* //partners */
.opslogo
/* footer  */

.social ul li {
    display: inline-block;
}

span.icon_linkedin {
    background: #0073B1;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_instagram {
    background: #e4405f;
}

.social ul li span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
}

.cpy-right {
    padding: 1em 0;
}

.cpy-right p a {
    color: #fff;
}

.newlogo img {
	width: 30%;
}
/* end footer*/
@media screen and (max-width: 1366px) {
    .slider-info h3 {
        font-size: 4em;
    }
}

@media screen and (max-width: 1050px) {
    .slider-info h3 {
        font-size: 3.5em;
    }

}
@media screen and (max-width: 991px) {
	.navbar-light .navbar-toggler {
		background: #FDC41F;
	}
	.navbar-toggler:focus, .navbar-toggler:active {
		outline: none;
		box-shadow: none;
	}
	.navbar-collapse {
		background: #000;
		text-align: center;
		padding: 1rem;
	}

	li.nav-item {
		margin-right: 0;
	}
	.nav-button {
		float: none;
		margin-top: 20px;
	}
	.slider-info h3 {
        font-size: 3.0em;
    }
    .howrest-top {
		display: grid;
		grid-template-columns: 1fr;
	}
	.howrest-fa {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
    .slider-info h3 {
        font-size: 3em;
        line-height: 1;
    }

}
@media screen and (max-width: 800px) {
    .slider-info h3 {
        font-size: 2.8em;
    }
}
@media screen and (max-width: 768px) {
    .slider-info h3 {
        font-size: 2.5em;
    }
}	
@media screen and (max-width: 736px) {
    .slider-info p {
        width: 100%;
    }
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 4em 1em 2em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.5em 4em 0.5em 2em;
	}
}
/*
@media screen and (max-width: 667px) {
    #toTop {
        right: 10%;
    }
}
*/
@media screen and (max-width: 640px) {
    .slider-info h3 {
        font-size: 2.5em;
    }


	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 3em 1em 2em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.5em 3em 0.5 2em;
	}
}	
/*
@media (max-width: 600px) { 
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 4em;
	}
}
*/
@media (min-width: 576px) {
	.callbacks_container .container {
		max-width: 6000px;
	}	
	
	ul.callbacks_tabs {
		left: 46%;
	}
}
@media screen and (max-width: 568px) {
    .slider-info h3 {
        font-size: 2.0em;
    }
	.slider-info p {
        font-size: 1.1em;
    }
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 2em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.5em 2em;
	}
	.register-link-btn {
		padding: 6px 30px;
		color: #000;
		font-weight: 600;
		font-size: 15px;
		letter-spacing: 1px;
		border: none;
		text-transform: capitalize;
		border-radius: 20px;
}
}
@media screen and (max-width: 530px) {
	ul.callbacks_tabs {
		left: 42%;
	}
}	
@media screen and (max-width: 480px) {
    .slider-info h3 {
        font-size: 1.8em;
    }
}	
@media screen and (max-width: 434px) {
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
    padding: 0.5em 1em;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.3em 1em;
	}
	.slider-info h3 {
        font-size: 1.6em;
    }
}	
@media screen and (max-width: 414px) {

    .slider-info span.line {
        margin-bottom: 10px;
    }

    .banner-text {
        padding: 26vw 0 18vw;
    }
}	
@media screen and (max-width: 394px) {

    .slider-info h3 {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 384px) {
    .slider-info p {
        letter-spacing: 0.5px;
        word-spacing: 0px;
    }

}

@media screen and (max-width: 320px) {
    .slider-info h3 {
        font-size: 1.2em;
    }

    .slider-info p {
        font-size: 1em;
        letter-spacing: 0;
    }
}	