*{ 
padding: 0px;	 
margin: 0px;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;	
overflow-x: hidden; 
}
a{
text-decoration: none;	
}
li{
list-style: none;	
}
p{
margin: 0px;
font-size: 14px;
font-weight: 400;	
}
img{
max-width: 100%;	
}
html{
 
}
.logo img {
max-width: 240px;
}
header.top_header {
box-shadow: rgb(100 100 111 / 20%) 0px 3px 10px 0px;
background: #fff;
}
.top_header ul.navbar-nav.ms-auto li a {
margin: 0px 5px;
color: #000;
font-size: 14px;
transition: all 1s;
font-weight: 400;
text-transform: capitalize;
}
.top_header ul.navbar-nav.ms-auto li a:hover {
color: purple;
transition: all 0.5s;
}
.top_header ul.navbar-nav.ms-auto li a.active {
color: purple; !important;
}
.top_header .navbar {
padding: 20px;
}

.fixed-top.scrolled {
background-color: #fff !important;
transition: background-color 200ms linear;
}
.fixed-top {
position: sticky;
}
.top_header ul.navbar-nav.ms-auto li {
position: relative;
}

.top_header ul.navbar-nav.ms-auto li a:hover:before {
position: absolute;
width: 100%;
height: 2px;
background: #000;
content: "";
bottom: 0px;
left: 0px;
transition: all 0.5s;
}
section.marketing_arrea {
padding: 60px 0px;
overflow-x: hidden;
}
.marketing_left_1{
background-image: url(../img/marketting-investment-bg.png);
background-repeat: no-repeat;
padding: 32px 0px;
}
.marketing_left_contant img {
margin-right: 20px;
}
.marketing_left_contant a {
color: #000;
font-size: 16px;
font-weight: 600;
}
.marketing_left_contant p {
font-size: 14px;
color: #777;
font-weight: 400;
margin: 20px 0px;
}
.marketing_left_contant a:hover {
color: red;
}
.marketting_img:after {
position: absolute;
content: "";
background: #f29b26;
width: 100%;
height: 100%;
right: 40px;
top: 40px;
z-index: -1;
overflow-x: hidden;
}
.marketting_img {
position: relative;
}
.marketing_left_1 {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-evenly;
padding-top: 140px;
}
.marketing_left_inner {
display: flex;
align-items: center;
justify-content: center;
max-width: 300px;
}
section.services_area {
background: url(../img/service-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
display: block;
padding: 50px 0px;
overflow-x: hidden;
}
.titale {
text-align: center;
max-width: 700px;
margin: 0px auto;
}
.titale h2 {
color: #f49e25;
font-size: 32px;
text-transform: capitalize;
font-weight: 500;
}
.titale p {
color: rgba(0, 0, 0, 0.702);
font-size: 16px;
font-weight: 400;
line-height: 25px;
}
.services_img {
display: block;
overflow: hidden;
}
.services_img img{
  width: 100%;  
}
.service_content {
/*background: #fff;*/
padding: 30px 25px;
transition: all 300ms linear 0s;
}
.service_content a {
display: flex;
align-items: center;
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
color: #000;
}
.service_content a img {
margin-right: 20px;
max-width: 40px;
}
.service_content a:hover {
color: #fa6742 !important;
transition: all 0.5s;
}
.service_content p {
font-weight: 400;
font-size: 15px;
line-height: 25px;
text-align: justify;
padding-top: 20px;
}
.services_items:hover .services_img img{
cursor: pointer;
transition: all 500ms linear 0s;
}
.services_items:hover{
cursor: pointer;
background: #f49e25;
color: #fff;
transition: all 0.5s;
border-radius: 7px;
}
.services_items:hover .service_content a {
color: #fff;
}
.services_img img {
transition: all 500ms linear 0s;
}
.services_img img:hover {
transform: scale3D(1.2, 1.2, 1);
}
.services_items {
cursor: pointer;
display: block;
overflow: hidden;
margin-top: 20px;
background: #fff;
border-radius: 7px;
min-height: 470px;
}
.service_row{
padding-top: 20px;  
overflow-x: hidden;  
}

section.our_review {
padding: 50px 0px;
}
.review_card {
margin-bottom: 25px;
background-color: #fff;
border: 1px solid #e5e5e5;
padding: 30px;
position: relative;
}
.review_card .review_rating {
padding-left: 0;
margin-bottom: 15px;
}
.review_card .review_rating li {
display: inline-block;
margin-right: 2px;
}
.review_card .review_rating li i {
color: #f9bb4b;
font-size: 20px;
}
.review_card p {
color: #62676e;
margin: 0px;
font-size: 14px;
font-weight: 400;
text-align: justify;
line-height: 30px;
}
.review_card .review-info {
margin-top: 25px;
position: relative;
padding-left: 65px;
}
.review_card .review-info img {
display: inline-block;
width: auto;
border-radius: 50px;
position: absolute;
left: 0;
top: 0;
max-width: 50px;
}
.review_card .review-info h3 {
color: #2a3f65;
font-size: 18px;
margin-bottom: 0px;
font-weight: 500;
}
.review_card .review-info span {
display: inline-block;
margin-top: 8px;
font-size: 14px;
}
.review_card .reviewquote-image {
position: absolute;
bottom: 45px;
right: 45px;
}

section.work_process {
position: relative;
padding: 50px 0px;
overflow-x: hidden;
}
.work_process_titale{
 margin-bottom: 60px;   
}
.tw_work_process {
justify-content: center;
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
text-align: center;
}

.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
    background-position: left center;
}
.process_inner {
text-align: center;
width: 200px;
height: 200px;
line-height: 200px;
border-radius: 100%;
}
.work_process [class*="col"]:nth-child(even) .process-wrapper{
margin-top: 60px;  
}
.process-wrapper p {
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px; 
}

section.download {
    background: #e7effb;
    padding: 50px 0px;
    overflow-x: hidden;
}

.download_app h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #f49e25;
    text-transform: capitalize;
}

.download_app p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}





footer.manim_footer {
background-color: #fafafb;
padding: 50px 0px;
}
.footer_content .social_media_icon {
padding: 0px;
position: relative;
}
.footer_content .social_media_icon li {
display: inline-block;
}
.footer_content .social_media_icon li i {
color: #009fef;
font-size: 20px;
background: #fff;
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
}
.footer_content .social_media_icon li i:hover {
background: #044192;
color: #fff;
}
.footer_content .info {
padding-left: 0px;
color: #62676e;
}
.footer_content .info li {
    margin-top: 10px;
}
.footer_content .info li a {
color: #62676e;
font-size: 13px;
}
.footer_content {
position: relative;
}
ul.quick_links li {
margin-bottom: 18px;
}
ul.quick_links {
padding: 0px;
margin-bottom: 0px;
}
.footer_wizer h3 {
font-size: 20px;
font-weight: 700;
color: #044192;
}
ul.quick_links li a {
color: #62676e;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
}
ul.quick_links li a:hover {
    color: #044192;
}
.footer_logo {
margin-top: -20px;
} 