@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');
* {
box-sizing: border-box;
}
body {
margin: 0px;
}
.text-center {
text-align: center;
}
.page-width {
max-width: 1280px;
width: 100%;
padding: 0px 15px;
margin: auto;
}
img {
max-width: 100%;
display: block;
height: auto;
}
/**Typeo CSS End**/
.about-us-scn, .about-us-scn * {
--bg-clr: #30278e;
--page-width: 1280px;
--base-clr: #444444;
--base-fm: 'Nunito', sans-serif;
--base-fs: 18px;
--title-fs: 35px;
--white-clr: #ffffff;
--black-clr: #000000;
--theme-clr: #1fa8ff;
}
.about-us-scn {
background-color: var(--bg-clr);
width: 100%;
padding: 140px 0px;
font-family: var(--base-fm);
font-size: var(--base-fs);
color: var(--white-clr);
}
.about-us-scn h2 {
font-size: var(--title-fs);
margin: 10px 0px 20px 0px;
}
.about-inner, .services-inner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
position: relative;
z-index: 2
}
.about-left {
width: 36%;
position: relative;
}
.about-left img {
border-radius: 20px
}
.about-img {
position: absolute;
top: -70px;
right: 0;
left: 137px;
width: 100%
}
.about-right {
width: 60%;
padding-left: 15%;
}
.tagline {
font-size: calc(var(--base-fs) - 2px);
color: var(--theme-clr);
font-weight: 700;
}
.short-desc {
font-weight: 700;
}
.cmn-btn {
color: var(--theme-clr);
border: var(--theme-clr) 2px solid;
padding: 10px 24px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
font-weight: 700;
transition: 0.5s all;
margin-top: 15px;
}
.cmn-btn:hover {
background-color: var(--theme-clr);
color: var(--white-clr);
}
@media(max-width:992px) {
.about-us-scn {
padding: 60px 0px 60px 0px;
font-size: calc(var(--base-fs) - 2px);
}
.about-us-scn h2 {
font-size: calc(var(--title-fs) - 6px);
}
.about-left {
margin-top: 40px;
}
.about-img-group {
width: 200px;
}
.about-img {
top: -8%;
right: 0;
left: 87px;
width: 79%;
}
.about-right {
padding-left: 4%;
}
.cmn-btn {
padding: 8px 18px;
margin-top: 8px;
}
}
@media(max-width:767px) {
.about-us-scn h2 {
font-size: calc(var(--title-fs) - 10px);
margin-bottom: 10px;
}
.about-left {
margin-top: 10px;
width: 100%;
}
.about-img {
top: -8%;
right: 0;
left: 80px;
width: 53%;
}
.about-right {
padding-left: 0;
width: 100%;
margin-top: 40px;
}
}