@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.maven-pro-reg {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.maven-pro-medium {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.maven-pro-bold {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.container .breadcrumb-item {font-size: 12px;}
.container .breadcrumb-item a {text-decoration: none; color: #585A5C; font-size: 12px;}
.container .breadcrumb-item.active {font-weight: bold;}
.container .breadcrumb-item+.breadcrumb-item::before {content: "\f054"; font-family: fontawesome;}

html {
  scroll-behavior: smooth;
}
body.agam {
  font-size: 16px;
  background-color: #ffffff;
  color: #0e0e0e;
  font-family: "Maven Pro", sans-serif;
  width: 100%;
  height: 100%;
}
p {
  line-height: 30px;
}
body.dropdown-open:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  backdrop-filter: blur(10px);
  background: rgb(27 42 54 / 70%);
  z-index: 3;
  transition: all .5s;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.hide {
  display: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.f10 {
  font-size: 14px;
}
.f12 {
  font-size: 14px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.container-xxl {
  max-width: 1300px;
}
.ptb80 {
  padding: 80px 0px;
}
.ptb10 {
  padding: 10px 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.ptb20 {
  padding: 20px 0px;
}
.ptb30 {
  padding: 30px 0px;
}
.ptb40 {
  padding: 40px 0px;
}
.pt70 {
  padding-top: 70px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bannerBg {
  background: linear-gradient(152deg, #1B2A36 46.45%, #13354D 46.45%, #2496EA 71.35%, #1989D9 119.74%);
  padding-bottom: 20rem;
}
body.home header .navbar {background: none;}
.homeTab {margin-top: -20rem;}
body.home:not(.dropdown-open) header.scrolled .logo-white,
.logo-dark {display: none;}
header.scrolled .logo-dark {display: block;}
body.home:not(.dropdown-open) .header {background: none; border: 0; transition: all .2s;}
body.home .header * {
  transition: all .2s;
}
body.home header .phoneBlack {display: none;}
body.home header.scrolled .phoneWhite {display: none;}
body.home header.scrolled .phoneBlack {display: block;}

.theme-primary {color: #90C8FF;}
.theme-secondary {color: #FFAF74;}
.navbar-expand-lg .navbar-nav .nav-link{
  color: #0E0E0E;
  font-family: 'Maven Pro';
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;  
  padding: 0px 17px;
}

#navbarNavDropdown{
  margin-left: 25px;
}
.header .navbar {
  padding: 0;
  position: unset;
  background:rgba(255,255,255, 0.9);
  
}
.header{
  border-bottom: 0.5px solid #D1D1D1;
  background:rgb(255,255,255);
}
nav button.navbar-toggler {border: 0; padding: 0;}
nav .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../images/burger-menu.svg) no-repeat left top;
}

.our-cient-says {
  background: linear-gradient(312.34deg, #278fda 22.51%, #0b6eb6 69.1%);
  border-radius: 25px;
  opacity: 0px;
}

.banner:before {
  background-image: url(../images/home-bg.png);
  background-size: 200% 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  position: absolute;
  height: 1000px;
  top: 0;
  z-index: -1;
}
.banner-left-wing {

}
.banner-right-wing {

}
.gp-flying { 
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
  margin-top: 55px;
  margin-left: -70px;
  margin-right: -80px;
}

@keyframes floating {
	0% { transform: translate(0, 0px); }
	50% { transform: translate(0, 15px); }
	100% { transform: translate(0, -0px); } 
}

.stats-wrap {
  padding-left: 0;
}
.stats-wrap .stats-item .stats-value {
  font-family: Maven Pro;
  font-size: 50px;
  font-weight: 600;
}
.stats-wrap .stats-item {
  color: #67696a;
  font-family: Maven Pro;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
}

.main-heading {
  font-family: Maven Pro;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  color: #0e0e0e;
}

.section-heading {
  font-family: Maven Pro;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #0e0e0e;
  margin-bottom: 25px;
}
.content-area .we-provide {
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, #c7c7c7 100%);
  border-radius: 25px;
  background: #ffffff;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, white, #C7C7C7) border-box;
  border: 1px solid transparent;
}
.content-area .tab-content .tab-pane {
  padding: 40px 0px 0;
}
.content-area .tab-content .tab-pane .top-block {
  display: flex;
}
.content-area .tab-content .tab-pane .tab-img-holder img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-area .tab-img-holder {
  box-sizing: border-box;
}
.content-area .tab-content-holder {
  box-sizing: border-box;
}
.content-area .we-provide .nav-tabs {border: 0; display: flex; width: 100%; justify-content: space-between;}

.content-area .we-provide .nav-tabs .nav-link {
  color: #585a5c;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  border: none;
  padding:15px 0;
}
.content-area .we-provide .nav-tabs .nav-item.show .nav-link,
.content-area .we-provide .nav-tabs .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #1989d9;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding:15px 0;
  color: #1989d9;
}
.short-description {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #0e0e0e;
}
.feature-list li.feature-list-item {
  list-style-type: disc;
  width: 50%;
  float: left;
  padding: 10px 0px;
}
.feature-list.oneColList li.feature-list-item {
  width: 100%;
}
.tech-stack-wrapper {
  background: #f4f4f4;
  padding: 50px;
  border-radius: 25px;
  margin-top: 50px;
}
.tech-stack-wrapper .tech-stack-list {
  border-radius: 20px;
  background-color: #ffffff;
}
.tech-stack-wrapper .tech-stack-list .tech-stack-item-wrap .tech-stack-items {
    min-height: 48px;
    vertical-align: middle;
    display: flex;
    margin-bottom: 15px;
}

.tech-stack-wrapper .tech-stack-ds .tech-stack-merits .merits-list {
  color: #d15d08;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  font-family: "Maven Pro", sans-serif;
}
.tech-stack-wrapper .tech-stack-ds .tech-stack-merits .dot {
  color: #B8B8B8;
  float: left;
  font-size: 45px;
  line-height: 10px;
  border-radius: 25%;
}


.f-secure {
  background-image: url(../images/f-secure.svg);
  width: 30px;
  height: 30px;
  float: left;
  margin: -5px 10px 0px 0px;
}
.open-source{
  background-image: url(../images/open-source.svg);
  width: 24px;
  height: 27px;
  float: left;
  margin: -5px 10px 0px 0px
}
.scalabality{
  background-image:url(../images/scalabality.svg);
  width: 25px;
  height: 25px;
  float: left;
  margin: -5px 10px 0px 0px
}
footer:before {
  content: "";
  background: url(../images/footer-bg.png) no-repeat center 80px;
  width: 100%;
  height: 440px;
  display: flex;
  position: absolute;
  z-index: 0;
}
.footer-copyrights{
  background-color: #E1EEF8;
  padding: 33px 0px;
}

.footer-copyrights .copy-right{
font-family: 'Maven Pro';
font-size: 14px;
font-weight: 400;
line-height: 16.45px;
text-align: left;
color: #414A53
}

.footer-copyrights-nav{
  float: right;
  margin: 0;
}

.footer-copyrights-nav .copyrights-nav-link{
float: left;
}

.footer-copyrights-nav .copyrights-nav-link a
{
color: #414A53;
text-decoration: none;
font-family: 'Maven Pro';
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
margin: 0px 20px;
}
.homeTab .tabWrap {border: 1px solid #C7C7C7; background-color: #fff;}
.our-clients-says{
  background-color: #F0F7FC;
}
.our-ideas .our-ideas-content .ideas-content-wrap{
  width: 70%;
}
.our-ideas .our-ideas-content .ideas-content-wrap .idea-descript{
  font-family: 'Maven Pro';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  margin: 20px 0px 35px;
  padding-bottom: 0;
}
.our-ideas .our-ideas-content .section-heading{
color: #ffffff;
}

.our-ideas .our-ideas-content{
  background-image: url(../images/idea_to_reality_BG.svg);
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0px 70px 70px;
  box-sizing: border-box;
  border-radius: 25px;
}
ul.ideas-lists{
margin: 0;
padding: 0;
}
.ideas-lists .ideas-list-item{
  float: left;
  width: 158px;
  margin-right: 50px;
  text-align: center;
}
.ideas-lists .ideas-list-item > p{
  font-family: 'Maven Pro';
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}
.org{
  color: #FFA765;
  font-family: 'Maven Pro';
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.connect-with-wrap {
  position: absolute;
  right: -31px;
  top: -69px;
}
 .connect-us{
background: #278FDA;
border-radius: 30px 0 30px 0;
width: 340px;
float: right;
position: absolute;
    right: 0;
    bottom: 0;
}
.connect-us > a {
  color: #ffffff;
  padding: 25px 0px 20px 45px;
  float: left;
  font-size: 20px;
  font-weight: 700; 
}

.navbar-nav .nav-item{
  padding: 33px 15px;
}
.navbar-nav .nav-item.active{
 border-bottom: 4px solid #278FDA
}

.contact-infolinks a{
  text-decoration: none;
  color: #0E0E0E;
}

.contact-infolinks a > i{
  margin-right: 5px;
  font-weight: 700;
}
.contact-infolinks .mialToAgam {
  font-family: 'Maven Pro';
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.contact-infolinks .callAgam {
  font-family: 'Maven Pro';
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.contact-infolinks .dot {
  color: #B8B8B8;
  float: left;
  font-size: 45px;
  line-height: 10px;
  border-radius: 25%;
  margin: 0px 10px;
}
.partner-text {
  position: absolute;
  top: 74px;
  margin: 0 auto;
  font-family: Maven Pro;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  padding: 0px 60px;
  width: 100%;
}
.innerBanner h2 {
  font-size: 2.2rem;
}
.our-clients-says.content-area{
  background: #F0F7FC;
}


.our-clients-says .ocs-right-block .carousel-block{
  background: linear-gradient(312.34deg, #278FDA 22.51%, #0B6EB6 69.1%);
  border-radius:25px;
  padding: 40px;
}
.our-clients-says .ocs-right-block .carousel-block:after {
  content: "";
  background: url(../images/quote-icon.svg) no-repeat right bottom;
  width: 100px;
  height: 100px;
  right: 50px;
  bottom: 67px;
  position: absolute;
}
.carousel-item p.client-testimonial{
  font-family: 'Maven Pro';
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.03em;
text-align: left;
color: #ffffff;
}
.carousel-item .client-name{
font-family:'Maven Pro';
font-size: 16px;
font-weight: 600;
line-height: 25px;
text-align: left;
color: #FFC79D;
}
.carousel-item .client-company{
  color: #ffffff;
  font-size: 16px;
}
.ocs-right-block .carousel-indicators-wrapper .carousel-indicators{
margin: 0;
position: relative;
display: block;
}
.carousel-indicators-wrapper .carousel-indicators button {
  
  color: #ffffff;
  float: left;
  margin: 5px 8px;
}
.carousel-indicators-wrapper .carousel-indicators button.active{
  background-color: #ffffff;
 
}
#carouselClientIndicators .carousel-control-prev{
  left: 0;
}
#carouselClientIndicators .carousel-control-next{
  left: 100px;
}

#carouselClientIndicators .carousel-control-next-icon, .case-studies .carousel-control-next-icon{
  background-image: url(./../images/next-icon.svg);
  width: 50px;
    height: 50px;
    display: inline-block;
}
#carouselClientIndicators .carousel-control-prev-icon , .case-studies .carousel-control-prev-icon {
  background-image: url(./../images/prev-icon.svg);
  width: 50px;
  height: 50px;
  display: inline-block;
}

#carouselClientIndicators .carousel-control-next, #carouselClientIndicators .carousel-control-prev {
  position: absolute;
  z-index: 1;
  right: auto;
  width: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  height: 50px;
  bottom: 0;
}
#carouselClientIndicators .iconswrap{
  position: absolute;
  left: 0;
  bottom: 100px;
}


.happy-clents.content-area{
  background: #ffffff;
}

.carousel-indicators-wrapper .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  padding: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  transition: opacity .6s ease;
}
.case-studies.content-area {
  background: #F4F4F4;
}
.case-studies.content-area #carouselCaseStudy .conSrc-block {
  padding: 30px;
  box-sizing: border-box;
}
#carouselCaseStudy .carousel-control-prev {left: -50px; width: 50px;}
#carouselCaseStudy .carousel-control-next {right: -50px; width: 50px;}

.our-blog.content-area{
  background: #ffffff;
}
.top-tag {
  background: #278FDA;
  border-radius: 7px;
  font-family: 'Maven Pro';
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 9px 15px;
  color: #ffffff;
}
.card-details{
  padding: 30px;
}
.blog-cards-wrapper .blog-cards{
  word-wrap: break-word;
  position: relative;
}
.blog-cards-wrapper .blog-cards.last-child{
  margin-right: 0;
}
.blog-cards-wrapper .blog-cards .bg-card-title{
  font-family: 'Maven Pro';
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #ffffff;
  }
  .blog-cards-wrapper .blog-cards .bg-descript{
    font-family: 'Maven Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;    
    color: #ffffff;
  }
.blog-cards .btm-info{
  padding: 30px;
}
.career-build .career-bg{
  background: url(../images/career-build.svg) no-repeat center center;
  background-size: cover !important;
  border-radius: 25px;
}
.career-build .career-build-content{
  width: 100%;
}

.career-build .career-build-content .life-at-agam{
width: 30%;
float: left;
text-align: center;
}

.career-build h4.careers{
  font-family: Maven Pro;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.career-build .link-to-career{
  display: block;
  font-family: Maven Pro;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}
.career-build .link-to-career:hover{
  font-family: Maven Pro;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #F99143;
}

.agam-caption{
  font-family: Maven Pro;
  font-size: 120px;
  font-weight: 700;
  line-height: 110px;
  text-align: center;
  color: #C3DDF1;  
}

.partner-with-us .partner-with {
  background: url(./../images/partner-with-ng.svg);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  padding: 40px 40px;
  border-radius: 25px;
  margin-top: 40px;
  margin-bottom: -60px;
  background-size: cover;
  width: 77%;
  flex-wrap: wrap;
}

.partner-with-us .partner-with h4{
  font-family: 'Maven Pro';
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;  
}

.partner-with-us .partner-with .know-more {
}

.main-footer.content-area{
  background: #F0F7FC;
  padding: 120px 0px 80px;
}
.footer-columns-wrap .footer-columns{
  list-style: none;
}
.footer-columns-wrap .footer-columns.last-column{
  margin-right: 0px;
}
.footer-columns-wrap .footer-columns.last-btone{
  margin-right: 20px;
  max-width: 260px;
}
.footer-columns-wrap .footer-columns .addrees-info{
  font-family: 'Maven Pro';
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #414A53;
  margin: 10px 0px 30px 0px;
  float: left;
}
.footer-columns-wrap .footer-col-head{
  font-family: 'Maven Pro';
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #0E0E0E;
  margin-bottom: 20px;
}
ul.footer-col-links{
  margin: 0;
  padding: 0;
}

ul.footer-col-links li > a
{
font-family: 'Maven Pro';
font-size: 15px;
font-weight: 400;
line-height: 30px;
text-align: left;
text-decoration: none;
color: #414A53;
}
ul.footer-col-links li{
  margin: 10px 0px;
}
ul.footer-col-links li > a:hover
{
text-decoration: underline;
color: #000000;
}
.footerSecLvl {display: flex; flex-wrap: wrap;}
.footerSecLvl li {width: 50%;}
.fCol-5 {width: 50%;}

#carouselCaseStudy .case-study-wrap{
  border: 1px solid #E5EAF4;
  background:#ffffff;
  border-radius:25px;
}
#carouselCaseStudy .case-study-wrap .view-case-study
{
  font-family: 'Maven Pro';
font-size: 14px;
font-weight: 800;
line-height: 20px;
text-align: left;
color: #0E0E0E;
}

#carouselCaseStudy .imgSrc-block{
  background: linear-gradient(180deg, #F99143 0%, #EB4839 100%);
  min-height: 380px;
  border-radius:25px 0px 0px 25px;
  display: flex;
    align-items: end;
    justify-content: flex-end;
}
.macbook{
  top: 75px;
  position: absolute;
  left: 13px;
}
.smart-phone{
  position: absolute;
  right: 0;
  bottom: 0;
}
ul.social-networking-icons{
  margin: 0;
  padding: 0;
}

.social-networking-icons .sn-icons{float: left;}
.social-networking-icons .sn-icons a {
  width: 20px;
  height: 20px;
  text-decoration: none;
  float: left;
  margin: 0px 15px;
}
  .social-networking-icons .sn-icons a.first-child {margin-left: 0;}
  .social-networking-icons .sn-icons a.last-child {margin-right: 0;}
  .social-networking-icons .sn-icons a.lkin{background-image: url(./../images/in.svg); }
  .social-networking-icons .sn-icons a.fbk{ background-image: url(./../images/fb.svg);}
  .social-networking-icons .sn-icons a.spx{ background-image: url(./../images/x.svg);}
  .social-networking-icons .sn-icons a.ig{ background-image: url(./../images/ig.svg);}
  .social-networking-icons .sn-icons a.yt{ background-image: url(./../images/yt.svg);}
  .qrcode{
    background-image: url(./../images/qr-code.svg);
    width: 113px;
    height: 113px;
    float: left;
    margin-top: 25px;
  }
  .person1{
    position: absolute;
    bottom: 0;
    left: -13px;
  }
  
  .person2{
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .secured{
    background: url('./../images/shield-tick.svg') no-repeat left top;
    height: 24px;
  }
  .getHeader {
    background: rgb(57,84,175);
    background: linear-gradient(90deg, rgba(57,84,175,1) 0%, rgba(84,116,201,1) 100%);
    border-radius: 25px 25px 0 0;
    color: #A8DBFF;
    font-size: 25px;
    font-weight: bold;
    padding: 30px;
}

.getFooter {
    background: rgb(57,84,175);
    background: linear-gradient(189deg, rgba(57,84,175,1) 0%, rgba(84,116,201,1) 100%);
    padding: 30px;
    color: #F4CF70;
    font-size: 20px;
    border-radius: 0 0 20px 20px;
}
.getContent img {width: 100%; object-fit: cover;}
.formField input {border:0; border-bottom: 1px solid #838D94; background: none; border-radius: 0; padding:15px 0;}
.formField .form-floating>.form-control, .form-floating>.form-control-plaintext {padding: 1rem 0; font-weight: bold; color: #0E0E0E;}
.formField .form-floating>label {padding-left: 0;}
.formField .form-floating>.form-control-plaintext~label, 
.formField .form-floating>.form-control:focus~label, 
.formField .form-floating>.form-control:not(:placeholder-shown)~label, 
.formField .form-floating>.form-select~label {transform: scale(.85) translateY(-1rem) translateX(.0rem);}

.formField .form-floating>.form-control-plaintext~label::after, 
.formField .form-floating>.form-control:focus~label::after, 
.formField .form-floating>.form-control:not(:placeholder-shown)~label::after, 
.formField .form-floating>.form-select~label::after {background: none;}
.formField .form-control:focus {background: none; box-shadow: none;}
.formField .form-floating a {color:#D15D08 ;}
  .readMore{
    font-family: 'Maven Pro';
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-align: right;
    color: #F99143;
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
  }

  .blog-date{
    font-family: 'Maven Pro';
    font-size: 15px;
    font-weight: 500;
    line-height: 17.63px;
    text-align: left;
    color: #A8A8A8;
    float: left;
  }

  ul.happy-clients-row1, ul.happy-clients-row2{
    margin: 0 auto 30px;
    padding: 0;

  }
  .client-logo-wraps{
    text-align: center;
  }
  ul.happy-clients-row1 li:first-child, ul.happy-clients-row2 li:first-child{
    margin-left: 0;
  }
  ul.happy-clients-row1 li:last-child, ul.happy-clients-row2 li:last-child{
    margin-right: 0;
  }
  ul.happy-clients-row1 li, ul.happy-clients-row2 li{
  float: left;
  min-height: 105px;
  vertical-align: middle;
  display: flex;
  margin: 0px 37px;
  }
  #clientsLogo .owl-stage {display: flex;}
  #clientsLogo img {height: 55px;}
  #clientsLogo .owl-carousel .owl-item {display: flex;}

  .jobOpening img {margin-bottom: -60px;}

  .navbar-nav .nav-item .col-megamenu li a{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 8px 15px;
    line-height: 28px;
    text-decoration: none;
    border-radius: 10px;
  }
  .navbar-nav .nav-item .col-megamenu li.menuImg:hover a {
    background: none;
  }
  .navbar-nav .nav-item .col-megamenu li:hover a {
    background-color: #F0F7FC;
  }
  .navbar-nav .nav-item .col-megamenu li a img {
    margin-top: -15px;
    max-width:100%;
  }
  .navbar-nav .nav-item .col-megamenu li a span:first-child {
    font-weight: 600;
    font-size: 15px;
  }
  .navbar-nav .nav-item .col-megamenu li:hover a span:first-child {
    color: #D15D08;
  }
  .navbar-nav .nav-item .col-megamenu li a span:last-child {
    color: #585A5C;
    font-size: 14px;
    line-height: 22px;
  }
  .services-listing li{
    background: url(./../images/tick.svg) no-repeat left center;
    padding: 20px 0 20px 35px;
    border-bottom: 1px solid #283844;
  }
  .services-listing li:last-child {
    border: 0;
  }
  .blog-cards-wrapper .blog-cards .blog-wrap {background-size: cover !important; border-radius: 25px; min-height: 500px; align-content: space-between;}
 
  /*--- Remove Bootstrap's styling for Nav Class if needed ---*/
  #ProductNav .nav,
  #ProductNav2 .nav {
    display: inherit;
    flex-wrap: inherit;
    padding-left: inherit;
    margin-bottom: inherit;
    list-style: inherit;
  }

  /*--- Wrap Up ---*/
  .ProductNav_Wrapper {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
  }

  .ProductNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
  }

  .js .ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
  }

  .js .ProductNav::-webkit-scrollbar {
    display: none;
  }

  .ProductNav_Contents {
    float: left;
    transition: transform 0.2s ease-in-out;
    position: relative;
  }

  .ProductNav_Contents-no-transition {
    transition: none;
  }

  .ProductNav_Link {
    text-decoration: none;
    color: #585A5C;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0px;
    margin-right: 30px;
    line-height: 1.35;
  }

  .ProductNav_Link[aria-selected=true] {
    color: #1989D9;
    font-weight: 700;
  }

  .Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity 0.3s;
  }

  .Advancer:focus {
    outline: 0;
  }

  .Advancer:hover {
    cursor: pointer;
  }

  .Advancer_Left {
    left: 0;
  }

  [data-overflowing=both]~.Advancer_Left,
  [data-overflowing=left]~.Advancer_Left {
    opacity: 1;
  }

  .Advancer_Right {
    right: 0;
  }

  [data-overflowing=both]~.Advancer_Right,
  [data-overflowing=right]~.Advancer_Right {
    opacity: 1;
  }

  .Advancer_Icon {
    width: 12px;
    height: 44px;
    fill: #bbb;
  }

  .ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: #1989D9 !important;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .disabled{
    display: none !important;
  }
  .toolsLogo {
    overflow: hidden;
  }
  .toolsLogo div{
    margin-bottom: 20px;
    display: flex;
  }
.toolsLogo div span {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  height: 100%;
}
.toolsLogo div span img {
  max-height: 50px;
  object-fit: cover;
}
.hr-secondary{
  border-color: #D1D1D1;
  border-style: dashed;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
  /*Responsive*/
  @media (max-width: 1919px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 83%;
    }
    }
  @media (min-width: 1600px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
  .gp-flying {margin-right: 0;}
  }
  @media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .dropdown-menu{
      border: 0;
        top: 84.5px;
        border-radius: 0;
        width: 100%;
        padding: 30px;
  }
  header.sticky-top.scrolled {position: fixed; width: 100%;}
  .innerBanner img {object-fit: cover; object-position: center; width: 100%; height: 340px;}

  /*Home Header*/
  body.home:not(.dropdown-open) header.scrolled {background: #fff;}
  body.dropdown-open img.logo-dark {display: block;}
  body.dropdown-open img.logo-white {display: none;}
  body.home:not(.dropdown-open) header:not(.scrolled) .navbar-expand-lg .navbar-nav .nav-link,
  body.home:not(.dropdown-open) header:not(.scrolled) .contact-infolinks a i,
  body.home:not(.dropdown-open) header:not(.scrolled) .contact-infolinks a span {color: #fff;}
  }
  @media (max-width: 992px){
  .section-heading {font-size: 30px;}
  #navbarNavDropdown{
    position: absolute;
    top: 77px;
    background: #fff;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 2;
  }
  ul.navbar-nav {padding: 0 15px;}
  .navbar-nav .nav-item {padding:25px 0px; border-bottom: 1px solid #C1C7CC;}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-nav .dropdown-menu {
    border: 0;
  }
  li.menuImg {display: none;}
  header.sticky-top {position: relative;}
  body.dropdown-open:before {height: 0%;}
  body.dropdown-open:before {z-index: 1; background: #fff; height: 100%;}
  nav .navbar-toggler:focus {box-shadow: none;}
  nav .navbar-toggler .navbar-toggler-icon {background: url(../images/menu-close.svg) no-repeat left top;}
  header.sticky-top.scrolled {position: fixed; width: 100%;}
  }
@media (min-width: 768px){
  .toolsLogo div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) { 
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 93%;
  }
  .container-mbl-full {max-width: 100%;}
  .main-footer.content-area {padding-bottom: 30px;}
  .homeTab {margin: 0;}
  .our-clients-says .ocs-right-block .carousel-block {padding: 20px; border-radius: 15px;}
.main-heading {font-size: 35px; line-height: 45px;}
.carousel-inner .section-heading {font-size: 20px; line-height: 26px; margin-bottom: 0;}
.career-build h4.careers {font-size: 30px;}
.content-area .we-provide .nav-tabs {flex-wrap: nowrap; overflow-y: hidden; overflow-x: scroll; white-space: nowrap;}
.content-area .we-provide .nav-tabs li {margin-right: 30px;}
.our-ideas .our-ideas-content {padding: 30px 30px 60px; display: flex; flex-wrap: wrap; border-radius: 15px;}
.our-ideas .our-ideas-content .ideas-content-wrap {width: 100%; margin-bottom: 30px;}
.connect-us {margin: 0 -30px -30px 0; border-radius: 15px 0 15px; padding: 15px; background: #278FDA; position: absolute; bottom: 30px; right: 30px; width: auto; height: auto;}
.connect-us > a {font-size: 16px; padding: 0;}
.agam-caption {font-size: 35px; line-height: 5px;}
#carouselCaseStudy .carousel-control-prev {left: -25px;  top: 150px; display: flex;align-items: baseline;}
#carouselCaseStudy .carousel-control-next {right: -25px; top: 150px; display: flex;align-items: baseline;}
.blog-cards img {width: 100%; object-fit: cover;}
.macbook {left: -10px; width: 90%;}
.smart-phone {width: 38%;}
#carouselCaseStudy .imgSrc-block {border-radius: 15px 15px 0 0; min-height: 230px;}
#carouselClientIndicators .carousel-control-prev-icon, .case-studies .carousel-control-prev-icon,
#carouselClientIndicators .carousel-control-next-icon, .case-studies .carousel-control-next-icon {width: 35px; height: 35px;}
.navbar-nav .nav-item .col-megamenu li {border-bottom: 1px dashed #C1C7CC;}
.navbar-nav .nav-item .col-megamenu li a {padding-left: 0; padding-right: 0; margin-bottom: 15px; padding-top: 15px;}
.navbar-nav .nav-item .col-megamenu li a span:first-child {color: #D15D08;}
.homeTab .tabWrap {border: 0; background: none;}
.feature-list {padding-left: 15px;}
.feature-list li.feature-list-item {width: 100%;}
.homeTab .tabWrap .ProductNav_Wrapper {padding-left: 0; padding-right: 0;}
.homeTab .tabWrap .card-body {padding-left: 0; padding-right: 0;}
#carouselClientIndicators .iconswrap {left: 25%; bottom: 25px;}
.our-clients-says {margin-bottom: 40px;}
ul.ideas-lists {display: flex; flex-wrap: wrap; justify-content: center;}
.ideas-lists .ideas-list-item {float: none; margin-right: 0;}
.content-area .tab-content .tab-pane {padding: 10px 0 0;}
.rounded-theme.no-rounder-theme {border-radius: 0!important;}
.career-build .career-build-content .life-at-agam {width: 100%; padding: 30px 0;}
#carouselCaseStudy .imgSrc-block img {width: 100%;}
.partner-with-us .partner-with {width: 100%; padding: 30px;}
.partner-with-us .partner-with h4 {line-height: 30px;}
.toolsLogo div {margin: 0;}
.footer-columns-wrap .footer-columns.fCol-1 {margin-bottom: 40px;}
.footer-columns-wrap .footer-columns.fCol-2 { margin: 0; clear: unset;}
.footer-columns-wrap .footer-columns.fCol-3 {margin-top: 30px;}
.footer-columns-wrap .footer-columns.fCol-4 {margin-bottom: 30px;}
.footer-columns-wrap .footerSecLvl li {width: 100%; margin: 5px 0px;}
.footer-columns-wrap .footer-columns.fCol-5 {width: 100%;}
.footer-columns-wrap .footer-columns .addrees-info {margin-bottom: 15px;}
.footer-columns-wrap .footer-columns.last-btone h5 {display: none;}
.innerBanner img {width: 100%;}
.locatedSec .container > div {margin-left: -12px; margin-right: -12px; border-radius: 0 !important;}
.footer-copyrights-nav {padding: 10px 0; width: 100%;}
.footer-copyrights-nav li {margin: 5px 0; width: 50%;}
.footer-copyrights-nav .copyrights-nav-link a {margin: 0;}
.footer-copyrights .copy-right {width: 100%; text-align: left;}


/*Home Header*/
body.home:not(.dropdown-open) .header.scrolled {background: #fff;}
:not(.home)header.scrolled .logo-dark {display: none;}
header.scrolled .logo-white {display: block;}
body.home header:not(.scrolled) nav .navbar-toggler.collapsed .navbar-toggler-icon { background: url(../images/burger-menu-white.svg) no-repeat left top;}
body.home.dropdown-open .logo-dark {display: block;}
body.home.dropdown-open .logo-white {display: none;}
body.home header:not(.scrolled) .contact-infolinks a i {color: #fff;}
.bannerBg {padding-bottom: 2rem;}
}
@media (max-width: 350px) { 
  .agam-caption {
  font-size: 30px;
  }
}