@media (max-width: 1200px){
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
li.nav-item {
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.bannerLeft h1 {
    font-size: 45px;
    color: #fff;
    line-height: 1.1;
    font-weight: 800;
    margin: 15px 0px;
}
.bannerRight img {
    height: 450px;
    border-radius: 25%;
    overflow: hidden;
    border: 3px solid;
    border-color: #ffbd39;
}
}	
	
@media (max-width: 992px) {
	section {
    padding: 3em 0;
    position: relative;
}
	button.navbar-toggler {
    background: #fff;
    padding: 5px 8px;
	font-size: 15px;
}
.headerRight {
    padding: 0 15px;
    text-align: center;
}
.bannerLeft h1 {
    font-size: 35px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    margin: 10px 0px;
}
.bannerLeft p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}
.btnTheme {
    line-height: 25px;
    border-radius: 5px;
    background: #ffbd39;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    visibility: visible;
}
.bannerRight img {
    height: 400px;
    border-radius: 25%;
    overflow: hidden;
    border: 2px solid;
    border-color: #ffbd39;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: .5rem;
	    font-size: 13px;
}
.project {
    width: 100%;
    height: 165px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    justify-content: center;
}
.info ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.info ul i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 20px;
}
.information h6 {
    color: #ffbd39;
    font-size: 15px;
}
.footer .social > a {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 8px;
    color: inherit;
}
}

@media (max-width: 768px) {
	section {
    padding: 2em 0;
    position: relative;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0px;
}
.bannerLeft {
    text-align: center;
    margin-bottom: 40px;
}
.bannerLeft h1 {
    font-size: 25px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    margin: 10px 0px;
}
.bannerLeft p {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}
.btnTheme {
    line-height: 22px;
    border-radius: 5px;
    background: #ffbd39;
    font-size: 12px;
    padding-left: 22px;
    padding-right: 22px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    visibility: visible;
}
.bannerRight {
    text-align: center;
    margin-bottom: 30px;
}
.bannerRight img {
    height: 350px;
    border-radius: 25%;
    overflow: hidden;
    border: 2px solid;
    border-color: #ffbd39;
}
.aboutLeft {
    text-align: center;
    margin-bottom: 40px;
}
.aboutLeft img {
    height: 350px;
    border-radius: 25%;
    overflow: hidden;
    border: 3px solid;
    border-color: #ffbd39;
}
.aboutRight {
    text-align: center;
    margin-bottom: 30px;
}
.Services-1 .icon {
    display: block;
    margin-bottom: 25px;
}
.Services-1 .icon i {
    font-size: 45px;
    line-height: 1.0;
    color: #ffbd39;
}
.Services-1 h3 {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 2rem;
}
.project {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    justify-content: center;
}
.project .text {
    max-width: 80%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1rem;
}
.project .text h3 {
    font-size: 13px;
}
.project .text span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
}

.form-group {
    padding: 5px 0px;
}
.contactUs .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    color: #fff;
    border-radius: 0;
}
.info ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {
	.logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}
.bannerLeft h1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    margin: 10px 0px;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 12px;
}
.Services-1 {
    margin-bottom: 30px;
    padding: 2em;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    -webkit-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
    text-align: center;
}
.Services-1 .icon {
    display: block;
    margin-bottom: 20px;
}
.Services-1 .icon i {
    font-size: 35px;
    line-height: 1.0;
    color: #ffbd39;
}
.Services-1 h3 {
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 1rem;
}
.project {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    justify-content: center;
}
.project .text h3 {
    font-size: 16px;
}
.project .text span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}
.form-box {
    margin-bottom: 40px;
}
.info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.info ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.footer {
    padding: 20px 0;
    color: white;
}
.footer .social {
    text-align: center;
    padding-bottom: 15px;
}
.footer .social > a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 8px;
    color: inherit;
}
}

@media (max-width: 480px) {
	
}
