@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');
:root{
--pc:#5ac1a5; /*222096*/
--sc:#353535;
--tc:#d5947e;
--fc:#838282;
--black:#000;
--muted:#dee2e6;
/*--pf:'Vidaloka', serif;*/
}
body{
font-family: 'Roboto', sans-serif;
overflow-x:hidden;
}
html{scroll-behavior:smooth;}
p,ul{
margin-bottom:0;
}
p{
font-size:16px;
}
a:hover,
a:focus{
text-decoration:none;
}
button:focus,
input:focus{
outline:none;
}
/*color classes*/
.bg_pc{background:linear-gradient(to right, #5ac1a5 0%, #182955 100%);}
.bg_sc{background:var(--sc);}
.bg_tc{background:var(--tc);}
.bg_fc{background:var(--fc);}
.bg_black{background:var(--black);}

.text_pc{color:var(--pc);}
.text_sc{color:var(--sc);}
.text_tc{color:var(--tc);}
.text_fc{color:var(--fc);}
.text_black{color:var(--black);}
.tr1{
transition:.4s ease;
-webkit-transition:.4s ease;
-moz-transition:.4s ease;
-o-transition:.4s ease;
}
.fs8{font-size:8px;}
.radius10{border-radius:10px;}
.oh{overflow:hidden;}
.f30{width:38px;height:38px;}
.f40{width:40px;height:40px;}
.f60{width:60px;height:60px;}
.f70{width:70px;height:70px;}
.f90{width:90px;height:90px;}
.f150{width:150px;height:150px;}
.pf{font-family:var(--pf)}
.fw4{font-weight:400;}
.zi{z-index:1;}
.cp{cursor:pointer;}
.obj_fit{object-fit:cover;}
/*hover classes*/
.th_white:hover{color:var(--white)!important;}
.th_pc:hover{color:var(--pc)!important;}
.th_sc:hover{color:var(--sc)!important;}

.t1{font-size:3.5rem;}
.t2{font-size:2.5rem;}
.btn1:hover{
background:var(--pc)!important;
}
.btn2:hover{
background:var(--black)!important;
}
.btn3:hover{
background:var(--fc)!important;
color:var(--pc);
}

.hometo{
	display:none;
}
.mainhome .hometo{
	display:block;
}
.mainhome .otherto{
	display:none;
}
#scrolltop {
  display: none;
  position: fixed;
  bottom: 104px;
  right: 0px;
  z-index: 99;
  transform: rotate(45deg);
}
#scrolltop button{
transform: rotate(-45deg);
}
#scrolltop:hover {
background-color: var(--white);
}
#scrolltop:hover button i{
color:var(--main)!important;
}
.fixed_header {
position:fixed!important;
top:0;
left:0;
width:100%; 
background:var(--white);
z-index:1000;
transition:.2s ease-in-out;
animation:scrollfix .4s 1;
box-shadow:10px 0 10px 5px rgba(0,0,0,.05);
}
@keyframes scrollfix{
0%{transform: translateY(-100%);}
100%{transform: translateY(0);}
}
.s_links li a{
border:1px solid var(--pc);
}
.s_links li a:hover{
color:var(--pc)!important;
background:none;
}
.hr1{width:100px;height:2px;}
header .nav-link {
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  padding: 10px 15px !important;
  font-family: calibri;
  color: #244463 !important;
}
.sub_menu h5 {
  font-family: calibri;
  font-weight: normal;
  font-size: 19px;
  color: #244463;
}
header .nav-link::after{
	margin-bottom: -4px;
}
header .nav-link:hover,
header .active .nav-link{
color:var(--pc)!important;
}
header .nav-link::before{
content:'';
position:absolute;
bottom:0;
left:25%;
width:0%;
height:2px;
background:var(--pc);
transition:.3s ease;
}
header .active .nav-link::before,
header .nav-link:hover::before{
width:100%;
left:0px;
}
.main_banner{
background:#f8f0ee;
min-height:100vh;
background-size:cover;
/*background-repeat:no-repeat;
background-position:bottom;*/
}
.main_banner::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/* background:linear-gradient(111deg, rgb(248 240 238 / 46%), rgb(243 230 230 / 0%)); */
z-index:-1;
}
.fea_slider{
background:#f8f0ee;
}
.grd_text{
background: #222096;
background:linear-gradient(to right, #5ac1a5 0%, #4274f6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.border_left{
border-left:3px solid var(--pc);
}
.features .fea_1 .card .icon{
background: rgb(34,32,150);
background-image: linear-gradient(to right top, #c1f0ad, #acda98, #97c483, #82ae6f, #6e995b);
 }
 .features .fea_2 .card .icon{
background-image: linear-gradient(to right top, #eec5b8, #e7bfb1, #e1b8ab, #dab2a4, #d4ac9e);
 }

 .features .fea_3 .card .icon{
 background-image: linear-gradient(to right top, #9adad7, #99d7d4, #98d4d1, #97d2cf, #96cfcc);
 }

 .features .fea_4 .card .icon{
 background-image: linear-gradient(to right top, #a09aea, #a699e3, #ab98dc, #ae97d6, #b196cf);
  }

.features .item .card:hover .icon,
.features .item .card:hover .content{
transform:translateY(-5px);
}
.features .item .card:hover .icon{
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.features .fea_1 .card:hover{background:rgba(145, 203, 120, .3);}
.features .fea_1 .card:hover h5{
color:#91cb78;
}
.features .fea_2 .card:hover{background:rgba(249, 176, 151, .3);}
.features .fea_2 .card:hover h5{
color:#f9b097;
}

.features .fea_3 .card:hover{background:rgba(63, 209, 202, .3);}
.features .fea_3 .card:hover h5{
color:#3fd1ca;
}

.features .fea_4 .card:hover{background:rgba(134, 124, 247, .3);}
.features .fea_4 .card:hover h5{
color:#867CF7;
}


.owl-nav button{
width:40px;
height:40px;
background:var(--white)!important;
border-radius:50%;
position:absolute;
top:45%;
z-index:21;
box-shadow:0 0 5px 5px rgba(0,0,0,.1);
}
.owl-nav button:hover{
background:var(--pc)!important;
}
.owl-nav button:hover span{color:var(--white);}
.owl-nav button:first-child{left:-20px;}
.owl-nav button:last-child{right:-20px;}
.owl-dots{
text-align:center;
margin-top:20px;
}
.owl-dots .owl-dot{
width:8px;
height:8px;
margin:0 2px;
background:rgba(0,0,0,.2)!important;
border-radius:50%;
}
.owl-dots .owl-dot.active{
background:var(--sc)!important;
}
.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:.7;
}
.overlay_dark{
background:rgb(0,0,0,.7);
}
.testi .carousel-inner .card{
color: white;
gap: 20px;
border-radius: 7px;
backdrop-filter: blur(5px);
background-color: rgb(7 7 7 / 44%);
box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
border: 8px rgba(255,255,255,0.4) solid;
border-bottom: 8px rgba(40,40,40,0.35) solid;
border-right: 8px rgba(40,40,40,0.35) solid;
}
#testi .carousel-indicators li{
width:10px;
height:10px;
border:1px solid var(--white);
border-radius:50%;
background:transparent;
}
#testi .carousel-indicators li.active{background:var(--white);}
.why_choose .card .icon{
border: 5px solid var(--pc);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.why_choose::before{
content: '';
position: absolute;
top: 50%;
left: 0;
width: 150%;
height: 50%;
background: #56d0affa;
opacity: .5;
transform: rotate(-45deg) scale(.5);
transform-origin: top;
z-index: -1;
}
.why_choose .imgs .card-img-overlay img{
border:10px solid var(--white);
}
.dotted_effect1 {
position:absolute;
bottom:0;
right:0;
width:200px;
height:200px;
}
.services .card.ser1{background: #A277FF;}
.services .card.ser2{background: #73C4FF;}
.services .card.ser3{background: #FF60DC;}
.services .card.ser4{background: #C467FD;}
.services .card.ser5{background: #FFA360;}
.services .card.ser6{background: #6E6BFF;}
.services .card.ser7{background: #5BBAFF;}
.services .card.ser8{background: #FF6EDF;}
.services .card.ser9{background: #75C5FF;}
.services .card .h_eff img{
position:absolute;
opacity:0;
transition:.3s ease-in-out;
}
.services .card:hover{
transform:scale(.90);
opacity:1;
}
.services .card .h_eff{
z-index:-10;
}
.services .card:hover .h_eff img{
opacity:1;
transform:rotate(180deg); 
}
.services .card .h_eff .shape1{
top:20px;
left:10px;
}
.services .card:hover .h_eff .shape1{
left:-20px;
}
.services .card .h_eff .shape2{
top:30px;
right:10px;
}
.services .card:hover .h_eff .shape2{
right:-20px;
}
.services .card .h_eff .shape3{
bottom:20px;
left:10px;
}
.services .card:hover .h_eff .shape3{
left:-20px;
}
.services .card .h_eff .shape4{
bottom:10px;
right:10px;
}
.services .card:hover .h_eff .shape4{
bottom:-20px;
right:-20px;
}
.services .card .h_eff .shape5{
bottom:50px;
left:50%;
}
.services .card:hover .h_eff .shape5{
bottom:-20px;
left:40%;
}

.skills .progress{
height:10px;
}
.bubble_effect1::before{
content:'';
position:absolute;
top:-50px;
right:-50px;
width:100px;
height:100px;
background:var(--pc);
opacity:.2;
border-radius:50%;
transform:scale(0);
transition:.3s ease-in-out;
}
.bubble_effect1::after{
content:'';
position:absolute;
top:-100px;
right:-100px;
width:200px;
height:200px;
background:var(--pc);
opacity:.2;
border-radius:50%;
transform:scale(0);
transition:.3s ease-in-out;
}
.why_choose .card:hover .bubble_effect1::after,
.why_choose .card:hover .bubble_effect1::before{
transform:scale(1);
}
.why_choose .card:hover{
opacity:.9;
transform:scale(.9);
}
.modal .close{
position:absolute;
top:0;
right:0;
z-index:1;
opacity:1;
}
.ser_card{
background:rgb(245 245 255);
border:1px solid transparent;
}
.ser_card:hover{
border:1px solid var(--pc);
}
.ser_card .btn{
position:absolute;
bottom:-50px;
right:-50px;
}
.ser_card:hover .btn{
position:absolute;
bottom:-8px;
right:-8px;
}
.ser_card .btn:hover{
background:var(--sc);
}
.ib .breadcrumb-item+.breadcrumb-item::before{
color:var(--white);
}
.vison_mission .nav-tabs .nav-link{
border:none;
border-bottom:3px solid transparent;
}
.vison_mission .nav-tabs .nav-link.active{
color:var(--pc)!important;
border-bottom:3px solid var(--pc);
background:none;
}
#accordion .card-header[aria-expanded="false"] .fas{
transform:rotate(180deg);
}
.news_listing_card .card-img{
height:250px;
}
.news_listing_card:hover .card-img img{
transform:scale(1.1) rotate(1deg);
opacity:.9;
}
.pagination .page-link{
color:var(--black);
}
.pagination .page-link:focus,
.form-control:focus{
outline:none;
outline-color:none;
box-shadow: none;
}
.pagination .active .page-link{
background:var(--pc)!important;
color:var(--white);
border-color:var(--pc);
}
.line_ellipsis_2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.cs_card .card-img{
height:200px;
}
.deliver_work .card:hover{
background:rgba(0,0,0,.05);
}
.port_card .card-img{
height:250px;
}
.port_card:hover .card-img img{
transform:scale(1.2);
opacity:.95;
}
.fixed_social_icons{
position:fixed;
top:11%;
right:0;
z-index:100;
}
.fixed_social_icons ul li a{
background:linear-gradient(to right, #5ac1a5 0%, #182955 100%);
color:var(--white);
border-bottom:1px solid white;
}
/*.fixed_social_icons ul li a.fb{background: #4267B2;}
.fixed_social_icons ul li a.tw{background:#1D9BF0;}
.fixed_social_icons ul li a.in{background:#0e76a8;}
.fixed_social_icons ul li a.insta{background:radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);}
*/








@media(max-width:991px){
	.abountus {
position:unset;
}
header {
/* position:absolute; */
top:0;
left:0;
width:100%;
z-index:1000;
background:rgba(255,255,255,.95);
}


.main_banner .container{
padding-top:70px;
}
.main_banner{
background-size:auto;
}
.ib {
padding-top:130px!important;
}

}
@media(min-width:991px){
.skills::before{
content:'';
position:absolute;
top:0;
right:0;
width:40%;
height:100%;
background:url('https://www.ambientechs.com/img/skills.jpg') no-repeat center;
background-size:cover;
min-height:300px;
}
}

@media(max-width:768px){
.t2{
font-size:1.5rem;
}
}

@media(max-width:575px){
.t1{
line-height:45px;
font-size:40px;
}
.nfteco li img {
  height: 150px;
}
.owl-nav{
margin-top:30px;
display:flex;
justify-content:center;
align-items:center;
}
.owl-nav button{
position:relative;
}
.owl-nav button:first-child{left:-5px;}
.owl-nav button:last-child{right:-5px;}
.hm p {
  font-size: 40px !important;
  line-height: 46px !important;
}
.hm span {
  font-size: 45px !important;
}
}

/*--- By Pawan --*/
.dotcol {
  border: 2px dotted;
  color: var(--pc);
  border-radius: 6px;
  margin: 13px 0;
}
.dotcol p i {
  border: 2px dotted;
  color: var(--pc);
  border-radius: 100px;
  padding: 8px;
  margin-right: 10px;
}
.dotcol p a {
  color: #000;
}
.dotcol p {
  font-size: 20px;
  color: #000 !important;
}
.fpMvit .contact-info-card {
  margin: 100px auto 0px;
}
.eOttKb {
  max-width: 1140px;
  width: 100%;
  background-image: linear-gradient(to right, #5ac1a5 0%, #182955 100%);
  border-radius: 10px;
  padding: 70px 60px;
  transition: all 800ms ease 0s;
}
.eOttKb .container .content-part {
  flex: 1 1 0%;
  padding-right: 20px;
  position: relative;
}
.eOttKb .container .content-part h4 {
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.37px;
  color: rgb(255, 255, 255);
  margin: 0px;
}
.eOttKb .container .button-col {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
.eOttKb .container .button-col .right-arrow {
  background: rgba(0, 0, 0, 0) url("https://ambientechs.com/img/rotated-right-arrow.svg") no-repeat scroll 0% 0%;
  width: 151px;
  height: 55px;
  margin-right: 36px;
  transition: all 0.3s ease 0s;
}
.eOttKb .container .button-col .btn-col .top-sign {
  background: rgba(0, 0, 0, 0) url("https://ambientechs.com/img/top-sign.svg") repeat scroll 0% 0%;
  transform: translateY(-100%);
  transition: transform 15ms ease-in-out 0s;
}
.eOttKb .container .button-col .btn-col .bottom-sign {
  background: rgba(0, 0, 0, 0) url("https://ambientechs.com/img/bottom-sign.svg") repeat scroll 0% 0%;
  transition: transform 0.2s ease-in-out 0s;
  transform: translateY(100%);
}
.eOttKb .container .button-col .btn-col .sign-blk {
  width: 103px;
  height: 33px;
  display: block;
  margin: 0px auto;
  transition: all 0.3s ease 0s;
}
.eOttKb .container .button-col .btn-col .button {
  background: rgb(239, 83, 102) none repeat scroll 0% 0%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 1.8px;
  padding: 18px 42px 20px;
  line-height: 20px;
  margin: 22px 0px 20px;
}
.eOttKb .container .button-col .btn-col .button::before{
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.eAzCsj span {
  position: relative;
  z-index: 10;
}
.lastborder {
  background: rgb(239, 239, 239) none repeat scroll 0% 0%;
}
.lastborder p {
  font-size: 15px;
  line-height: 20px;
  color: rgb(150, 150, 150);
  margin: 0px;
  text-align: center;
}
.link-col h5 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.22px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  position: relative;
}
.link-col ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.link-col ul li a {
  display: block;
  color: rgb(77, 75, 75);
  transition: all 0.3s ease 0s;
  font-size: 15px;
  line-height: 18px;
}
.link-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-col h5::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(197, 197, 197, 0.45);
}
.gas {
  margin: 15px auto;
}
.chak_dark{
background: #f8f9fa;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.inner-banner {
  background-image: url("https://ambientechs.com/img/abt_background.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.inner-bannertitle {
    color: #252b33;
    padding: 50px 0 50px 0;
    line-height: 1.5;
    font-family: calibri;
}
.inner-bannertitle p {
    font-family: calibri;
    font-size: 26px;
}
.caont {
  background-position: bottom;
}
.caont .inner-bannertitle {
  padding: 100px 0 100px 0;
}
.inner-bannertitle h1 {
  color: rgb(77, 75, 75);
  font-size: 56px;
  font-weight: bold;
  line-height: 62px;
  margin: 20px 0;
}
.inner-bannertitle h1 span {
  display: block;
  font-size: 38px;
}
.gotes {
  background-color: #f7f9fc;
  padding: 60px 0;
  position: relative;
}
.conttent-centerbox {
  margin-top: auto;
  margin-bottom: auto;
}
.gotes-text {
  font-size: 18px;
  color: rgb(77, 75, 75);
  line-height: 1.6;
}
.gotes-text h2 {
  font-size: 40px;
  font-weight: bold;
}
.gotes-text h2 span {
  font-size: 24px;
  font-weight: normal;
  display: block;
}
.gotes .aboutimg {
  position: relative;
}
.gotes .aboutimg img {
  border-radius: 8px;
}
.gotes .gotes-title {
  position: absolute;
  max-width: 90%;
  background-color: #fff;
  border-radius: 0 8px 8px 0px;
  font-size: 32px;
  color: rgb(77, 75, 75);
  line-height: 1.4;
  padding: 30px 40px;
  top: 33%;
  font-weight: bold;
}
.gotes .gotes-title span {
  color: linear-gradient(to right, #5ac1a5 0%, #4274f6 100%);
}
#getintouch input {
  background-color: #fff;
  -webkit-appearance: none;
  height: 40px;
  display: block;
  font-size: 14px;
  color: #252b33;
  box-sizing: border-box;
  box-shadow: 0 0 21px 0 rgba(0,0,0,0.07);
  border-radius: 4px;
}
#getintouch textarea {
  background-color: #fff;
  -webkit-appearance: none;
  display: block;
  font-size: 14px;
  color: #252b33;
  box-sizing: border-box;
  box-shadow: 0 0 21px 0 rgba(0,0,0,0.07);
  border-radius: 4px;
}
.ftitle{
	color:#fff;
	margin-bottom: 15px;
}

.amtaproch {
  background-color: #fff;
  padding: 60px 0;
  padding-bottom: 120px;
}
.titleblock {
  font-size: 18px;
  color:rgb(77, 75, 75);
  line-height: 1.6;
}
.titleblock h2 {
  font-size: 40px;
  font-weight: bold;
}
.ambboxt {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 240, 247);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 67.5px 7.5px rgba(237, 240, 247, 0.5);
  padding: 20px;
  margin-top: 30px;
  cursor: pointer;
  transition: all ease .4s;
}
.boxaa-icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin: 0 1.5rem 1.5rem .5rem;
  align-items: center;
  justify-content: center;
}
.boxaa-icon img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 9;
}
.ambboxt h4 {
  font-size: 24px;
  color: rgb(77, 75, 75);
  font-weight: bold;
  margin-bottom: 15px;
}
.ambboxt p {
  font-size: 16px;
  color: rgb(77, 75, 75);
  font-weight: normal;
  line-height: 1.6;
  height: 245px;
}
.deliverbox{
  border-radius: 8px !important;
border: 0 !important;
background: transparent !important;
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.57 ) !important;
}
.deliverbox p {
  color: #0b0e39 !important;
}
.deliverbox:hover {
  background: var(--pc) !important;
}
.maintab{
 /*  margin-top: 70px; */
}
.inner-port {
  background-image: url("https://ambientechs.com/img/port.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.inner-portfolio {
  color: #fff;
  font-size: 28px;
  width: 45%;
  display: inline-block;
  padding-top: 50px;
  float: left;
}

.inner-portfolio h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  font-family: calibri;
  padding-top: 30px;
  margin-bottom: 0;
}
.inner-portfolio h3 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  background: linear-gradient(to right, #5ac1a5 0%, #182955 100%);
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}
.portimg {
  width: 45%;
  display: inline-block;
  margin-left: 7%;
}
.portimg img {
  width: 490px;
}
.section_padding {
  padding-bottom: 115px;
}
.portfolio_section .portfolio_row {
  margin-top: 50px;
}
.portfolio_section .portfolio_box {
  box-shadow: 0 0px 10px 1px #b3b3b3;
  border-radius: 6px;
  margin: 15px 0px;
  transition: 0.1s;
}
.portfolio_section .portfolio_box .portfolio_box_img {
  height: 475px;
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0px 0px;
}
.portfolio_section .portfolio_box .portfolio_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-position: top;
}
.portfolio_section .portfolio_box .portfolio_box_body {
  padding: 25px 15px 15px 15px;
}
.portfolio_section .portfolio_box .portfolio_box_body h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: calibri;
}
.portfolio_section .portfolio_box .portfolio_box_body h5 a {
  color: #000;
}
.portfolio_section .portfolio_box .portfolio_box_body span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.portfolio_section .portfolio_box .portfolio_box_body span p {
  margin: 0;
  font-family: calibri;
}
.appcore p {
  margin: 8px 0;
  color: #b3c9dd;
font-family: calibri;
font-size: 19px;
}
.appcore p:nth-child(4) {
  text-transform: uppercase;
}
.topmostapp h3 {
  font-family: calibri;
  font-size: 38px;
  font-weight: lighter;
  padding-bottom: 15px;
}
.clasto p {
  color: #0000009e;
  font-family: calibri;
  padding-top: 6px;
  font-size: 21px;
  font-weight: lighter;
}
.sects ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sects ul li {
  border-radius: 6px;
  margin: 1px 0;
  padding: 7px 18px;
  background: linear-gradient(to right, #182955 0%, #5ac1a5 100%);
  color: #fff;
  font-family: calibri;
  font-weight: 300;
}
.corevalues img {
  margin: 0 auto;
  height: 320px;
  object-fit: contain;
}
.indrange {
  background: linear-gradient(to right, #2a6d8e 0%, #5ac1a5 100%);
}
.rangapp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rangapp ul li {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 5.5px );
  -webkit-backdrop-filter: blur( 5.5px );
  border-radius: 2px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  width: 32%;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  margin: 6px;
}
.indrange h2 {
  color: #fff;
  font-family: calibri;
}
.indrange p {
  color: #fff;
  font-family: calibri;
}
#country_code {
  width: 20%;
  display: inline-block;
}
#phonerequest {
  width: 79%;
  display: inline-block;
}

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 40px !important; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-1 .owl-nav .owl-prev {
    left: 20px; }

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: white; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.media-29101 .text {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .media-29101 .text {
      padding: 20px;
      width: 100%; } }
  .media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem; }
  .media-29101 .text h2 {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px; }
    .media-29101 .text h2 a {
      color: #000; }

.carousel-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }
  .carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block; }
    .carousel-nav a:hover {
      color: #000; }
    .carousel-nav a.active {
      color: #000; }
      .carousel-nav a.active:before {
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        position: absolute;
        border-bottom: 1px solid #8886bf; }
		
.techareas {
  background: linear-gradient(to right, #661212 0%, #182955 100%);
  margin-bottom: 50px;
}
.tabtech .active span {
  color: #ffffffd1;
}
.tabtech span {
  display: inherit;
  color: #ffffff7a;
  font-weight: bold;
  padding-top: 10px;
}
.tabtech img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}
.owl-1 h2 {
  color: #ffffffd1;
  font-size: 21px;
  text-align: center;
  font-family: calibri;
  display: inline-block;
  width: 100%;
}
.laxox {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.laxox ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 65%;
  display: flex;
}
.laxox ul li {
  float: left;
  text-align: center;
  width: 190px;
}
.laxox ul li img {
  width: 74px !important;
  display: unset !important;
}
.laxox ul li span {
  color: #ffffffd1;
  display: inherit;
  font-size: 22px;
  padding-top: 4px;
  font-family: calibri;
}
.crosspatp {
  text-align: center;
  margin-top: 25px;
}
.crossappdesign h6 {
  color: #ffffffd1;
  font-size: 20px;
  font-family: calibri;
}
.crossappdesign img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: auto;
  text-align: center;
}
.tocross li {
  width: 22% !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.57 ) !important;
  margin-bottom: 18px !important;
}
.tocross span {
  font-family: calibri;
  font-size: 22px;
  float: left;
  width: 100%;
}
.hirededicate::before {
  background-image: linear-gradient(219deg, #fff0, #cac3e75c, #182955, #182955, #000) !important;
}
.dedicatedevtime ul {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
list-style: none;
text-align: left;
}
.dedicatedevtime ul li {
  width: 33.333%;
  padding: 8px;
}
.dedicatedevtime ul li .dedicatedblock {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 15px;
}
.dedicatedevtime ul li .dedicatedblock strong {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #07586a;
}
.dedicatedevtime ul li .dedicatedblock p {
  font-size: 16px;
  color: #000000b8;
  font-weight: normal;
  line-height: 30px;
}
.dedicatedevtime ul li .dedicatedblock p span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #323232;
  margin: 0 6px;
}
.opensourse .inner-portfolio {
  width: 100%;
  padding-bottom: 190px;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}
.opensourse a {
  width: 17%;
  display: inline-block;
}
.opensourse .inner-portfolio h1 {
  color: #244463;
  opacity: 0.8;
  font-weight: bold;
  font-size: 59px;
  line-height: 55px;
  margin-bottom: 15px;
}
.opensourse .inner-portfolio p {
  color: #000000b3;
  font-family: calibri;
  font-size: 24px;
  font-weight: lighter;
}
.opensourse a h3 {
  font-size: 17px;
  background: #244463;
  padding: 10px;
}
.opensourse{
	background-size: 100% 100%;
	display: inline-block;
	width: 100%;
}
.nfteco {
  background-color: rgb(240, 249, 255);
}
.nfteco h2 {
  color: #244463;
}
.nfteco p {
  color: #244463;
  font-size: 27px;
  font-family: calibri;
  font-weight: lighter;
}
.nfteco span {
  color: #244463;
  float: none;
  font-size: 30px;
  padding: 15px 1px;
  display: inline-block;
  font-weight: bold;
}
.nfteco ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nfteco li {
  width: 48% !important;
  float: left;
  margin-left: 2%;
}
.nfteco li img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.adnode {
  width: 95%;
  display: inline-flex;
  margin: 0 auto;
}
.adnode h5 {
  color: #244463;
  font-size: 23px;
  padding: 15px 1px;
  font-weight: lighter;
  width: 80%;
}
.adnode a {
  height: 40px;
  margin: 15px 0px;
}

.wap {
  background-color: rgb(240, 249, 255);
}
.wap h2 {
  color: #244463;
}
.wap p {
  color: #244463;
  font-size: 27px;
  font-family: calibri;
  font-weight: lighter;
}
.wap span {
  color: #244463;
  float: none;
  font-size: 20px;
  padding: 15px 1px;
  display: inline-block;
  font-weight: bold;
}
.wap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wap li {
  width: 23% !important;
  float: left;
  margin-left: 2%;
}
.wap li img {
  padding-top:15px;
}
.wada li img {
  height: 150px;
}
.progressive_cmp h2 {
  font-family: calibri;
  font-size: 45px;
}
.progressive_cmp p {
  font-size: 19px;
  color: #67686a;
  font-family: calibri;
  font-weight: lighter;
}

.sectionp p {
  font-size: 18px;
  color: #67686a;
  font-family: calibri;
  font-weight: lighter;
}
.enterdevstools img {
  height: 250px;
  object-fit: contain;
}
.enterdevstools h6 {
  font-family: calibri;
  padding-top: 18px;
  font-size: 26px;
  font-weight: bold;
  color: #244463;
  opacity: 0.8;
}
.gets {
  color: #000000b3;
  font-family: calibri;
  font-size: 21px;
  font-weight: lighter;
}
.chg_sec .owl-carousel .owl-item img {
  height: 300px;
  object-fit: contain;
}
.how_deliver_ambient p {
  font-family: calibri;
  font-size: 20px;
}
.jkso::before {
  background: #182955 !important;
}
.moreservice div > div > p {
  margin-bottom: 20px;
}
.moreservice p {
  font-family: calibri;
  font-size: 20px;
  font-weight: lighter;
}
/*--- By Pawan --*/

/*app development 2 css*/
.app_inner_banner{
  padding:100px 0px;
  position: relative;
  z-index:1;
  display: flex;
  align-items: center;
}
.app_inner_banner::before{
content:'';
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:linear-gradient(219deg, #ffffff47, #cac3e75c, #182955, #182955, #5ac1a5);
z-index:-1;
}
.app_inner_banner .t1{
color:var(--white);
}
.why_choose_card{
padding:20px;
border-radius:10px;
overflow:hidden;
z-index:1;
height: 300px;
}
.why_choose_card.why_choose_card1{
background: rgb(33 31 150 / 17%);
}
.why_choose_card.why_choose_card2{
background: rgb(255 58 58 / 26%);
}
.why_choose_card.why_choose_card3{
background:rgb(253 183 103 / 20%);
}
.why_choose_card.why_choose_card4{
background: rgb(250 99 99 / 20%);
}
.why_choose_card .icon img{
width:60px;
margin:auto;
transition: .4s ease-in-out;
}
.why_choose_card:hover .icon img{
transform: translateY(-100px);
  }
.why_choose_card .title{
font-size:18px;
color:var(--black);
transition: .4s ease-in-out;
 }
 .why_choose_card p{
  
font-size:14px;
transition: .3s ease-in-out;
 }
  .why_choose_card:hover p{
height: auto;
  opacity: 1;
  color:var(--white);
}
 .why_choose_card::before{
content: '';
position: absolute;
top:50px;
left:50px;
width:0px;
height:0px;
background:var(--pc);
z-index:-1;
transition: .3s ease-in-out;
 }
  .why_choose_card:hover::before{
width:100%;
height:100%;
left:0;
top:0;
  }
  .why_choose_card:hover{border-color:var(--pc)!important;}
  .why_choose_card .card-body{
	transition: .3s ease-in-out;
  }
	.why_choose_card:hover .card-body{
	  transform: translateY(-80px);
	}
	.why_choose_card:hover .card-body .title{
	  color:var(--white);
	} 
/*tech_stak css*/
.tech_stak{
  z-index: 1;
}
.tech_stak::before{
content: '';
position: absolute;
top:0;
left: 0;
width:100%;
height: 100%;
z-index: -1;
background-image:linear-gradient(219deg, #ffffff47, #cac3e75c, #182955, #182955, #5ac1a5);
}
.tech_stak .card{
  background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 5.5px );
-webkit-backdrop-filter: blur( 5.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.tech_stak .eff1{
position: absolute;
	top: 0;
	left: -250px;
	z-index: -1;
}
.tech_stak .eff1 img{
width:500px;
opacity: .15;
z-index: -1;
animation:ringEff 30s linear infinite;
}
@keyframes ringEff{
  from{
	transform: rotateY(0deg);
  }to{
	transform: rotateY(360deg);
  }
}
.mob_fram_sec{
  overflow: hidden;
}
.mob_fram_sec .mob_frams .frame1{
width: 250px;
overflow: hidden;
position: relative;
z-index: 1;
margin:auto;
}
.mob_fram_sec .mob_frams .frame1 img{
width:250px;
object-fit: cover;
}
.mob_fram_sec .mob_frams .card-img-overlay{
border-radius: 40px;
overflow:hidden;
padding: 0px;
z-index:-1;
}
.mob_fram_sec .mob_frams .card-img-overlay img{
width:97%;
height: 97%;
border-radius:30px;
}
.mob_fram_sec .mob_frams .card-img-overlay.frame1{
position: absolute;
bottom: -20px;
right: -185px;
overflow: hidden;
transform: rotate(22deg);
transform-origin: right bottom;
border-radius: 10px;
}
.mob_fram_sec .mob_frams::before{
content: '';
position: absolute;
bottom: -50px;
right: -102px;
width: 250px;
height: 250px;
background-image: linear-gradient(219deg, #ffffff47, #cac3e75c, #978acd, #6354b2, #211f96);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: -1;
animation: radiusAnim 30s linear infinite;
}
@keyframes radiusAnim {
  from{
	transform: rotate(0deg) scale(1);
  }to{
	transform: rotate(360deg) scale(1.2);
  }
}
.apps_dev p{
color:#333;
font-size:16px;
}
.apps_dev .item i{
  color:var(--pc);
  font-size:14px;
  margin-right: 10px;
}
.ap_ser{
  z-index: 1;
}
.ap_ser::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #292734;
opacity: .7;
z-index: -1;
}
.ap_ser .card{
background:var(--white);
padding:20px;
border-radius: 0px;
transition: .2s ease;
height: 100%;
}
.ap_ser .card:hover,
.ap_ser .card.active{
  background: linear-gradient(to right, #5ac1a5 0%, #182955 100%);
}
.ap_ser .card h4{
font-size:20px;
color:var(--black);
transition: .2s ease;
margin: 15px 0;
}
.ap_ser .card:hover h4,
.ap_ser .card:hover p,
.ap_ser .card.active h4,
.ap_ser .card.active p{
  color:var(--white);
}
.ap_ser .card p{
color:#333;
font-size:15px;
transition: .2s ease;
}

/*---- by arvind ----*/
/*web development page css*/
.best{
 background-image:linear-gradient(219deg, #ffffff47, #cac3e75c, #182955, #182955, #5ac1a5);
}
.best .card{
padding:10px 20px;
border-radius:5px; 
height:100%;
}
.best .card i{color:var(--pc);}
.progressive_cmp .card{
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
  transition: .4s ease-in-out;
  height: 100%;
}
.progressive_cmp .card:hover{
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}

.progressive_cmp .card .li .img img {
  width: 150px;
  height: 165px;
  object-fit: contain;
}
.progressive_cmp .eff1{
position:absolute;
bottom:0;
left:0;
height:5px;
}
.progressive_cmp .eff3{
background:var(--pc);
opacity:.3;
}
.skill_dev {
 background-image:linear-gradient(to right, #2a6d8e 0%, #5ac1a5 100%);
}
.skill_dev ul li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background:var(--white);
  padding:15px;
  border-radius:10px;
  transition: .3s ease-in-out;
}
.skill_dev ul li:hover{
  background: var(--pc);
  transform: translateY(-5px);
  box-shadow: 0px 1px 2px 2px rgba(255,255,255,.1);
}
.skill_dev ul li p{
  color:#67686a; 
  transition: .3s ease-in-out;
}
.skill_dev ul li:hover p{
color: var(--white);
}
.skill_dev .left ul li p{
  text-align: right;
}
.skill_dev ul li .icon i{
  color:var(--pc);
  width: 40px;
  height:40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: .3s ease-in-out;
}
.skill_dev .left ul li .icon i{
  justify-content:end;
}
.skill_dev ul li:hover .icon i{
  color:var(--white);
}
.web_dev_portfolio .card{
  border:none;
  border-radius: 0px;
}
.web_dev_portfolio .card .card-img{
  height:280px;
}
.web_dev_portfolio .middle .card,
.web_dev_portfolio .middle .card .card-img{
  height:100%;
}
.web_dev_portfolio .card .card-img img{
  height: 100%;
  object-fit: cover;
  width:100%;
}
.web_dev_portfolio .card .card-img-overlay .text{
  background: rgba(255,255,255,.9);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
  text-align: center;
  opacity: 0;
  transition: .3s ease;
}
.web_dev_portfolio .card .card-img-overlay .text p{
color:#67686a;
margin-bottom: 10px;
}
.web_dev_portfolio .card .card-img-overlay .text h4,
.web_dev_portfolio .card .card-img-overlay .text p,
.web_dev_portfolio .card .card-img-overlay .text .btn2{
  transform: translateY(50px);
  opacity: 0;
  transition: .4s ease-in-out;
}
.web_dev_portfolio .card:hover .card-img-overlay .text{
opacity: 1;
}
.web_dev_portfolio .card:hover .card-img-overlay .text h4,
.web_dev_portfolio .card:hover .card-img-overlay .text p,
.web_dev_portfolio .card:hover .card-img-overlay .text .btn2{
  transform: translateY(0px);
  opacity: 1;
}

/*request quote css*/
.req_quote label {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #5e5e5e;
  font-family: calibri;
  margin: 0;
}
.req_quote select {
  font-weight: lighter;
  color: #000;
}
.req_quote label span{
  color:red;
}
.req_quote input,
.req_quote select,
.req_quote textarea{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 10px 0px;
	border-radius: 3px;
	color: #67686a;
	border-top: none;
	border-left: none;
	border-right: none;
	background: transparent;
	width: 100%;
}
.price_filter .ui-widget-header ,
.price_filter .ui-slider-handle{
background:var(--pc)!important;
border-color:var(--pc)!important;
}
.price_filter .ui-slider-handle:focus{
outline:none;
}
.req_quote .form{
padding:20px;
background:var(--white);
box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
}
.req_quote .content {
  /*padding: 0px 80px 20px 50px;
  border-left: 4px solid var(--fc);
  position: sticky;
  top: 50px;*/
  text-align: center;
}
.req_quote .content p{
 color:#67686a; 
 font-size:14px; 
}

/*submenu css*/
  header .navbar-nav .nav-item{
    position: relative;
  }
  .sub_menu{
    position: absolute;
    top: 61px;
    z-index: 100;
    left: -70px;
    background: white;
    width: 700px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0px 10px 1px #dfdfdf;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: .3s ease-in-out;
    opacity: 0;
    overflow: hidden;
  }
  header .navbar-nav .nav-item:hover .sub_menu{
    opacity: 1;
    transform: rotateX(0deg);
  }
  .sub_menu::before{
     content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    z-index: -1;
    background: #46c39f;
    border-radius: 50%;
    border: 10px solid #9cffe1;
    opacity: .5;
  }
  .sub_menu ul li{
    padding:7px 0px;
  }
.sub_menu ul li a{
      color: #67686a;
  transition: .3s ease-in-out;
  position: relative;
  font-size: 14px;
  letter-spacing: .5px;
  }
  .sub_menu ul li a i{
    font-size:12px;
  }
  .sub_menu ul li a:hover{
    padding-left: 5px;
    color:var(--pc);
  }
  
/*real state css*/
.inner_banner2{
  padding:100px 0px;
}
.inner_banner2::before{
content:'';
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(180deg, #10034f, #ffffff4a);
}
.inner_banner2 .t1{
  color:var(--white);
}
.chg_sec{
  padding:50px 0px;
  background:#fafafa;
}
.chg_sec .item {
  transition: .3s ease-in-out;
}
.chg_sec .item .img{
position: relative;
border-radius: 10px;
overflow:hidden;
}
.chg_sec .item .img .card-img-overlay{
content: '';
position: absolute;
top: 0;
left: 0;
width:100%;
height:100%;
background:linear-gradient(to bottom, #ffffff00, #04040f);
display: flex;
justify-content: center;
align-items: flex-end;
}
.chg_sec .item .img .card-img-overlay h4{
  color:var(--white);
  transition: .3s ease-in-out;
}
.chg_sec .item .content p{
	font-size: 18px;
	text-align: justify;
	margin-top: 10px;
	color: #67686a;
	padding: 20px;
	font-family: calibri;
}
.chg_sec .item:hover{
  transform: translateY(-5px);
}
.chg_sec .item:hover .img .card-img-overlay h4{
transform: translateY(-20px);
}
.how_deliver_ambient .card{
  border:none;
  border-radius: 0px;
  position: relative;
}
.how_deliver_ambient .card .num{
  width:50px;
  height:50px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#67686a;
  margin-bottom:20px;
  position: relative;
  background:var(--white);
  z-index:1;
  transition: .4s ease-in-out;
}
.how_deliver_ambient .card .num::before{
content: '';
position: absolute;
width: calc(100% + 20px);
border-radius: 50%;
height: calc(100% + 20px);
border: 2px solid var(--pc);
z-index:-1;
opacity:0;

}
.how_deliver_ambient .card .num::after{
content: '';
position: absolute;
width: calc(100% + 30px);
height: calc(100% + 30px);
border: 2px solid var(--pc);
border-radius: 50%;
animation-delay: .2s;
opacity: 0;
}
.how_deliver_ambient .card:hover .num{
  background:var(--pc);
  color:var(--white);
}
.how_deliver_ambient .card:hover .num::before,
.how_deliver_ambient .card:hover .num::after{
animation: rippleAnim 2s linear infinite;
}
@keyframes rippleAnim{
  from{
    transform: scale(0);
    opacity: 1;
  }to{
    transform: scale(1);
    opacity:0;
  }
}
.how_deliver_ambient .card span{
  display: block;
  position: absolute;
     top: 24px;
    left: 0px;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 15%);
}
.how_deliver_ambient .card .content .title{
font-size:18px;
font-weight:600;
margin-bottom:20px;
}

.how_deliver_ambient .card .content p {
  font-size: 18px;
  line-height: 25px;
  color: #67686a;
  text-align: justify;
  font-family: calibri;
}
.sol_provide {
position: relative;
padding:50px 0px;
background:linear-gradient(to bottom, #ffffff00, #289d8d);
}
.sol_provide .card{
  padding:20px;
  border-radius: 10px;
  height:100%;
  transition: .3s ease;
}
.sol_provide .card:hover{
box-shadow: 0px 0px 1px 5px rgba(255,255,255,.1);
transform: scale(1.1);
}
.sol_provide .card .num{
  width:50px;
  height:50px;
  display: none;
  justify-content: center;
  align-items:center;
  margin-bottom:20px;
  border-radius: 10px;
  background:linear-gradient(to bottom, #6564b624, #289d8d);
  color:var(--white);
}
.sol_provide .card h4 {
  font-size: 20px;
  margin: 0;
  text-align: center;
  font-weight: lighter;
  font-family: calibri;
}
.ser_offer .card {
  border:none;
}
.ser_offer .card .card-img{
  height:150px;
  border-radius: 10px;
  overflow: hidden;
}
.ser_offer .card .card-img img{
width:100%;
height: 100%;
object-fit: cover;
transition: .4s ease-in-out;
  }
  .ser_offer .card:hover .card-img img{
    transform:scale(1.1);
    opacity: .9;
  }
  .ser_offer .left{
    position: sticky;
    top:90px;
  }
  .ind_portfolio{
    background: linear-gradient(to bottom, #6564b624, #5856c0);
  }

.hm p {
  font-size: 80px;
  line-height: 58px;
}
/*skills css*/
  .skills_ib{
    padding:100px 0px;
    position: relative;
    z-index: 1;
  }
  .skills_ib::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:linear-gradient(45deg, #285793eb, #129571f2);
    z-index:-1;
  }
  .skills_ib .t1,
  .skills_ib p{
    color:var(--white);
  }
  .skills_ib .img_anim1{
    animation:upDown 2s linear infinite;
    animation-direction: alternate;
  }
  @keyframes upDown{
    from{
      transform: translateY(-10px);
    }to{
      transform: translateY(10px);
    }
  }
  .skills_sec1,
  .skills_sec3{
    padding:50px 0px;
	font-family: calibri;
  }
  .skills_sec3 p {
  font-size: 19px;
}
  .skills_sec1 h3 {
  font-family: calibri;
}
  .skills_sec1 h5 {
  font-family: calibri;
}
  .skills_sec1 p {
  color: #67686a;
  font-size: 19px;
  font-family: calibri;
}
    .skills_sec1 .card{
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      transition: .4s ease-in-out; 
    }
    .skills_sec1 .card:hover{
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
  .skills_sec1 .card img{
    width:80px;
    margin:auto;
    margin-bottom: 20px;
  }
  .skills_sec1 .card .title{
    font-size: 19px;
  }
  .skills_sec2{
    padding: 50px 0px;
    z-index: 1;
	font-family: calibri;
    position: relative;
  }
  .skills_sec2 p {
  font-size: 19px;
}
  .skills_sec2::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #211e3b;
    opacity: .99;
    z-index: -1;
  }
  .skills_sec2 .t2,
  .skills_sec2 p{
    color:var(--white);
  }
  .skills_sec2 .card{
    background: transparent;
    border:1px solid rgba(255,255,255,.1);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow:hidden;
    height: 100%;
  }
  .skills_sec2 .card .title{
    color:var(--white);
	font-size: 23px;
  }
  .skills_sec2 h3 {
  font-size: 35px;
  font-weight: bold;
}
  .skills_sec2 .card p{
    font-size: 17px;
    opacity: .87;
    color:#f1f1f1;
  }
  .skills_sec2 .card hr{
    width:50px;
    height: 2px;
    background: var(--white);
    margin-left:0;
  }
  .skills_sec2 .card::before,
  .skills_sec2 .card::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    transition: .4s ease-in-out;
    z-index: -1;
  }
  .skills_sec2 .card::before{
    background:url('../img/quality_acc.jpg') no-repeat center;
    background-size: cover;
    transform: translate(100%, 100%);
    opacity:.2;
  }
  .skills_sec2 .card:hover::before{
    transform: translate(0px, 0px);
  }
   .skills_sec2 .card::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:var(--pc);
    opacity: 0;
    z-index: -1;
    transition: .4s ease-in-out;
   }
   .skills_sec2 .card:hover::after{
    opacity: .9;
   }
      .skills_sec3 .item{
        border:1px dashed rgba(0,0,0,.2);
        transition: .4s ease;
        background: var(--white);
      }
   .skills_sec3 .card{
    padding:30px;
    border:none;
    text-align: center;
   }
   .skills_sec3 .card .img img{
    width:80px;
    margin:auto;
   }
   .skills_sec3 .card .title{
    font-size:18px;
    font-weight: 600;
    margin:15px 0px;
   }
   .skills_sec3 .card .c p {
  font-size: 17px;
  color: #333;
  line-height: 25px;
  text-align: justify;
}
.skills_sec4 p {
  font-size: 19px;
}
.skills_sec3 .item:hover{
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.skills_sec4{
  background:#f0f0f0;
  padding:50px 0px;
}
.php::before {
  background: linear-gradient(45deg, #934128eb, #951212f2);
}
.react::before {
  background: linear-gradient(45deg, #000, #53c1de);
}
.Angular::before {
  background: linear-gradient(45deg, #c11813, #843371);
}
.fullstack::before {
  background: linear-gradient(45deg, #0171ffeb, #000000f2);
}
.earliercase {
  /* background: #211e3b;
  color: #fff; */
}
.earliercase p {
  font-family: calibri;
  font-size: 19px;
  font-weight: lighter;
}
.btline {
  margin-top: -21px;
  background: linear-gradient(to bottom, #fff0, #a8fff3);
  font-size: 12px;
  padding: 9px;
  border-radius: 10px;
  transition: .3s ease;
}
.btline:hover {
  box-shadow: 0px 0px 1px 5px rgba(255,255,255,.1);
  transform: scale(1.5);
  background: linear-gradient(to bottom, #a8fff3, #a8fff3);
}
.btline2 {
  background: linear-gradient(to bottom, #fff0, #a8fff3);
  font-size: 12px;
  padding: 9px;
  border-radius: 10px;
  transition: .3s ease;
}
.btline2:hover {
  box-shadow: 0px 0px 1px 5px rgba(255,255,255,.1);
  transform: scale(1.5);
  background: linear-gradient(to bottom, #a8fff3, #a8fff3);
}
.meanmern {
  padding: 35px 0;
}


.meanmern > div > div > p {
  color: #fff;
  text-align: center;
  font-family: calibri;
  font-size: 22px;
  padding-bottom: 40px;
}
.WordPress::before {
  background: linear-gradient(45deg, #ae2470, #000000f2);
}
.Shopify::before {
  background: linear-gradient(45deg, #95c048, #000000f2);
}
.Magento::before {
  background: linear-gradient(45deg, #ec6737, #f23d12);
}
.Drupal::before {
  background: linear-gradient(45deg, #40728f, #40728f);
}
.IOS::before {
  background: linear-gradient(45deg, #111a20, #40728f);
}
.android::before {
  background: linear-gradient(45deg, #132800, #70b333);
}
.reactnative::before {
  background: linear-gradient(45deg, #5568b9, #00ac93);
}
.rnd h3 {
  font-family: calibri;
  font-size: 39px;
  font-weight: bold;
}
.rnd p {
  font-family: calibri;
  font-size: 20px !important;
}
.devp::before{
	background-image: none;
}
.devnl .gotes-text span {
  background: linear-gradient(to right, #182955 0%, #5ac1a5 100%);
  color: #fff;
  padding: 10px;
  margin-bottom: 14px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  font-weight: lighter;
}
.devnl .aboutimg img {
  height: 450px;
  width: 100%;
  object-fit: contain;
}
.breakdev {
  border-bottom: 2px dashed #13101042;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.row.breakdev:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.love {
  background: #0e303f;
}
.love h2 {
  color: #fff;
  font-size: 40px;
}
.love img {
  width: 50px;
}
.love p {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.love a {
  border: 1px solid;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
}



.main-timeline {
  font-family: tahoma;
  padding: 20px 0;
  position: relative;
}

.main-timeline::before,
.main-timeline::after {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 10px solid #303334;
  transform: translatex(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}

.main-timeline::after {
  top: auto;
  bottom: 15px;
}

.main-timeline .timeline {
  padding: 35px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline::before,
.main-timeline .timeline::after {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 110px 0 0 110px;
  border: 15px solid #46b2bc;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-timeline .timeline::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #65c7d0;
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #65c7d0;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

.main-timeline .timeline-icon {
    color: #65c7d0;
    font-size: 70px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}

.main-timeline .content {
  color:rgb(77, 75, 75);
  width: 50%;
  padding: 20px;
  display: inline-block;
  float: right;
}

.main-timeline .title {
  color: #65c7d0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.main-timeline .description {
  font-size: 19px;
  margin: 0;
  font-family: calibri;
  text-align: justify;
}

.main-timeline .timeline:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 110px 110px 0;
  border: 15px solid red;
  border-left: none;
}

.main-timeline .timeline:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 100px 100px 0;
  border: 15px solid green;
  border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%;
}

.main-timeline .timeline:nth-child(5n+1)::before {
  border-color: #46b2bc;
}

.main-timeline .timeline:nth-child(5n+1)::after {
  border-color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-icon {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-year {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .title {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+2)::before {
  border-color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n+2)::after {
  border-color: #EF5720;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-icon {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .title {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+3)::before {
  border-color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3)::after {
  border-color: #6CAF29;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-icon
{
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .title {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+4)::before {
  border-color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4)::after {
  border-color: #FBB03B;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-icon {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .title {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+5)::before {
  border-color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5)::after {
  border-color: #0050A3;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-icon {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .title {
  color: #0071BD;
}

@media screen and (max-width:1200px){
    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-icon{ font-size: 60px; }
    .main-timeline .timeline-year{ font-size: 40px; }
	.rqoute {
	  width: 100%;
	  border-radius: 0 !important;
	  background: #fff !important;
	  position: relative !important;
	  text-align: left;
	  padding-left: 20px !important;
	  font-size: 13px !important;
	  right: 0 !important;
	}
	.rqoute a {
	  background: linear-gradient(to right, #5ac1a5 0%, #182955 100%);
	  padding: 7px 45px;
	}
	.sub_menu {
	  width: 100%;
	  left: 0;
	}
	.fixed_social_icons {
	  display: none;
	}
}
@media screen and (max-width:479px){
    .main-timeline .timeline-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline .timeline-year{
        font-size: 25px;
        transform:translateY(0);
        padding-left: 35px;
		position: unset;
    }
    .main-timeline .content{
        width: 95%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
	.main_banner {
  background-size: 740px 100%;
  min-height: 60vh;
}
.jkso h1 {
  font-size: 33px !important;
}
.elearningns {
position:unset;
}
.how_deliver_ambient .mx-auto.mb-4 {
  width: 100%;
}
.contact-info-card {
  padding: 30px 20px;
}
.contact-info-card .container {
  display: inline-block !important;
}
.contact-info-card h4 {
  font-size: 23px !important;
  line-height: 32px !important;
}
.contact-info-card .right-arrow {
  display: none;
}
.contact-info-card .sign-blk {
  display: none !important;
}
.contact-info-card .button-col {
  display: inline-block !important;
  margin-top: 35px;
}
.inner_banner2 .col-lg-4 img {
  width: 100%;
  padding-top: 40px;
}
.inner_banner2 {
  padding-bottom: 40px;
}
.navbar-collapse.show {
  z-index: 9;
}
.inner-portfolio {
  width: 100%;
  padding: 0 !important;;
}
.inner-portfolio h1 {
  font-size: 40px !important;
  line-height: 40px !important;
}
.inner-portfolio p {
  font-size: 20px !important;
}
.wada li {
  width: 100% !important;
}
.adnode {
  display: inline-block;
}
.adnode h5 {
  width: 100%;
}
.app_inner_banner {
  padding: 50px 0;
}
.app_inner_banner .col-lg-6 img{
	width:100% !important; 
}
.clasto a {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.corevalues img {
  width: 100%;
}
.appul li {
  width: auto !important;
  display: block !important;
}
.progressive_cmp .card .d-flex.li {
  display: inline-block !important;
}
.best .text-white {
  color: #000 !important;
}
.tabtech {
  display: inline-block !important;
}
.tabtech a {
  float: left;
  width: 50%;
  padding-bottom: 0;
}
.laxox ul {
  width: 100%;
  display: inline-block;
}
.laxox ul li {
  width: 33% !important;
  margin-bottom: 10px;
}
.progressive_cmp h2 {
  font-size: 32px;
}
.webdesignweb .text-white {
  color: #fff !important;
}
.ecombus h1 {
  color: #000 !important;
}
.ecombus p {
  color: #000;
}
.opensourse a {
  width: 50%;
} 
.crossul img {
  width: 70% !important;
}
.crossul span {
  font-size: 16px;
}
.nfteco li img {
  height: 150px;
}
.nfteco span {
  font-size: 17px;
}
.dedicatedevtime ul {
  display: inline-block;
}
.dedicatedevtime ul li {
  width: 100%;
}
.centerimgcross img {
  width: 100%;
}
.inner-portfolio h3 {
  font-size: 28px;
}
.portimg {
  width: 100%;
}
.portimg img {
  width: 100%;
}
.portfolio_section.section_padding {
  padding: 0;
}
.portfolio_section .portfolio_box .portfolio_box_img {
  height: auto;
}
#getintouchcontact {
  margin-bottom: 25px;
}
.skills_ib .img_anim1 {
  padding-top: 40px;
}
.skills_ib {
  padding: 50px 0;
}
.snip1390 {
  width: 100% !important;
} 
.agiletxt {
  font-size: 21px !important;
}
.serviceleft h6 {
  font-size: 75px !important;
}
.serviceleft h3 {
  font-size: 20px !important;
}
.fts {
  font-size: 18px !important;
}
.mgl .card-img-overlay {
  position: relative;
}
.newnav {
  margin-left: auto !important;
}
.fixedglobe {
  width: 70px !important;
}
	.videossec ul li {
	  width: 100% !important;
	}
	.videossec ul li iframe {
	  height: auto !important;
	}
}

figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  display: inline-block;
  width: 31.33%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #2C3447;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}
.rqoute {
    position: absolute;
    right: 3%;
    background: linear-gradient(to right, #5ac1a5 0%, #182955 100%);
    padding: 6px 46px;
    border-radius: 2px;
    font-size: 14px;
}
.rqoute a {
  color: #fff;
}
.navbar-collapse.show {
  background: #fff;
}
.newsocial img {
    width: 40px;
}
.newsocial {
    border: 0;
    background: transparent !important;
    margin-bottom: 2px;
}
.newfootersocial li {
    float: left;
    margin: 2px;
}
.mainhome .fixed_header {
	background: linear-gradient(to right, #5ac1a5 0%, #182955 100%) !important;
}
.agiletxt {
    text-transform: uppercase;
    font-size: 36px;
}
.serviceleft h6 {
    text-transform: uppercase;
    font-size: 99px;
}
.serviceleft h3 {
    text-transform: uppercase;
    font-size: 26px;
	color: #192b56;
}
.serviceleft p {
    font-size: 25px;
    text-align: justify;
	color: #192b56;
}
.fts {
    font-weight: 300;
    font-size: 28px;
}
.newnav{
    margin-left: 10%;
}
.fixedglobe {
    position: fixed;
    top: 41%;
    z-index: 99999999999;
    left: -4%;
    width: 285px;
    text-align: center;
}
div#r26 {
    display: none;
}
.privacytc {
    font-family: calibri;
}

.android_banner {
    padding: 100px 0px;
}
.andcore p{
	margin: 8px 0;
    color: #fff;
    font-family: calibri;
    font-size: 19px;
}
.bg_and {
    background: linear-gradient(to right, #5f8709 0%, #75aa06 100%);
}
.motion .card {
    padding: 30px 0px;
}
.motion .card .c p {
    font-size: 18px;
    text-align: center;
}
.motion .card .title {
    font-size: 20px;
}
.motion .card .img img {
    width: 100px;
}
.hireandroid h3{
	color: #3a5207;
}

.hireandroid p{
	color: #3a5207;
    font-size: 18px;
    line-height: 32px;
}
.mockup .col-md-6.col-lg-12.mb-3 {
    padding: 0;
    margin: 0 !important;
}
.bg_ios {
    background: linear-gradient(to right, #373eb3 0%, #7e83d9 100%);
}
.bg_kg {
    background: linear-gradient(to right, #6c257e 0%, #1b0320 100%);
}
.bg_hio {
    background: linear-gradient(to right, #0D1A3D 0%, #24509F 100%);
}
.hireios h3{
	color: #0D1A3D;
}

.hireios p{
	color: #0D1A3D;
    font-size: 18px;
    line-height: 32px;
}
.bg_digital {
    background: linear-gradient(to right, #5e6178 0%, #2A2C3B 100%);
}
.digitalme .card {
    padding: 30px 0px;
}
.digitalme .card .c p {
    font-size: 18px;
}
.digitalme .card .title {
    font-size: 20px;
}
.digitalme .card .img img {
    width: 100px;
}
.gosl{
    background: linear-gradient(to right, #0D1A3D 0%, #24509F 100%) !important;
	border: 0;
}
.gosl p {
    color: #fff;
}
.seo {
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
.seo .inner-seo {
    width: 100%;
    padding-bottom: 190px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.seo .inner-seo h1 {
    color: #fff;
    font-weight: bold;
    font-size: 54px;
    line-height: 55px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.seo .inner-seo p {
    color: #fff;
    font-family: calibri;
    font-size: 19px;
    font-weight: lighter;
    text-align: justify;
	padding-bottom: 8px;
}
.seo a {
    width: 20%;
    display: inline-block;
}
.inner-seo h3 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    background: linear-gradient(to right, #acf9c0 0%, #26B4A4 100%);
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}
.destapp h3 {
    font-size: 52px;
    text-align: center;
    font-weight: 600;
    font-family: calibri;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.jost p {
    color: #0000009e;
    font-family: calibri;
    padding-top: 6px;
    font-size: 21px;
    font-weight: lighter;
    text-align: justify;
}
.jost p {
    color: #0000009e;
    font-family: calibri;
    padding-top: 6px;
    font-size: 21px;
    font-weight: 400;
    text-align: justify;
	padding-bottom: 7px;
}
.bestseo {
    background-color: rgb(240, 249, 255);
}
.bestseo h2 {
    color: #244463;
    text-align: center;
    font-size: 37px;
    line-height: 54px;
    text-transform: uppercase;
}
.bestseo p {
    color: #244463;
    font-size: 20px;
    font-family: calibri;
    font-weight: 500;
    text-align: justify;
}
.bestseo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bestseo li {
    width: 48%;
    float: left;
    margin-left: 2%;
    border: 0;
    background: transparent;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 57%);
    margin-bottom: 18px;
}
.bestseo span {
    color: #244463;
    font-size: 24px;
    padding: 15px 12px;
    display: inline-block;
    font-family: calibri;
    width: 100%;
    text-align: left;
}
.bestseo ul li p {
    text-align: left;
    padding: 0 12px;
    padding-bottom: 5px;
}
.incese li {
    font-size: 19px;
    color: #5e5858;
    font-weight: 400;
    line-height: 37px;
    list-style: square;
	text-align: justify;
}
.whyme {
    background-color: rgb(240, 249, 255);
}
.whyme h2 {
    color: #244463;
    text-align: center;
    font-size: 61px;
    line-height: 62px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.whyme p {
    color: #244463;
    font-size: 20px;
    font-family: calibri;
    font-weight: 500;
    text-align: justify;
}
ul.incese {
    margin: 0;
    text-align: left;
}
.cos {
    padding-left: 19px;
}
.cos li {
    padding-bottom: 8px;
}

.smm {
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
.smm .inner-smm {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.smm .inner-smm h1 {
    color: #fff;
    font-weight: bold;
    font-size: 58px;
    line-height: 55px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.smm .inner-smm p {
    color: #fff;
    font-family: calibri;
    font-size: 19px;
    font-weight: lighter;
    text-align: justify;
	padding-bottom: 8px;
}
.smm a {
    width: 20%;
    display: inline-block;
}
.inner-smm h3 {
    font-size: 18px;
    color: #003D7E;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}

.missiontech h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: -12px;
    font-family: calibri;
}
.missiontech p {
    text-align: justify;
}
.missiontech ul {
    padding: 0;
    list-style: square;
    padding-left: 19px;
    font-family: calibri;
    font-size: 19px;
    line-height: 22px;
    color: #6c757d;
	text-align: justify;
}
.missiontech ul li {
    padding-top: 10px;
}
.videossec {
    display: inline-block;
    width: 100%;
}
.videossec ul { 
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
}
.videossec ul li {
    width: 50%;
    padding: 8px;
    float: left;
}
.videossec ul li iframe {
    width: 100%;
    height: 270px;
}
.newpartner img {
    width: 100%;
    margin: 0 !important;
    border-radius: 4px;
    height: 60px;
    object-fit: contain;
}
.newpartner .deliverbox:hover {
    background: #f5fffc !important;
}
button {
  border: 1px solid #fff;
}

p.mt-3-2 {
    text-align: center;
    font-family: calibri;
}
.t33{
  font-family: calibri;
  font-weight: 500 !important;
  text-align: center;
}

.crads {
    padding: 50px 10px;
}
h5.card-title {
    font-size: 17px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: left;
    line-height: 25px;
}
.sec5 {
    background: #f1f3ff;
}