/* ------------------------------------------------
  Project:   Stacht - Data Science & Analytics Bootstrap 5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Shape
  9. Subtitle Effect
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. Video
  15. Side Background
  16. List Icon
  17. Icon Size
  18. Shop Page
  19. How It Work
  20. Extra
------------------------*/

/* ------------------------
    General
------------------------*/

body { font-family: 'Be Vietnam Pro', sans-serif; font-weight: 400; font-style: normal; font-size: 15px; line-height: 1.5; color: #42454b; overflow-x: hidden; }
.page-wrapper { overflow-x: hidden; }

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: normal; margin-top: 0px; margin-bottom: 0px; color: #102e46; font-family: 'Outfit', sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1, .h1 { font-size: 80px; font-style: normal; line-height: 90px; font-weight: 300; color: #122f40; }
h2, .h2 { font-size: 50px; font-style: normal; line-height: 60px; font-weight: 300; margin-bottom: 10px; position: relative; color: #122f40; }
h3, .h3 { font-size: 32px; font-style: normal; line-height: 40px; font-weight: 500; }
h4, .h4 { font-size: 26px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 36px; }
h5, .h5 { font-size: 22px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 32px; }
h6, .h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; }
ul { margin: 0px; padding: 0px; }

/* ------------------------
    Helper class
------------------------*/
p { line-height: 1.7; }
.lead { font-weight: normal; font-size: 17px; line-height: 30px; }
.z-index-0 { z-index: 0; position: relative; }
.z-index-1 { z-index: 9; position: relative; }
.border-primary { border-color: #f7255a !important; }
a.text-primary:focus, a.text-primary:hover { color: #102e46 !important; }
.border-light { border-color: #ebebeb !important; }
section { padding: 80px 0; }
.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }

/* ------------------------
    Text color
------------------------*/
.text-primary { color: #f7255a !important; }
.text-dark { color: #102e46 !important; }
.text-grey { color: #42454b; }
.text-rgba { color: rgba(255, 255, 255, 0.7); }

/* ------------------------
    Background color
------------------------*/
.bg-dark { background-color: #16171c !important; }
.bg-light { background-color: #fff6f6 !important; }
.bg-primary { background-color: #f7255a !important; }

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner { position: relative; min-height: 700px; }
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.align-center { position: absolute; top: 50%; width: 100%; z-index: 9; }
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }
.banner-1 { background-color: #16171c; background-image: linear-gradient(315deg, #16171c 0%, #f7255a 74%); }
.banner-2 { padding-bottom: 10rem }

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }
.bg-pos-rt { background-position: right top; }
.bg-pos-lt { background-position: left top; }
.bg-pos-rb { background-position: right bottom; }
.bg-pos-lb { background-position: left bottom; }
.bg-repeat { background-repeat: repeat; }

/* ------------------------
Shape
------------------------*/
.shape-1:before { content: ""; background: #fff6f6; height: 100%; width: 75%; position: absolute; top: 0; left: 0; z-index: -1; border-radius: .25rem }
.shape-1.right:before { left: inherit; right: 0 }
.skew-shape:before { content: ""; background: #fff6f6; position: absolute; bottom: -40%; z-index: -1; width: 120%; height: 110%; transform: rotate(-24deg); }
.shape-both:before { content: ""; background: #fff6f6; height: 100%; width: 20%; position: absolute; top: 0; left: 0; z-index: -1; border-radius: .25rem }
.shape-both:after { content: ""; background: #fff6f6; height: 100%; width: 20%; position: absolute; top: 0; right: 0; z-index: -1; border-radius: .25rem }
.curve-shape { position: absolute; bottom: 0; width: 100%; left: 0; right: 0; z-index: -1 }

/* ------------------------
Subtitle Effect
------------------------*/
.subtitle-effect span { display: inline-block; animation: headShake 1.3s infinite running; }

/* ------------------------
    Countdown
------------------------*/
.countdown { width: 100%; }
.countdown > li { list-style-type: none; text-align: center; }
.countdown > li span { font-family: 'Outfit', sans-serif; font-size: 60px; font-weight: 500; display: inline-block; color: #f7255a; }
.countdown > li p { font-size: 20px; font-weight: 500; margin-top: 15px; display: block; margin-bottom: 0; color: #102e46; }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p { margin-bottom: 25px; }
.terms-and-conditions ul.list { margin-bottom: 20px; display: block; }
.terms-and-conditions ul.list li i { padding-right: 12px; font-size: 15px; }

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p { margin-bottom: 25px; }
.privacy-policy ul.list { margin-bottom: 20px; display: block; }
.privacy-policy ul.list li i { padding-right: 12px; font-size: 15px; }

/* ------------------------
    Contact
------------------------*/
.contact-media i { background: rgba(255, 255, 255, 0.1); border-radius: .25rem; height: 60px; width: 60px; line-height: 60px; text-align: center; font-size: 30px; color: #ffffff; }
.contact-media a, .contact-media span { color: rgba(255, 255, 255, 0.8); }
.contact-media a:hover { color: #ffffff; text-decoration: underline !important; }
.contact-media.style-2 i { background: #f7255a; }
.contact-media.style-2 a, .contact-media.style-2 span { color: #102e46; }
.contact-media.style-2 a:hover { color: #f7255a; text-decoration: underline !important; }
label { font-size: 14px; color: #102e46 }
.form-control { font-size: 14px; height: 50px; color: #42454b; border: 1px solid #ebebeb; }
textarea.form-control { height: 120px; }
.form-control:focus { box-shadow: none; border-color: #f7255a; }
select.form-control { height: 50px !important; }
iframe { width: 100%; border: none; pointer-events: auto; }
.form-control::-webkit-input-placeholder { color: #42454b; }
.form-control::-moz-placeholder { color: #42454b; }
.form-control:-ms-input-placeholder { color: #42454b; }
.form-control:-moz-placeholder { color: #42454b; }
.success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; width: 100%; font-size: 0.8rem; }
.error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); width: 100%; font-size: 0.8rem; }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; -webkit-text-fill-color: #102e46 !important; transition: background-color 5000s ease-in-out 0s; }
.map { height: 500px; z-index: 999; }
.map iframe { border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }

/* ------------------------
    Video
------------------------*/
.video-btn { position: relative; display: inline-block; }
.video-btn-pos { position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99; }
.video-btn .play-btn { width: 80px; border-radius: 50%; cursor: pointer; height: 80px; background: #16171c; display: inline-block; text-align: center; line-height: 80px; position: relative; }
.video-btn .play-btn::after { position: absolute; content: ''; width: 100%; height: 100%; background: #f7255a; left: 0px; top: 0px; transform: scale(.6); transition: .5s ease; border-radius: 50%; opacity: 0; }
.video-btn .play-btn:hover::after { transform: scale(1); opacity: 1; }
.video-btn .play-btn i { z-index: 1; font-size: 40px; position: absolute; top: 50%; left: 50%; color: #ffffff; -webkit-transition: .25s; -o-transition: .25s; transition: .2s ease-out !important; transform: translate3d(-50%, -50%, 0); }
.video-btn .play-btn:hover i { transform: translate3d(-50%, -50%, 0) scale(.75); color: #ffffff }

/* ------------------------
    List Icon
------------------------*/
.list-dot { background: #ffe8e9; border-radius: 100%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }

/* ------------------------
    Icon Size
------------------------*/
.ic-1x { font-size: 1em; }
.ic-2x { font-size: 2em; }
.ic-3x { font-size: 3em; }
.ic-5x { font-size: 5em; }
.ic-7x { font-size: 7em; }

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card { border: none; overflow: hidden; }
.product-link { position: absolute; bottom: 0; opacity: 0; left: 50%; }
.product-card:hover .product-link { opacity: 1; bottom: 2rem; }
.product-link button { color: #102e46; font-size: 20px; border: none; padding: 0.50rem 0.75rem; background: #ffffff; display: block; border-radius: .25rem }
.product-link button:hover { background: #f7255a; color: #ffffff }
.product-card .card-body { position: relative; background: #ffffff; }
.product-title a { color: #102e46; font-size: 16px; }
.product-title a:hover { color: #f7255a; }
.product-price { color: #102e46; font-weight: 500; }
.product-list.product-card { padding: 0; }
.star-rating { color: #FDCC0D }
.form-check-input:checked { background-color: #f7255a; border-color: #f7255a; }
input.form-product { -moz-appearance: textfield; height: 40px; border: none; background: #ffffff; text-align: center; width: 50px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; color: #102e46; vertical-align: middle; }
.btn-product { background: none; color: #102e46; border: 1px solid #ebebeb; height: 40px; width: auto; padding: 0 10px; font-size: 13px; cursor: pointer; }
.view-filter a.active { color: #f7255a; }
.view-filter a { color: #102e46; display: inline-block; vertical-align: middle; font-size: 30px; }
.cart-table thead th { padding: 20px; vertical-align: middle; color: #102e46; font-size: 20px; font-weight: 600; }
.cart-table td { padding: 10px; color: #102e46; vertical-align: middle; }

/* ------------------------
    How It Work
------------------------*/
.work-process { box-shadow: 4.871px 34.659px 30px 0px rgb(16 46 70 / 5%); padding: 60px 30px; }
.step-icon { width: 80px; height: 80px; }
.step-icon { display: inline-block; margin-bottom: 20px; }
.work-process .step-num { position: absolute; left: -10px; top: -10px; width: 60px; height: 60px; line-height: 70px; background: #f7255a; color: #ffffff; text-align: center; border-radius: 50%; font-size: 18px; font-weight: 700 }
.work-process:hover .step-num { animation: flash 1.3s infinite running; }

/* ------------------------
Extra
------------------------*/
#canvas-1 { position: absolute; top: 0; left: 0; z-index: -1; }
.banner-morph { animation: featured-morphing 10s infinite; position: absolute; right: -20%; bottom: -30%; background: rgba(255, 255, 255, 0.03); height: 150%; width: 120%; z-index: -1 }
.banner-shape { position: absolute; bottom: 0; z-index: -1; transform: rotate(-90deg); left: -45%; width: 100%; }
h1.mb-4 {
    font-size: 68px;
}
.mb-50{
    margin-bottom: 40px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.btn-whatsapp-pulse {
    background: #e63839;
    color: white;
    position: fixed;
    bottom: 100px;
    right: 25px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
    transform: rotate(80deg);
}
.modal-body .form-group {
    margin-bottom: 15px;
}
.img-fluid.w-100.rounded, .team-images img{
    border: 1px solid #ddd;
}
#dfsd {
    background: #f7255a;
    padding: 30px 20px;
}
#dfsd h3, #dfsd p{
    color:#fff;
}
#dfsd img{
    width:40px;
}
.modal-body .col-lg-8.col-md-10.col-12 {
    padding: 30px 20px;
}
.list-group-item.border-0 {
    color: #f7255a !important;
    font-weight: 500;
}
.imag img{
    width: 100px;
}
.imag {
    margin-top: 20px;
}
.first{
    margin-right: 15px;
}
.col-lg-4.col-md-4.contact-media.style-2.bg-white.box-shadow.align-items-center.rounded.pad-4 {
    padding: 5%;
}
.col-lg-4.col-md-4.contact-media.style-2.bg-white.box-shadow.align-items-center.rounded.pad-4 p{
     color:#fff;
}
.d-flex .las{
    padding-right: 4%;
}
.pad-4 h3 {
    margin-bottom: 10% !important;
    color:#fff;
}
.pad-right{
    margin-right:8%;
}
.text-white a{
    color:#fff!important;
}
.col-lg-4.col-md-4.contact-media.style-2.bg-white.box-shadow.align-items-center.rounded.pad-4{
    background: linear-gradient(184.97deg, #f7255a -1.81%, #b1012d 113.82%);
}
.bg-black{
    background: #000;
    padding: 70px 0;
     
}
.bg-pink{
    background: #f7255a;
    padding: 70px 0;
     
}
.bg-pink h2, .bg-pink p{
    color:#fff;
}
.bg-black h2, .bg-black p{
    color:#fff;
}
/***30-march-2017***/
/**********advertising****/
.advertisingpage {
	width: 100%;
	height: auto;
	background: #f1f3f3;
	padding: 4% 0% 4% 0%;
}

.advertisingpage .col-width {
	width: 23%;
	height: 350px;
	margin: 1% 1% 1% 1%;
	float: left;
	text-align: center;
	padding: 20px;
	background: #fff;
}

.advertisingpage h3 {
	color: #333;
	font-size: 16px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	padding: 8% 0% 0% 0%;
}

.advertisingpage p {
	color: #222;
	font-size: 14px;
	font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	line-height: 18px;
	padding: 2%;
}
.yyy{
    padding-top: 20px;
}
.col-width:hover {
	-webkit-box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
}
/*****Better Results****/

.better-results {
	width: 100%;
	height: auto;
	padding: 55px 0px 55px 0px;
}

.media-1 {
	width: 100%;
	height: auto;
	padding: 55px 0px 55px 0px;
	background: #d54237;
}

.media-1 ul {
	margin: 0px auto;
	padding-left: 15px;
}

.media-1 li {
	color: #fff;
	text-align: justify;
	list-style: url(../img/li-icon-white.png);
	font-size: 16px;
	line-height: 30px;
}

.media-1 p {
	color: #fff;
}

.media-1 h4 {
	font-size: 40px;
	color: #fff;
}

.media-1 h2 {
	font-size: 20px;
	color: #fff;
}

.marketing-web {
	width: 100%;
	height: auto;
	padding: 55px 0px 30px 0px;
}

.brand-web {
	width: 100%;
	height: auto;
	margin: 0px 0px 36px 0px;
	padding: 0px 0px 11px 0px;
}


.border-web {
	min-height: 250px;
	padding: 15px;
	width: 48%;
	float: left;
	margin: 0px 15px 15px 0px;
	background: #f5f5f5;
}
.ppc_new .border-web {
	min-height: 157px;
	padding: 15px;
	width: 48%;
	float: left;
	margin: 0px 15px 15px 0px;
	background: #f5f5f5;
}
.border-web1 {
	padding: 15px;
	float: left;
	margin: 0px 15px 15px 0px;
	background: #f5f5f5;
	width: 97.4%;
}

.border-web:hover {
	-webkit-box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.75);
}

-webwidth {
	width: 100%;
	background: #333;
	padding: 18px 0px 43px 0px;
}

.bg-webwidth {
	background: #333;
	padding: 55px 0px 55px 0px;
}

.bg-webwidth h3 {
	color: #fff;
}

.bg-webwidth p {
	color: #fff;
}

.bg-webwidth ul {
	color: #fff;
	padding-left: 15px;
	margin: 0px auto;
}

.bg-webwidth ul li {
	list-style: url(../img/li-icon-white.png);
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.marketing-weba {
	height: auto;
	float: left;
	margin: 15px 15px 15px 15px;
	width: 47%;
	padding: 15px 15px 15px 15px;
	background: #f7f7f7;
}

.marketing-weba h4 {
	font-size: 18px;
	text-align: justify;
	font-weight: 600 !important;
}

.marketing-weba p {
	font-size: 18px;
	padding: 14px 0px 0px 0px;
}

.border-web h4,
.h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.trackpage {
	width: 100%;
	height: auto;
	padding: 55px 0px 55px 0px;
	background: #f15b26;
}

.trackpage h4 {
	color: #fff;
}

.trackpage p {
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.pad-55{
    padding: 55px 0;
}

.connectsection {
	width: 100%;
	height: auto;
	padding: 50px 0px 66px 0px;
	text-align: center;
}

.connectsection h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.connectsection-a {
	border: 1px solid #ccc;
	min-height: 100px;
	width: 22%;
	margin: 0px 0px 0px 30px;
	padding: 9px;
}

.tartpage {
	width: 100%;
	height: auto;
	padding: 48px;
	background: #38a1de;
}
.ppc-process h3 {
    font-size: 18px;
    font-weight: 600;
}

.tartpage h4 {
	color: #fff;
}

.tartpage p {
	color: #fff;
}

.include {
	width: 100%;
	height: auto;
	padding: 56px 0px 64px 0px;
}
.medium-padding120 {
    padding: 56px 0;
}
.di-infotech-ul {
    height: auto;
}

.di-infotech-ul ul {
	margin: 0px auto;
	display: block;
	margin: 0px;
	padding-left: 15px;
}

.di-infotech-ul ul li {
	margin-left: 0px;
	text-align: justify;
	padding-left: 0px;
	list-style: url(../img/li-icon.png);
	line-height: 30px;
	font-size: 16px;
}

@media (max-width: 480px) {
    .advertisingpage .col-width {
        width: 40%;
        height: 260px;
        margin: 5% 5% 5% 5%;
        float: left;
        text-align: center;
        padding: 5px;
        background: #fff;
    }
    .ppc_new .border-web {
        width: 100% !important;
    }
    
	.col-width img {
		width: 50px;
		margin-bottom: 10px;
	}

	.advertisingpage h3 {
		color: #333;
		font-size: 12px;
		font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: 0px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 16px;
		padding: 8% 0% 0% 0%;
	}

	.advertisingpage p {
		color: #222;
		font-size: 11px;
		font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: 0px;
		line-height: 18px;
		padding: 0;
		margin-top: 10px;
	}
	    .col-width img {
        width: 50px;
        margin-bottom: 10px;
    }
        h2, .h2 {
        font-size: 20px!important;
    }
}

ul#list {
    list-style: none;
    margin-top: 20px;
}
#list li:before {
    padding-right: 10px;
    content: '\2714';
    font-weight: 600;
    color: #f7255a;
}
ul#list li {
    font-size: 16px;
    margin-bottom: 10px;
}
h5.h4.my-3 {
    font-size: 24px;
}
.card .card-body.p-4 {
    padding: 1rem 1rem !important;
}
h6.mt-4 {
    font-weight: 700;
}
.font-w-5 {
    font-weight: 500;
    
}
#form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
}

#services-pages .advertisingpage .col-width img {
    width: 200px;
    height: 150px;
}
------------- #INFO-BOX --------------*/
.info-boxes .info-box--standard {
	margin-bottom: 80px;
}

@media (max-width: 640px) {
	.info-boxes .info-box--standard {
		margin-bottom: 30px;
	}
}

.info-box--standard .info-box-image {
	float: none;
	margin-right: 0px;
	margin-bottom: 7px;
	text-align: center;
}

@media (max-width: 360px) {
	.info-box--standard .info-box-image {
		float: none;
	}
}

.info-box--standard .info-box-image.f-none {
	float: none;
}

.info-box--standard .info-box-image img {
	height: 70px;
}

.info-box--standard .info-box-content {
	overflow: hidden;
	padding-top: 10px;
}

.info-box--standard .info-box-content .info-box-title {
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.info-box--standard .info-box-content .info-box-title.text-t-none {
	text-transform: none;
}

.info-box--standard .info-box-content .text {
	font-size: 16px;
	line-height: 1.5;
}

/*------------- #Info-box-standard-centered --------------*/
.info-box--standard-centered {
	text-align: center;
	margin-bottom: 30px;
}

.info-box--standard-centered .info-box-image {
	margin-bottom: 25px;
}

.info-box--standard-centered .info-box-image img {
	border-radius: 100%;
	transition: all .3s ease;
}

.info-box--standard-centered .info-box-content {
	margin-bottom: 30px;
}

.info-box--standard-centered .info-box-content .info-box-title {
	font-size: 21px;
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.info-box--standard-centered .info-box-content .text {
	font-size: 16px;
	line-height: 1.5;
}

.info-box--standard-centered:hover .info-box-image img {
	-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.info-box--standard-centered .btn:hover {
	background-color: #4cc2c0;
}

/*------------- #Info-box-standard-bg --------------*/
.info-box--standard-bg {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.info-box--standard-bg {
		margin-bottom: 30px;
	}
}

.info-box--standard-bg .info-box-content {
	position: relative;
	background-color: #fff;
	padding: 80px 40px 40px;
}

.info-box--standard-bg .info-box-content .info-box-image {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.info-box--standard-bg .info-box-content .info-box-title {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.info-box--standard-bg .info-box-content .text {
	font-size: 16px;
	line-height: 1.5;
}

.heading .heading-title {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0px;
}

.sub-title a {
	color: #fff;
}

.di-infotech-ul {
	height: auto;
}

.di-infotech-ul ul {
	margin: 0px auto;
	display: block;
	margin: 0px;
	padding-left: 15px;
}

.di-infotech-ul ul li {
	margin-left: 0px;
	text-align: justify;
	padding-left: 0px;
	list-style: url(../img/li-icon.png);
	line-height: 30px;
	font-size: 16px;
}

.heading .heading-title.no-margin {
	margin: 0;
}

.heading .heading-line {
	margin-bottom: 20px;
	position: relative;
}

.heading .heading-line .short-line {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #4cc2c0;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
	transition: all .4s linear;
}

.heading .heading-line .short-line.bg-yellow-color {
	background-color: #fcd846;
}

.heading .heading-line .long-line {
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: #4cc2c0;
	border-radius: 10px;
	position: relative;
	transition: all .4s linear;
}

.heading .heading-line .long-line.bg-yellow-color {
	background-color: #fcd846;
}

.heading .heading-subtitle {
	margin-bottom: 15px;
	text-align: justify;
	font-weight: normal;
	line-height: 30px;
}

.heading p {
	margin-bottom: 30px;
	margin-top: 12px;
}

.seo-score-content .heading p {
	margin-bottom: 30px;
	margin-top: 12px;
	text-align: center !important;
}

.understand .heading p {
	margin-bottom: 30px;
	margin-top: 12px;
	text-align: center !important;
}

.heading .heading-text {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.whyuspage {
	width: 100%;
	height: auto;
}

.whyuspage h5 {
	color: #000;
	font-size: 16px !important;
	line-height: 30px;
	text-align: center;
	padding-left: 15px;
	font-weight: normal !important;
	font-weight: 900;
}

.whyuspage h3 {
	font-size: 28px;
	color: #63d9a8;
	font-weight: 600;
	text-align: left;
}

.whyuspage p {
	color: #333;
	text-align: justify;
	margin: 15px 0px 15px 0px;
	line-height: 30px;
}

.whyuspage .whyweb {
	background: rgba(241, 241, 241, 0.85);
	padding: 20px;
	height: 310px;
	float: left;
	margin: 14px 0px 5px 0px;
}

.whyuspagetwo {
	width: 100%;
	height: auto;
	padding: 0px 0px 40px 0px;
}

.whyuspagetwo .whyweb {
	background: rgba(241, 241, 241, 0.85);
	padding: 20px;
	min-height: 300px;
	float: left;
	margin: 15px 0px 5px 0px;
	width: 100%;
}

.whyuspagetwo p {
	color: #333;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

.sslweb ul {
	display: block;
	margin: 0px auto;
	padding-left: 15px;
}

.sslweb ul li {
	list-style: url(../img/li-icon.png);
	line-height: 25px;
	text-align: justify;
	padding-bottom: 10px;
}

.whyuspagetwo p {
	color: #333;
	text-align: justify;
	margin: 20px 0px 0px 0px;
}

.whyuspagetwo h3 {
	font-size: 18px;
	color: #63d9a8;
	font-weight: 600;
	text-align: left;
}

.whyuspagetwo .red {
	color: #f77050;
}

.whyuspagetwo .blue {
	color: #71aff0;
}

.whyuspagetwo .brun {
	color: #c89655;
}

.whyuspagetwo .brun2 {
	color: #e565bf;
}

.brandpage {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.brandpage h3 {
	color: #1cbfc8;
	font-size: 30px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 0;
	line-height: 42px;
}

.bg-border-colorbg {
	background: #fcb03b;
}

.brandpageone {
	padding: 40px 0px 40px 0px;
}

.brandpageone .info-box-modern2 {
	background: #f7f7f7;
	color: #000;
	padding: 20px;
	text-align: left;
	margin: 5px;
}

.brandpageone .box-band {
	margin: -19px 5px 0px 4px;
}

.brandpageone h2 {
	color: #c89655;
	font-size: 33px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.brandpageone p {
	color: #000;
	font-size: 16px;
	text-align: justify;
}

.brandbox {
	background: #f7f7f7;
	padding: 20px;
	padding: 20px;
	height: 230px;
	margin: 9px 0px 10px 0px;
}

.ui-web {
	width: 100%;
	height: auto;
	padding: 50px 0px 50px 0px;
	background: #71aff0;
}

.ui-web ul {
	padding-left: 15px;
	margin: 0px auto;
}

.ui-web ul li {
	color: #fff;
	list-style: url(../img/li-icon-white.png);
	text-align: justify;
	line-height: 30px;
}

.ui-web h2 {
	color: #fff;
	font-size: 24px;
	text-align: justify;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 15px;
}

.ui-web h3 {
	color: #fff;
	font-size: 31px;
}

.ui-web p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.ui-webpage {
	width: 100%;
	height: auto;
	padding: 50px 0px 40px 0px;
}

.design-aplications {
	width: 100%;
	height: auto;
	background: #e0734c;
	padding: 40px 0px 40px 0px;
}

.design-aplications .box-img {
	width: 165px;
	height: 157px;
	margin: 6px auto;
}

.design-aplications h2 {
	color: #000;
	font-size: 25px;
	padding: 17px 5px 12px 0px;
}

.bg-orangedark-color {
	background-color: #ff9700;
}
/*------------- #Our vision --------------*/


/*------------- #TESTIMONIAL --------------*/
.testimonial-item {
	position: relative;
}

.testimonial-item .testimonial__thumb {
	background-color: #362f2d;
	border-radius: 0 100px 0 100px;
	padding: 50px 100px;
}
.heading .heading-title {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0px;
	font-size:30px;
}

.heading .heading-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
#black-section h3 {
    color: #fff!important;
    margin-bottom: 15px!important;
}
#black-section h2.h4.my-3 {
    text-align: center;
}

.offer-web {
	width: 100%;
	height: auto;
	padding: 50px 0px 50px 0px;
}

.leftoffer {
    margin: 20px 0px 0px 0px;
}
.leftoffer h2 {
    font-size: 22px;
    text-align: end;
    font-weight: 700;
}
.leftoffer p {
    color: #000;
    font-size: 16px;
    text-align: end;
}
.image-news {
	min-height: 315px;
}

.leftright {
	margin: 20px 0px 0px 0px;
}

.leftright h2 {
	font-size: 22px;
	text-align: left;
	font-weight: 700;
}

.leftright p {
	color: #000;
	font-size: 16px;
	text-align: left;
}
.align-center {
    text-align: center;
}
.dfshdf {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}
#fsdf {
    padding: 4% 0% 4% 0%;
}
div#bg-gray1 h2 {
    text-align: center;
   
}

div#bg-gray1 {
    background-color: #f1f3f3;
}
.leftoffer h2 {
    margin-bottom: 0px;
    line-height: 30px;
    text-align: right !important;
}
.leftright h2 {
    text-align: left !important;
    margin-bottom: 0px !important;
    line-height: 30px;
}
.confidenceweb {
	width: 100%;
	height: auto;
	padding: 50px 0px 50px 0px;
}

.confidenceweb h2 {
	font-size: 18px;
	padding-top: 15px;
	font-weight: 600;
}
.bg-border-color2 {
    background-color: #f1f3f3;
}
.medium-padding120 {
    padding: 56px 0;
}
.heading .heading-line {
    margin-bottom: 20px;
    /* position: relative; */
}
.developmentweb {
	width: 100%;
	height: auto;
	background: #336666;
	padding: 50px 0px 00px 0px;
}
.developmentweb .heading .heading-title{
	color: #ffffff;
	text-align:center;
}
.developmentweb .heading p{
	color: #ffffff;
}
.developmentboxw {
	background: #f7f9f9;
	padding: 20px;
	margin: 0px 0px 23px 0px;
	height: auto;
}

.developmentweb h3 {
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
}

.developmentboxw p {
	text-align: justify;
}
.confidenceweb h2 {
	font-size: 18px;
	padding-top: 15px;
	font-weight: 600;
}
.remarketingw.email_market .remarwhat {
    height: 210px;
}
.remarketingw .remarwhat {
    width: 47%;
    height: auto;
    float: left;
    margin: 15px;
    border: 1px solid #ccc;
    padding: 20px;
}
.bidding-strategy {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.remarketingw .remarwhat p {
    font-size: 16px;
    padding: 12px 0px 0px 0px;
}
.about-content-justify {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}
.confidenceweb h2 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 600;
    line-height:20px;
}
h3.pb100.text-center {
    margin-bottom: 20px;
}
.ecommerce-weda {
    width: 100%;
    height: auto;
    padding: 5px 0px 6px 0px;
    background: #302c2d;
}
.ecommerce-boxw h2 {
    color: #fcb03b;
    font-size: 26px;
}
.ecommerce-boxw p {
    color: #fff;
    text-align: justify;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}
.ecommerce-weda h4 {
    color: #fff;
}
.ecommerce-weda p {
    color: #fff;
    text-align: justify;
}
.ecommerceone-a h2 {
    font-size: 18px;
    color: #4cc2c0;
    font-weight: 600;
}
.ecommerceone-a p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}
.ecommerceone-a h2 {
    font-size: 18px;
    color: #4cc2c0;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 30px;
}
.ecommerceone-a p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}
.pb100 {
    padding-bottom: 15px;
}
.ecommerceone-a {
    padding: 70px;
}
.pad-70{
    padding: 70px 0;
}
.pad-70 h4.h1.heading-title.listen {
    text-align: center;
}
.service-pg .col-lg-6 h2.h4.my-3 {
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.youtube-marketing .gray {
    background: rgba(241, 241, 241, 0.66);
    padding: 20px 20px 20px 20px;
    float: left;
    min-height: 350px;
    margin: 0px 0px 20px 0px;
}
.netweb {
    width: 100%;
    height: auto;
    background: #fcaf3b;
    padding: 50px 0px 50px 0px;
}
.netweb h2 {
    color: #fff;
    font-size: 24px;
    text-align: justify;
}
.pt150 {
    margin-top: 40px;
}
.building {
    font-size: 18px!important;
    font-weight: 600 !important;
    text-align:left!important;
}
.software_companies .gray {
    height: 250px;
    min-height: 250px !important;
}ul.youtube_points {
    margin-top: 20px;
}
ul.youtube_points li {
    color: #000;
    font-size: 16px;
    list-style: url(../img/li-icon.png);
    text-decoration: none;
    text-align: justify;
    line-height: 30px;
}
ul.youtube_points li {
    margin-bottom: 10px;
    margin-left: 18px;
}
#mr-5{
    padding-left:5%;
}
.header .col {
    border: 2px solid #f7255a;
    border-radius: 50px;
    padding:0px 20px 2px 20px;
}
ul.grid_8 {
    float: left;
    width: 100%;
    margin: 25px auto;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}
ul.grid_8 li img{
    width: 70px!important;
    box-shadow : none;
}
ul.grid_8 li {
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
    padding: 0;
    position: relative;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bed1db;
    margin-top: -1px;
    margin-right: -1px;
    transition: all .3s ease-in-out;
    background: #fff;
    padding:25px;
}

ul.grid_8 li::before {
    content: none;
    margin: 0;
    padding: 0
}

ul.grid_8 li span {
    padding: 25px 15px
}

ul.grid_8 li span svg {
    width: 50px;
    height: 50px;
    color: #02619e;
    margin-bottom: 20px;
    transition: .5s all
}

ul.grid_8 li span strong {
    font-size: 16px;
    color: #333;
    line-height: normal;
    display: block
}

ul.grid_8 li:hover span svg {
    transform: rotatey(360deg);
    transition: .5s all
}
.keyFeatures2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 55px 0 40px;
    background: #f1f8fb
}

.keyFeatures2 ul.grid_8 li {
    background: 0 0;
    cursor: pointer
}

.keyFeatures2 ul.grid_8 li img {
    width: 70px!important;
    box-shadow:none;
}

.keyFeatures2 ul.grid_8 li .includeHover .includeHoverTitle {
    font-size: 16px;
    font-weight: 700;
    color: #02619e;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    line-height: normal
}

.keyFeatures2 ul.grid_8 li .includeHover .includeHoverInfo {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0
}

.service-pg1 .col-width img {
    width: 220px;
}
.service-pg1 .service-pg{
    margin-bottom:40px;
}
.service-pg1 img{
    box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
}
#max-size .col-12.col-lg-6{
    height: 320px;
    margin: 0% 1% 0% 1%;
    float: left;
    text-align: center;
    padding: 20px;
    background: #fff;
    width: 48%;
    box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
}
#max-size .col-12.col-lg-6 img {
    width: 320px;
}
#pad-bot .row{
    margin-bottom:40px;
    margin-top:40px;
}
.row.dfsdf h3 {
    color: #333;
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    padding: 4% 0% 0% 0%;
}
.row.dfsdf img {
    width: 80px !important;
}
.service-pg1 {
    padding-bottom: 0px;
}
#services-pages hr {
    display: none;
}
@media(min-width:601px){
.web_service .developmentboxw {
    background: #f7f9f9;
    padding: 20px;
    margin: 0px 0px 23px 0px;
    height: 198px;
}
}
@media(max-width:480px){
    .remarketingw .remarwhat {
        width: 90%;
        height: auto;
        float: left;
        margin: 5% 5% 5% 5%;
        border: 1px solid #ccc;
        padding: 20px;
    }
        .advertisingpage .col-width {
        width: 40%;
        height: 260px;
        margin: 5% 5% 5% 5%;
        float: left;
        text-align: center;
        padding: 5px;
        background: #fff;
    }
       .col-width img {
        width: 120px !important;
        height: 100px !important;
        margin-bottom: 10px;
    }
    .advertisingpage h3 {
        color: #333;
        font-size: 12px;
        font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 0px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 16px;
        padding: 8% 0% 0% 0%;
    }
    .advertisingpage p {
        color: #222;
        font-size: 11px;
        font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 0px;
        line-height: 18px;
        padding: 0;
        margin-top: 10px;
    
}
.service-pg1 .service-pg {
    margin-bottom: 0px;
}
ul.grid_8 li {
    width: 50%;
}
#max-size .col-12.col-lg-6 {
    height: 430px;
    margin: 0% 1% 0% 1%;
    float: left;
    text-align: center;
    padding: 20px;
    background: #fff;
    width: 48%;
    box-shadow: 2px 6px 26px -5px rgba(0, 0, 0, 0.75);
}
}

/**/

.header-top-area {
    background-color: #f7255a;
    padding:10px 0;
}
.header-top-area a{
    color:#fff!important;
}
.header-top-right {
    text-align: right;
}
@media(max-width:600px){
.header-top-area {
    display:none;
}
}