/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: url('../images/aboutbg.jpg') 95% 80% #000 no-repeat fixed !important;
    font-family: 'Open Sans', sans-serif;
}

body a,
body button,
.btn {
    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;
}

body a:hover,
body button:hover,
.btn:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

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

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

h2 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #678A67;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
	margin-top: 50px;
}
p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

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

/* //Reset Code */



/* Media Queries
--------------------------------------------- */
@media(max-width: 800px) {
    nav a {
        font-size: 14px;
    }
}

@media all and (max-width : 736px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
	#about {
    background: url('../images/aboutbg.jpg') 95% 80% #000 no-repeat fixed !important;
    position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
    }
}


/* about */
.about {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

h3.title span {
    font-size: 15px;
    letter-spacing: 1.8px;
    display: block;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

h3.title {
    font-weight: 600;
    font-size: 38px;
	color: #FFE89C;
}

.text-title {
    font-size: 20px;
    font-weight: 600;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
    line-height: 20px;	
}

.about-grid-main {
    background: #AA8477;
    padding: 0.5em;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 4px 24px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.7);
}

.about-grid-main h4 {
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-grid-main2 h4 {
    font-size: 18px;
    color: #000099;
    font-weight: 600;
    letter-spacing: 1px;
}


.about-grid-main p {
    color: #FFDFBF;
    text-align: center;
}

.about-grid-main2 p {
    color: #fff;
    text-align: center;
}

.about-grid-main li {
    color: #880000;
    text-align: left;
    font-weight: 600;
    padding-top: 5px;
	font-size: 15px;
	list-style-type: none;
}

.about-grid-main2 li {
    color: #000099;
    text-align: left;
    font-weight: 600;
    padding-top: 5px;
	font-size: 15px;
	list-style-type: none;
}

.about-grid-main a {
  color: #880000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.about-grid-main2 a {
  color: #000099;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.about-grid-main a:hover {
  color: #FF6600;
  text-decoration: none;
}

.about-grid-main2 a:hover {
  color: #FF6600;
  text-decoration: none;
}

a.button-w3ls {
    color: #FFFFCC;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 1px;
    background: #2d2d2d;
    border-radius: 0px;
    padding: 10px 17px;
}

a.button-w3ls:hover {
    opacity: .8;
}

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

/* //about */





/* copyright */
.copy_right p a {
    color: #ffb66b;
}

.copy_right p a:hover {
    opacity: .8;
}

.copy_right p {
    font-size: 15px;
	font-weight: 600;
    color: #eee;
}
.footerp{
	font-size: 16px;
    background: #666;
    color: #FFDFBF;
    padding: 10px 5px;
    width: 100%;
    margin: 0 auto;
    border-radius: 1em;
	margin-top: 30px;
}
.footerp2{
	font-size: 16px;
    color: #ffff00;
    padding: 10px 5px;
    width: 60%;
    margin: 0 auto;
    border-radius: 1em;
	text-align: center;
	list-style-type: none;
}
/* //copyright */
/* //footer */


/* Responsive code */
@media screen and (max-width: 1440px) {
    .banner-text {
        padding-top: 16em;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 750px;
    }
}

@media screen and (max-width: 1366px) {
    .banner-text h3 {
        font-size: 56px;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 700px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-text {
        padding-top: 15em;
    }
}

@media screen and (max-width: 1080px) {
    h3.title {
        font-size: 34px;
    }

    ul.partners-icon li span {
        font-size: 4em;
    }

    .grids-w3ls-left h4 {
        font-size: 30px;
    }

    .banner-text h3 {
        font-size: 50px;
    }

    p.movetxt {
        font-size: 14px;
        letter-spacing: 12px;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 600px;
    }

    .banner-text {
        padding-top: 14em;
    }

    .service1-wthree h4 {
        font-size: 26px;
    }

    .service1-wthree h6 {
        font-size: 26px;
    }

    h3.title span {
        font-size: 16px;
		text-align: center;
		color: #fff;
        line-height: 24px;
        font-weight: 600;
		padding-bottom: 20px;
    }
	.footerp{
	font-size: 15px;
    background: #333;
    color: #FFDFBF;
    padding: 10px 5px;
	width: 100%;
    margin: 0 auto;
	margin-top: 30px;
    }
	.footerp2{
	font-size: 15px;
    color: #FFDFBF;
    padding: 10px 5px;
	width: 100%;
    margin: 0 auto;
	text-align: center;	
    }
}

@media screen and (max-width: 1024px) {

    .prices-bottom ul li {
        font-size: 15px;
    }

    a.button {
        font-size: 15px;
    }

    .footer-grid h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .about-grid-main {
        padding: 0.5em;
    }

    p {
        font-size: 14px;
    }

    a.button-w3ls {
        font-size: 13px;
    }

    .grids-w3ls-right {
        position: static;
    }

    .about-grid-main h4 {
        font-size: 18px
    }

    .gallery_grids {
        margin-top: 2em;
    }

    button.navbar-toggler {
        background: #fff;
        border-radius: 0px;
        border-color: #fff;
    }

    div#navbarSupportedContent {
        background: rgba(0, 0, 0, 0.91);
        padding: 1.5em 1em;
    }

    img.chef-img {
        width: 60%;
    }

    .special-agiles {
        margin-top: 0;
    }

    .prices-bottom {
        max-width: 380px;
        margin: 0 auto;
    }

    ul.partners-icon li span {
        font-size: 3em;
    }

    ul.partners-icon li {
        margin: 0 1.5em;
    }
}

@media screen and (max-width: 800px) {

    h3.title {
        font-size: 32px;
    }

    .banner-text h3 {
        font-size: 46px;
    }

    .banner-text {
        padding-top: 12em;
    }

    .button-style {
        letter-spacing: 2px;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 560px;
    }
}

@media screen and (max-width: 768px) {
    .banner-text h3 {
        font-size: 42px;
    }

    .banner-text {
        padding-top: 13em;
    }

    p.movetxt {
        font-size: 13px;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 736px) {
    .about-grid-main {
        padding: 0.5em;
    }

    h3.title {
        font-size: 28px;
    }

    .grids-w3ls-right-2 h4 {
        font-size: 23px;
    }

    .grids-w3ls-right {
        position: inherit;
    }

    .grids-w3ls-left {
        padding-top: 7em;
    }

    .grids-w3ls-left h4 {
        font-size: 26px;
    }

    .banner-text h3 {
        font-size: 38px;
    }

    .about-grid {
        padding: 0 .5em;
    }

    #logo a {
        font-size: 34px;
    }

    p.movetxt {
        letter-spacing: 8px;
    }

    ul.partners-icon li {
        margin: 0 .8em;
    }

    .partners h4:after {
        width: 12%;
        bottom: -47%;
    }
}

@media screen and (max-width: 600px) {

    .address h4 {
        font-size: 19px;
    }

    .grids-w3ls-left {
        padding-top: 5em;
    }

    .grids-w3ls-left h4 {
        font-size: 24px;
    }

    .copy_right p {
        font-size: 14px;
    }
}

@media screen and (max-width: 568px) {
    .service1-wthree h6 {
        font-size: 24px;
    }

    .service1-wthree h4 {
        font-size: 24px;
    }

    .grids-w3ls-right-2 {
        padding: 0 1em;
    }

    .about-grid {
		width: 50%;
    }

    .about-grid-main {
        padding: 0.5em;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .copy_right p {
        font-size: 15px;
    }

    .banner-text h3 {
        font-size: 36px;
    }

    .button-style {
        padding: 13px 15px;
        font-size: 12px;
    }

    .banner-text {
        padding-top: 12em;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 510px;
    }

    #logo a {
        font-size: 32px;
    }

    .banner-text {
        padding-top: 11em;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 470px;
    }

    .partners h4 {
        font-size: 24px;
    }

    .partners h4:after {
        bottom: -70%;
        left: 46%;
    }
}

@media screen and (max-width: 480px) {
    .grids-w3ls-left {
        padding-top: 3em;
    }

    button.navbar-toggler {
        padding: 3px 7px;
    }

    nav.navbar {
        padding: 10px 20px !important;
    }

    .banner-text h3 {
        font-size: 32px;
    }

    .copy_right p {
        letter-spacing: 1px;
		margin-bottom: 30px;
    }

    .navbar-light .navbar-nav .nav-link,
    li.login-list-w3ls.d-inline a {
        letter-spacing: 1px;
        font-size: 14px;
    }

    .grids-w3ls-right-2 h4 {
        font-size: 21px;
    }

    img.chef-img {
        width: 80%;
    }

    ul.partners-icon li {
        margin: 0 .6em;
    }

    ul.partners-icon li span {
        font-size: 2.5em;
    }

    .partners h4:after {
        bottom: -44%;
    }

    .footer-grid ul li a,
    .footer-grid ul li {
        font-size: 13px;
    }

    .popup {
        margin: 3em 1em;
        padding: 2.5em 1.5em 1.5em;
    }
}

@media screen and (max-width: 440px) {

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 430px;
    }

    .about-grid-main {
        padding: 1em 2em 3em;
    }

    .banner-text h3 {
        font-size: 30px;
    }

    .banner-text {
        padding-top: 10em;
    }

    .about-grid-main {
        padding: 0.3em;
		margin: 10px;
    }

    ul.partners-icon li {
        margin: 0 1em;
    }

    ul.partners-icon li:nth-child(5),
    ul.partners-icon li:nth-child(6) {
        margin-top: 1em;
    }
}

@media screen and (max-width: 414px) {

    .grids-w3ls-left {
        padding: 2em;
    }

    .banner-text h3 {
        font-size: 28px;
    }

    p.movetxt {
        letter-spacing: 6px;
        font-size: 12px;
    }

    .prices-top h3 span {
        font-size: 14px;
        margin-top: 6px;
    }

    .prices-top h3 {
        max-width: 280px;
        height: 130px;
        font-size: 38px;
    }
}

@media screen and (max-width: 384px) {
    .special-agiles {
        margin-top: 1em;
    }

    .service1-wthree h4 {
        font-size: 22px;
    }

    .row.footer-grids {
        display: block;
    }

    .footer-contact {
        margin-top: 1.5rem;
    }

    .banner-text h3 {
        font-size: 25px;
    }

    p.create-w3ls a {
        display: block;
    }

    .grids-w3ls-right-2 h4 {
        font-size: 19px;
    }

    img.chef-img {
        width: 100%;
    }

    .popup p {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    h3.title {
        font-size: 25px;
    }

    h3.title span {
        font-size: 15px;
        letter-spacing: 2px;
		padding-top: 20px;
    }
	h2 {
    margin-top: 30px;
    }

    .address input[type="text"],
    .address input[type="email"],
    .address textarea {
        font-size: 14px;
    }

    .service1-wthree p {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    h3.title span {
        font-size: 15px;
    }

    #logo a {
        font-size: 30px;
    }

    .toggle.toogle-2 {
        padding: 7px 8px;
        font-size: 13px;
    }

    .grids-w3ls-left {
        padding: 1em;
    }

    .navbar-light .navbar-brand,
    a.logo,
    a.navbar-brand i,
    a.logo i {
        font-size: 26px;
    }

    button.navbar-toggler {
        padding: 1px 7px;
    }

    .banner-text h3 {
        font-size: 23px;
    }

    p.movetxt {
        font-size: 12px;
        margin-bottom: 10px !important;
    }

    .banner-top3,
    .banner-top1,
    .banner-top2 {
        min-height: 385px;
    }

    .banner-text {
        padding-top: 9em;
    }

    .callbacks_tabs a {
        height: 10px;
        width: 10px;
    }

    .callbacks_tabs a:after {
        width: 20px;
        height: 20px;
    }

    .callbacks_tabs {
        left: 43.5%
    }

    p {
        font-size: 14px;
    }

    .banner-text h3 {
        font-size: 22px;
        word-spacing: 3px;
    }

    p.movetxt {
        letter-spacing: 4px;
    }

    .button-style {
        letter-spacing: 1px;
    }

    h3.title {
        font-size: 23px;
        margin-bottom: .5em !important;
    }

    h3.title span {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .about-grid-main {
        padding: .3em .3em .3em;
    }

    p {
        font-size: 13px;
    }

    a.button-w3ls {
        font-size: 12px;
    }

    .grids-w3ls-left h4 {
        font-size: 22px;
    }

    .popup {
        margin: 5em 1em;
        padding: 2.5em 1em 1.5em;
    }
}

/* //Responsive code */