@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body { margin:0; padding:0px; font-family: 'Poppins', sans-serif !important; overflow-x: hidden !important; } 

h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif !important; } 

a { text-decoration: none; } 

a:focus, button:focus,input:focus { outline: none; } 

a, button { transition: all ease 0.5s; } 

* { box-sizing: border-box; } 



.elementor-section.elementor-section-boxed > .elementor-container { max-width:1500px; } 
 header { position: absolute; z-index: 1; width: 100%; margin:33px 0 0 0; } 
.header-top { display: flex; flex-wrap: wrap; padding:0 80px; align-items: center; height: 92px; } 
.header-left { width:35% } 
.header-right { width:35% } 
.col-sm-2.logo { display: flex;width: 200px; } 
.site-logo .custom-logo-link img.custom-logo { width: auto; height: 70px; } 
header .header-left li a { color:#000 } 
.row.header-inside { display: flex; align-items: center; max-width: 1920px; margin: 0 auto; } 
header nav { display: flex; flex-wrap: wrap; justify-content: space-between; } 
header nav ul { display: flex; flex-wrap: wrap; margin: 0; padding:0; } 
header nav ul li { list-style: none; padding:20px 20px; } 
header nav ul li a { color: #fff; font-family: 'Poppins', sans-serif; font-size: 18px; padding: 15px 0; font-weight: 400; padding: 0px 22px !important; } 
header nav ul li a:after { position: absolute; right: 0; content: "/"; font-size: 17px; } 
header nav ul li:last-child a:after { content: ""; } 
/* header .header-nav { display: flex; align-items: center; position: relative; }  */
header .header-nav .dropdown-menu, .header-user .dropdown-menu { opacity: 0; position: absolute; left: 0; visibility: hidden; background:#fff; border-top:solid 5px #C10A27; min-width: 185px; padding:0px 0 0; top: 100%; } 
header .header-nav ul li:hover .dropdown-menu, .header-user:hover .dropdown-menu { opacity: 1; visibility:visible; flex-direction: column; } 
header .header-nav ul li .dropdown-menu li, .header-user .dropdown-menu li { display: block; list-style: none; padding:0px 0; } 
header .header-nav ul li .dropdown-menu li a, .header-user .dropdown-menu li a { font-size: 14px; color:#000; font-family: 'Poppins', sans-serif; text-transform: uppercase; display: block; padding:12px; } 
header .header-nav ul li .dropdown-menu li a:hover, .header-user .dropdown-menu li a:hover { background:#C10A27; color:#fff; } 
header .header-nav ul li .dropdown-menu li { border-bottom: solid 1px #FDF5F7; } 
header .header-nav ul li .dropdown-menu li:last-child { border-bottom: none; } 
header .header-nav ul li { position: relative; padding:0; } 
.header-user { position:relative; z-index:1 } 
header .header-nav ul li a:hover { color: #008ea2; background: transparent; } 
header .header-nav .navbar-collapse { position: relative; z-index: 10; } 
.header-user .dropdown-menu { right: 0; left: inherit; margin:0px; box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%); } 
.header-right { display: flex; align-items: center; column-gap: 15px; justify-content: flex-end; } 
.header-right .search-form .form-group { display: flex; flex-wrap: wrap; position: relative; } 
.header-right .search-form .form-group input { border: none; border-bottom: solid 1px #CCCCCC; padding:10px 0px 10px 35px } 
.header-right .search-form button { border: none; background:none; position: absolute; left: 0; top: 7px; padding: 0; } 
.sidenav { display: flex; align-items: center; justify-content: flex-end; gap: 19px; } 
.dropdown-menu-mini-cart { display: none; } 
.call-top img { float: left; height: 58px; } 
.main_btn,.main_btn:focus, .consulation-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {border-color: transparent; background: #fd3060; padding: 18px 60px 18px 30px; color: #fff; text-decoration: none; border-radius: 5px; position: relative; font-size: 16px; display: inline-block; transition: 0.3s ease-in; } 
.main_btn:hover,.main_btn:hover:focus, .consulation-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover { text-decoration: none; color: #fff; background-color: #008EA2; } 
.main_btn::after, .consulation-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after { transition: all 0.3s; position: absolute; right: 30px; top: 53%; transform: translateY(-53%); content: ""; background: url('../images/right-arrow.svg') no-repeat; width: 12px; height: 12px; background-size: 100%; } 
.main_btn:hover:after, .consulation-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:after { right: 22px; } 
.basket-item-count { position: relative; } 
.cart-items-count { position: absolute; font-size: 10px; width: 18px; height: 18px; background: #000; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; top: -10px; right: -10px; line-height: 12px; } 
.container-fluid.hero-section { z-index: 0;background-size: cover; background-position: bottom; height: 100vh; display: flex; align-items: center; justify-content: center; } 
.main_btn.cyanBtn {
    background: #008ea2;
}
.main_btn.cyanBtn:hover{
    background-color: #fd3060;
}

footer {
    /* background: url('../images/footer-bg.png') #000 90px -85px no-repeat;
    background-size: 100%; */
    background-color: #000;
    margin: -210px 0 0 0;
    position: relative;
}
footer:after {
    background: url(../images/footer-bg.png) no-repeat;
    position: absolute;
    right: 0;
    top: -1px;
    content: "";
    width: 60%;
    height: 70%;
    background-size: 100%;
}
 .footer-inner { padding:100px 80px 20px; } 

 footer ul { margin:0px; padding:0px; } 

 footer ul li { list-style: none; margin:10px 0; } 

 footer li a {
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 300;
}
footer li a:hover {
    text-decoration: none;
    color: #fd3060;
}

 .footer-menu h3, .footer-address h3 { font-size: 25px; font-family: 'Poppins', sans-serif; color:#fff; font-weight: normal; margin:0px; padding:0px; } 
 .footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 166px 0 100px 0;
    /* flex-wrap: wrap; */
    width: 100%;
}
.footer-menu h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.footer-logo {
    font-size: 14px;
    color: #fff;
    padding-right: 50px;
}

.footer-logo img {
    max-width: 230px;
}

 .logo-tagline { max-width: 346px; } 

 .footer-logo p { margin:0px; padding:0px; } 
 .footer-menu {
    padding: 0 54px 20px 0;
    position: relative;
    z-index: 22;
}
.footer-menu:last-child {
    padding: 0;
}


 .footer-address { color:#fff; font-size: 14px;; } 

 .footer-address h3 { margin-bottom: 15px; } 

 .footer-address p { margin-top:0px; max-width: 225px; } 

footer .location-footer {
	display: flex;
	gap: 100px;
	justify-content:center;
	align-items: center;
	padding: 20px 0;
	border-top: solid 1px rgba(86, 96, 105, 0.28);
/* 	flex-wrap: wrap; */
}

footer .location-footer p{
	color: #A8A8A8;
    font-size: 16px;
    font-weight: 400; 
}


footer .location-footer a {
	color:#A8A8A8;
	text-decoration:underline;
}

footer .location-footer a:hover {
	color:#4CD887;
	text-decoration:underline !IMPORTANT;
}

footer .location-footer .title {
	color: #A8A8A8;
    font-size: 20px;
    font-weight: 400;
}

 footer .copyright {
    background: #000;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    display: flex;
    padding: 25px 0px;
    justify-content: center;
}
footer .copyright a{
    color: rgba(255, 255, 255, 0.4);
}

 footer .copyright-link { display: flex; align-items: center; } 

 footer .copyright-link a { border-right: solid 1px #fff; padding:0 10px; line-height:10px;; } 

 footer .copyright-link a:first-child { padding-left: 0; } 

 footer .copyright-link a:last-child { border: none; } 

.company-logo { padding:0 80px 10px; display: block; } 

 .company-logo ul { margin:0px; padding:0px; display: flex; justify-content: flex-end; width: 100%; } 

 .company-logo ul li { list-style: none; margin-left: 10px; } 

 .company-logo ul li img { border-radius: 5px;; } 



 .footer-social ul {
    margin: 40px 0 0 0;
    padding: 0px;
    display: flex;
}

 .footer-social ul li { list-style: none; margin-right: 15px; } 
 .footer-social ul li a {
    background: #0d7e8e;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer-social ul li a:hover {
    background: #fd3060;
}
.footer-social ul li a img {
    width: 14px;
}
.footer-social ul li:nth-child(1) a img {
    width: 7px;
}
.contact-section {
    text-align: center;
    border-top: solid 1px  rgba(86, 96, 105, 0.28);
    border-bottom: solid 1px  rgba(86, 96, 105, 0.28);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    background-color: #000;
}

.contact-title, .contact-number a, .contact-email a {
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}
.contact-number a:hover, .contact-email a:hover{
text-decoration: none;
}
.contact-number a:before {
    background: url(../images/contact.png) no-repeat;
    width: 22px;
    height: 18px;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
}
.contact-email a:before {
    background: url(../images/email.png) no-repeat;
    width: 22px;
    height: 18px;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
}

 .center-heading, .left-heading { position: relative; } 

 .center-heading:after, .left-heading::after { content:''; height: 3px; background:#C10A27; width:100px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; } 

.left-heading::after { right:inherit; left: 0; } 



 .news-left { display: flex; width:60%; } 

 .news-left .news-thumb { width:50%; padding:0px 5px 10px 5px; text-align: left; } 

 .news-left .news-thumb p { margin-top:0; } 

 .news-left .news-vertical-des { padding:10px 10px 10px 20px } 



 .news-right { width:40%; padding-left:10px } 

 .news-right ul { margin:0; padding:0; } 

 .news-right ul li { list-style: none; } 



 .news-outer { display: flex; flex-wrap: wrap; } 

 .news-right ul li { margin-bottom:18px; } 

 .news-right ul li .news-horizontal { display:flex; flex-wrap: nowrap; } 

 .news-right ul li .news-small-thumb { width:20%; min-width: 124px; } 

 .news-right ul li .news-horizontal-des { width:80%; text-align:left; padding: 15px; font-size: 15px; background:rgba(174, 174, 174, 0.06) } 

 .news-right ul li .news-horizontal-des h2, .news-left .news-vertical-des h2 { margin: 0 0 5px; padding: 0; font-family: 'Poppins', sans-serif; font-size: 24px; color:#000 } 

 .news-right ul li .news-horizontal-des p { margin-top: 0; padding-top: 0; } 

 .btn-morenews a { background:#C10A27; color:#fff; font-size: 25px; font-family: 'Poppins', sans-serif; padding:4px 25px; } 

 .btn-morenews a:hover { background:#000; } 



 .menu-toggle { display:none; } 

 .search-toggle { display: none; } 

 .clearfix { clear:both } 
.wpb-content-wrapper p{
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;

}
 /*------------Banner------------*/

 .banner_area { text-align: center; color: #fff; max-width: 1170px;} 
/*  .banner_area { text-align: left; color: #000; max-width: 50%;}  */
/* .home_banner_area { text-align: left !important; color: #000 !important; max-width: 50% !important; float: right !important}  */
/* .wpb_column { text-align: center;  */
/* 	color: #fff;  */
/* 	max-width: 1170px;} */

 .banner_area h2 { font-size: 54px; font-weight: 500; font-family: 'Poppins', sans-serif; } 
 .banner_area span { display: block; font-weight: 200; } 
 .banner_area p { font-size: 18px; color: rgba(255,255,255,0.8); font-weight: 400; font-family: 'Poppins', sans-serif; margin: 0; } 
/* .home_banner_area p {
		color: #514f4f !important;
	} */
.banner_btn { display: flex; align-items: center; justify-content: center; margin: 50px 0 0 0; gap: 20px; } 
/* .banner_btn { display: flex; align-items: center; justify-content: flex-start; margin: 50px 0 0 0; gap: 20px; }  */
.wpb_column {display: flex; align-items: center; justify-content: center; margin: 50px 0 0 0; gap: 20px;}



 /* build business section start */
 .section-heading h2 { font-size:42px; letter-spacing: -1px; font-weight: 500; font-family: 'Poppins', sans-serif; color: #000; margin: 0;line-height: 1.3;} 
 .section-heading span{font-weight: 300;}
 /* .business-content { padding-left:60px; }  */
 .business-content p { font-size: 16px; font-weight: 300; font-family: 'Poppins', sans-serif; line-height: 1.5; }
 .home_srvc_section .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px #A5A5A529;
    transition: all 0.3s;
}
.home_srvc_section .wpb_wrapper .wpb_text_column .wpb_wrapper, .home_srvc_section .wpb_wrapper .wpb_text_column .wpb_wrapper:hover {
    box-shadow: none;
}
.home_srvc_section .vc_column-inner > .wpb_wrapper:hover
{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.business-section {
    padding: 35px 0 60px 0;
}
.business-card-heading {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.business-card-text p {
    font-size: 16px;
    font-weight: 300;
    margin: 12px 0 0 0;
}
ul.card-list li {
   position: relative;
}
.card-list{
    padding: 0 0 0 20px;
}
.card-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
    list-style: none;
}
.card-list li::before {
    list-style: none;
    background: url('../images/star.png') no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: 100%;
}
.service-btn button ,.blog-left-post a.btn{ background: rgba(13, 126, 142, 0.22) !important; border-color: transparent !important; padding: 18px 60px 18px 30px !important; color: #000 !important; text-decoration: none !important; border-radius: 5px !important; position: relative !important; font-size: 16px !important; display: inline-block !important; transition: 0.3s ease-in !important; } 
.service-btn button:hover, .blog-left-post a.btn:hover{ text-decoration: none !important; color: #fff !important; background-color: #008EA2 !important; } 
.service-btn button:after, .blog-left-post a.btn:after { transition: all 0.3s !important; position: absolute !important; right: 30px !important; top: 53% !important; transform: translateY(-53%) !important; content: "" !important; background: url('../images/right-arrow-blue.svg') no-repeat !important; width: 12px !important; height: 12px !important; background-size: 100% !important; } 
.service-btn button:hover:after, .blog-left-post a.btn:hover:after{ right: 22px !important;background: url('../images/right-arrow.svg') no-repeat !important;background-size: 100% !important; } 
.dg-monk-heading {
    margin-top: 30px;
}
.dg-monk-heading .section-heading h2 {
    text-align: center;
}
.dg-small-title p{
    font-size: 16px;
    color: #000;
    margin: 10px 0 0 0;
}
.brand-logo-title p {
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
}
.brand-logo img {
    max-width: 150px;
}
.brand-logo-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.brand-logo-box {
    position: relative;
}
.brand-logo-box:after {
    width: 1px;
    height: 50px;
    background: #e1dcdc;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.brand-logo-box:last-child:after {
    background: transparent;
}
.brand-logo.small-logo img {
    max-width: 53px;
}
.about-section {
    padding: 120px 0px 50px 0;
}
.about-section p strong {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: inline-block;
}
.about-section p{
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
.natable-heading-sec {
    text-align: center;
    color: #fff;
}
.notable-inside {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
}
.natable-heading-sec  .section-heading h2{
    color: #fff;
}
.natable-sec-text {
    max-width: 700px;
    margin: 10px auto;
}

.natable-sec-text p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}
.testiminial h2 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 30px 0;
    padding: 0;
}
.case-study-box {
    padding: 50px 0 0 0;
    position: relative;
    background: #000;
    display: inline-grid;
    width: 100%;
    overflow: hidden;
    margin-top: -230px;
}
.laptop-img img {
    max-width: 950px;
    position: absolute;
    right: -270px;
    bottom: 0;
}
/* .case-study-box::after {
    position: absolute;
    right: -90px;
    bottom: 0;
    content: "";
    background: url('../images/cs-laptop.png') no-repeat;
    width: 1030px;
    height: 562px;
    background-size: 90%;
    background-position: right bottom;
} */
.abstract-img-cs img {
    max-width:80%;
}
.journey-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/curve.png) no-repeat center -3px #0d7e8e;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: 220px;
    position: relative;
    padding: 86px 150px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}
.journey-box:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(../images/shap1.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 160px;
}
.journey-box:after {
    position: absolute;
    right: 0;
    content: "";
    background: url(../images/shap2.png) no-repeat;
    width: 150px;
    height: 100%;
    background-size: 100%;
}
.journey-box h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
}
.journey-box p{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 200;
    margin: 20px 0 0 0;
}
.inside-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 38px 0 0 0;
    padding: 0;
}
.inside-section ul li {
    list-style: none;
    color: #fff;
    text-align: center;
}
.inside-section ul li .range-count{
    font-size: 34px;
    font-weight: 500;
}
.inside-section ul li .title{
    font-size: 18px;
    font-weight: 400;
}
.lates-blog-carousel .vc_column-inner {
    padding: 0;
}
.lates-blog-carousel .owl-carousel .owl-stage{
    display: flex;
}
.lates-blog-carousel .owl-carousel.owl-drag .owl-item{
    display: flex;
}
.lates-blog-carousel .blog-thumb {
    height: 375px;
    overflow: hidden;
}
.lates-blog-carousel .blog-thumb img{
height: -webkit-fill-available;
}
.blog-outer {
    background: #fff;
    box-shadow: 0px 10px 20px #A5A5A529;
    border-radius: 10px;
    margin:0 0 30px 0;
}
.blog-vertical-des{
    padding: 20px;
}
.blog-vertical-des h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.latest-Btext {
    padding: 70px 0 0 0;
}
.latest-Btext p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.lates-blog-carousel {
    margin: 35px 0 30px 0;
}
.lates-blog-carousel .owl-nav, .lates-blog-carousel .owl-dots{
    display: none;
}
.websolutions {
    border-radius: 12px;
    color: #fff;
    padding: 52px 100px;
    max-width: 900px;
    margin: 70px auto 0;
    position: relative;
    z-index: 2;
}
.websolutions .section-heading h2 {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.websolutions .section-heading p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 200;
    margin: 20px 0 0 0;
}
.testiminial .developmentbtn {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    border: solid 1px rgba(9, 127, 142, 1);
    padding: 5px 12px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin: 0 5px 0 0;
}
.testiminial p {
    font-size: 12px;
    color: #fff;
    margin: 20px 0 0  0;
    line-height: 1.5;
    font-weight: 300;
}
.client-rew {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
}
.client-profile {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.client-profile {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.client-profile img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client-rewbox {
    padding: 0 0 0 20px;
}
.client-name {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.clent-desig {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0 0 0;
}
.happy-client {
    padding: 60px 0;
    background-size: cover;
}
.happy-client .section-heading h2 {
    text-align: center;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}
.happy-client p {
    margin: 0 auto;
    max-width: 980px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.happy-client .service-btn button{
    color: #fff !important;
}
.happy-client .service-btn button:after {
    background: url('../images/right-arrow.svg') no-repeat !important;
    background-size: 100% !important;
}
.happy-client .blog-outer {
    box-shadow: none;
    background: transparent;
}
.happy-client .blog-vertical-des{
    display: none;
}
.service-category {
    display: flex;
}
.dev-service-sec {
    padding: 30px 0;
    margin-top: 70px;
}
.service-category .vc_column-inner {
    padding: 10px;
}
.service-category .wpb_wrapper {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.service-category .wpb_wrapper h3{
    font-weight: 600!important;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.service-category .wpb_wrapper p{
    color: #000;
}
.dev-service-sec .section-heading h2, .dev-service-sec p{
    color: #fff;
}
.dev-service-sec .consulation-btn{
    margin-top: 40px;
}
.service-row{
    display: flex;
    flex-wrap: wrap;
}
.signify-outer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.signify-outer .wpb_wrapper p{
    margin: 50px 0 0 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.custom-dev-sec {
    display: flex;
    gap: 30px;
    padding: 0 15px;
}
.mocup-dev-left {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.mocup-dev-left .wpb_wrapper {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    height: 100%;
}
.mocup-dev-left p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 0 30px;
}
.hireweb-sec {
    padding: 30px 0 50px 0;
}
.mocup-dev-left.section-heading h2,
.hireweb-sec .section-heading h2,
.hireweb-sec .wpb_wrapper p
{
    color: #fff;
}
.mocup-dev-left.section-heading h2{
    text-align: center;
}
.brand-logoBox {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin: 30px 0 50px 0;
}
.brand-logoBox .brand-logo {
    border-right: solid 1px #ccc;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logoBox .brand-logo:nth-child(4n) {
    border-right: 0;
}
.brand-logoBox .brand-logo img{
    max-width: 130px;
}
.brand-logoBox .wpb_single_image{
    margin: 0;
}
.brand-logoBox .brand-logo:after {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
}
.brand-logoBox .brand-logo:nth-child(4n + 1):after {
    width: 60%;
}
.brand-logoBox .brand-logo:nth-child(4n):after {
    width: 65%;
    left: 0;
}

.hireweb-sec .steps-row{
    padding: 0 30px;
}
.hireweb-sec .steps {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin: 60px 0 0 0;
}
.hireweb-sec .steps:before {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 35px;
    background: #fff;
    content: "";
}
.case-study-box .owl-nav {
    display: flex;
    gap: 12px;
}
.case-study-box .owl-nav{
    margin: 60px 0 0 0;
}
.case-study-box .owl-prev, .owl-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    background: #FD3060 !important;
    color: #fff !important;
    font-size: 30px !important;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-study-box  .owl-dots{
    display: none;
}
.dg-service-box .vc_column-inner .wpb_wrapper {
    box-shadow: 0px 10px 20px #A5A5A529;
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.dg-service-box .vc_column-inner .wpb_text_column .wpb_wrapper,
.dg-service-box .vc_column-inner .wpb_wrapper.vc_figure
{
    box-shadow: none;
    border-radius: 0;
    margin:0;
    padding: 0;

}
.online-marketing-sec {
    padding: 60px 0;
}
.online-marketing-sec .service-category .vc_column-inner .wpb_wrapper {
    box-shadow: 0px 10px 20px #A5A5A529;
    border-radius: 8px;
    padding: 40px 20px 20px 20px;
}
.online-marketing-sec .service-category .vc_column-inner .wpb_text_column .wpb_wrapper,
.online-marketing-sec .service-category .vc_column-inner .wpb_wrapper.vc_figure
{
    box-shadow: none;
    border-radius: 0;
    margin:0;
    padding: 0;

}
.online-marketing-sec h2{
    text-align: center;
}
.online-marketing-sec .service-category .wpb_wrapper h3 {
    text-align: center;
    font-weight: 600 !important;
    padding: 0 20px;
    color: #000 !important;
}
.online-marketing-sec .service-category .card-list{
    margin: 10px 0 0 0;
}
.online-marketing-sec .service-category .card-list li{
    font-weight: 600;
    margin: 0 0 10px 0;
}
.online-marketing-sec .service-row{
    margin:0 0 30px 0;
}
.web-dev-section {
    padding: 60px 0;
}
.web-dev-section .vc_custom_heading{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.web-diff-ind-sec p, .web-diff-ind-sec .section-heading h2{
    color: #fff;
}
.faq-section .vc_tta.vc_general .vc_tta-panel-body{
    padding-top: 0;
}
.faq-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.faq-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body
{
    background-color:#fff;
    border-color: transparent;
}
.faq-section .vc_tta.vc_general .vc_tta-panel {
    box-shadow: 0px 2px 20px #A5A5A529;
    margin: 20px 0 0 0;
    border-radius: 10px;
}
.faq-section  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.faq-section  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
.faq-section  .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::after {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FD3060;
    content: "";
    border: coral;
    border-radius: 100%;
    right: -8px;
    top: -8px;
}
.faq-section .vc_tta.vc_general .vc_tta-panel-title>a{
    padding: 20px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
}
.faq-section .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    z-index: 2;
    border-color: #fff !important;
}
.faq-section {
    padding: 70px 0 50px 0;
}
.instant-mak-webdev .consulation-btn{
    z-index: 22;
    position: relative;
}
.instant-mak-webdev .journey-box{
    background: url(../images/instant-bg.png) no-repeat center 0px transparent;
    background-size: cover;
    padding-bottom: 50px;
}
.instant-mak-webdev .journey-box:after, .instant-mak-webdev .journey-box:before {
    background: transparent;
}
.journey-small {
    background: #0d7e8e;
    border-radius: 22px;
    color: #fff;
    overflow: hidden;
}
.journey-small:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(../images/shap1.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 160px;
}
.journey-small.section-heading h2{
    position: relative;
    z-index: 22;
    color: #fff;
}
.dg-choose-sec .dg-choose-box .vc_column-inner .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0px 10px 20px #A5A5A529;
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px 20px 20px;
    height: 100%;
}
.dg-choose-sec .dg-choose-box .vc_column-inner .wpb_wrapper h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 0 20px 0;
}
.dg-choose-box {
    display: flex;
    margin: 15px 0;
}

.dg-choose-sec .dg-choose-box  .wpb_text_column .wpb_wrapper{
    padding: 0;
    box-shadow: none;
}
.dg-choose-sec {
    padding: 50px 0 0 0;
}
.choose-row {
    display: flex;
    flex-wrap: wrap;
}
.proven-strategies {
    padding: 50px 0 0 0;
}
.proven-strategies .proven-detail-box .wpb_wrapper h2{
    font-size: 18px;
    font-weight: 600;
}
.proven-detail-box {
    padding: 0 0 0 70px;
}
.reach-audience-sec {
    text-align: center;
    padding: 40px 0 80px 0;
}
.reach-audience-sec .reach-audience-sec-row .wpb_wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reach-audience-sec .reach-audience-sec-row .wpb_wrapper .wpb_single_image{
    margin-bottom: 0 !important;
}
.industries-sec .section-heading h2, .industries-sec p{
    color: #fff;
}
.industries-sec .wpb_single_image img {
    border: solid 1px #fff;
    border-radius: 10px;
}
.seo-text-center {
    text-align: center;
    padding: 0px 100px;
}
.seo-p-fule-box .wpb_wrapper {
    background: url(../images/seo-content-bg.png) no-repeat;
    width: 100%;
    height: 100%;
    padding: 170px 20px 20px 20px;
    background-size: contain;
    text-align: center;
}
.seo-p-fule-box .wpb_text_column .wpb_wrapper{
    background: transparent;
    padding: 0;
}
.seo-p-fule-box .wpb_wrapper h2{
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.fule-row ,.seo-p-fule-box {
    display: flex;
    flex-wrap:wrap;
}
.fule-row{
    margin-top: 50px;
}
.fule-section {
    padding: 50px 0 60px 0;
}
.seo-service-sec .section-heading h2, .seo-service-sec p{
    color: #fff;
}

.seo-service-sec {
    background-position: 0 -60px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #202020;
    padding: 30px 0 10px 0;
}
.authenticity-sec .section-heading h2,
.authenticity-sec p
{
    color: #fff;
    text-align: center;
}
.authenticity-sec {
    padding: 30px 0 80px 0;
}
.authenticity-sec .section-heading{
    padding: 0 100px;
}
.authenticity-box .vc_column-inner > .wpb_wrapper {
    border: solid 1px #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px #A5A5A529;
    height: 100%;
}
.authenticity-box .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    width: 100px;
}
.authenticity-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.authenticity-box {
    display: flex;
}
.relevant-result-sec .section-heading h2 {
    padding: 0 100px;
    text-align: center;
    color: #fff;
}
.relevant-result-sec .service-category .wpb_wrapper{
    text-align: center;
    padding: 40px;
    color: #000;
}
.relevant-result-sec {
    padding: 50px 0 70px 0;
}
.buid-sec .vc_single_image-wrapper {
    width: 80px;
}
.buid-sec {
    padding-bottom: 70px;
}
.digitol-monk-smo {
    color: #fff;
    padding: 50px 0  70px 0;
}
.digitol-monk-smo .section-heading h2{
    color: #fff;
}
.smo-dgbox .wpb_wrapper {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 10px;
    color: #fff;
}
.smo-dgbox .wpb_wrapper h2 {
    font-size: 22px;
    text-align: center !important;
    font-weight: 600;
}
.inside-section a {
    display: inline-block;
    margin: 40px 0 0 0;
}
.web-logo .vc_column-inner>.wpb_wrapper {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding:40px 0 20px 0;
    box-shadow: 0px 3px 6px #00000029;
}
.web-logo .wpb_column .vc_column-inner .wpb_wrapper{
    padding: 0;
    box-shadow: none;
}
.mobile-app-sec .mobile-page-icon {
    border: solid 1px #707070;
    border-radius: 10px;
    overflow: hidden;
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.mobile-app-sec .service-category .mobile-page-icon .wpb_wrapper {
justify-content: center;
}
.api-intigration {
    padding: 50px 0;
}
.intigration-small-heading h2 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}
.api-intigration .section-heading {
    font-weight: 600;
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
}
.brand-lavel-sec {
    padding: 100px 0;
}
.buid-sec .section-heading h2{
    text-align: center;
}
.seo-smart-decision{
    position: relative;
}
.seo-smart-decision::before {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    background: url(../images/flower-shap.png) no-repeat;
    background-size: 220px;
    height: 100%;
    width: 100%;
}
.section-heading.left-right-space {
    padding: 0 60px;
    text-align: center;
}
.smm-box {
    text-align: center;
}
.smm-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.ppc-manage-sec {
    padding: 30px 0 80px 0;
}
.ppc-seo-service .section-heading h2, .ppc-seo-service p{
    color: #fff;
}
.ppc-seo-service {
    padding: 30px 0 40px 0;
}
.coffee-left-img .vc_single_image-wrapper {
    max-width: 80%;
}

.sf-consulting {
    border-radius: 10px;
    margin: 15px 0;
    padding:15px 20px;

}
.sf-consulting  .wpb_wrapper p {
    text-align: center;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0 20px 0 0;
}
.sf-consulting .wpb_content_element {
    margin: 0 !important;
}
/* .sf-consulting .wpb_wrapper p:after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(
    ../images/star01.png) no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    z-index: 222;
    background-size: 100%;
} */

.techbox .vc_column-inner> .wpb_wrapper {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 165px;
}
.techbox .vc_column-inner> .wpb_wrapper h2 {
    font-size: 14px;
}
.techouter-box {
    padding: 30px 0 50px 0;
}
.techouter-box  .section-heading h2 {
    text-align: center;
}
.techouter-box  .section-heading h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.techouter-box .tech-row {
    margin: 20px -15px;
}
.dev-page-hppyclientbox .vc_column-inner> .wpb_wrapper {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 0 0 20px 0;
}
.dev-page-hppyclientbox .vc_column-inner> .wpb_wrapper h3{
    text-align: center !important;
    font-weight: 600 !important;
    padding: 0 20px;
    color: #000 !important;
    padding: 0 20px;
    font-size: 18px;
}
.dev-page-hppyclientbox .card-list li {
    font-weight: 600;
    margin: 0 0 10px 0;
}
.about-section .card-list{
    margin: 20px 0 0 0;
}
.travel-mobi {
    background: #F2F2F2;
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
}
.travel-mobi.section-heading h2{
    font-size: 26px;
}
.dev-service-sec.uniq-travel-sec {
    padding: 40px 0 90px 0;
}
.app-tab-sec .vc_tta-panels-container {
    margin-top: 50px;
}
.app-tab-sec .vc_tta-tabs-list {
    text-align: center;
}
.app-tab-sec li.vc_tta-tab a

 {
    background: #fff !important;
    border: solid 1px #7E7E7E !important;
    margin: 0 6px;
    border-radius: 8px !important;
}
.app-tab-sec li.vc_tta-tab.vc_active a,
.app-tab-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading
{
    border: 0 !important;
    background: #0D7E8E !important;
    color: #fff !important;
}
.app-tab-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
color: #fff;
padding: 20px;
}
.app-tab-sec .vc_tta-panel-body{
    background-color: #fff !important;
    border-color: #fff !important;
}
.app-tab-sec .card-list li{
    font-weight: 600;
}
.looking-servise-sec {
    padding: 50px 0;
}

.look-serv-box .vc_column-inner {
    border-radius: 10px;
    min-height: 380px;
}
.look-serv-box .vc_column-inner .wpb_wrapper h3{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.dev-service-sec .dev-page-hppyclientbox{
    margin: 20px 0;
}
.dev-service-sec .dev-page-hppyclientbox p{
    color: #000;
}
.why-hire-sec{
    padding: 20px 0 80px 0;
}
.contact-banner-section {
    background: #fff;
    box-shadow: 0px 0px 27px #4343432E;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
}
.work-inq-sec .vc_column-inner> .wpb_wrapper {
    padding: 20px;
}
.contact-banner-section label{
    display: block;
}
.contact-banner-section .wpcf7-form-control {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
}
.contact-banner-section .wpcf7-form-control::placeholder{
    color: #000;
    opacity: 1;
}
.contact-banner-section .section-heading.work-inq-sec p,
.contact-banner-section .section-heading.work-inq-sec p a
{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.contact-banner-section .section-heading.work-inq-sec h2{
    font-size: 20px;
}
.contact-page-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}
.contactus_msg {
    height: 60px;
}
input.wpcf7-form-control.wpcf7-file.contactus_file {
    border: dashed 2px #ccc;
    border-radius: 10px;
    padding: 20px;
}
.contact-banner-section .wpcf7-form-control.main_btn{
    padding: 18px 60px 18px 30px !important;
    color: #fff !important;
    width: auto !important;
}
.address-box .vc_column-inner {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
}
.address-box .vc_column-inner .wpb_wrapper h3{
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.address-box .vc_column-inner .wpb_wrapper h4{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.address-box .vc_column-inner .wpb_wrapper p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.address-box .vc_column-inner .wpb_wrapper p img{
    max-width: 30px;
}
.address-box .vc_column-inner .address-row {
    margin: 30px 0;
}

.map-sec {
    padding: 50px 0 0 0;
    min-height: 1200px;
    margin-bottom: -320px;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    background: rgb(184,227,240);
    background: linear-gradient(180deg, rgba(184,227,240,1) 0%, rgba(241,212,215,1) 100%);
}


.blog-left-post .blog-outer img {
    width: 100%;
    object-fit: cover;
}
.blog-right-post .blog-outer {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.blog-right-post .blog-outer {
    display: flex;
    align-items: center;
    box-shadow: none;
    gap: 20px;
    margin: 20px 0 0 0;
}

.blog-right-post .blog-outer .blog-thumb {
    width: 110px;
    height: 80px;
    flex-shrink: 0;
}
.blog-right-post .blog-outer .blog-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blog-right-post .blog-vertical-des{
    padding: 0;
}
.blog-right-post .blog-vertical-des h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog-right-post p {
    font-size: 11px;
}
.blog-left-post .blog-vertical-des {
    padding: 0;
    margin: 0 0 30px 0;
}
.blog-left-post .blog-vertical-des h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.blog-left-post .blog-vertical-des p {
    font-size: 14px;
    color: #000;
    margin: 8px 0 0 0;
}
.blog-left-post .blog-thumb {
    font-size: 16px;
    color: #000;
    margin: 30px 0;
}

.blog-left-post .blog-outer{
    box-shadow: none;
}
.blog-post-aside .blog-outer{
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: none;
}
.blog-post-aside .blog-outer .blog-thumb {
    width: 40%;
    height: 240px;
}
.blog-post-aside .blog-outer .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.blog-post-aside .blog-outer .blog-vertical-des {
    width: 60%;
    padding: 0;
}
.blog-post-aside .blog-outer .blog-vertical-des h2{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;
}
.blog-add .vc_column-inner {
    border-radius: 10px;
    padding: 30px;
}
.blog-add .vc_column-inner h2 {
    color: #fff;
    font-weight: 600;
}
.blog-add .vc_column-inner p{
    color: #fff;
}
.blog-post-aside{
    margin: 30px 0;
}
.city-page-dg-row .home_srvc_section .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px #A5A5A529;
    transition: all 0.3s;
    padding: 20px;
    display: flex;
    flex-flow: column;
    height: 100%;
    margin: 10px 0;
}
.cities-sec .home_srvc_section{
    margin: 0 0 30px 0;
}
.city-page-dg-row .business-card-heading{
    font-size: 20px;
    padding: 0 !important;
}
.cities-sec .home_srvc_section p img{
    width: 30px;
}
.cities-sec .home_srvc_section p{
    font-size: 14px;
    font-weight: 600;
    color: #242424;
    text-align: center;
}
.cities-sec .flag{
    margin: -70px 0 0 0;
}
.cities-sec .home_srvc_section .vc_column-inner > .wpb_wrapper{
    padding: 0 0 20px 0;
}
.cities-sec .business-card-heading{
    font-size: 18px;
    padding: 0 !important;
}
.it-consult-sec {
    padding: 50px 0 80px 0;
}
.city-page {
    padding-bottom: 250px;
    margin-bottom: -280px;
}
.happy-client .owl-nav{display: none;}
.about-page-countreechoose, .about-page-countreechoose h2 {
    color: #fff;
}
.about-page-countreechoose {
    padding: 80px 0 100px 0;
}
.about-page-countreechoose ul{
    padding-left: 0;
}
a.linkdinbtn {
    background: #055db5;
    padding: 17px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 23px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}
a.linkdinbtn:hover{
    text-decoration: none;
}
.linkdinbtn-main {
    text-align: center;
    margin-top: -68px;
}
.our-experties {
    padding: 50px 0 80px 0;
}
.our-journey-about-page .brand-logo .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px 15px 15px;
    display: flex;
    height: 100%;
    flex-flow: column;
    margin: 15px 0;
}
.our-journey-about-page .section-heading h2{
    color: #fff;
}
.our-journey-about-page .brand-logo .vc_column-inner > .wpb_wrapper h2 {
    font-size: 18px;
    color: #000;
}
.our-journey-about-page{
    padding: 50px 0 80px 0;
}
.team-section .team-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0 0;
}
.team-section .team-box p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.team-section {
    padding: 50px 0 80px 0;
}
.contactbox{
    position: relative;
    z-index: 222;
}
.journey-box.contactbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/patterned_black-bg.png)  center -3px #000 no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    position: relative;
    padding: 86px 150px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}.journey-box.contactbox:before, .journey-box.contactbox:after{
    background: none;
}
.journey-box.contactbox  h2 span{
    font-weight: 200;
}
.image-gallery .wpb_image_grid .wpb_image_grid_ul img {
    padding: 10px;
}
.tech-outbox .vc_column-inner .wpb_wrapper {
    display: flex;
    height: 100%;
}
.technology-box {
    width: 100%;
    height: 100%;
    background: url(../images/shap-bg.png) no-repeat #f2f2f2 bottom;
    background-size: 100%;
    padding: 40px;
    border-radius: 17px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.technology-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 20px;
    margin: 40px 0 0 0;
    flex-wrap: wrap;
}
.technology-box ul li {
    list-style: none;
    text-align: center;
}
.tech-icon {
    width: 70px;
    height: 70px;
}
.tech-icon img {
    width: 100%;
}
.tech-name {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.tech-info {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.technology-box h2 {
    font-size: 30px;
    font-weight: 600;
}
.inner-page-box {
    padding: 40px;
}
.inner-page-box .inside-section h2{
    font-size: 36px;
}
.inner-page-box .inside-section ul{
    flex-wrap: wrap;
}
.inner-page-box  .inside-section ul li{
    width: 50%;
    text-align: left;
    margin: 0 0 20px 0;
}
.inner-page-box .inside-section ul li .title{
    font-size: 16px;
}
.uniq-sec {
    padding: 60px 0 60px 0;
    margin-top: 60px;
}
.contact-page-cont{
    width: calc(100% - 15px);
}

/* media css start */

@media (min-width:1199px){
    .footer-logo, .footer-menu{width: 25%;}
}

@media  (min-width: 1365px) and (max-width:1400px) {
    .banner_area h2{font-size: 54px;}
 }

 @media  (min-height: 700px) and (max-height:850px) {
/* 	  .banner_area { text-align: center; color: #000; max-width: 1170px;}  */
    .banner_area h2{font-size: 54px;}
 }

@media screen and (min-width:1200px) and (max-width:1400px) {
    header nav ul li a{
        padding: 0px 15px !important;
        font-size: 15px;
    }
    .sidenav .main_btn{
        padding: 18px 53px 18px 15px;
        font-size: 16px;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .col-sm-7.text-left {
        width: 100%;
    }
    .sidenav {
        display: none;
    }
    header nav ul li a{
        padding: 0px 15px !important;
        font-size: 15px;
    }
    header .header-nav .navbar-collapse{
        padding: 0;
    }
}

@media screen and (max-width:1100px) {
/* .case-study-box::after{
    background-size: 50%;
} */

.laptop-img img {
    max-width: 100%;
    right: 0;
}
}

@media screen and (max-width:991px) {
    .container-fluid.hero-section{
        background-size: cover;
    }

    .banner_area h2{
        font-size: 32px;
    }
    .main_btn, .consulation-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
        padding: 14px 50px 14px 16px;
    }
    .section-heading h2{
        font-size: 32px;
    }
    .brand-logo-box:after{
        background: transparent;
    }
    .about-section {
        padding: 50px 0px 50px 0;
    }
    .journey-box:before {
        width: 70px;
        height: 70px;
    }
    .journey-box:after {
        width: 47px;
        height: 20%;
        bottom: 0;
    }
    .journey-box h2 {
        font-size: 24px;
    }
    .inside-section ul li .range-count {
        font-size: 24px;
    }
    .inside-section ul li .title {
        font-size: 14px;
        font-weight: 400;
    }
    .notable-inside{
        flex-flow: column;
    }
    .abstract-img-cs img {
        max-width: 80%;
        display: none;
    }
    /* .case-study-box::after{
        display: none;
    } */
    .laptop-img img{
        display: none;
    }
    .abstract-img-cs img {
        display: none;
    }
    .footer-inner {
        padding: 90px 15px 30px 15px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .websolutions {
        padding: 20px 20px;
    }
    .websolutions .section-heading p {
        font-size: 14px;
    }
    footer{
        background-size: cover;
    }
    .contact-section{
        gap: 50px;
    }
    .happy-client .wpb_single_image img {
        max-width: 60%;
    }
  
    .journey-box{
        padding: 60px 30px;
    }
    .inside-section ul {
        flex-wrap: wrap;
        margin: 18px 0 0 0;
    }
    .inside-section ul li {
        width: 50%;
        margin: 10px 0;
    }
    .logo a {
        margin-left: 0;
    }
    .brand-logoBox .brand-logo:nth-child(4n + 1):after {
        width: 100%;
    }
    .brand-logoBox .brand-logo:nth-child(4n):after {
        width: 100%;
        left: 0;
    }
    .custom-dev-sec{
        flex-wrap: wrap;
    }
    .case-study-box{
        display: block;
    }
    .notable-inside .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 100%;
    }
    .dg-choose-box {
        display: flex;
        margin: 15px 0;
    }
    .dg-choose-sec {
        padding: 50px 0;
    }
    .proven-detail-box {
        padding: 0px;
    }
    .api-intigration .wpb_single_image.vc_align_left,
    .hireweb-sec .wpb_single_image.vc_align_left
    {
        text-align: center;
    }
    
    .faq-section {
        padding: 30px 0 50px 0;
    }
    .latest-Btext {
        padding: 30px 0 0 0;
    }
 
    .websolutions {
        margin: 30px 0 0 0;
    }
    .business-section {
        padding: 35px 0 0px 0;
    }
    .brand-lavel-sec {
        padding: 30px 0 60px 0;
    }
    .seo-text-center {
        padding: 0px;
    }
    .map-sec {
        min-height: 960px;
        /* background-position: 0px 110px; */

    }
    .seo-p-fule-box .wpb_wrapper {
        background: transparent;
        padding: 20px;
    }
    .dev-service-sec{
        margin-top: 0;
    }
    .happy-client .dev-page-hppyclientbox .wpb_single_image img,
    .dg-service-box .wpb_single_image img
    {
        max-width: 100%;
        width: 100%;
    }
    .techbox .vc_column-inner> .wpb_wrapper {
        height: auto;
        padding: 10px 0;
    }
    .blog-detail-banner h1 {
        padding-right: 0px;
        font-size: 28px;
        padding: 20px 0;
    }

    .blog-detail ul li,
    .blog-detail p, .blog-detail a, .blog-detail ul, .blog-detail ol
    {
        font-size: 16px;
    }
    .blog-detail h2 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    h3.related_blog_title {
        float: left;
        padding: 30px 0;
    }
    .author p {
        font-size: 16px;
    }
    .blog-detail-banner {
        padding: 0px;
    }
     
}

@media screen and (max-width:767px) {
    .journey-small {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .api-intigration .vc_column_container.vc_col-sm-2 {
        width: 50%;
    }
    .api-intigration .api-row{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
    
    .brand-logoBox .brand-logo{
        border-right: none;
    }
    .brand-logoBox .brand-logo{
        border-right: 0;
    }
    .authenticity-row {
        row-gap: 20px;
    }
    .smo-dgbox {
        margin: 20px 0;
    }
    .ppc-social-meda-sec .wpb_single_image .vc_figure, 
    .ppc-social-meda-sec .wpb_single_image .vc_single_image-wrapper,
    .happy-client .dev-page-hppyclientbox .wpb_single_image .vc_single_image-wrapper,
    .happy-client .dev-page-hppyclientbox .wpb_single_image .vc_figure
    {
        width: 100%;
    }
    .ppc-social-meda-sec  .wpb_single_image img {
        object-fit: cover;
        width: 100%;
    }
    .footer-inner {
        padding: 326px 15px 30px 15px;
    }
    .dev-page-hppyclientbox,
    .techbox
    {
        margin: 15px 0;
    }
    .techbox .vc_column-inner> .wpb_wrapper {
        height: 165px;
        padding:  0;
    }
    .contact-banner-section{
        margin-bottom: 40px;
    }
    .contact-page-section{
        gap: 60px;
    }
    .journey-box.contactbox{
        padding: 30px;
    }
    .sidenav{
        display: none;
    }
    .menu-toggle {
        display: none;
        position: fixed;
        right: 0;
        z-index: 222;
        width: 100px;
    }
    .col-sm-2.logo {
    width: 180px;
    margin-right: auto;
}
.row.header-inside {
    align-items: flex-start;
    justify-content: space-between;
}
header nav ul li a:after{
    content: "";
}
header .header-nav ul li {
    padding: 10px 5px 10px !important;
}
.contact-title, .contact-number a, .contact-email a {
    font-size: 12px;
}
.contact-title, .contact-number, .contact-email {
    margin: 10px 0;
}
.contact-section{
    border: 0;
    border-top: solid 1px rgba(86, 96, 105, 0.28);
}
.section-heading.left-right-space{
    padding: 0;
}
}

@media screen and (max-width:576px) {
/* 	.home_banner_area { text-align: center !important; color: #000 !important; max-width: 1170% !important;} 

		.home_banner_area p {
		color: #514f4f !important;
	} */
    .banner_area{
        padding: 0 20px;
    }
    .banner_btn{
        flex-flow: column;
    }
    .main_btn{
        width: 100%;
    }
    .journey-box{
        background-size: 100px;
    }
}