/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
box-sizing: border-box;
}
body {
margin: 0px;
background-color: #fff;
}
img {
max-width: 100%;
}
/**Typeo CSS End**/
.about-opt1, .about-opt1 * {
--page-width: 1230px;
--base-fm: 'Rubik', sans-serif;
--title-size: 35px;
--base-size: 18px;
--black-clr: #000000;
--white-clr: #ffffff;
--bg-clr: #fffbf8;
--theme-clr: #ff6200;
}
.page-width {
max-width: var(--page-width);
padding: 0 15px;
margin: auto;
width: 100%;
}
.about-opt1 {
width: 100%;
font-size: var(--base-size)
color:var(--black-clr);
font-family: var(--base-fm);
padding: 50px 0px;
background-color: var(--bg-clr);
}
.about-opt1-inner {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.about-opt1-inner .about-opt1-left {
width: 50%;
padding: 0px 40px 20px 0px;
}
.about-opt1-inner .about-opt1-right {
width: 50%;
}
.hd-tag {
position: relative;
padding-bottom: 5px;
margin-bottom: 20px;
display: inline-block;
}
.hd-tag:after {
content: '';
width: 33px;
height: 2px;
background-color: var(--theme-clr);
display: inline-block;
position: absolute;
bottom: -2px;
left: 0px;
}
.about-opt1-inner h2 {
font-size: var(--title-size);
font-weight: normal;
margin: 0px 0px 15px 0px;
}
.about-opt1-inner p {
line-height: 1.5;
margin: 0px 0 20px 0;
}
.about-opt1-inner img {
display: block;
width: 100%;
}
.about-service {
display: flex;
flex-flow: row wrap;
margin-bottom: 20px;
width: 100%;
}
.about-service .as-item {
width: 50%;
margin: 8px 0px;
font-size: 15px;
position: relative;
padding-left: 13px;
}
.about-service .as-item:before {
content: '';
width: 4px;
height: 4px;
background-color: var(--theme-clr);
position: absolute;
left: 0px;
top: 6px;
border-radius: 100%;
}
.o1-cmn-btn {
font-weight: 700;
color: var(--black-clr);
text-decoration: none;
text-transform: uppercase;
transition: 0.5s all;
border-bottom: var(--black-clr) 1px solid;
}
.o1-cmn-btn:hover {
color: var(--black-clr);
border-color: transparent;
}
@media(max-width:1100px) {
.about-opt1-inner .about-opt1-left {
padding: 0px 20px 10px 0px;
}
.about-opt1-inner h2 {
font-size: calc(var(--title-size) - 6px);
}
}
@media(max-width:992px) {
.about-opt1 {
padding: 40px 0px;
}
}
@media(max-width:767px) {
.about-opt1-inner .about-opt1-left {
padding: 0px 0px 20px 0px;
width: 100%;
}
.about-opt1-inner .about-opt1-right {
width: 100%;
}
}