@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;800&display=swap');
body{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  margin:0;
}  

.btn-align {
  text-align: center;
}


/* scroll-content-section */

.scroll_content {
  position: absolute;
}

.scroll_content_div {
  position: relative;
}

progress {
  /* position: fixed; */
  top:200px;
  width: 83%;
  height: 100px;
  border: 2px solid transparent;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: red;
  border-radius: 100px;
}

/* scroll-content-section */







.col-md-9.section11_p {
  font-size: 22px;
}

.mainbanner-section {
  background: url(../images/top_bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.quickcontact_phone.quickcontact_phone1 p {
  color: white;
}


.marquee {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.marquee div {
  display: block;
  position: absolute;
  width: 300%;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.marquee div:hover {
  animation-play-state: paused;
}
.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



/* navbar */

.bg_color{
background-color: rgb(247 245 252);
box-shadow: 0px 2px 3px rgb(203 203 203);
}

.logo_image {
width: 55%;
}

.navbar {
  border-radius: 0 0 15px 15px;
}

.navbar-nav > li {
}

ul.navbar-nav.me-auto {
position: relative;
}

.dropdown, .dropend, .dropstart, .dropup {
position: initial;
}

.left_alignment{
margin-right: 30px;
text-decoration: none;
color: #5a69a5;
font-weight: 800;
font-size: 18px;
}

.button_alignment{
width: 170px;
font-weight: 800;
background-color: #5a69a5;
}

.button_alignment1{
width: 157px;
font-weight: 800;
background-color: #5a69a5;
}



.sm_ad_images img {

}

.visuallyHidden {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height: 1px; width: 1px; 
margin: -1px; padding: 0; border: 0; 
}
.hamburger {
margin: 0 auto;
/* margin-top: 30px; */
width: 30px;
height: 30px;
position: relative;
}

.hamburger .bar {
padding: 0;
width: 30px;
height: 4px;
background-color: black;
display: block;
border-radius: 4px;
transition: all 0.4s ease-in-out;
position: absolute; 
}

.bar1 {
top: 0;
}

.bar2,
.bar3 {
top: 13.5px;
}

.bar3 {
right: 0;
}

.bar4 {
bottom: 0;
}

/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1{
transform: rotate(45deg);
transform-origin: 5%;
width: 41px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
transform: translateX(-40px);
background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
transform: translateX(40px);
background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
transform-origin: 5%;
transform: rotate(-45deg);
width: 41px;
}

.col-md-3.section11_img img {
  border-radius: 25px;
}


.topbanner p {
width: 800px;
margin: 0 auto;
font-size: 35px;
color: white;
padding-top: 10px;
line-height: 50px;
} 
.topbanner{
background: url(../images/top_banner.png);
text-align: center;
  padding: 50px;
}

.sm img {
  width: 20px;
}

.topbanner_heading {
color: white;
font-weight: 800;
  font-size: 60px;
}
.social_media_bg{
background: url(../images/bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: left center;
}
h5.website_section_quote {
padding-top: 20px;
font-size: x-large;
}
h2.seo_header {
color: rgb(12 158 196);
text-align: center;
padding: 60px;
}
h2.social_media_ad_header {
text-align: center;
padding: 40px 0;
font-weight: 800;
font-size: 48px;
}
.social_media_ad_bg {
background: #e8f3f6;
border-radius: 40px;
margin: 60px 0;
}
h2.social_media_ad_header {
color: #0d7ac2;
}
.social_media_ad_align{
padding: 0 40px 40px 40px;
}
.seo_align {
display: flex;
flex-direction: row;
align-items: center;
}
.seo_cont{
font-size: 25px;
color: #c7168c;
}
.seo_image_align{
text-align: right;
}
.seo_image_section {
position: relative;
}
.seo_image_section img {
width: 280px;
}
.arrow {
position: absolute;
top: 80px;
left: -11px;
display: flex;
flex-direction: column;
width: 128px;
}
.arrow1 {
position: absolute;
top: 53px;
}
.social_media_ad_align{
position: relative;
}
.piechart{
position: absolute;
width: 210px;
  top: -115px;
}
.graph{
position: absolute;
width: 210px;
  bottom: 33px;
}
.percentage{
position: absolute;
width: 170px;
  left: 289px;
  bottom: 58px;
}
.video_anim_bg{
background: url(../images/video_anim_bg.png);
background-repeat: no-repeat;
background-size: cover;
}

.video_anim_Sec{
flex-direction: row-reverse;
}
h1.video_anim_header {
  color: #0d7ac2;
  font-weight: 800;
  font-size: 48px;
}
.video_anim_cont{
  padding-top: 20px ;
}
.bg_color{
    background-color: rgb(247 245 252);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}
.logo_image {
    width: 200px;
}
.navbar-nav > li {
  }
  ul.navbar-nav.me-auto {
    position: relative;
}
.dropdown, .dropend, .dropstart, .dropup {
  position: initial;
}
  .left_alignment{
    margin-right: 30px;
    text-decoration: none;
    color: #5a69a5;
    font-weight: 800;
    font-size: 18px;
  }
  .button_alignment{
    width: 170px;
    font-weight: 800;
    background-color: #5a69a5;
  }
  .button_alignment1{
    width: 157px;
    font-weight: 800;
    background-color: #5a69a5;
  }






  .col-lg-6.col-12.col-sm-12.sm_ad_images {
    display: flex;
    justify-content: center;
}



.scroll_images_section{
position: relative;
  overflow: hidden;
}

.scroll-image{
position: absolute;
top: 0;
right: 0;
/* width: 500px; */
height: 900px;
max-width: 100%;
transform: translateX(61%) translateY(-10%);
/* display: flex; */
}

.scroll-element img{
margin: 1rem 0;
}


.primary{
-webkit-animation: moveSlideshow 65s linear infinite;
  -moz-animation: moveSlideshow 65s linear infinite;
  -o-animation: moveSlideshow 65s linear infinite;
  animation: moveSlideshow 65s linear infinite;
}

.secondary{
left: 25%;
  -webkit-animation: moveSlideshow 70s linear infinite;
  -moz-animation: moveSlideshow 70s linear infinite;
  -o-animation: moveSlideshow 70s linear infinite;
  animation: moveSlideshow 70s linear infinite;
}

.tertiary{
left: 62%;
  -webkit-animation: moveSlideshow 75s linear infinite;
  -moz-animation: moveSlideshow 75s linear infinite;
  -o-animation: moveSlideshow 75s linear infinite;
  animation: moveSlideshow 75s linear infinite;
}


@-webkit-keyframes moveSlideshow {
0% {
    -webkit-transform: translateY(0);
}
100% {
    -webkit-transform: translateY(-3452px);
}
}
@-moz-keyframes moveSlideshow {
0% {
    -moz-transform: translateY(0);
}
100% {
    -moz-transform: translateY(-3452px);
}
}
@-ms-keyframes moveSlideshow {
0% {
    -ms-transform: translateY(0);
}
100% {
    -ms-transform: translateY(-3452px);
}
}
@-o-keyframes moveSlideshow {
0% {
    -o-transform: translateY(0);
}
100% {
    -o-transform: translateY(-3452px);
}
}
@keyframes moveSlideshow {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-3452px);
}
}


.hor_slide_hov_main {
    display: flex;
}


.slide_hov_cont span {
    -webkit-transform: rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    margin-top: auto;
    /* position: absolute  ; */
}
.slide_hov_cont:last-child {
    margin-right: 0;
}

.slide_hov_cont:hover {
    width: 200% !important;
    transition: 0.3s;
    writing-mode: initial !important;
}

.slide_hov_cont_1:hover{
  background: linear-gradient(transparent, rgb(228 41 164 / 75%)), url(../images/digital_market_image.png);
  object-fit: cover;
  background-size: cover;
  background-position: initial;
  transition: 0.3s;
}

.slide_hov_cont_2:hover{
  background: linear-gradient(transparent, rgb(228 41 164 / 75%)), url(../images/e-commerce_image.png);
  object-fit: cover;
  transition: 0.3s;
  background-size: cover;
  background-position-x: left;
}

.slide_hov_cont_3:hover{
  background: linear-gradient(transparent, rgb(228 41 164 / 75%)), url(../images/gaming_image.png);
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}

.slide_hov_cont_4:hover{
  background: linear-gradient(transparent, rgb(228 41 164 / 75%)), url(../images/business_intelligence_image.png);
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}


.slide_hov_cont:hover span {
  transform: none;
}

.slide_hov_cont:first-child {
    width: 200%;
    /* writing-mode: initial; */
}
.slide_hov_cont:first-child span{
/* transform: none; */
}

.hor_slide_hov_main:hover .slide_hov_cont:first-child {
    width: 100%;
    writing-mode: vertical-rl;
}


.nav-link{
  font-size: 18px;
  color: #161b5b !important;
  margin-left: 10px;

}

.nav-item {
  border: 2px solid transparent;
  border-radius: 30px;
}


.nav-item.active {
  border: 2px solid #0c7fd8;
  border-radius: 30px;
}

.nav-link1{
  font-size: 18px;
  color: #5a69a5 !important;
  padding: .5rem 1rem;
  font-weight: 400;
}

.nav-link5{
  font-size: 16px;
  color: #007aca;
  /* padding: .5rem 1rem; */
  font-weight: 400;

}

.tab-pane5{
  padding: .5rem 0;
}

.nav-link1.active{
  color: #007aca;
}

.collapse.navbar-collapse.contact_details {
  display: flex;
  flex-direction: column;
}

.mail img {
  padding-right: 8px;
}

.mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone.mail p {
  margin: 0;
}

a {
  text-decoration: none;
}





div#mynavbar {
  justify-content: end;
}

/* .nav-link.contact-link {
  background: #0c7fd8;
  color: #fff !important;
  border-radius: 7px;
} */
.vertical_tab_spacing{
  width: 50%;
}

.vertical_tab_spacing1{
  width: 60%;
}

.vertical_tab_spacing2{
  width: 100%;
}



.navbar-brand{
padding: 0;
}

.section_two_bg{
  background-color:rgb(206 236 255);
}

.brand_icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.form_border{
  border: 2px solid #5a69a5;
  padding: 15px;
  /* width: 182%; */
}

.d-flex{
  align-items: center;
}

.section_one_header{
  color: #5a69a5;
  font-weight: 800;
  font-size: 49px;
  padding-bottom: 40px;
}

.dropdown-item.active, .dropdown-item:active {
  background: none;
  color: #000;
}

.section_one_content_align{
  padding-top: 20px;
}

.skillgm-sec{
  background-color: #e1ebf3;
}

.skillgm_space{
  margin-bottom: 40px;
}

.section_one_align{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.row.section_one_align img {
  width: 150px;
}

.section_one_image{
  padding: 40px;
}

.section_three_bg{
  background: url(../images/image_one.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.section_three_header{
  color: #5a69a5;
  font-weight: 800;
  font-size: 2.8rem;
}

.section_three_card {
  background-color: white;
  padding: 35px;
  margin: 85px;
  border-top: 10px solid transparent;
  border-image: linear-gradient(to right, rgb(27 165 255 / 50%), rgb(255 7 169 / 50%));  
  border-image-slice: 1;
}

.section_four_bg{
background: url(../images/image_two.png);
background-repeat: no-repeat;
background-size: cover;
}

.section_three_secondary_content{
color: #5a69a5;
  font-weight: 800;
}

.section_three_primary_content{
margin-bottom: 5px;
}

.section_five_header{
color: #5a69a5;
  font-weight: 800;
  font-size: 55px;
}
.gaming-page .section_five_header {
color: #007aca;
}
.section_five_button{
/* border-radius: 40px; */
  padding: 8px 18px;
  border: 3px solid #5a69a5;
  color: #5a69a5;
  font-weight: 800;
  background: transparent;
}

.section_five_content{
padding: 20px 0px;
}

.section_six_bg{
background-color: rgb(235 239 244);
padding: 0 40px 40px 40px;
}

.section_six_header{
  color: #5a69a5;
  font-size: 55px;
  text-align: center;
  padding: 40px;
  font-weight: 800;
}

.card_bg{
background-color: white;
border-radius: 30px;
max-width: 615px;
margin: 16px;
}


.card_secondary_content{
color: #5a69a5;
  font-weight: 800;
}

.card_header{
color: #5a69a5;
margin-bottom: 5px;
font-weight: 800;
font-size: 1.5rem;
}

.card_content{
/* padding: 0px 16px 0px 25px; */
}

p.card_primary_content{
margin-bottom: 5px;
font-size: medium;
color: #707070;
}

.section.section3 {
  background: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section_Seven_bg{
background-image: url(../images/blue_bg.png);
background-size: cover;
  /* font-size: large; */
  color: white;
  margin: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_seven_button{
padding: 8px 18px;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: 800;
  background: transparent;
}

.section_seven_content{
font-size: x-large;
margin-bottom: 1.5rem;
}

.section_eight_content{
padding: 20px 0px;
}

.section_eight {
padding: 40px 10px;
}

.section_nine_header{
color: #5a69a5;
font-size: 30px;
font-weight: bold;
}

.section_nine_primary_content{
font-size: medium;
}

.section_nine_secondary_content{
color: #5a69a5;
font-weight: 800;
}

.section_nine_main_header{
color: #5a69a5;
font-size: 55px;
text-align: center;
padding: 0px 0 80px 0;
font-weight: 800;
}

.section_nine {
padding: 40px 80px 80px 80px;
}

li.link_items {
margin-bottom: 10px;
}

.link_items a {
text-decoration: none;
color: rgb(53 155 220);
}

ul.footer_links {
list-style-type: none;
/* text-align: center; */
/* padding-left: 0; */
}

.footer_align{
margin: 0 auto;
  /* width: 16%; */
}

.logo{
margin-bottom: 20px;
}

.footer{
  
  background: #23233e;
  color: #fff;
  margin-bottom: -1px;
}
.footer .container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyrights_text{
  background: #23233e;
  /* padding: 10px; */
}

.footer-logo {
  width: 190px;
  margin: auto;
  display: block;
}

.footer .row {
  /* align-items: center; */
}

.footer-head {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px !important;
}

.footer p {
  margin: 0;
}

.vat-txt {
  font-weight: bold;
  margin-top: 10px !important;
}
.footer_sm {
display: flex;
flex-direction: row;
align-items: start;
justify-content: center;
}

.sm_icon{
width: 49px;
  height: auto;
  padding-right: 7px;
}

.copyrights_Section{
background-color: black;
}

.copyrights_text p{
color: white;
text-align: center;
margin-bottom: 0;
padding: 15px;
font-size: small;
border-top: 2px solid white;

}

.section_two_image{
height: 30px;
width: auto;
}

.section_two_image{
margin: 20px;
}

.dropdown_content{
display: flex;
align-items: center;
}

.dropdown_content1 {
color: #6f6f6f;
font-size: small;
}

.dropdown-menu h4 {
font-size: large;
font-weight: 400;
}

.dropdown_content img {
height: 35px;
margin-right: 10px;
}



.dropdown-menu{
box-shadow: 2px 2px 8px gray;
}

.dropdown-menu[data-bs-popper] {
top: 100%;
left: auto;
margin-top: .125rem;
}

.dropdown:hover>.dropdown-menu {
display: flex;
flex-wrap: wrap;
border-radius: 10px;
border: none;
padding: 20px;
  left: 0;
  right: 0;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

li.nav-item.dropdown:hover .dropdown-toggle::after {
transform: rotate(180deg);
color: #007aca;
}

a.nav-link.text-dark.dropdown-toggle.nav_header:hover {
color: #0036fe!important;
}

.section_six_align{
margin-top: 20px;
}

.slide_hov_cont {
width: 100%;
text-align: center;
/* height: 300px; */
display: flex;
align-items: center;
justify-content: center;
background: #959595;
margin-right: 20px;
transition: 0.3s;
writing-mode: vertical-rl;
text-orientation: mixed;
height: 500px;
width: 100vw;
overflow: hidden;
line-height: 60px;

}


.slide_hov_cont_1{
background: url(../images/digital_market_image.png);
background-position: center;
background-size: cover;
}

.slide_hov_cont_2{
background: url(../images/e-commerce_image.png);
background-position-y: bottom;
  background-size: cover;
}

.slide_hov_cont_3{
background: url(../images/gaming_image.png);
background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.slide_hov_cont_4{
background: url(../images/business_intelligence_image.png);
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}

.slide_hov_cont span {
color: white;
font-weight: 800;
font-size: 40px;
line-height: 50px;
padding: 20px;
text-align: initial;
width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide_hov_cont_1{
background: -webkit-linear-gradient(transparent, rgb(0 122 202 / 60%)), url(../images/digital_market_image.png);;
background: linear-gradient(transparent, rgb(0 122 202 / 60%)), url(../images/digital_market_image.png);
background-size: cover;
  background-position: initial;
}

.slide_hov_cont_2{
background: -webkit-linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/e-commerce_image.png");
background: linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/e-commerce_image.png"); 
background-size: cover;
  background-position-x: left;
}

.slide_hov_cont_3{
background: -webkit-linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/gaming_image.png");
background: linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/gaming_image.png");
background-position: center;
  background-size: cover;

}

.slide_hov_cont_4{
background: -webkit-linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/business_intelligence_image.png");
background: linear-gradient(transparent, rgb(0 122 202 / 60%)), url("../images/business_intelligence_image.png"); 
background-position-x: center;
  background-size: cover;
}
.sec-spacing {
padding: 3em 0;
}  
/* .scroll-parent {
position: relative;
width: 58%;
height: 480px;
overflow: hidden;
text-align: center;
transition: all 0.4s ease-in-out;

}

.scroll-parent::after{
content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; 
  background-image: linear-gradient(180deg, white, transparent, transparent, white); 
}

.scroll-element {
padding: 10px;
position: absolute;
left: 0;
top: 0;
}

.scroll-element img {
padding: 5px;
}

.primary {
animation: primary 5s linear infinite;
}

.secondary {
animation: secondary 5s  linear infinite;
}

@keyframes primary {
from {
  top: 0%;
}
to {
  top: -100%;
}
}

@keyframes secondary {
from {
  top: 100%;
}
to {
  top: 0%;
}
} */

.card_content1{
padding-bottom: 40px;
}

.cust_engamnt_bg{
border-radius: 0;
}

.personalised_header{
color: #5a69a5 !important;
}

.personalised_header.row{
padding: 40px;
}

.notification{
padding-bottom: 40px;
}

.noti_bg{
background-color: #f2f2f2;
border-radius: 40px;
padding: 30px;
}

.noti_header{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.noti_header img{
padding-left: 30px;
padding-bottom: 30px;
width: 100px;
height: auto;
}

.noti_header h2{
color: #787878;
}

.noti_link{
text-decoration: underline black;
}

.noti_link p{
color: black;
font-weight: 400;
font-size: 12px;
  font-weight: 600;
}

.noti_cont{
color: #727272;
}

.track_section{
padding-top: 40px;
}
.mainbanner-section {
  height: 662px;
  margin-top: -15px;
  position: relative;
  /* min-height: 520px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f6088;
}

video.video-file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.character {
  position: relative;
}

.character_image {
  padding: 55px;
}

p.subtext-1.subtext2.text-highlight.aos-init.aos-animate {
  color: #0c7fd8;
  font-weight: bold;
  font-size: 20px;
}

p.subtext-1.subtext2.contact.aos-init.aos-animate {
  margin-bottom: 17px;
}

/* .our_values_pts {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
} */

.our_values_pts {
  position: relative;
}

.our_values_pts .pt {
  /* width: 20%; */
  color: #707070;
  position: relative;
}

.pt:hover p::before {
  width: 100%;
  transition: 0.3s;
}

.pt p::before {
  content: "";
  position: absolute;
  background: #0c7fd8;
  height: 6px;
  bottom: -4px;
  width: 90px;
  border-radius: 6px;
  z-index: 1;
  transition: 0.3s;
}

.pt p::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -11px;
  width: 100%;
  border-radius: 6px;
  left: 0;
  /* background: #8b8b8b; */
}

/* .pt.pt2 p::before {
  content: "";
  position: absolute;
  background: #0c7fd8;
  height: 3px;
  top: 37%;
  width: 192px;
}

.pt.pt3 p::before {
  content: "";
  position: absolute;
  background: #0c7fd8;
  height: 3px;
  top: 59%;
  width: 192px;
}

.pt.pt4 p::before {
  content: "";
  position: absolute;
  background: #0c7fd8;
  height: 3px;
  top: 105px;
  width: 192px;
}

.pt.pt5 p::before {
  content: "";
  position: absolute;
  background: #0c7fd8;
  height: 3px;
  top: 105px;
  width: 192px;
} */

.pt1 {
  margin-right: 83%;
}

.pt2 {
  margin-left: 16%;
  margin-right: 62%;
}

.pt3 {
  margin-left: 32%;
  margin-right: 27%;
}

.pt4 {
  margin-left: 48%;
  margin-right: 12%;
}

.pt5 {
  margin-left: 64%;
  margin-right: 3%;
}

.our_values_pts .pt p {
  /* border-bottom: 5px solid #e7e7e7; */
  font-size: 20px;
}

.our_values_pts .pt1::after (

)

.our_values_pts .pt p:hover {
  border-bottom: 5px solid #0c7fd8;
  width: fit-content;
}


/* .our_values_pts p {
  border: 2px solid transparent;
    width: 20%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    height: fit-content;
    margin-top: 13px;
    color: #707070;
} */

/* .our_values_pts::before {
  content: "";
  background: #0c7fd8;
  height: 7px;
  width: 100%;
  border-radius: 105px;
  z-index: 11;
} */

/* .our_values_pts p:hover {
  background: #e5e5e5;
  border-radius: 15px;
  border: 2px solid #0c7fd8;
} */

h2.title-2.aos-init.aos-animate {
  font-weight: 800;
  margin-bottom: 13px;
}

.our_values {
background: #f0f0f0;
    padding: 30px 25px 40px 25px;
    border-radius: 20px;
}
.ourvalues-img {
width: 100%;
    margin: auto;
    display: block;
    margin-top: 25px;
}

a.subtext-1.subtext2.contact.aos-init.aos-animate {
  color: #707070;
  text-decoration: underline;
}

a.subtext-1.subtext2.contact.aos-init.aos-animate:hover {
  color: #0c7fd8;
}


.section.section111 {
  text-align: center;
  background: url(../images/ideabg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.ideaimg img {
  width: 405px;
    margin: 0px auto;
  /* width: 300px; */
    margin: 20px auto;
    display: block;
  border-radius: 20px;
}

/* .character_image {
  position: absolute;
  top: 76px;
} */

.mainbanner-section .container {
  position: relative;
  /* padding-top: 50px;
  padding-bottom: 50px; */
  color: #fff;
}

.title-2 {
  color: #161b5b;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 800;
}

h2.title-1.title.aos-init.aos-animate {
  color: white;
}

p.subtext-1.subtext.aos-init.aos-animate {
  color: white;
}

h2.title-1.aos-init.aos-animate {
  color: #161b5b;
}


.slide1 {
  margin: 20px 0;
  background: #fff;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 18%);
  height: calc(100% - 20px);
}

.slide1 img {
  width: 110px !important;
  padding: 0 0 25px 0;
}

.slide1 p {
  color: #707070;
}

.slide1 h2 {
  font-size: 20px;
  font-weight: 800;
  color: #161b5b;

}


.slide2 h2 {
  margin-top: 1rem;
}

.slide3 h2{
  margin-top: 1rem;
}

.slide4 h2{
  margin-top: 1rem;
}

.slide1 h3 {
  font-size: 15px;
  font-weight: 600;
}

.partner_logo {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  align-items: center;
}

.partner_logo img {
  width: 10%;
  height: auto;
  padding: 14px;

}


.col-12.card_content.card_content3 img {
  width: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0;
}

.sm.sm1 {
  margin-top: 20px;
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.1, 1.29);
}

/* [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0, -0.05, 0, 1.48);
} */
.scroll-main{position:relative;    overflow: hidden;}
.scroll-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, white, transparent, transparent, transparent, white);
}

.scroll-parent {
  position: relative;
  width: 160vw;
  height: 9rem;
  overflow-x: hidden;
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  /* animation: primary 3s linear infinite; */
}

.primary {
  animation: primary 18s linear infinite;
}

.secondary {
  animation: secondary 18s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

.marquee {
  display: none;
}


@media  screen and (max-width:1181px) {
  /* .slide2 h2{
    margin-top: 11rem;
  }

  .slide3 h2{
    margin-top: 3.1rem;
  }

  .slide4 h2{
    margin-top: 3.2rem;
  }
 */
  
}

@media screen and (max-width:991px) {

  .pt1 {
    margin-right: 69%;
}

.pt2 {
  margin-left: 9%;
  margin-right: 48%;
}

.pt3 {
  margin-left: 25%;
  margin-right: 22%;
}

.pt4 {
  margin-left: 41%;
  margin-right: 11%;
}

.pt5 {
  margin-left: 57%;
  margin-right: 0%;
}

  .scroll-parent {
    display: block;
    width: 200vw;
  }

  .marquee {
    display: none;
  }

  /* .box-sec1-link{
    margin-top: 30px;
  } */


  a.top_button {
    margin-bottom: 40px;
  }
  
    .col-12.col-md-6.section1_text.aos-init.aos-animate span{
      font-size: 34px !important;
    }
  
    .col-12.col-md-6.section1_text.aos-init.aos-animate h1 {
      padding-top: 20px !important;
      font-size: 30px !important;
    }
  
    .col-12.col-md-6.section1_text.aos-init.aos-animate {
      margin-top: 36px !important;
    }
  
  


  .slide2 h2 {
    margin-top: 8rem;
}

.slide3 h2, .slide4 h2 {
  margin-top: 5.1rem;
}

  .quickcontact h2, .followus h2{
    /* text-align: center; */
    margin-top: 40px;
  }

  .card_bg1{
    padding: 0 !important;
  }


  .box-sec1-link img{
    width: 60px !important;
  }

h2.social_media_ad_header{
  padding: 15px 0;
  font-size: 28px;
}

.topbanner_heading{
  font-size: 26px;
}

.topbanner p {
  font-size: 16px;
  width: auto;
  line-height: 24px;
}
.topbanner p {
  width: auto;
}

.section_one_header{
  padding: 40px 0;
}

.seo_image_align {
  text-align: center;
}

.arrow {
left: 144px;
}

.seo_image_section img{
padding: 20px;
}

.sm_ad_images {
text-align: center;
padding-bottom: 30px;
}

.video_anim_Sec{
padding: 40px;
}

.section_one_content {
  font-size: x-large;
}

.section_five_button{
margin-bottom: 40px;
}

.footer_align{
width: fit-content;
margin: 0;
}

ul.footer_links{
padding-left: 0;
}

.section_two_image{
margin: 20px;
}

.navbar-nav{
margin-bottom: 0;
justify-content: start;
align-items: start;
}

a.nav-link.active {
  border: 2px solid #0c80d800;
  border-radius: 30px;
}

.navbar-nav > li {
margin-left: 0px;
margin-right: 0px;
}

.nav_header{
text-align: start;
}

.dropdown-menu{
background-color: transparent;
border: none;
}

.text-center {
text-align: initial;
}

nav.navbar.navbar-expand-lg.bg_color.sticky-top {
overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
}


}

@media screen and (max-width:767px) {
	.our_values {
    padding: 25px 10px;
}

  .pt p::before {
    bottom: 15px;
    width: 52px;
  }

  .pt:hover p::before {
    width: 79%;
  }

  .our_values_pts .pt p:hover {
    border-bottom: 5px solid transparent;
  }

  .our_values_pts .pt p {
    font-size: 18px;
    text-align: end;
    padding: 8px 29px 0 0;
  }

  .pt p::before {
    position: relative;
  }

  .our_values_pts .pt {
    width: 100%;
    /* font-size: 14px; */
    /* text-align: end; */
    padding: 5px 0;
  }

  .pt2  {
    margin-left: 0%;
    padding-left: 15px !important;
  }

  .pt3 {
    margin-left: 0%;
    padding-left: 30px !important;
  }

 .pt4 {
    margin-left: 0%;
    padding-left: 45px !important;
  }

  .pt5  {
    margin-left: 0%;
    padding-left: 60px !important;
  }



  .title-2 {
    /* text-align: end; */
  }
  


  .our_values_pts::before {
    content: "";
    background: #0c7fd8;
    height: 99%;
    width: 6px;
    right: 0px;
    position: absolute;
    border-radius: 105px;
    z-index: 11;
}

.mainbanner-section {
	height: auto;
    padding-top: 50px;
}
  .character_image {
    padding-bottom: 35px !important;
}

  a.top_button h6 {
    font-size: 20px !important;
  }

  .col-md-9.section11_p {
    margin-top: 20px;
    text-align: justify;
	font-size: 18px;
}

  .character_image {
    top: 40px;
  }

  .followus_icon {
    justify-content: center;
  }

  .quickcontact_mail, .quickcontact_phone{
    justify-content: center;
  }

.footer .col-12 {
  margin-bottom: 20px;
}

.footer .col-12:last-child {
  margin-bottom: 0;
}
.footer {
  text-align:center;
}
}

@media screen and (max-width:575px) {
ul.footer_links{
  padding-left: 0;
}

.card_content1{
  padding-bottom: 40px;
  text-align: center;
  width: 80%;
  margin: 0 auto; 
}



.footer_align{
  /* width: 100%; */
}

.footer_sm{
  justify-content: start;
}

.section_nine{
  padding: 0;
}

.section_nine_main_header{
  font-size: 34px;
  text-align-last: left;
  text-align: start;
  padding-bottom: 20px;
}

.section_nine_header{
  font-size: 25px;
}

.section_Seven_bg{
  margin: 0;
}

/* .section_one_align{
  flex-direction: column;
  text-align: center;
} */

.section_one_header{
  font-size: 31px;
  padding: 20px 0;
}

.section_eight {
  padding: 15px 0px;
}

.section_six_header{
padding: 30px 0 15px 0;  
font-size: 31px;
margin-bottom: 0;
}

.section_five_header{
font-size: 34px;
}

.track_align{
margin: 30px 0;
}


.section_five_button{
margin-bottom: 40px;
}

.section_three_card{
padding: 12px;
margin: 15px;
}

.section_three_header{
font-size: 35px;
}

.button_alignment1{
font-size: 14px;
}

.section_one_content {
font-size: large;
}

.section_six_bg{
padding: 0;
}

/* .section_six_image{
margin-bottom: 20px;
} */

p.card_primary_content{
/* text-align: justify; */

margin-bottom: 0px;
}

.section_two_image{
margin: 20px;
}

.card_header{
margin-bottom: 1px;
}

.card_secondary_content{

}

.section_seven_content{
font-size: large;
}

.logo{
width: 130px;
}

.section_six_align{
margin-top: 0;
margin-bottom: 20px;
}

.card_bottom{
margin-bottom: 30px;
}

.hor_slide_hov_main {
flex-direction: column;
position: relative;
}

.slide_hov_cont {
width: 100% !important;
writing-mode: initial !important;
text-orientation: mixed;
}

.slide_hov_cont span {
transform: none !important;
width: 100%;
}


.slide_hov_cont {
height: 70px;
  margin-right: 0;
margin-bottom: 10px;
}


.slide_hov_cont:hover {
height: 200px !important;
width: 100% !important;

}

.slide_hov_cont:first-child {
height: 200px;
width: 100% !important;
}

.hor_slide_hov_main:hover .slide_hov_cont:first-child {
height: 70px;
width: 100% !important;
}

.slide_hov_cont.active{
background: linear-gradient(transparent, rgb(228 41 164 / 75%)), url(../images/digital_market_image.png);
  object-fit: cover;
  background-size: cover;
  background-position: initial;
  transition: 0.3s;
}


.slide_hov_cont span{
font-size: 20px;
padding: 0;
}

.vertical_tab_spacing{
flex-wrap: nowrap;
}



.vertical_tab_align{
flex-direction: column;
}

.scroll-parent{
  width: 404vw;
  height: 6rem;
}

.track_button{
margin-bottom: 0;
}


}


.navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.section {
  padding: 4rem 0;
  overflow: hidden;
}

.title-1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.subtext-1 {
  text-align: center;
  /* margin-bottom: 3rem; */
  color: #333333;
}

p.subtext-1.aos-init.aos-animate span {
  font-size: 25px;
  font-weight: 700;
}

h4.aos-init.aos-animate {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 40px;
}

/* .contactus_image {
  width: 90px;
} */

.form-control {
  border: 1px solid transparent;
    box-shadow: 1px 1px 10px #00000014;
    border-radius: 0.40rem;
    margin-bottom: 14px;
	padding: 10px;
}

p.form_heading.aos-init.aos-animate {
  text-align: left;
  color: #151a5a;
  margin-top: 30px;
}


img.contactus_image.aos-init.aos-animate {
  width: 28px;
}

img.contactus_image1.aos-init.aos-animate {
  width: 20px;
}


.section.section1 {
  background: #eef7fe;
}

a.box-sec1-link p {
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  color: #707070;
  line-height: 24px;
}

.section2 {
  background: white;
}
.box-sec1-link {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 1px 1px 10px #0000002e;
  /* height: 367px; */
}

a.box-sec2-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

a.box-sec2-link img {
  width: 105px;
}

a.box-sec1-link h4 {
  font-weight: 800;
  color: #161b5b;
}

.box-sec1-link img {
  margin-bottom: 25px;
  width: 80px;
}

.rd-more-btn {
  color: #fff !important;
  text-decoration: none;
  background: #5a69a5;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
}
.rd-more-btn1 {
  color: #62b6ea !important;
  
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
}
.card_header_sub {
  color: #5a69a5;
  margin-bottom: 10px;
  font-weight: 600;
}

.card_bg {
  background: #F2F2F2;
  margin: 0;
  padding: 15px;
  margin-bottom: 25px;
}
.section2 .card_bg {
  background: #fff;
  padding: 20px 15px;
}
/* .section4 {
  background: #f7f5fc;
} */


p.subtext-1.subtext2.aos-init.aos-animate {
  color: #707070;
}

.section.section5 {
  background: #f7f7f7;
}

.col-12.meet-core-img-div {
  width: 170px;
  margin: auto;
  padding: 20px;
}

.card_content p {
  color: #707070;
  font-size: 15px;
}

p.subtext-1.subtext3.aos-init.aos-animate {
  margin: 3px;
  padding-bottom: 15px;
}

/* .card_content img {
  width: 80px;
} */

h3.card_header {
  color: #161b5b;
  padding: 12px 0;
}

.section6_content{
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

p.card_header_sub {
  color: #161b5b;
  font-weight: 800;
  font-size: 15px;
}

p.section6_content.aos-init.aos-animate {
  color: #707070;
}

.mainbanner-section p strong {
  display: block;
}
.real-time-num {
  display: flex;
  justify-content: space-evenly;
  background: #5a69a5;
  /* background: url(../images/statistics_bg.jpg); */
  background-position: right top;
  background-size: cover;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 190px;
  flex-wrap: wrap;
}
.testimonial-box{
  display: flex;
  justify-content: space-evenly;
  background: #5a69a5;
  background: url(../images/statistics_bg.jpg);
  background-position: right top;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
  border-radius: 20px;
  min-height: 190px;
  flex-wrap: wrap;
  /*max-width: 800px;*/
  max-width: 1000px;
  margin: auto;
  min-height: 310px;
}
.carousel .card_bg .card-author-txt2 {
  margin-bottom: 0 !important;
  font-size: 0.85rem;
  color: #C9E4FB !important;
}

.carousel .card_bg .card-author {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.num1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

p.num-text2 {
  /* color: #0036fe; */
  text-align: center;
}

.real-time-num.aos-init.aos-animate {
  background-color: #ffffff42;
}

.news-content-box {
width: 87%;
    text-align: center;
    margin: auto;
}

.news-content-box p {
  text-align: justify !important;
}



.news-content-box h4 {
  font-weight: 800;
  color: #161b5b;
}

.news-content-box img {
  padding: 20px;
}

a.rd-more-btn1 {
  color: #1976d3!important;
  font-weight: 700;
}

.num-text1 {
  margin: 0 0px 0 0;
  font-weight: 800;
  font-size: 3rem;
  /* color: #0036fe; */
}

.num-text2 {
  margin-bottom: 0;
  /* color: #C9E4FB; */
  line-height: 1;
  font-weight: 600;
  font-size: 1.2rem;
}
.sec2-icon-1 {
  width: 90px;
  margin: auto;
  display: block;
}

/* .card_bg img {
  border-radius: 20px;
} */
.section6 {
  /* background: url(../images/client_logo_bg.jpg); */
  background-position: center;
  background-size: cover;
}
.brands_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brands_icons img {
  width: 126px;
  margin: 5px;
  border-radius: 10px;
}
.section4_box img {
  margin-bottom: 10px;
}
.section4_box p {
  margin-bottom: 5px;
  color: #707070;
    margin-top: 20px;
}
.section2-box .card_header {
  font-size: 1.15rem;
  color: #161b5b;
    text-align: center;
    padding: 15px;
}
.main-title-1 {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 14px rgb(0 0 0 / 52%);

}
.navbar-toggler {
  transform: scale(0.7);
  transform-origin: center right;
}

.hamburger .bar {background-color: #5a69a5;}
.section4_box .col-12 {
  margin-bottom: 15px;
}

.col-12.col-md-6.section1_text.aos-init.aos-animate {
  text-align: initial;
}

.col-12.col-md-6.section1_text.aos-init.aos-animate h1 {
  font-size: 35px;
  font-weight: 200;
}

.col-12.col-md-6.section1_text.aos-init.aos-animate span {
  font-size: 48px;
  font-weight: 600;
} 

.col-12.col-md-6.section1_text.aos-init.aos-animate p {
  margin: 25px 0;
}

.col-12.col-md-6.section1_text.aos-init.aos-animate a {
  display: inline-flex;
    background: #fff;
  color: #0c7fd8;
  text-decoration: none;
}

a.top_button {
  padding: 0 12px;
  border-radius: 12px;
}

a.top_button h6 {
  padding-right: 10px;
  font-size: 25px;
  margin: 12px 0;
  font-weight: 800;
}

a.top_button img {
  width: 24px;
}


/*.section6 .title-1 {
  color: #fff;
}*/
.mainbanner-section-box {
  /* max-width: 600px; */
  margin: auto;
  text-align: center;
  align-items: center;
}

.mainbanner-cont1 {
  background: rgb(55 84 124 / 50%);
  padding: 20px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.carousel .card_bg {
  background: transparent;
  color: #fff !important;
  width: 100%;
  max-width: 100%;
  position: static;
}

.carousel .card_bg * {
  color: #fff !important;
    text-align: right;
}

.carousel .card_bg .section_one_align {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.carousel .card_bg img {
  width: 100px;
  border-radius: 50%;
  margin-left: 10px;
}
.contact-form {
  /* max-width: 500px; */
  margin: auto;
  /* background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%); */
}
.contactus-content-div {
	display:flex;
	/*align-items:center;*/
	flex-direction:column;
	/*justify-content:center;*/
}
.contactus-content-div p{
	text-align:justify;
}
.section8 {
  background: #f7f7f7;
}

/* .contact-form .col-12 {
  margin-bottom: 13px;
} */

button.btn.btn-primary {
  margin-top: 0px;
}

textarea.form-control {
  min-height: calc(1.5em + (7.75rem + 2px));
}

h4.aos-init.aos-animate {
  color: #161b5b;
}

p.subtext-1.aos-init.aos-animate {
  color: #151a5a;
  margin-bottom: 40px;
}

.contact-form .btn {
  background: #0c7fd8  !important;
  border-color: #0c7fd8  !important;
  box-shadow: none !important;
  display: block;
  width: 120px;
  border-radius: 7px;
}
.nav-link{
  position:relative;
}
/* .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 4px;
  height: 4px;
  width: 23px;
  background: #62b6ea;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
} */

.nav-item.active {
  font-weight: bold;
}
.box-sec1-link {
  position:relative;
  top:0;
  transition: 0.3s;
  display: block;
  height: 100%;
}
.box-sec1-link:hover {
  top: -5px;
  transition: 0.3s;
}
.card_bg{
  position:relative;
  top:0;
  transition: 0.3s;
  /* display: contents; */
  text-align: center;
  box-shadow: 1px 1px 10px #0000002e;
  height: 100%;
}
.card_bg:hover{
  top: -5px;
  transition: 0.3s;
}

.quickcontact_mail, .quickcontact_phone {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* justify-content: center; */
}

.quickcontact_mail img, .quickcontact_phone  img {
  padding: 0 10px 0px 0px;
  width: 35px;
}

.followus_icon {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.followus_icon a {
    display: block;
    width: 50%;
    color: #fff;
}
.quickcontact_phone {
  padding-right: 20px;
}

/* 
.quickcontact_phone:nth-child(even){
  padding-left: 6px;
} */

.quickcontact h2, .followus h2 {
  font-size: 20px;
  font-weight: 800;
}

.section.section10{
  background: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card_bg1 {
  text-align: center;

  padding: 40px;
}

.section.section11{
  background: url(../images/bg2.png);
  background-size: cover;
    background-repeat: no-repeat;
}

.section.section11 h2 {
  font-weight: 800;
  text-align: center;
  padding: 30px;
  color: white;
}

.col-md-9.section11_p p {
  color: white;
}



h6.card_header {
  color: white;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}



.swiper {
  width: 100%;
  height: 100%;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 2px 2px 10px #0000005c; */
  border-radius: 30px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation {
  position: absolute;
  bottom: 0;
    left: 46%;
    width: 100px;
    height: 51px;
}

.navigation .swiper-button-next, .navigation .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}

/* .slide1 {
  margin-top: 60px;
} */

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 25px;
  color: black;
    font-weight: 800;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  margin-bottom: 50px;
}

.section7 {
  background-color: #eef7fe;
}
.contactus-content-div a {
    color: #151a5a;
}

.quickcontact a {
    color: #fff;
}
.footer-logo-sec img {
    width: 200px;
    filter: grayscale(1) brightness(10.5);
}
.our_values_pts {
    display: none;
}


@media screen and (max-width:575px){
	.our_values_pts {
    display: block;
}
.ourvalues-img{
	display:none;
}
}
@media screen and (max-width:991px){

  .character_image {
    padding: 0px;
}

  .navigation {
    left: 43%;
  }


  .nav-link.active:after {
    content: "";
    left: 10px;
    margin: 0;
}
  .brands_icons img {
    width: 120px;
  }
  .logo_image {
    width: 170px;
}
.nav-link {
  margin-left: 0;
  color: #161b5b;
  padding: 3px 10px !important;
}
.navbar-nav li.nav-item {
    margin-top: 8px;
}
.num1 {
  flex-direction: column;
  align-items: initial;
  margin-bottom: 10px;
  justify-content: center;
}

.num-text1 {
  margin: 0;
  text-align: center;
}

.num-text2 {
  text-align: center;
}
.title-1 {
  font-size: 2rem;
}
}
@media screen and (max-width:767px){
.followus_icon a {
    width: auto;
}
  .scroll-parent {
    /* display: block; */
    width: 370vw;
}

  .navigation {
    left: 37%;
  }

  

  .slide2 h2, .slide3 h2, .slide4 h2 {
    margin-top: 0;
}

  .main-title-1{
    font-size: 1.5rem;
  }

  .quickcontact_phone1{
    padding: 20px;
  }
  
  .followus {
    margin-top: 20px;
}


  .news-content-box p {
    text-align: justify;
  }

  .news-content-box {
    width: 100%;
  }

  p.card_header_sub {
    text-align: center;
  }



p.subtext-1.aos-init.aos-animate {
  text-align: center;
}

.col-md-5.col-sm-12.col-12.contactus-content-div {
  text-align: center;
}

img.contactus_image.aos-init.aos-animate {
  margin: auto;
}

  .carousel .card_bg .section_one_align {
    flex-direction: column;
}
.carousel .card_bg *{
  text-align:center;
}
  .carousel .card_bg img {
    width: 80px;
    margin: 0 0 10px 0;
  }
  .brands_icons img {
    width: 100px;
  }
  .num1 {
    flex-direction: column;
    align-items: initial;
     width: 100%;
}
.card_content{
  /*padding-left: 0;*/
    padding-top: 0.8rem;
}
.section2-box .card_content{
	text-align: center;
}
.rd-more-btn1 {
    margin-top: 0.5rem;
}
.section4_box .news-content-div {
	text-align:center;
	margin-bottom:1.5rem;
}
.news-content-box {
	text-align:center;
    background-color: #fff;
	padding-bottom:0.5rem;
}
.meet-core-img-div {
    display: flex;
    align-items: center;
}
/* .meet-core-img-div .meet-core-img {
    border: 1px solid #5a69a545;
} */
.testimonial-box{
  min-height: 400px;
}
}