@font-face {
  font-family: 'Proxima Nova light';
  src: url('../fonts/MarkSimonsonProximaNovaLight.otf') format('opentype');
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/MarkSimonsonProximaNovaRegular.otf') format('opentype');
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/MarkSimonsonProximaNovaSemibold.otf') format('opentype');
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Black';
  src: url('../fonts/MarkSimonsonProximaNovaBlack.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
a:hover{
	color: #790096;
}
.black{
 	font-family: 'Proxima Nova Black';
}
.light{
 	font-family: 'Proxima Nova light';
}
.regular{
 	font-family: 'Proxima Nova Regular';
}
.semibold{
 	font-family: 'Proxima Nova Semibold';
}
body{
    color: #333;
	font-family:  'Proxima Nova Regular';
}
.ml-auto{
	margin-left: auto;
}
.header{
/*	background: #000;*/
	position: absolute;
	width: 100%;
	top: 0;
}
.header .navbar-nav  a{
    margin-left: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding-top: .3125rem;
	font-size: 1.8rem;
}
.dropdown-menu{
	background: #000;
}
.dropdown-menu a{
	margin-left: 0px !important;
}
.dropdown-menu a:hover{
	color: #790096;
}
.header .navbar-nav  a.active {
    color: #790096;
}
.phone{
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
    background: #790096;
    background: -webkit-gradient(linear, left top, right top, from(#790096), to(#c01fe6));
    background: -o-linear-gradient(left, #790096, #c01fe6);
    background: linear-gradient(90deg, #790096, #c01fe6);
    color: #790096;
}
.mobile_header{
	background: #000;
}
.icon-mob a{
	margin-left: 10px;
	color: #fff;
	font-size: 24px;
}
.text-decoaration{
	text-decoration: none;
}
.offcanvas-top{
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.btn-close{
	background: transparent url(../images/cross.svg) center / 1em auto no-repeat;
}
.menu_links h6{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.menu_links a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0px;
	display: block;
}
.menu_links a span{
	margin-right: 10px;
}
.bg-mrnu{
	background-image: url(../images/contact-us-img.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-mrnu a{
	background:rgba(0, 0, 0, 0.5) ;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.contant-banner{
	padding-top: 100px;
	padding-bottom: 30px;
	background-image: url(../images/contact.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.heading h1{
	font-weight: 600;
    font-size: 4.625rem;
}
.relative{
	position: relative;
}
.contact_form_box input.form-control{
	border-radius:0px ;
	font-size: 1.5rem;
    height: 61px;
    padding: 15px 40px 15px 19px;    
	border: 2px solid #d3cbc5;
    color: #777;
    -webkit-box-shadow: 0 3px 20px 0 rgba(255,194,35,.36);
    box-shadow: 0 3px 20px 0 rgba(255,194,35,.36);
}
.form-group span {
    font-size: 24px;
    color: #8a8a8a;
    position: absolute;
    top: 15px;
    right: 15px;
}
.contact_form_box textarea.form-control{
	border-radius:0px ;
	font-size: 1.5rem;
    height: 122px;
    padding: 15px 40px 15px 19px;    
	border: 2px solid #d3cbc5;
    color: #777;
    -webkit-box-shadow: 0 3px 20px 0 rgba(255,194,35,.36);
    box-shadow: 0 3px 20px 0 rgba(255,194,35,.36);
}
.check_feilds {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.check_feilds li {
    list-style: none;
    min-height: 144px;
    margin: 0 0 13px;
    max-width: 16%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #d2d2d2;
    min-height: 113px;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 0 4px;
}
.check_feilds li input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.check_feilds li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-image: -o-linear-gradient(top, #fff, #a513c8);
    background-image: linear-gradient(180deg, #fff, #a513c8);
    opacity: .25;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 1;
}
.check_feilds li {
    text-align: center;
}
.check_feilds li span{
    display: block;
    font-size: 2.8125rem;
    padding: 25px 0 11px;
    color: #4e4e4e;
}
.check_feilds li label{
    margin-bottom: .5rem;
    font-size: .75rem;
    font-weight: 700;
    color: #4e4e4e;
    display: block;
    margin-bottom: 18px;
    text-align: center;
}
.check_feilds li label:before {
    content: "✔";
    width: 16px;
    height: 16px;
    border: 1px solid #afafaf;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    line-height: 1.35;
    position: absolute;
    top: 7px;
    left: 7px;
    color: rgba(0, 0, 0, 0);
}
.check_feilds li label.checked:before {
    color: #4e4e4e;
}
.btn-sumit:before {
    content: "";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    width: 4.5rem;
    top: 0;
    bottom: 0;
    background: rgba(192, 31, 230, .3);
    line-height: 2;
    font-size: 1.25rem;
    padding: 1rem;
    border-radius: 0 4px 4px 0;
    border-left: 2px solid #790096;
    z-index: 1;
}
.btn-sumit{
	width: 100%;
	height: 70px;
    font-size: 30px;
    padding: 1rem 7rem 1rem 2rem;
        font-weight: 700;
    line-height: 1.2;
        border: 0;
            border-radius: 4px;
	color: #fff;
    background: #790096 -webkit-gradient(linear, left top, left bottom, from(#c01fe6), to(#790096)) repeat-x;
    background: #790096 -o-linear-gradient(top, #c01fe6, #790096) repeat-x;
    background: #790096 linear-gradient(180deg, #c01fe6, #790096) repeat-x;
    border-color: #ecb100;
}
.btn-sumit:hover{
	background: #c01fe6 linear-gradient(180deg, #790096, #c01fe6) repeat-x;
    border-color: #790096;
}
.contact_heading h1{
	font-weight: 600;
	font-size: 3.5rem;
}
.contact-box {
	width: 80%;
	border-bottom: 1px solid rgba(111, 112, 113, .3);
}
.contact-box h6{
	font-weight: 600;
	font-size: 1.075rem;
}
.contact-box p{
	color: #333;
}
.text-purple{
	color: #790096;
}
.text-gray{
	color: #333;
}
.social_heading h2{
	font-weight: 600;
	font-size: 3.0rem;
}
.socail_small_box p{
	font-weight: 400;
	font-size: 10px;
    line-height: 1.5;
    color: #333;
}
.socail_small_box h6{
	font-weight: 700;
    line-height: 1.5;
    color: #333;
}
.contact-social__icon{
	margin: 0px auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	font-size: 1.375rem;
    background-color: #333;
    height: 3.25rem;
    width: 3.25rem;
}
.socail_small_box a:hover span{
	color: #790096;
}
.footer-bottom{
	background: #000;
}
.font-14{
	font-size: 14px;
}
.sf-social{
	list-style: none;
}
.sf-social li{
	height: fit-content;
}
.sf-social a{
	height: fit-content;
}
.sticky-footer{
	background: #790096 linear-gradient(180deg, #c01fe6, #790096) repeat-x;
}
.sticky-footer a {
    width: 48.79%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #790096 linear-gradient(180deg, #c01fe6, #790096) repeat-x;
    padding: 10px;
}
button.btn-close.popup-cloe {
    padding: 10px;
    opacity: 1;
    background: #000;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}
button.btn-close.popup-cloe:hover{
	background: #790096;
}
.sticky-footer a:hover{
	background:  #790096;
}
.sticky-footer{
	position: fixed;
	width: 100%;
	bottom: 0px;
}


.sticky-side {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17.8375rem;
    z-index: 100;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sticky-side__content {
    background-color: #000;
    max-width: 20.9875rem;
}
.sticky-side__btn {
    max-width: 17%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    background-color: #790096;
    position: relative;
}
.sticky-side__btn .img-wrap {
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #790096;
    margin-top: -1.9375rem;
    z-index: 1;
    position: relative;
    width: 61px;
    height: 63px;
    background-color: #790096;
    left: -13px;
}
.sticky-side__btn .btn-wrap {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-top: 5.5625rem;
    position: relative;
    left: 10px;
    top: -3px;
}
.sticky-side__btn .img-wrap img {
   width: 100%;
   height: 100%;
}
.sticky-side__btn button {
    line-height: 1;
    padding: .8375rem .75rem;
    background-color: #790096;
    border: 0;
    font-weight: 700;
    color: #fff;
    font-size: 1.8125rem;
    white-space: nowrap;
    outline: none;
}
.sticky-side__info {
    padding: 1.9375rem;
    position: relative;
    -ms-flex-preferred-size: 83%;
    flex-basis: 83%;
    max-width: 83%;
    background: #000;
    border: 2px solid #790096;
    border-left: 0;
}
.sticky-side__content .close-btn {
    text-align: right;
    position: absolute;
    right: .3125rem;
    top: -2.4375rem;
}
.sticky-side__content .close-btn button {
    background-color: rgba(0, 0, 0, .9);
    color: #b8b8c0;
    border: 0;
    border-radius: 100%;
    outline: none;
    font-size: .625rem;
    line-height: 1;
    padding: .6rem .5rem .4rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sticky-side__content .text-wrap {
    color: #fff;
}
.text-wrap {
    white-space: normal !important;
}

.sticky-side__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
}
.sticky-side__content ul li {
    padding-left: 2.375rem;
    position: relative;
    margin-bottom: .5rem;
}
.sticky-side__content ul li a {
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}
.sticky-side__content ul li span.icon-phone-alt {
    font-size: 1.0625rem;
}
.sticky-side__content ul li span {
    color: #790096;
    position: absolute;
    left: .125rem;
    top: .3125rem;
}

.sem-banner{
	background-image: url(../images/cro-banner.webp);
}
.smm-banner{
	background-image: url(../images/smm.webp);
}
.services-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header-services{
	position: unset !important;
	background: #000;
}

.header.header-services .navbar-nav a{
	font-size: 1.5rem;
}
.header.header-services  a h1{
	font-size: 1.5rem;
	margin-bottom: 0px;
}
.over-lay{
	padding: 8.0625rem 0 9.0375rem;
	background: rgba(0, 0, 0, 0.7);
}
.banner-logos img{
	margin-bottom: 15px;
	margin-right: 15px;
}
.font-18{
	font-size: 18px;
}
.seprator{
	background-color: #212529;
    border-radius: .9375rem;
    margin: 0 auto;
    max-width: 23.94rem;
    height: 7px;
}
.form_box_services{
	background: #000;
	box-shadow: 12px 22px 52px 0 rgba(0,0,0,.46);
	max-width: 26.94rem;
	margin-left: auto;
    border-radius: .25rem;
    padding: 2rem 1.438rem 54px;
}
.form_box_services .form-control{
	height: 50px;
    font-size: 14px;
    padding: 12px 37px 12px 17px;
    color: #02355a !important;
    background: #fff;
    border-radius: 4px;
}
.form_box_services .form-group span{
	    font-size: 19px;
}
.form_box_services .btn-sumit{
    height: 50px;
    font-size: 18px;
    padding: 1rem 8rem 1rem 1rem;
}
.form_box_services .btn-sumit:before{
	    width: 2.5rem;
	    font-size: 1rem;
    padding: 10px;
}
.expert_section{
	border-bottom: 1px solid #dee2e6;
}
.expert_box {
	transition: 0.5s;
/*	width: 226px;*/
}
.expert_box img{
	transition: 0.5s;
}
.expert_box img:hover{
	transform: scale(1.2);
}
.expert_box{
    margin-bottom: .5rem;
    font-size: .75rem;
    font-weight: 700;
    color: #4e4e4e;
    display: block;
    margin-bottom: 18px;
    text-align: center;
}
.pl-50{
	padding-left: 50px;
}
.benefits-up{
	background: #131313;
}
.benefits-down{
	background: #000;
	border-top:1px solid rgb(81 81 81 / 73%);
}
.text-light-gray{
	color: #fff;
	opacity: 0.7;
}
.br-1{
	border-right:  1px solid rgb(81 81 81 / 73%);
}
.bb-1{
	border-bottom:  1px solid rgb(81 81 81 / 73%);
}
.benifit-small_box img{
	margin-bottom: 10px;
}
.benifit-small_box {
    height: 100%; /* Make boxes take full height of parent */
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.accordion-item{
	border-left: 0px;
	border-right: 0px;
	
}
.accordion-body{
	padding-left: 0px;
    padding-right: 0px;
}
.accordion-button{
	    color: #333;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
        padding-left: 0px;
    padding-right: 0px;
}
.accordion-button:not(.collapsed){
	    color: #333;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
    transform: rotate(0deg);
}
.accordion-button::after{
	width: 1.00rem;
    height: 1.00rem;
    background-size: 1.00rem;
	transform: rotate(270deg);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.footer-up{
	background: #000;
}
.font-20{
	font-size: 20px;
}
.review_box{
	padding: 20px;
	background: #131313;
}
.review-from{
	width: 140px !important;
	height: 140px !important;
}
.profile img{
	width: 52px !important;
	height: 52px !important;
}
.owl-nav button span{
	position: relative;
	top:-7px;
}
.owl-nav{
	position: absolute;
	bottom: 0;
	right: 0;
}
.owl-nav button {
    color: #fff !important;
    font-size: 29px !important;
    background: #000 !important;
/*    line-height: 15px !important;*/
    width: 30px;
    height: 32px;
    border-radius: 100%;
    margin-left: 10px;
}
.footer-middle{
	padding: 50px 0 20px;
	background:#131313 ;
}
.b-links{
	padding: 6px 0px;
	border-bottom: 1px solid rgb(81 81 81 / 73%);
}
.form_box_fotter {
	background: #fff;
	border-radius: 0px;
}
.form_box_fotter .form-control{
	padding-left: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	border-bottom:1px solid #8a8a8a ;
}
.form_box_fotter .form-group span{
    top: 10px;
    font-size: 18px;
    right: 8px;
    color: #790096;	
}
.cutom-check input{
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 0px;
	border: 1px solid #8a8a8a ;
}
.cutom-check input[type="checkbox"]:checked{
	background:#790096 !important;
}
.services_show{
	position: absolute;
	width: 100%;
	bottom: 100%;
	background: #fff;
	left: 0;
	padding: 20px;
	display: none;
	border: 1px solid #8a8a8a ;
}
#service{
	color: #212529;
	text-align: left;
}
.form_box_fotter .btn-sumit{
	    height: 55px;
    font-size: 20px;

}
.form_box_fotter .btn-sumit:before{
	        font-size: 0.76rem;
    padding: 15px;
}
.text-green{
	color: #2f7554;
}
/* Styles for dropdown */
.selected-option{
	cursor: pointer;
}
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
	    min-width: 160px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    padding: 12px 0px;
        z-index: 1;
    }
    .sub-option{
    	text-align: left;
    	font-size: 12px;
    	font-weight: 600;
    	padding:  5px 10px;
    }
    .sub-option:hover{
    	background: #790096 linear-gradient(180deg, #c01fe6, #790096) repeat-x;
    	color: #fff;
    }

    .dropdown.show .dropdown-content {
        display: block;
    }

    .dropdown-content div {
        cursor: pointer;
    }

    /* Custom style for selected option */
    .selected-option {
        font-size: 30px; /* Custom font size for selected option */
        font-weight: bold; /* Example: Making selected option bold */
    }
    .show{
    	display: block !important;
    }
.portfolio-box a{
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0px;
	color: #333;
}
.portfolio-box{
    box-shadow: 0 0 0.625rem 0 rgba(0,0,0,.11);	
}
.portfolio_image img{
	transition: 0.5s;
}.portfolio_image img:hover{
	transform: scale(1.1);
}


.portfolio_image{
	overflow: hidden;
}
.feedback-down {
	background-image: url(../images/testimonials-bg-banner.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}

#Testimonials .owl-nav button{
    width: 40px;
    height: 100%;
    background: red !important;
}
#Testimonials .owl-nav button span {
     top: 0px; 
}
#Testimonials .owl-nav{
	width: 100%;
}
#Testimonials button.owl-prev {
    position: absolute;
    left: 0;
}
#Testimonials button.owl-next {
    position: absolute;
    right: 0;
}
#Testimonials .owl-nav{
	    bottom: 50%;
}
.avtar img{
	z-index: 999;
	position: relative;
	width: 112px !important;
	margin: -70px auto 0px;
	height: 112px !important;

	border-radius: 100%;
	border: 2px solid #fff;
}
.review img {
    width: 128px !important;
    z-index: 999;
    margin: -35px auto 0px;
    position: relative;
    left: 57px;
}
.feed-back-box{
	background: #fff;
}
.conmpany img{
	width: 70px !important;
}
.strip {
    transform: scale(1.01);
    padding: .6875rem .625rem;
     margin: 0px 0px 1rem; 
    font-size: 1.0rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#790096), to(#c01fe6));
    background-image: -o-linear-gradient(left, #790096, #c01fe6);
    background-image: linear-gradient(90deg, #790096, #c01fe6);
    text-align: center;
}
.conmpany{
    margin-top: -16px;
}
.web-banner{
	background-image: url(../images/web-deisgn-tile-banner.webp);
}
.btn-sumit2{
	display: block;
	text-decoration: none;
	width: 100%;
    width: 100%;
    height: 70px;
    font-size: 30px;
    padding: 1rem 7rem 1rem 2rem;
    font-weight: 700;
    line-height: 1.2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #790096 -webkit-gradient(linear, left top, left bottom, from(#c01fe6), to(#790096)) repeat-x;
    background: #790096 -o-linear-gradient(top, #c01fe6, #790096) repeat-x;
    background: #790096 linear-gradient(180deg, #c01fe6, #790096) repeat-x;
}
.arrow span{
	position: absolute;
	font-size: 100px;
	color: #fff;
}
.expert-cta__forward{
	left: -8%;
	top: -24%;
}

.expert-cta__back{
	right: -8%;
	top: -24%;
}
.tag{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	padding: .75rem 1.0625rem;
	background-color: #790096;
	margin-left: 5px;
	margin-bottom: 5px;
}
.tag:hover{
	color: #fff;
}
.seo-banner{
	background-image: url(../images/organic-seo-services-banner.webp);
}
.gradient-up{
	background: -webkit-gradient(linear, left top, right top, from(#790096), to(#c01fe6));
	background: linear-gradient(90deg, #790096, #c01fe6);
}
.mobile-link{
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.mobile-link li {
	width: 33.33%;

	position: relative;
    margin-bottom: .8125rem;
    padding-left: .875rem;
}
.mobile-link li:before {
    content: "-";
    position: absolute;
    color: #fff;
    left: 0;
}
.mobile-link li a {
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
}
div#selectedOption {
    padding-right: 30px;
    background-image: url(../images/down.png);
    background-position: 98% 38%;
    background-repeat: no-repeat;
    background-size: 20px;
}
.ppc-banner{
	background-image: url(../images/ppc-services-banner.webp);
}
.logo-box {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-small {
    width: 200px;
}
.w-60{
	width: 60%;
}
.logo-small img:hover{
	transform: 0.5s;
	transform: scale(1.1);
}
.logo-small img{
	transform: 0.5s;
}
.ppc-analytic{
	padding: 6.875rem 0 8rem;
    background-image: url(../images/ppc-analysis-bg.webp);
    background-position: righ;
    background-repeat: no-repeat;
    background-size: cover;
}
.pp-small-box{
	text-align: center;
	transition: 0.5s;
	padding: 3rem 3.6rem 2.75rem;
	background-color: #fff;
	border-bottom: 3px solid #fff;
}
.pp-small-box h4{
	    font-size: 18px;
	        font-weight: 600;
}
.pp-small-box p{
	font-size: 16px;
	font-weight: 400;
}
.pp-small-box:hover{
	border-bottom: 3px solid #790096;
}
.bg-dark{
	background: #111 !important;
}
.text-wrap h5{
	color: #fff;
	font-size: 14px;
}
.text-wrap:after {
    content: '';
    background: #790096;
    height: 2px;
    width: 25%;
    position: absolute;
    bottom: 9px;
}
.text-wrap {
    position: absolute;
    bottom: 4px;
    padding: 6px;
}
.tabs-content .btn-sumit {
	font-size: 20px;
	height: 54px;
	    padding: 15px 25px;
}
.tabs-content .btn-sumit:before{
	font-size: 17px;
	width: 3.5rem;
	padding: 10px 18px;
}

.client-1 img:hover{
	opacity: 1 !important;
		filter: grayscale(0);
}
.client-1 img{
	width: 103px !important;
	height:50px !important;
	filter: grayscale(1);
    opacity: .5 !important;
}

.owl-dots {
	text-align: center;
}
.owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 100%;
    text-align: center;
    margin: 4px;
    border: 1px solid #bababa !important;
}

.owl-dots button.active{
	background: #bababa !important;
}
#prof{
	border: 0px;
}
#prof .nav-link{
	color: #333;
}
#prof .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-color: #fff #fff #fff;
	border-bottom: 1px solid #790096 !important;
}
#prof .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 1rem;
	margin-right: 1rem;
}
#reviee{
	border: 0px;
}
#reviee button{
	color: #fff;
	font-size: 12px;
	padding: 5px 20px !important;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.5);
}
#reviee button:hover{
	border: 0px !important;
}
#reviee button.active
{	
	background: #790096 !important;
	border-color: #790096 #790096 #790096;
}.about-logo img:hover{
	opacity: 1 !important;
		filter: grayscale(0);
}
.about-logo img{
	margin-top: 40px;
	width: 130px !important;
	height:50px !important;
	filter: grayscale(1);
    opacity: .5 !important;
}
.services-home{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        background-image: url(../images/featured-services-bg.webp);
}
.over-lay2{
	    background: rgba(0, 0, 0, 0.7);
}
.mob-block{
		display: none;
}
.service-box-small {
	width: 241px;
	    border-radius: .25rem;
	transition: 0.5s;
    color: #fff;
    text-align: center;
    padding: 4rem 1rem 2.5rem;
}
.service-box-small:hover{
	    background: -webkit-gradient(linear, left top, right top, from(#790096), to(#c01fe6));
    background: -o-linear-gradient(left, #790096, #c01fe6);
    background: linear-gradient(90deg, #790096, #c01fe6);

}
.service-box-small i{
	font-size: 6rem;
}
.service-box-small h5{
	font-size: 24px;
	margin-top: 15px;
}
.service-box-small p{
	font-size: 16px;
}
.services_banenerhome h1{
	font-weight: 300 !important;
	font-size: 60px;
}
.services_banenerhome h2{
	font-size: 70px;
}
.form-box-home{
	background: rgba(0, 0, 0, .9);
    border-left: .3125rem solid #790096;
    border-radius: 4px;
}
.input-group-home{
	padding: 8px 30px;
}
.input-group-home input::placeholder{
	color: #fff;
}
.input-group-home input{
	color: #fff !important;
	padding-left: 30px;
	background: transparent;
	border-radius: 0px;
	border-bottom: 1px solid #979797e6;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
}
.input-group-home .form-group {
	margin-right: 20px !important;
}
.input-group-home .form-group span{
	color: #fff;
	    right: 90%;
	    font-size: 15px;
	    top: 12px;
}
.input-group-home input:focus{
	background: transparent;
	box-shadow: none;
}
.button-group button {
    border: 0px;
    color: #fff;
    padding: 10px 30px;
    height: 100%;
    background: #790096;
    border-radius: 4px;
}










ul.dropdown-menu.show a{
	font-size: 18px !important;
}


















@media only screen and (max-width: 990px) {
	.sticky-side{
		display: none;
	}
	.des-block{
		display: none;
	}
	.mob-block{
		display: block;
	}
	.footer-bottom{
			margin-bottom: 44px;
	}
}
@media only screen and (max-width: 600px) {
	.footer-bottom{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.socail_small_box h6{
		display: none;
	}
	.socail_small_box p{
		display: none;
	}
	.text-end.right-f.d-flex.justify-content-end.gap-2.align-items-center {
    	justify-content: center !important;
	}
	.d-flex.left-f.justify-content-start.align-items-center.gap-3 {
    	flex-wrap: wrap;
    	justify-content: center !important;
	}
	.left-f p{
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}
	.social_heading h2{
		font-size: 2rem;
	}
	.contact_heading.px-2{
		padding-top: 20px;
	}
	.contact_heading h1 {
    	font-size: 2.0rem;
	}
	.contact-box {
		width: 100%;
	}
	.contact-box p{
		margin-bottom: 0px !important;
	}
	.contant-banner{
		padding-top: 40px;
	}
	.heading h1{
		padding-bottom: 40px;
		font-size: 1.625rem;
	}
	.expert-flex.d-flex.justify-content-center.align-items-center.gap-5 {
	    flex-wrap: wrap !important;
	}
	.form_box_services{
		margin-top: 20px !important;
		max-width: 100% !important;
	}
	.pl-50 {
	    padding-left: 0px;
	}
	.footer-logos.text-center.mt-3.gap-3.d-flex.justify-content-center.align-items-center {
    	flex-wrap: wrap !important;
	}
	.ser-big-box.d-flex.justify-content-between.align-items-center.gap-3{
		flex-wrap: wrap;
	}
	.services_banenerhome h2{
		font-size: 45px;
	}
	form.d-flex.justify-content-between {
	    width: 100%;
	    display: block !important;
	}
	.input-group-home{
		padding: 10px;
	}
	.input-group-home.d-flex.justify-content-between {
    	display: block !important;
	}.input-group-home .form-group span{
		right: 96%;
	}
	.button-group button{
		width: 100%;
	}
	.form-box-home{
		border-left: 0px;
	}
	.about-logo.d-flex.justify-content-center.align-items-center.gap-5{
		flex-wrap: wrap;
	}
	#reviee button{
		    padding: 5px 9px !important;
	}
	a.d-block.text-left.mx-auto.text-decoaration.w-25.mt-3.btn-sumit.relative {
    	width: 100% !important;
	}

}