@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@300;400;600;700&display=swap);

.specialheading h2,
.specialheading h3,
body,
p,
ul {
	margin: 0;
	padding: 0
}
.specialheading h3 {
    margin-bottom: 14px;
    color: #000f78;
}

.one-full,
.row,
body,
section {
	width: 100%
}

.nav li,
section {
	display: inline-block
}

.nav li a,
.nav li a i,
.serviceblock,
section {
	position: relative
}

.bringup,
.reply-box {
	z-index: 99
}

.bannercaption strong,
.bigredtext,
.footercaption h2 strong,
.footerheading,
.right-content-holder h2 strong {
	-webkit-text-fill-color: transparent
}

* {
	box-sizing: border-box
}
html{
    scroll-behavior: smooth;}
body {
	font-family: Lato, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.8vw;
	overflow-x: hidden;
}

a,
a:hover {
	text-decoration: none
}

ul {
	list-style: none
}

h1,
h2,
h3,
h4 {
	font-family: Montserrat, sans-serif;
	padding: 20px 0
}

h1 {
	font-size: 45px
}

h2 {
	font-size: 1.7vw
}

h3 {
	font-size: 25px;
	line-height:35px;
}

h4 {
	font-size: 20px
}

.pt-10 {
	padding-top: 10px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-65 {
	padding-top: 65px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-80 {
	padding-bottom: 80px
}

.pl-50 {
	padding-left: 50px !important
}

.pb-100 {
	padding-bottom: 100px
}

.mt-104 {
	margin-top: 4.5vw
}

.mt-18 {
	margin-top: 1.8vw
}

.mr-10 {
    margin-right: 10px;
}

section {
	margin: 50px 0
}

.container {
	max-width: 85vw;
	padding: 0 15px;
	margin: 0 auto
}

.one-full,
.one-nine {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	float: left
}

.one-nine {
	width: 90%
}

.four-five,
.one-eight,
.one-sevent {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.four-five,
.one-eight {
	width: 80%
}

.one-sevent {
	width: 70%
}

.one-half,
.one-six,
.three-five {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.one-six,
.three-five {
	width: 60%
}

.one-half {
	width: 50%
}

.one-five,
.two-five {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.one-five {
	width: 20%
}
.replyon{
    display:block!important;
}

.two-five {
	width: 40%
}

.four-three,
.one-four {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.one-four {
	width: 25%
}

.four-three {
	width: 75%
}

.one-three,
.two-three {
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.one-three {
	width: 33.33%
}

.two-three {
	width: 66%
}

.one-tenth {
	width: 10%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1
}

.banner-imgfull img,
.footerimg img,
.gicon img,
.hassubmenu ul li .icons img,
img {
	max-width: 100%
}

.container-fluid {
	width: 95%;
	max-width: 2400px;
	margin: 0 auto
}

.nav,
.topnav,
.whychooseul {
	padding: 15px 0 0
}

.bannercaption,
.smallcaption {
	padding: 0;
	margin-bottom: 15px
}

.nav li {
	padding: 10px 15px 30px
}

.normal-heaidng h2, .top-heaidng h2 {
    color: #000f78;
    text-align: center;
    line-height: 1.2em;
    padding-top: 0;
    margin-top: -.5vw;
}

.nav li a {
	cursor: pointer;
	font-size: 1vw;
	color: #000
}

.nav li a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 0%;
	height: 3px;
	background: linear-gradient(90deg, #000f78 24%, #ee0000 85%);
	left: 0;
	transition: .5s
}

.nav li a i {
    color: #000f78;
    font-size: 12px;
    top: -1px;
    left: 3px;
}

.banner,
.blogbottombase img,
.nav li a:hover::after,
.sectcontent-center {
	width: 100%
}

.owl-prev,
.pull-left {
	float: left
}

.bannercaption {
    font-size: 2.7vw;
    line-height: 1.1em;
    font-weight: 500;
    margin-top: 5.3vw;
}

.smallabouttextheading,
.smallcaption {
	font-size: 1.1vw
}

.bannertext,
.smallabouttextheading {
	color: #7d7d7d;
	line-height: 1.5em
}

.bannercaption strong {
    background: linear-gradient(90deg, #000f78 16%, #ee0000 100%);
    -webkit-background-clip: text;
}

.smallcaption {
	font-weight: 600
}

.smallcaption span {
	font-size: 1.5vw;
	font-weight: 700
}

.notopmargin,
.process .eightcell h6 {
	margin-top: 0 !important
}

.banner-img img {
	width: 40vw!important;
	float: right
}

.logoholder img {
	cursor: pointer;
	width: 18vw
}

.top-heaidng h2 {
	width: 100%;
	font-size: 2.5vw;
	font-weight: 300
}
.bannersection .owl-stage-outer{
    max-height:1083px;
}

.owl-theme .owl-dots .owl-dot span{
        margin: 5px 5px!important;
}

.normal-heaidng h2 {
	width: 100%;
	font-size: 1.8vw;
	font-weight: 600
}

.normal-heaidng h2 span {
	font-size: 1.4vw;
	color: #000
}

.top-heaidng strong {
	font-weight: 700
}

.custom-career h2{
    color: #000f78;
}

.big-text h2 {
	font-size: 3.1vw
}

.text-left,
.text-left h2 {
	text-align: left !important
}

.serviceblock {
	border-radius: 10px;
	background: #fff;
	margin: .55vw 0
}

.headercase {
	padding: .4vw;
	width: 100%;
	float: left;
	border: 1px solid #ccc
}

.mat-tab-label-active,
.openheadercase {
	background: #000f78
}

.mat-tab-label-active .mat-tab-label-content,
.normalfoottext,
.openhomeserviceheading p,
.testi-bottom-base:hover .testi-signature,
.testi-bottom-base:hover .testi-text,
.valueblogk:hover .captionclass,
.valueblogk:hover .iconbase i,
.valueblogk:hover p {
	color: #fff
}

.openhomeserviceheading i {
	color: #fff;
	padding-top: 6px
}

.openhomeservicetext {
	height: auto !important;
	padding: 10px 20px
}

.iconblock {
	float: left;
	width: 2vw;
	height: 30px
}

.iconblock img {
	max-height: 35px;
	max-width: 28px
}

.homeserviceheading {
	width: 12vw;
	float: left
}

.homeserviceheading p {
	float: left;
	font-size: .9vw;
	font-weight: 600;
	text-transform: capitalize;
	padding-left: 10px;
	padding-top: 2px
}

.opendes {
	height: 280px
}

.homeserviceheading i {
	float: right;
	font-size: 1vw;
	color: #000;
	margin-top: .2vw;
	padding-top: 6px
}

.homeservicetext {
	width: 100%;
	position: absolute;
	height: 0;
	overflow: hidden;
	transition: .3s;
	top: 2.6vw;
	left: 0;
	z-index: 99;
	background: #fff
}

.homeservicetext p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.6em
}

.formarea {
    padding: 100px 0;
    background: #b4eff0;
    background: linear-gradient(90deg, #000f78 24%, #ee0000 85%);
    margin-bottom: 0;
}

.headdingpart {
	float: left;
	padding-bottom: 30px;
	margin-top: 5vw
}

.headdingpart2 {
    color: #000f78;
}

.headdingpart h2 {
    font-size: 1.9vw;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.formintrotext {
	float: left;
	width: 70%
}

.forfaqsection {
	width: 95%;
	padding-bottom: 20px;
	float: left
}

.forfaqsection h4 {
    color: #000f78;
    font-size: 1.1vw;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    float: left;
    line-height: 1.5em;
}

.forfaqsection2 h4 {
	color: #fff;
    font-size: 1.1vw;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    float: left;
    line-height: 1.5em;
}

.mat-content {
	flex: .98 !important
}

.mat-expansion-panel-header {
	border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.forfaqsection p {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 20px;
	background: rgba(255, 255, 255, .3)
}

.formholder {
	width: 100%;
	border-radius: 10px;
	padding: 40px;
	float: left;
	background: #fff;
	outline: rgba(255, 255, 255, .3) solid 20px
}

.formholder h2 {
	color: #000;
	font-size: 1.9vw;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 25px
}

.quote_step_header {
	width: 100%;
	padding: 0 0 20px;
	float: left
}

.quote_step_header ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none
}

.quote_step_header ul li {
	width: 20%;
	float: left;
	position: relative
}

.quote_step_header ul li h4 {
	font-size: .9vw;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0
}

.quote_step_header ul li:before {
	height: 2px;
	background: #5c830d;
	content: '';
	width: 100%;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 0
}

.quote_step_header ul li:first-child:before {
	height: 2px;
	background: #5c830d;
	content: '';
	width: 50% !important;
	position: absolute;
	top: 25px;
	left: 50% !important;
	z-index: 0
}

.quote_step_header ul li:last-child:before {
	height: 2px;
	background: #5c830d;
	content: '';
	width: 50% !important;
	position: absolute;
	top: 25px;
	z-index: 0
}

.quote_step_header ul li .iconholder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	background: #fff;
	border: 2px solid #5c830d;
	margin: 0 auto 10px;
	position: relative;
	z-index: 1;
	float: none
}

.quote_step_header ul li.active .iconholder {
	background: #96d319
}

.quote_step_header ul li .iconholder img {
	width: 30px
}

.formstep {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #000f78;
    float: left;
}

.formstep h4 {
	width: 100%;
	padding: 15px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #000f78;
	color: #000;
	font-size: 1vw
}

.formstep p {
	color: #000;
	font-size: .9vw;
	line-height: 1.6em;
	width: 100%;
	float: left
}

.elements {
	width: 47%;
	padding: 9px 0;
	float: left;
	margin: 0 5px
}

.contactformholder,
.cover .description,
.elements .checkboxholder,
.formbuttons,
.fullwidth,
.portfolio-item-text,
.section-heaiding,
.testi-bottom-base {
	width: 100%;
	float: left
}

.activeform,
.replyon,
.showfilter {
	display: block
}

.disableform,
.extreembottom,
.filterdisplay,
.mobileview,
.testimonialsec {
	display: none
}

.formbuttons {
	padding: 15px 0;
	text-align: center
}

.formbuttons button {
    padding: 14px 40px;
    border-radius: 8px;
    background: #000f78;
    margin: 0 8px;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.listarea h2,
.portfolioheading h2 {
	color: #000f78;
	font-weight: 300;
	font-size: 2.5vw;
	width: 100%
}

.formbuttons input[type=submit] {
	padding: 14px 40px;
	border-radius: 8px;
	background: #5c830d;
	margin: 0 8px;
	border: 0;
	color: #fff
}

.formholder input[type=email],
.formholder input[type=tel],
.formholder input[type=text] {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #8d8d8d;
	margin: 10px 0;
	float: left;
	padding: 8px
}

.formholder textarea {
	width: 100%;
	height: 145px;
	background: #fff;
	border: 1px solid #8d8d8d;
	margin: 10px 0;
	float: left;
	padding: 8px;
	resize: none
}

.list-bottom-part {
	padding-top: 50px
}

.list-bottom-part p {
	width: 100%;
	text-align: center;
	padding: 0 0 40px;
	margin: 0
}

.contactbtn {
	padding: 19px 70px;
	background: #93b755;
	color: #fff;
	font-size: 1vw;
	border: 0;
	border-radius: 6px;
	margin-top: 15px;
	cursor: pointer
}

.contactbtn:hover,
.testi-bottom-base:hover {
	background: #000f78
}

.why_choose_us {
	background-image: linear-gradient(198deg, hsla(0, 0%, 100%, .72), #fff 93%), url('assets/images/plus.svg');
	background-position: 0 0, 100% 50%;
	background-size: auto, 45px;
	background-attachment: scroll, scroll;
	margin: 0;
	padding: 70px 0
}

.coverimgholder {
	padding: 170px;
	width: 100%;
	background: url('assets/images/whychoose.jpg') left center no-repeat;
	background-size: 650px, auto;
	float: left
}

.aboutsec {
	background-color: #f8f8f8;

}

.cover {
	width: 100%;
	float: left;
	padding-bottom: 15px
}

.cover .iconholder {
	width: 3vw;
	height: 3VW;
	float: left;
	padding: 6PX;
	margin-right: 15px;
	border-radius: 100%
}

.cover .headignholder {
	float: left;
	padding-top: .5vw
}

.cover .headignholder h4 {
	font-size: 1.2vw;
	float: left;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 5px 0 0
}

.cover .description p {
	width: 100%;
	padding: 0;
	margin: 0
}

.listarea {
	padding: 40px;
	background: #fff
}

.portfolioheading {
	width: 100%;
	float: left;
	padding: 20px 0 50px
}

.portfolioheading h2 {
	text-align: center;
	margin: 0;
	padding: 0 0 35px;
	float: left
}

.portfolioheading p {
	text-align: center;
	padding: 0;
	margin: 0;
	float: left
}

.mat-tab-label {
	height: 40px;
	width: 25%;
	border: 1px solid #8d8d8d
}

.mat-tab-label-content {
	font-weight: 600;
	font-size: 17px
}

.mat-tab-labels {
	margin-bottom: 50px
}

.portfolio-item-heading {
	width: 100%;
	float: left;
	margin: 40px 0 20px
}

.portfolio-item-heading h3 {
	color: #000;
	font-size: 1.4vw;
	margin: 0
}

.portfolio-item-text p {
	width: 100%;
	color: #000;
	padding: 0;
	line-height: 1.4vw
}

.ourclients h2,
.testimonial-capsions h2 {
	color: #000f78;
	font-weight: 300;
	width: 100%
}

swiper {
	max-height: 650px
}

.buttonholder {
	width: 100%;
	padding: 50px 0 0;
	display: inline-block
}

.techsec {
	padding: 0 0 40px !important
}

.whitebox {
	padding: 30px 20px;
	background: #fff;
	height:150px;
	overflow:hidden;
}

.ourclients h2 {
	font-size: 2.5vw;
	line-height: 1.2em;
	margin: 0;
	padding-top: 0
}

.ourclients p {
	padding: 0;
	margin: 0 0 70px
}

.logoarea {
	padding-right: 40px
}

.clientlogoimg {
	padding: 0 0 15px
}

.clientlogoimg img {
	max-width: 90%
}

.testimonial-capsions {
    margin-bottom: 70px;
    border-left: 4px solid #000f78;
}

.testimonial-capsions h2 {
	font-size: 2vw;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px
}

.testimonial-capsions p {
	margin: 0;
	padding: 0
}

.mat-expansion-panel-header,
.mopadding,
.nopadding,
.slider-spl-padding {
	padding: 0 !important
}

.top-down {
	margin-top: 100px
}

.main-testi-base {
	width: 100%;
	float: left;
	min-height: 296px;
	position: relative;
	border-radius: 12px;
	background: #fff
}

.testisection {
	background: #f5f2f2;
	padding: 70px 0
}

.testi-content-base {
	width: 100%;
	padding: 25px;
	float: left
}

.main-testimonial-userimg,
.main-testimonials-texts,
.userimg {
	padding-bottom: 15px;
	float: left
}

.testi-bottom-base:hover .testi-content-base {
    background: linear-gradient(160deg, #000f78 24%, #ee0000 85%);
}
.post_thumbnail img{
    width:100%;
    height:auto;
}

.userimg {
	width: 100%;
	text-align: center
}

.main-testimonial-userimg {
	width: 30%;
	text-align: center;
	padding-right: 15px
}

.main-testimonials-texts {
	width: 70%
}

.showreplaybtn {
	width: 100%;
	float: left;
	position: relative
}

.replyshow {
	background: 0 0;
	border: 0;
	float: right;
	padding-right: 20px;
	cursor: pointer;
	margin-top: -44px
}

.replyshow i {
    font-size: 24px;
    color: #ee0000;
}

.reply-box {
	width: 100%;
	position: absolute;
	background: linear-gradient(90deg, #b4eff0 24%, #000f78 85%);
	padding: 15px;
	left: 0;
	display: none
}

.userimg img {
	width: 100px;
	height: 100px;
	border-radius: 100%
}

.bigredtext {
    color: #000f78 !important;
    font-size: 1.8vw !important;
    font-weight: 600;
    padding: 15px 0 !important;
    background: linear-gradient(90deg, #000f78 6%, #ee0000 30%);
    -webkit-background-clip: text;
}

.testi-text {
	width: 100%;
	padding: 0 0 15px;
	float: left;
	margin: 0
}

.testi-signature {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight: 300
}

.testi-bottom-base:hover .userimg img {
	border: 1px solid #fff
}

.footerheading {
    font-size: 1.3vw;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    color: #fff;
    background: linear-gradient(90deg, #000f78 16%, #ee0000 30%);
    -webkit-background-clip: text;
}

.footer,
.menulist {
	padding: 0;
	margin: 0
}

.normalfoottext a,
.topbartext a {
	color: #fff;
	text-decoration: none
}

.normalfoottext a:hover,
.socialiconholder ul li a:hover {
	text-decoration: underline
}

.normalfoottext i {
	padding-right: 5px;
	color: #fff;
	width:25px;
}

.menulist {
	width: 100%;
	list-style: none;
	float: left
}

.menulist li {
	width: 100%;
	padding: 8px 0;
	display: inline-block;
	cursor: pointer
}

.footer {
    border-top: 2px solid #000f78;
    margin-top: -10px!important;
}

.portfolioholder {

	float: left;
	padding: 40px 0
}

.portfolioholder h2 {
	color: #000f78;
	font-weight: 600;
	font-size: 2vw;
	width: auto;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 50px;
	float: left
}

.tabholder {
	width: auto;
	float: left;
	padding: 0 30px 50px
}

.not-active-test-btn {
    /*background: #000f78;*/
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
	color: #fff;
}

.active-test-button {
    /*background: #000f78 !important;*/
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    color: #fff;
}

.tabs {
    float: left;
    padding: .6vw 1vw;
    background: 0 0;
    cursor: pointer;
    font-size: .9vw;
    margin: 0 6px;
    border: 1px solid #cdcdcd;
    border-radius: 40px;
}

.activetabs,
.tabs:hover {
	background: #ee0000;
	color: #fff;
	border: 1px solid #ee0000
}

.slidercase {
	width: 100%;
	margin-top: 30px;

}

.arrowimg,
.arrowimgreverse,
.arrowimgreversedouble,
.centerline,
.hassubmenu,
.posrel,
.testimonials_base {
	position: relative
}
.extradewsign {
    padding-right: 20px;
}
.extradewsign p{
    float:left;
    padding-bottom: 20px;
}
.extradewsign h2 {
    width: 100%!important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    background-size: 30px;
    font-size: 35px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
	
}
.extradewsign h2 span{
	color:#000f78;
	font-weight: 600;
	font-size: 52px;
	/*text-transform: capitalize;*/
	animation: effect 2s linear infinite;
}




@keyframes effect {
	0% { color: red; }
	50% { color: blue; }
	100% { color: red; }
}
.extradewsign h2:before{
    width:120px;
    left:0px;
    bottom:0;
    height:4px;
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%)!important;
    content:'';
    position:absolute;
}
.blockquote--large-quote {
    position: relative;
    border: none;
    padding-left: 60px;
}
.blockquote--vertical-offset {
    padding-top: 15px;
}
blockquote, q {
    quotes: none;
}

.singleslider {
	position: absolute;
	top: -1000px;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 9
}

.topheaderbar {
	width: 100%;
	background: #000;
	padding: 5px 0;
	margin-bottom: 0;
	float: left;
	height:37px;
}

.topbartext {
    color: #fff;
    float: right;
    font-size: 13px;
}

.owl-next,
.pull-right,
.socialiconholder {
	float: right
}

.text-right {
	text-align: right
}

.topbartext i {
	color: #fff;
	padding: 0 10px
}

.primary-btn {
    padding: 10px 40px;
    background: #59cdbb;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    color: #fff;
    float: right;
    border: 0;
    margin-top: 11px;
    font-size: 1.1vw;
    position: relative;
    font-weight: 600;
}

span.circle {
	background: rgba(255, 255, 255, .2);
	display: none;

	width: 0px;
	height: 0px;
}

.bg-lines,
.blogcontentholder:hover .blogtopcover,
.maparea {
	height: 100%
}

.primary-btn:hover span.circle {
	top: 10%;
	right: -80px
}

.common-btn {
	font-size: 1vw;
	float: none
}

.roundbtn {
	padding: 15px 40px;
	border-radius: 40px;
	color: #fff;
	cursor: pointer
}

.contact-btn-case a:hover,
.roundbtn:hover,
figcaption button:hover {
	background: #000;
	color: #fff
}

.bodyheadingstyle {
	line-height: 1em;
	text-align: left !important;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	font-weight: 600
}

.ourserviceblock {
	padding: 30px;
	float: left
}

.ourserviceblock .iconholder {
	width: 100%;
	float: left;
	padding: 15px 0;
	text-align: center
}

.ourserviceblock .iconholder img {
	max-width: 45px
}

.ourserviceblock h4 {
	width: 100%;
	float: left;
	padding: 0 0 15px;
	margin: 0;
	font-weight: 400;
	font-size: 1vw;
	text-align: center
}

.ourserviceblock .listtag {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: 600;
	text-align: center
}

.aboutimg:after,
.aboutimg:before {
	position: absolute;
	width: 200px;
	height: 200px;
	background: linear-gradient(90deg, #151f63 24%, #af1236 85%);
	z-index: 0;
	content: ""
}

.about-heading {
	padding: 40px 0;
	border-radius: 10px;
	width: 100%;
	float: left
}

.aboutimg {
	padding: 16px;
	width: 100%;
	float: left;
	position: relative;
	text-align: center
}

.aboutimg:before {
	left: 0;
	bottom: 8px
}

.aboutimg:after {
	right: 0;
	top: 0
}

.nobefore:after,
.nobefore:before,
.nodisplay {
	display: none !important
}

.aboutimg img {
	position: relative;
	z-index: 1;
	max-width: 100%
}

.bg-lines,
.bg-lines strong,
.maparea,
figcaption {
	position: absolute
}

.notopgap h2 {
	padding-top: 0;
	margin-top: 0
}

.pt-150 {
	padding-top: 150px
}

.ptb-100 {
	padding: 100px 0
}

.portfoliosec {
	background: url('./assets/images/Banner-5.jpg') right center/cover no-repeat
}

.addressarea {
    padding: 50px 30px 20px;
    background: #838383;
    width: 100%;
    float: left;
}

.footercaption h2 {
	color: #fff;
	font-size: 2vw;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
	padding-bottom: 40px
}

.footercaption h2 strong {
    -webkit-background-clip: text!important;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
}

.footerbutton {
	margin-top: 40px
}

.footerbutton button {
	color: #fff;
	border: 1px solid #fff;
	background: 0 0;
	padding: 1vw 3vw;
	font-size: .9vw;
	transition: .5s;
	cursor: pointer;
	margin-bottom: 20px
}

.footerbutton button:hover,
.valueblogk:hover span {
	background: #fff;
	color: #000
}

.footerimg {
	width: 100%;
	float: left;
	padding: 0 0 20px
}

.footercopyright {
    width: 100%;
    border-top: 1px solid #8d8d8d;
    padding: 20px 50px;
    float: left;
    background: linear-gradient(90deg, #000f78 24%, #ee0000 85%);
}

.footercopyright p {
    color: #ffffff;
    font-size: .7vw;
    float: left;
}

.footerlink ul {
	width: 100%;
	list-style: none
}

.footerlink ul li {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: inline-block;
	background:url('../assets/images/footerarrow.png')no-repeat left center;
	background-size:3%;
}

.footerlink ul li a,
.footerlink ul li a:hover,
.footerlink ul li button {
	padding: 0;
	margin: 0;
	border: 0;
	background: 0 0;
	color: #fff;
	cursor: pointer;
	font-size: .8vw;
	text-decoration: none
}
.specialbtn{
    margin-top:17px;
    margin-left:20px;
    padding:9px 29px!important;
}
.specialbtn:hover{
    background:#fff;
    color:#000;
}

.footerlink ul li a:hover {
    background: linear-gradient(90deg, #ee0000 16%, #000f78 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialiconholder ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: right
}

.socialiconholder ul li {
	display: inline-block;
	padding: 0 7px;
	border-right: 1px solid #000;
	line-height: 10px
}

.socialiconholder ul li:last-child {
	border-right: 0
}

.socialiconholder ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: .8vw;
}

.maparea {
	right: 0;
	width: 41%
}

.maparea iframe {
	width: 100%;
	flex: 1
}

.bufferbrands {
	padding: 70px 0;
	margin: 0;
	background: #000
}

.hire_caption h1,
.hire_caption h2 {
	color: #fff;
	font-size: 1.9vw;
	font-weight: 600;
	line-height: 1.2em;
	width: 100%;
	float: left;
	padding: 0 0 20px;
	margin: 0
}

.our-process h2 {
	color: #fff;
	font-size: 2.3vw;
	font-weight: 600;
	line-height: 1.2em;
	width: 100%;
	float: left;
	padding: 0 0 50px;
	margin: 0
}

.hire_caption h4 {
	color: #fff;
	font-size: 1.2vw;
	font-weight: 600;
	width: 100%;
	float: left;
	padding: 0 0 20px;
	margin: 0
}

.hire_caption p {
	color: #fff;
	font-size: 16px;
	padding: 0;
	width: 100%;
	float: left
}

.contbutton-holder {
	width: 100%;
	padding: 20px 0 0;
	float: left
}

.contbutton-holder button, .contbutton-holder a, .full-portfolio-button-holder button {
    padding: .5vw 2vw;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-size: 1.6vw;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.contbutton-holder button:hover,.contbutton-holder a:hover
.full-portfolio-button-holder button:hover {
	color: #000;
	background: #fff;
	background: linear-gradient(110deg, #59cdbb 24%, #000f78 85%);
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #fff;
	border: 1px solid #000
}

.contbutton-holder button span {
	color: #fff;
	font-size: .7vw;
	text-align: center
}

.bg-lines {
	top: 0;
	max-width: 70vw;
	margin: 0 auto;
	width: 100%;
	float: none;
	left: 0;
	right: 0;
	z-index: -1
}

.bg-lines strong {
	height: 100%;
	width: 1px;
	background: #e8e8e8;
	left: 13px
}

.line-two {
	left: 25.5% !important
}

.line-three {
	left: 49.9% !important
}

.line-four {
	left: 74.3% !important
}

.line-five {
	left: 98.7% !important
}

.nomargin,
figure {
	margin: 0
}

.mb-40 {
	margin-bottom: 40px
}

.text-center {
	text-align: center !important
}

.all-star-base,
.centerbutton,
.cfountersection h3,
.google-logo-div {
	text-align: center
}

.mb-15 {
	margin-bottom: 15px
}

.centerbutton {
	width: 100%;
	padding-top: 2vw;
	float: left
}

.countertext {
	color: #fff;
	padding: 20px 0;
	float: left;
	font-size: 1.1vw;
	line-height: 1.5em;
	width: 31vw
}

.certificateholder {
	width: 100%;
	padding: 50px 0 0;
	float: left
}

.certificateholder span {
	padding: 0 8px
}

.conterbase {
    width: 10.5vw;
    padding: 2px 2px 0;
    background: #fff;
    background: linear-gradient(180deg, #000f78 0, #000f78 16%, #ee0000 28%, #ee0000 46%, #000f78 58%, #000f78 74%, #ee0000 83%, #ee0000 100%);
    float: left;
}

.cfountersection {
	width: 100%;
	padding: 8px;
	float: left;
	background: #000;
	margin-bottom: 2px
}

.portimg,
.transparentbtn {
	background: #fff;
	
}
.portimg{
	overflow: hidden;
    height: 500px;
	padding:0;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size:contain!important;
}
.cfountersection h4 {
	color: #fff;
	font-size: .8vw;
	line-height: 1.8vw;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 3px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400
}

.cfountersection h3 {
	color: #fff;
	font-size: 2vw;
	line-height: 1.8vw;
	width: 100%;
	float: left;
	padding: 9px 0 0;
	margin: 0
}

.stay-bottom {
	margin-top: 8vw;
	margin-left: -2px
}

.stay-top {
	margin-right: -2px;
	margin-top: 3vw
}

.halfheight {
	height: 50%
}

.google-reviw-box {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 32% auto auto;
	width: 80%;
	height: 250px
}

.google-logo-div {
	padding: 15px 0
}

.google-logo-div img {
	width: 52px
}

.all-star-base,
.all-star-base-small,
.commentsdiv,
.commentsdiv h4 {
	width: 100%;
	float: left
}

.all-star-base span {
	padding: 4px
}

.all-star-base span img {
	max-width: 30px
}

.all-star-base-small {
	text-align: left
}

.clientsbutton,
.commentsdiv h4,
.portimg,
figcaption {
	text-align: center
}

.all-star-base-small span,
.floatingstar span {
	padding: 1px
}

.all-star-base-small span img {
	max-width: 13px
}

.commentsdiv {
	padding: 15PX 0
}

.commentsdiv h4 {
	font-size: 1vw;
	margin: 0;
	padding: 0
}

.transparentbtn {
	border: 1px solid #8d8d8d;
	color: #000;
	padding: 14px 30px;
	margin-left: 5px;
	border-radius: 8px 8px 0 0
}

.showme {
	display: inline-block !important
}

.anim {
	transition: .5s
}

.popupcontact{
    position:fixed;
    top:-120%;
    left:0;
    z-index:999;
    background:rgba(0,0,0,.7);
    transition: all .4s;
    height:100%;
    width:100%;
}
.whitebopx {
    width: 55%;
    height: 650px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.closeBtnDiv {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: -15px;
}
.clsbtn {
    width: 30px;
    height: 30px;
    border: 2px #fff solid;
    transform: rotate(45deg);
    background: #ff0000;
    border-radius: 100%;
    color: #fff;
}

.activegallery,
.opensmallpop,
.show-alert,
showsmall {
	top: 0!important;
}

.inactivegallery {
	top: -1000px
}

.portfolio-slider-area {
	width: 100%!important
}

.galleryshowarea {
	height: 600px;
	overflow: hidden
}

.portimg img {
	max-height: auto;
}

.swiper-slide {
	padding: 0 90px
}

.swiper-button-next:after,
.swiper-button-prev:after {
	padding: 10px;
	background: #000f78;
	color: #fff;
	font-size: 14px !important
}

.swiper-button-next {
	left: 10px !important;
	top: 60% !important
}

.clientsbutton {
	margin-top: 20px;
	color: #fff;
	border: 0;
	font-size: 1.1vw
}

.alert-header,
.clientsbutton:hover {
	background: #000
}

.mat-expansion-panel-body {
	padding: 0 0 20px !important
}

.forfaqsection i {
	color: #000;
	font-size: 1.5vw;
	padding: 0 10px
}

.mat-expansion-indicator::after {
	border-style: solid;
	border-width: 0 4px 4px 0;
	width: 9px;
	height: 9px;
	content: "";
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	vertical-align: middle
}

.leftside {
	margin: 0 20px;
	width:55%;
}

.right-side {
	position: sticky;
	height: 100vh;
	z-index: 1;
	background: url('./assets/images/web-design-services-bg.jpg') right center/cover no-repeat;
	top: 0;
	padding: 0
}

.blogcontentholder,
.outer {
	position: relative;
	width: 100%
}

.outer {
	-webkit-box-shadow: 0 0 20px 0 #ccc;
	box-shadow: 0 18px 20px 0 #ccc;
	padding-bottom: 6px
}

.imghvr-hinge-up {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	transform: rotateX(0)
}

[class*=' imghvr-hinge-'],
[class^=imghvr-hinge-] {
	-moz-perspective: 50em;
	perspective: 50em;
	width: 100%;
	background: #fff
}

figcaption {
	background: #000f78;
	background: linear-gradient(180deg, #000f78 16%, #ee0000 100%);
	padding: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff
}

figcaption button {
	margin-top: 10px;
	padding: .4vw 1vw;
	background: #fff;
	color: #000;
	border: 0;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px
}

figcaption h3,
figcaption h4 {
	font-size: 1vw;
	text-align: center;
	margin: 0
}

[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
	background: #000f78;
	background: linear-gradient(180deg, #ee0000 30%, #000f78 100%);
	padding: 1.4vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff
}

[class*=' imghvr-hinge-'] figcaption,
[class^=imghvr-hinge-] figcaption {
	opacity: 0;
	z-index: 1
}

.imghvr-hinge-up figcaption {
	transform: rotateX(90deg);
	transform-origin: 50% 100%;
	transition: .35s
}

.imghvr-hinge-up img,
.imghvr-hinge-up:hover figcaption {
	transform: rotateX(0)
}

.imghvr-hinge-up img {
	transform-origin: 50% 100%;
	transition: .35s;
	opacity: 1
}

.imghvr-hinge-up:hover img {
	transform: rotateX(-90deg);
	opacity: 0
}

[class*=' imghvr-hinge-']:hover figcaption,
[class^=imghvr-hinge-]:hover figcaption {
	opacity: 1;
	transition-delay: .21s
}

figcaption h3 {
	padding: 0 0 10px;
	font-weight: 600
}

figcaption h4 {
	padding: .5vw 0
}

.iconholder p,
figcaption p {
	text-align: center
}

.project-details {
	padding: 16px 0 14px;
	margin-top: -9px
}

.project-details h4 {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: .8vw
}

.blogsection {
	width: 100%;
	padding: 10px;
	float: left
}

.blogcontentholder {
	float: left
}

.blogtopcover,
.iconcell,
.smallheaidng:after {
	position: absolute;
	left: 0
}

.blogbottombase {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 20px 20px 0;
	background: #f8f8f8
}

.blocgico img {
	max-width: 37%
}

.blogbottombase h3 {
	font-size: 1vw;
	width: 80%;
	margin: 0;
	padding: 20px 0 20px 15px;
	float: right;
	border-left: 1px solid #8d8d8d
}

.blogtopcover,
.blogtopcover h3,
.blogtopcover p {
	width: 100%;
	text-align: center
}

.blogtopcover {
	background: linear-gradient(180deg, #ee0000 30%, #000f78 100%);
	top: 0;
	height: 0%;
	overflow: hidden;
	transition: .4s
}

.blogtopcover h3 {
	font-size: 1.6vw;
	line-height: 1.6em;
	margin: 0;
	padding: 60px 55px 15px;
	color: #fff
}

.blogtopcover a {
	color: #000;
	text-decoration: none
}

.blogtopcover a i {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	padding: 11px;
	font-size: 1vw
}

.blogtopcover p {
	color: #fff;
	padding: 0 55px 16px;
	float: left;
	margin-bottom: 40px
}

.iconcell {
	width: 23%;
	text-align: center;
	bottom: 25px
}

.iconcell i {
	color: #000;
	font-size: 1vw;
	width: 100%
}

.extrapadding {
	margin-bottom: 2vw
}

.extrapadding h2 {
	margin-bottom: 0 !important;
	font-weight: 700;
	position: relative
}

.smallheaidng:after {
	bottom: 14px;
	right: 0;
	margin: auto;
	height: 2px;
	width: 200px;
	background: #000f78;
	content: ''
}

h2.smallheaidng {
    color: #000f78;
}

h3.smallheaidng {
    color: #000f78;
}

.big-light-heaidng {
    position: relative;
    top: -6.6vw !important;
    color: #ee0000 !important;
    font-size: 7vw !important;
    width: 100%;
    text-align: center;
    z-index: 0;
    font-weight: 700 !important;
    opacity: 0.06;
    margin: 0;
    padding: 0;
}

.heaidngbottomtext {
    padding: 40px;
    position: relative;
    width: 70%;
    left: 0;
    right: 0;
    margin: -114px auto auto;
    text-align: center;
}

.right-content-holder {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40px
}

.right-content-holder h2 {
	color: #fff;
	font-size: 1.5vw;
	font-weight: 600;
	line-height: 1.3em;
	width: 100%;
	float: left;
	padding: 0 0 30px;
	margin: 13% 0 0
}

.right-content-holder h2 strong {
	font-size: 1.9vw;
	background: linear-gradient(90deg, #000f78 6%, #ee0000 30%);
	-webkit-background-clip: text
}

.right-content-holder p {
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.3em
}

.full-portfolio-button-holder {
	width: 100%;
	padding-top: 50px
}

.whoreply {
	font-style: italic;
	color: #7d7d7d;
	font-size: .8vw;
	padding: 15px 0 0;
	margin: 0
}

.aboutbanner {
	padding: 100px 0;
	background: url('./assets/images/aboutback.jpg') center center no-repeat
}

.aboutbanner h1 {
	color: #fff;
	font-size: 3.5vw;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px
}

.aboutbanner p {
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1.2em
}

/*.abouttext p {
	font-size: 16px;
	line-height: 1.3em
}*/

.highlighttext {
	padding: 40px 0;
	line-height: 1.3em !important;
	font-size: 1.4vw !important
}

.specialheading {
    width: 100%;
    padding: 0 0 0 15px;
    border-left: 3px solid #ee0000;
    margin-bottom: 50px;
}

.fu8lwidthimg {
	width: 80%
}

.lowpaddingside {
	padding: 0 10px !important
}

.nobottomborder {
    /*background: #000f78 !important;*/
    color: #fff !important;
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
}

.google-review-button {
	width: 100%;
	padding: 20px 0;
	text-align: center
}

.google-review-button a,
.google-review-button button {
	padding: 12px 38px;
	margin: 0
}

.noteforsuccess {
	width: 48%;
	float: left;
	padding: 40px 0
}

.noteforsuccess ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none
}

.noteforsuccess ul li {
	width: 100%;
	padding: 5px 0;
	display: inline-block;
	color: #fff
}

.noteforsuccess ul li i {
    padding: 4px 0;
    background: #ee0000;
    color: #fff;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.lightgrayback {
	background: #f2f2f2;
	margin: 0px 0 80px;
	position: relative;
	padding:50px 0;
}

.valueblogk {
	padding: 20px;
	background: #fff;
	width: 100%;
	float: left;
	min-height: 395px;
	text-align: center;
	transition: .5s;
	border-radius: 12px
}

.missionvisionblock {
	min-height: 367px !important;
	background: #f0f0f0
}

.valueblogk:hover {
    background: linear-gradient(239deg, #ee0000 14%, #000f78 85%);
}

.valueblogk .iconbase {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px
}

.valueblogk .iconbase i {
    font-size: 2.5vw;
    color: #000f78;
    transition: .5s;
}

/*.valueblogk span {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 7px 22px 9px;
    border-radius: 25px;
    background: #000f78;
    transition: .5s;
}*/

.missionvisionblock span {
	background: 0 0 !important;
	color: #000 !important
}

.missionvisionblock:hover span {
	color: #fff !important
}

.valueblogk p {
    text-align: center;
    padding-top: 20px;
    transition: .5s;
    font-size: 16px;
}

.valueblogk .captionclass {
	width: 100%;
	text-align: center;
	padding: 10px 0 0;
	transition: .5s;
	letter-spacing: 3px;
	font-weight: 700
}

.allcata {
	display: inline-block;
	padding: 10px 7px;
	-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
	border-radius: 30px
}

.allcata a,
.allcata button {
	margin: 0 5px;
	padding: 12px 32px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	color:#fff;
	display:none;
}

.allcata button:hover {
    /*background: #ee0000;*/
    color: #fff;
	background: linear-gradient(110deg, #ee0000 24%, #000f78 85%);
}

.top-bottom-gap {
	padding: 10px!important;
	background: #ede8e8;
}

.menubaner,
.servicemenubaner {
	padding: 13px 20px;
	float: left;
	display: none
}

.min470 {

}

.denolink,
.question:hover {
	cursor: pointer
}

.hassubmenu ul {
	position: absolute;
	width: 40vw;
	z-index: 2;
	right: -17vw;
	max-height: 0;
	overflow: hidden;
	top: 80px;
	background: #fefefe;
	-webkit-box-shadow: 0 0 7px 0 silver;
	-moz-box-shadow: 0 0 7px 0 silver;
	box-shadow: 0 0 7px 0 silver;
	opacity: 0;
	transition: .7s
}

.smallbase ul {
	width: 34vw !important;
	right: -14vw
}

.hassubmenu:hover ul {
	opacity: 1;
	max-height: 600px;
	overflow: visible;
	top: 57px
}

.arrowbox {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -10px;
	transform: rotate(-45deg);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff
}

.hassubmenu ul li {
	width: 50%;
	float: left;
	padding: 8px 10px;
	border-bottom: 1px solid #ececec;
	position: relative
}

.hassubmenu ul li .carret {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 10px;
	height: 10px;
	opacity: 0;
	transition: .4s
}

.hassubmenu ul li:hover {
	background: #f9f9f9
}

.hassubmenu ul li:hover .carret {
	top: 14px;
	right: 10px;
	opacity: 1
}

.hassubmenu ul li a {
	color: #8d8d8d;
	text-decoration: none;
	font-size: .94vw;
	font-weight: 600;
	line-height: 1.7vw;
	padding: 9px 0;
	float: left
}

.hassubmenu ul li a:hover {
	color: #000
}

.hassubmenu ul li a:hover:after {
	width: 0 !important
}

.hassubmenu ul li .icons {
	width: 35px;
	height: 35px;
	margin-right: 20px;
	float: left
}

.allmenus {
	width: 100%;
	float: left;
	background: #fff
}

.auto-sticky-header {
	width: 100%;
	float: left;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 14
}

.offsmallpop,
.smallpop {
	top: -300px
}

.menubaner {
	width: 100%;
	background: url('assets/images/portfoliobottom.jpg') center center/cover no-repeat
}

.menubaner h2,
.servicemenubaner h2 {
	font-size: .9vw;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	float: left;
	text-transform: uppercase
}

.menubaner p,
.servicemenubaner p {
	width: 100%;
	color: #fff;
	padding: 10px 0 0;
	font-size: .8vw;
	float: left
}

.servicemenubaner {
	width: 100%;
	background: url('assets/images/servicemenuback.jpg') center center/cover no-repeat
}

.slidearrow {
	background: #000f78;
	border: 0;
	color: #f2f2f2;
	float: left;
	font-size: 2.1vw;
	font-weight: 300;
	margin-top: -130px;
	cursor: pointer;
	position: fixed;
	left: 0;
	top:200px;
	border-radius: 0 40px 40px 0;
	padding: 10px;
	z-index: 99;
	display:none;
}

.slidearrow .tooltip {
	width: 200px;
	height: 140px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #7d7d7d;
	font-size: 16px;
	padding: 15px;
	position: absolute;
	color: #000;
	left: 0;
	opacity: 0;
	transition: .6s
}

.portfolio-heading {
	padding: 0;
	margin: 0 0 15px
}

.portfolio-caption {
	width: 100%;
	text-align: center;
	padding: 0 0 50px
}

.slidearrow:hover .tooltip {
	opacity: 1
}

.smallpop {
	width: 233px;
	height: 276px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #7d7d7d;
	padding: 15px;
	position: fixed;
	right: 10px;
	transition: .8s;
	z-index: 99
}

.smallpop p {
	font-weight: 700;
	font-size: 19px;
	width: 100%
}

.smallclose {
	width: 20px;
	height: 20px;
	color: red;
	cursor: pointer;
	padding: 0 0 30px
}

.sideslider-base {
	width: 0;
	background: rgba(0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	transition: .4s;
	overflow: auto;
	z-index: 100;
	display:none;
}

.sliderclose {
	width: 2vw;
	height: 2vw;
	color: #fff;
	font-size: 1.9vw;
	cursor: pointer;
	float: right
}

.openslide {
	left: 0;
	padding: 2vw;
	width: 21vw
}

.industrylist {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left
}

.industrylist li {
	width: 100%;
	padding: 3px 0;
	color: #fff;
	font-size: .9vw;
	line-height: 1.3vw;
	display: inline-block;
	cursor: pointer
}

.center-heaiding h1, .section-heaiding h1, .section-heaiding h2 {
    font-size: 3vw;
    padding: 0 0 20px;
    font-weight: 300;
    line-height: 3vw;
    color: #000f78;
    position: relative;
    margin: 0;
}

.center-heaiding h1 span,
.section-heaiding h1 span {
	font-weight: 600;
	font-size: 2.3vw
}

.center-heaiding h1:after,
.section-heaiding h1:after,
.section-heaiding h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 5px;
	/*background: #5c830d;*/
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
	content: ''
}



.section-heaiding h2 span {
	font-weight: 600;
	font-size: 2.1vw
}

.sectiontext ul li h4,
.top-heaidng h2 strong {
	font-weight: 600 !important
}

.sectiontext {
	padding: 20px 0;
	width: 100%;
	float: left
}

.sectiontext ul {
	width: 100%;
	padding: 30px 0;
	float: left;
	list-style: circle
}

.sectiontext ul li {
	display: inline-block;
	width: 100%;
	padding: 5px 0
}

.sectiontext ul li h4 {
	font-size: 1vw !important;
	padding: 12px 0 0;
	line-height: 1.2vw;
	color: #52585a;
	float: left;
	margin: 0
}

.sectiontext ul li span {
	width: 51px;
	height: 51px;
	position: relative;
	border-radius: 2px;
	float: left;
	margin-right: 15px
}

.sectiontext ul li span img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.sectiontext ul li p {
	width: 100%;
	padding-top: 15px;
	float: left
}

.servicetext {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 14px 0 0;
	padding: 0;
	color: #fff
}
.pricetag{
	width: 100%;
	float: left
}
.pricetag h2{
    padding: 0px;
    margin-top: -20px;
    margin-bottom: 50px;
    color: #000f78;
}
.btn-section{
    display: flex;
    width: 100%;
}
.btn-section .quick-contact{
    padding: 15px 58px;
    background: linear-gradient(110deg, #ee0000 24%, #000f78 85%) !important;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: Muli, helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    color: #fff;
    border: 0px;
}
.quick-contact:hover{
    background:linear-gradient(110deg, #000 24%, #000 85%) !important;;
}
.width{
    margin-right: 10px;
}
.greenbox {
    background: #dbdbdb !important;
}

.bluebox {
	background: #dbdbdb !important
}

.yellowbox {
	background: #dbdbdb !important
}

.pinkbox {
	background: #dbdbdb !important
}

.darkblue {
	background: #dbdbdb !important
}

.mehogony {
	background: #dbdbdb !important
}

.burgandy {
	background: #dbdbdb !important
}

.lightpink {
	background: #dbdbdb !important
}

.lightgreen {
	background: #dbdbdb !important
}

.browncake {
	background: #dbdbdb !important
}

.center-heaiding {
	width: 100%;
	padding: 50px 0 40px;
	float: left
}

.center-heaiding h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
    line-height: 2.6vw;
    color: #000f78;
    float: left;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.center-heaiding h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 5px;
    /* background: #5c830d; */
    content: '';
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
}

.center-heaiding p {
	padding-top: 15px;
	padding-bottom: 40px
}

.iconholder {
	width: 100%;
	padding: 20px;
	float: left;
	text-align: center
}

.iconholder i {
	color: #000f78;
	font-size: 2vw;
	padding: 28px;
	border: 1px solid #8d8d8d;
	background: #efefef;
	border-radius: 5px;
}
.phoneicon{
	transform: rotate(180deg) scale(1,-1);
}

.contact-btn-case a,
.gray-border
 {
	border: 1px solid #ccc
}

.iconholder h4 {
	font-size: 1.3vw;
	font-weight: 600;
	margin: 0;
	width: 100%;
	text-align: center
}

.short-container {
	max-width: 45vw
}

.center-text p {
	text-align: center;
	padding: 40px 0;
	float: left
}

.center-text h3 {
	margin: 0;
	padding: 40px 0 0;
	font-size: 1.2vw
}

.graysection {
	background: url('./assets/images/processback.jpg') center center/cover no-repeat;
	padding: 50px 0
}

.half-width {
	width: 49% !important;
	background: #efefef;
	margin: 1px
}

.subheading {
	font-weight: 600;
	font-size: 1.6vw;
	padding: 0 0 30px;
	float: left;
	width: 100%;
	margin: 0
}

.service-content-cell {
	float: left;
	padding: 20px
}

.allpadding-10 {
	padding: 10px
}

.service-content-cell h5 {
	font-size: 1.4vw;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
	float: left
}

.fix-height {
	min-height: 347px
}

.blackbar {
	padding: 50px 0;
	background: linear-gradient(90deg, #b4eff0 24%, #000f78 85%)
}

.blackbarcontent {
	width: 100%;
	padding: 30px;
	float: left
}

.blackbarcontent h2 {
	width: 100%;
	font-size: 2.5vw;
	line-height: 3vw;
	float: left;
	margin: 0;
	padding: 0 0 15px;
	color: #000
}

.blackbarcontent p {
	color: #080808;
	font-size: 1vw;
	line-height: 1.4vw
}

.contact-btn-case {
	width: 100%;
	padding: 100px 20px;
	float: left
}

.contact-btn-case a {
	padding: 15px 150px;
	font-size: 1.4vw;
	font-weight: 600;
	color: #fff;
	border-radius: 40px;
	transition: .5s;
	float: right;
	background: #59cdbb;
	background: linear-gradient(110deg, #59cdbb 24%, #000f78 85%)
}

.quick-contact-form {
	position: fixed;
	right: 90px;
	z-index: 99;
	bottom: -480px;
	height: 480px;
	width: 16vw;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 7px 0 rgb(219 219 219);
	transition: .4s
}

.qick-contact-form-inner {
	width: 100%;
	float: left;
	padding: 20px;
	position: relative
}

.qick-contact-form-inner h3 {
	color: #050748;
	font-weight: 600;
	font-size: 1.1vw;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center
}

.quickformholder {
	width: 100%;
	float: left;
	padding: 10px 0
}

.quickformholder input[type=email],
.quickformholder input[type=tel],
.quickformholder input[type=text],
.quickformholder select {
	border: 2px solid #e6e6e6;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	font-size: .9vw;
	border-radius: 6px
}

.quickformholder textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: 2px solid #e6e6e6;
	padding: 10px 15px;
	font-size: .9vw;
	border-radius: 6px
}

.quickformholder button, .quickformholder input[type=submit] {
    width: 100%;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    border: 0;
    font-size: 1vw;
}
.open-close-quickcontac {
    width: 100%;
    height: 2.5vw;
    border-radius: 12px 12px 0 0;
    background: #000f78;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3vw;
    padding: 8px;
    cursor: pointer;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.open-close-quickcontac:hover{
    background:#ee0000;
	animation:none;
}

.open-close-quickcontac span {
	color: #fff;
	font-size: 1.2vw;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center
}

.activeform {
	bottom: 0 !important
}

.activeform .open-close-quickcontac {
	height: 2.8vw;
	width: 2.8vw;
	padding: .7vw 0;
	left: 0;
	right: 0;
	margin: auto
}

.activeform .open-close-quickcontac span {
	width: 50px;
	transform: rotate(0)
}

.sliderbtn {
	font-size: 1.1vw;
	padding: 20px 60px;
	margin-top: 35px !important;
	display:inline-block;
}

.bigtext p {
	font-size: 1.7vw;
	line-height: 2.3vw;
	padding: 30px 0;
	float: left;
	width: 100%
}
.formrow{
	width:100%;
	float:left;
}

.half-form-holder {
	width: 50%;
	padding: 10px 8px 8px;
	float: left
}

.full-form-holder {
	width: 100%;
	padding: 8px;
	float: left
}
.half-form-holder label, .full-form-holder label{
	width:100%;
	padding-bottom:5px;
	float:left;
}


.full-form-holder input[type=email],
.full-form-holder input[type=tel],
.full-form-holder input[type=text],
.full-form-holder input[type=file],
.half-form-holder input[type=email],
.half-form-holder input[type=file],
.half-form-holder input[type=tel],
.half-form-holder input[type=text] {
	width: 100%;
	height: 55px;
	padding: 10px;
	border: 1px solid #8d8d8d;
	border-radius: 6px;
	float: left
}

.full-form-holder textarea {
	width: 100%;
	height: 130px;
	resize: none;
	padding: 10px;
	border: 1px solid #8d8d8d;
	border-radius: 6px;
	float: left
}

.full-form-holder button, .full-form-holder input[type=submit] {
    padding: 15px 60px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    float: left;
    border: 0;
    margin-top: 11px;
    font-size: 1vw;
    position: relative;
}
.full-form-holder button:hover,
.full-form-holder input[type=submit]:hover {
    background:#000;
}

.extratop {
	top: -8vw
}

.collapseicon {
	width: 25px;
	float: left;
	cursor: pointer;
	display: none
}

.collapseicon span {
	width: 100%;
	height: 3px;
	float: left;
	background: #000;
	margin: 1px 0
}

.mobileactivemenu {
	max-height: 2600px !important;
	background: #fff
}

.nav {
	transition: .4s;
	padding-top: 38px
}

.menucontact {
	margin-top: 35px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	margin: 10px 0 !important
}

.process .item {
	position: relative;
	z-index: 4
}

.process .item img.tobotm {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.reverseimg img {
	-webkit-transform: rotateX(0) !important;
	transform: rotateX(0) !important
}

.process .item img {
	position: absolute;
	width: 70%;
	right: -40%;
	top: 15px;
	opacity: .5
}

.process .item .icon {
    color: #ee0000;
    font-size: 30px;
    width: 80px;
    border-radius: 100%;
    border: 1px dashed #eee;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto 30px;
    text-align: center;
    padding: 24px;
}

.process .eightcell .icon {
	margin: 0 auto !important;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0
}

.process .eightcell h3 {
	opacity: 1 !important;
	top: 7px !important;
	font-size: 2.2vw !important;
	padding: 0 0 15px !important
}

.process .item .cont {
	padding: 50px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s
}

.process .item .roundcontcont {
	width: 19vw;
	height: 19vw;
	border-radius: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center
}

.process .item h3 {
	width: 100%;
	color: #777;
	font-size: 1.7vw;
	font-weight: 700;
	opacity: .7;
	text-align: center;
	margin: 0;
	padding: 0
}

.process .item h6 {
	color: #222;
	font-size: 1.3vw;
	margin-bottom: 15px;
	text-align: center
}

.process .item p {
	font-size: 14px;
	color: #999
}

.blacksection {
	background: center center/cover #1e1e1e;
	padding: 100px 0;
	width: 100%;
	margin: 50px 0
}

.allmenusec {
	width: 100%;
	padding: 40px 0
}

.mainmenucover {
	width: 100%;
	border-radius: 10px;
	padding: 20px
}

.mainmenucover .iconholder {
	width: 100%;
	padding: 20px 0 15px;
	text-align: center
}

.mainmenucover .iconholder i {
	color: #fff;
	font-size: 2.5vw;
	padding: 0;
	background-color: transparent;
	border: 0
}

.mainmenucover .bottomiconholder {
	width: 100%;
	padding: 25px 0 20px;
	text-align: center
}

.mainmenucover .bottomiconholder i {
	color: #2a8a44;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 13px;
	border-radius: 100%;
	font-size: 1.5vw;
	background-color: #fff
}

.mainmenucover h2 {
	color: #fff;
	font-size: 2vw;
	text-align: center;
	margin: 0;
	float: left;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase
}

.submenuline .icons i,
.submenuline h4 {
	font-size: 1vw;
	color: #fff
}

.mainmenucover p {
	color: #fff;
	text-align: center
}

.greenback {
	background: #93f3ec
}

.seabcka {
	background: #91d69b
}

.violateback {
	background: #92e6c8
}

.brownback {
	background: #8fc76f
}

.lastback {
	background: #8eba49
}

.submenusection {
	width: 100%;
	margin: 50px 0;
	float: left;
	max-height: 0;
	overflow: hidden;
	transition: .7s
}

.openSitemapSub {
	max-height: 2000px
}

.submenuline {
	width: 100%;
	border-radius: 10px;
	float: left;
	padding: 20px;
	margin: 0 0 20px;
	position: relative;
	cursor: pointer
}

.submenuline h4 {
	width: 90%;
	font-weight: 400;
	float: left;
	margin: 0;
	padding: 0
}

.submenuline .icons {
	position: absolute;
	top: 23px;
	right: 20px
}

.gotop {
	margin-top: -5vw
}

.arrowimg img {
	position: absolute;
	bottom: 2vw;
	width: 17vw;
	left: -5vw
}

.arrowimg img.tobotm {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	bottom: 9vw
}

.arrowimgreverse img {
	position: absolute;
	width: 17vw;
	right: -7vw;
	bottom: 9vw
}

.centerline img {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 4vw
}

.arrowimgreversedouble img {
	position: absolute;
	width: 17vw;
	right: -7vw;
	bottom: 2vw
}

.doublereverse {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

.singlereversse {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, 1)
}

.flexrow {
	display: flex
}

.whatsappbtn {
    position: absolute;
    z-index: 99999;
    bottom: -14px;
    right: 174px;
    width: 67px;
    height: 65px;
    text-align: center;
    color: #fff;
}

.whatsappbtn a {
	font-size: 30px;
	color: #fff;
	line-height: 50px
}

.commentsbuttons h4 {
	margin: 20px 0 0
}

.bannersection {
	margin-top: 0 !important;
	padding-top: 0px;
	margin-bottom:0;
}

.withinvited {
	padding-top: 17px;
	padding-left: 67px;
	line-height: 1.6em !important;
	background: url('./assets/images/comma-color.png') left top/58px no-repeat
}

.afterimgbutton {
	display: none;
	float: left;
	margin-bottom: 20px
}
.owl-prev{
    position:absolute;
    left:-42px;
}

.owl-next{
    position:absolute;
    right:-42px;
}

.notfoundcell {
	padding: 200px
}

.notfoundcell h1 {
	font-size: 60px;
	width: 100%;
	padding: 0 100px;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center
}

.messagepopup {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	left: 0;
	top: -100%;
	z-index: 99;
	transition: .5s
}

.contentbox {
	position: absolute;
	width: 550px;
	height: 200px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.message-header {
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	display: inline-block
}

.success-button-back,
.success-header {
	background: linear-gradient(90deg, #b4eff0 24%, #000f78 85%)
}

.message-body,
.message-close-button {
	background: #fff;
	width: 100%;
	display: inline-block
}

.message-body {
	padding: 10px 15px 20px
}

.message-close-button {
	text-align: center;
	padding-bottom: 20px
}

.mt-77 {
	margin-top: 77px !important
}

.extraclose {
	margin-top: 0;
	padding-top: 0
}

.fullwidthtext {
	width: 100%;
	margin-top: -120px !important;
	margin-bottom: 40px !important;
	padding: 0 150px !important
}

.message-close-button button {
	padding: 12px 30px;
	color: #fff;
	border-radius: 40px;
	border: 0
}

.alert-button-back {
	background-color: #000
}

.message-header h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin: 0;
	padding: 0
}

.topservicebar {
	padding:  0;
	background: #000;
	margin-top:20px;
}

.accordion,
.accordion:hover,
.active {
	background-color: transparent
}

.servicecell {
	width: 14.2%;
	float: left;
	padding: 10px;
	text-align: center;
}
.servicecell a{
	display: inline-block;
    width: 100%;
    padding: 20px 0px;
	text-decoration: none;
}

.iconcelltopservice {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	text-align: center
}

.iconcelltopservice i {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	font-size: 28px;
	text-align: center;
	padding: 18px 14px
}
.servicecell a:hover i {
	border: 4px solid #ee0000;
	color: #ee0000;
	background: linear-gradient(180deg, #fff 0, #fff 16%, red 28%, #000f78 46%, #ee0000 58%, #000f78 74%, #ee0000 83%, #000f78 100%)aliceblue;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.servicecell a:hover .servicetext{
    color:#ee0000;
}

.iconfirstcolor {
	border: 4px solid #a0fff2;
	color: #a0fff2;
}

.iconsecondcolor {
	border: 4px solid #90dfd4;
	color: #90dfd4
}

.iconthirdcolor {
	border: 4px solid #90dcc6;
	color: #90dcc6
}

.iconfourthcolor {
	border: 4px solid #90d3a8;
	color: #90d3a8
}

.iconfifthcolor {
	border: 4px solid #8fc984;
	color: #8fc984
}

.iconsixthcolor {
	border: 4px solid #8eb846;
	color: #8eb846
}

/*.iconseventhcolor {
	border: 4px solid #000f78;
	color: #000f78
}*/

.iconseventhcolor {
    border: 4px solid #8eb63e;
    color: #8eb63e;
}

.floating-icon {
	position: fixed;
	bottom: 30px;
	left: 70px;
	z-index: 999;
	width: 130px
}

.gicon {
	width: 100%;
	padding: 0 35px;
	float: left
}

.floatingstar span img {
	max-width: 21px
}

.faqrow {
	width: 100%;
	float: left;
	padding: 20px 0
}
/*.offer-section{*/
/*    background-image: url("https://www.kre8iveminds.com:2083/cpsess4607401009/viewer/home%2fkre8iveminds%2fpublic_html%2fassets%2fimages/background.jpg");*/
/*    padding: 60px;*/
/*    margin-bottom: 0px !important;*/
/*}*/
.faqquestion {
	font-size: 20px;
	color: #000f78;
	width: 100%;
	margin: 15px 0
}

.accordion {
	color: #444;
	cursor: pointer;
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: 0;
	font-size: 15px;
	transition: .4s
}

.panel {
	padding: 0 18px;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out
}

.expand-bar,
.expand-bar:after {
	transition: .5s;
	position: absolute
}

.accordian {
	margin-left: 0;
	padding: 0;
	display: inline-block
}

.answer,
.question {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	border: 0 !important
}

.question {
	border-top: 1px solid grey;
	padding: .5em 1em .5em 3em;
	font-weight: 700;
	position: relative
}

.accordian:last-child {
	border-bottom: 1px solid grey
}

.answer {
	display: none;
	padding: 1em .5em 2.5em
}

.expand-bar {
	top: 50%;
	left: 1em
}

.expand-bar,
.expand-bar:after {
	width: 15px;
	height: 2px;
	background-color: red
}

.expand-bar:after {
	content: "";
	left: 0;
	top: 0;
	transform: rotate(90deg)
}

.open {
	border-bottom: none
}

.open .expand-bar,
.open .expand-bar:after {
	transform: rotate(180deg)
}

.owl-next,
.owl-prev {
	font-size: 70px !important;
	font-family: 'Lilita One', cursive;
	background: 0 0 !important;
	color: #000 !important;
	opacity: .7
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 32%
}
.socialicon-box{
    padding:0 20px;
    float:right;
}
.contaactsocialicon-box{
    padding:0 10px;
}
.socialicon-box a,.contaactsocialicon-box a{
    color:#000;
    text-decoration: none;
}
.contaactsocialicon-box a i{
     padding:0 6px;
    font-size: 15px;
    text-decoration: none;
    color:#000;
    background:transparent;
    border:0;
}
.socialicon-box a i {
    padding: 0 8px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}
.post_thumbnail{
	float:left;
	position:relative;
	margin-bottom:30px;
}
.post_thumbnail:after, .post_thumbnail:before {
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(90deg, #000f78 24%, #ee0000 85%);
    z-index: 0;
    content: "";
}
.post_thumbnail:before{
	left: -14px;
    bottom: -5px;
}
.post_thumbnail:after {
    right: -14px;
    top: -14px;
}
.post_thumbnail img{
	position:relative;
	z-index: 1;
}
.extrasidepadding{
	padding-left:30px;
	padding-right:30px;
}
.post_title{
	display:inline-block;
	color:#000;
	margin:20px 0 0;
	padding-bottom:10px;

}
.blogcell p{
    margin: 0 0 20px;
}
.portfolioimg{
    width: 100%;
    height: 319px;
    overflow: hidden;
    background:#fff;
    position:relative;
}
.portfolioimg img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.textonimg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    padding: 20px 50px;
}
.textonimg h2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 40px;
    padding: 0;
    margin: 0;
   
}
.textonimg h2 span{
	font-weight: 300;
	font-size: 45px;
}
.small-btn{
    padding:12px 30px!important;
}
.servicebtn{
    padding: 4px 14px;
    background: #fff;
    color: #000;
    margin-top: 24px;
    border-radius: 25px;
    display: inline-block;
}
.servicebtn:hover{
    background:#000;
    color:#fff;
}

.masonry-item{
    position:absolute;
    width:33%;
    padding:0 10px;
}
.servicedisplay{
	position:relative;

}

.blogcell p a{
	width:220px;
	display:block;
	color:#fff;
	background: linear-gradient(110deg, #59cdbb 24%, #000f78 85%);
	margin-top: 11px;
    font-size: 17px;
    position: relative;
    font-weight: 600;
	text-align: center;
	padding:12px 0;
	border-radius:25px;
}
.blogcell p a span{
	display:none;
}
.blogcell p a:hover{
	background:#000;
	color:#fff;
}
.slidercase .owl-nav{
	top:110%;
}
.slidercase .owl-nav{
	top:110%;
}
.slidercase .owl-nav .owl-next{
	right: 40%;
}
.slidercase .owl-nav .owl-prev{
	left: 40%;
}
.slidebtn {
    position: fixed;
    right: -72px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 187px;
    z-index: 99;
    height: 43px;
    /*background: #010a08;*/
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    /* border-radius: 10px 10px 0px 0px; */
    transform: rotate(-90deg);
    transform-origin: center;
    text-transform: uppercase;
    transition: all .3s;
}
}
.slidebtn:hover{
    background: #15682b;
}

.slidebtn a {
    padding: 8px 12px 5px 12px;
    color: #fff;
    font-size: 20px;
    float: left;
}


.slidebtn a i{
	color:#fff;
	padding-left:7px;
    transition: all .3s;
}
.getquote:hover i{
    padding-left:12px;
}
.whatsappbtn a:hover{
    filter: contrast(100);
}
.contbutton-holder a:hover{
        -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
}
.multisection{
	padding:50px 0;
	background:#efeeee;
}
.portfolio-popup{
	width:100%;
	height:100%;
	position:fixed;
	top:-102%;
	left:0;
	z-index: 999;
	background:rgba(0,0,0,.6);
	transition: all .4s;
}
.openpop{
	top:0;
}
.port-pop-innerbase {
    width: 420px;
    height: 550px;
    background: #fff;
    padding: 50px 20px 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.port-pop-heading{
	font-size: 16px;
	width:100%;
	margin:0px 0 15px;
	padding:0;
	text-align: center;
	float:left;
}
.pop-form-holder{
	width:100%;
	padding:5px 0;
	float:left;
}
.pop-form-holder input[type=text],.pop-form-holder input[type=tel],.pop-form-holder input[type=email],.pop-form-holder input[type=password]{
    width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #8d8d8d;
	border-radius: 6px;
	float: left	
}
.pop-form-holder textarea {
    width: 100%;
    height: 105px;
    padding: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 6px;
    float: left;
}
.pop-form-holder input[type=submit] {
    padding: 13px 40px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    float: left;
    border: 0;
    margin-top: 11px;
    font-size: 1vw;
    position: relative;
}
.port-pop-innerbase .closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    color: #b6b2b2;
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 22px;
    text-align: center;
}
.job_row{
    width:100%;
    margin:10px 0;
background: #faf9f9;
}
.job_row .sec_slab{
    float:left;
    padding:0 10px;
    color:#000;
}
.car-rw {
    /*background-color: #000f78;*/
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%);
    color: #fff;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.car-rw2 {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 850px;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.btn-sm {
    padding: 6px 18px;
    border-radius: 10px;
    background: #000f78;
    color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.specialbtnholder{
	width:100%;
	padding:40px 0;
	float:left;
	text-align:center;
}
.careerform_holder{
	width:840px;
	float:none;
	margin:50px auto;
}
#ter{
	display:none;
}
.PaymentButton--rzp-outline-standard.svelte-ekc7fv.svelte-ekc7fv {
    border-color: #1e40a0;
    border: 0!important;
    height: auto!important;
    color: #fff!important;
    border-radius: 40px!important;
    color: #fff!important;
    cursor: pointer;
    padding: 15px 58px!important;
    margin: 0!important;
    background: linear-gradient(110deg, #ee0000 24%, #000f78 85%)!important;
}
.PaymentButton--rzp-outline-standard.svelte-ekc7fv.svelte-ekc7fv:hover{
	background:#000!important;
}
.PaymentButton--rzpTheme.svelte-ekc7fv .PaymentButton-contents.svelte-ekc7fv {
    padding-left: 10px!important;
}
.PaymentButton-securedBy.svelte-ekc7fv.svelte-ekc7fv,svg.svelte-ekc7fv.svelte-ekc7fv,.PaymentButton--rzp-outline-standard.svelte-ekc7fv.svelte-ekc7fv:before{
	display:none!important;
}
.PaymentButton-text.svelte-ekc7fv.svelte-ekc7fv{
	font-size: 20px!important;
	font-style: normal!important;
}
.NormalLinkBtn{
	color:#000f78;
    font-weight: 700;
	padding:10px 0;
	text-decoration: none;
	font-size: 22px;
	position:relative;
}
.NormalLinkBtn:after{
	content:'';
	height:4px;
	background: linear-gradient(110deg, #000f78 24%, #ee0000 85%)!important;
	width:0;
	position:absolute;
	transition: all .3s;
	left:0;
	bottom:0;
}
.NormalLinkBtn:hover:after{
	width:100%;
}
.NormalLinkBtn i{
   font-size: 17px;
   padding-left:10px;
}
.singleslider .owl-carousel .owl-item{
    max-height:396px;
}


@media only screen and (max-width:1470px) {
	.heaidngbottomtext {
		margin-top: -126px
	}

	.logoholder {
		padding-top: 19px
	}

	.fullwidthtext {
		margin-top: -80px !important;
		padding: 0 100px !important
	}
  .full-form-holder button, .full-form-holder input[type=submit],.pop-form-holder input[type=submit]{
    font-size: 16px;
  }

	.abouttext p,
	body {
		font-size: 16px;
		line-height: 1.6em
	}

	.quick-contact-form {
		width: 320px
	}

	.quickformholder input[type=email],
	.quickformholder input[type=tel],
	.quickformholder input[type=text],
	.quickformholder select {
		height: 43px
	}

	.activeform .open-close-quickcontac {
		height: 50px;
		width: 50px;
		padding: 15px 0
	}

	.footerlink ul li a,
	.footerlink ul li a:hover,
	.footerlink ul li button {
		font-size: 16px;
		text-align: left
	}

	.open-close-quickcontac {
		height: auto
	}

	.hassubmenu ul li a,
	.nav li a {
		font-size: 17px
	}
	.open-close-quickcontac span {
		font-size:21px
	}

	.our-process h2 {
		font-size: 35px
	}

	.process .item h3 {
		font-size: 30px
	}

	.process .eightcell h3 {
		font-size: 35px !important
	}

	.process .item h6 {
		font-size: 23px
	}

	.smallbase ul {
		width: 42vw !important
	}

	.hassubmenu ul {
		width: 55vw
	}

	figcaption p {
		font-size: 16px;
		line-height: 1.2em
	}

	figcaption {
		padding: 10px !important
	}

	figcaption button {
		padding: 6px 12px;
		font-size: 15px
	}

	figcaption h3 {
		font-size: 17px;
		line-height: 1.2em
	}

	.heaidngbottomtext {
		width: 100%
	}
	.sectiontext ul li h4 {
		font-size: 20px !important;
		line-height: 23px;
		text-align: left;
	}
}

@media only screen and (max-width:1200px) {
	.heaidngbottomtext {
		margin-top: -90px
	}

	.transparentbtn {
		padding: 11px 18px
	}
}

@media only screen and (max-width:980px) {
	.headdingpart h2{
		text-align: left;
	}
    .iconcell i{
		font-size: 22px;
	}
	.portfolioimg{
		height:auto;
	}
	.allmenus,
	.hassubmenu ul,
	.portfolioholder {
		background: 0 0
	}
	.slidearrow .tooltip{
		display:none;
	}
	.slidercase .owl-nav{
		top:100%;
	}
	.slidercase .owl-nav .owl-next{
		right: 30%;
	}
	.slidercase .owl-nav .owl-prev{
		left: 30%;
	}
	.owl-next{
		right: -10px;
	}
	.owl-prev{
		left: -10px;
	}
	.quick-contact-form{
		bottom: -456px;
	}
	.open-close-quickcontac{
		height:50px;
		top: -50px;
		width:50%;
	}
	.floating-icon {
		width: 54px;
		left: 25px;
		bottom: 0px;
	}

	.auto-sticky-header,
	.hassubmenu ul,
	.maparea,
	.right-side {
		position: relative
	}

	.four-five,
	.four-three,
	.one-eight,
	.one-five,
	.one-four,
	.one-full,
	.one-half,
	.one-nine,
	.one-sevent,
	.one-six,
	.one-tenth,
	.one-three,
	.three-five,
	.two-five,
	.two-three {
		width: 100%;
		padding: 15px
	}

	.google-reviw-box {
		margin-top: 2%
	}

	.fullwidthtext {
		margin-top: -40px !important;
		padding: 0 !important
	}

	.arrowbox,
	.beforeimgbutton,
	.bg-lines,
	.desktopview,
	.hassubmenu ul li .carret,
	.hassubmenu ul li .icons,
	.normalgreenbar,
	.topheaderbar,
	span.circle {
		display: none
	}

	.bannercaption h2,
	.top-down {
		margin-top: 0
	}

	.owl-dots {
		display: none !important
	}

	.aboutimg {
		padding: 0
	}

	.servicecell {
		width: 33%;
		padding: 10px 0
	}
	.servicecell a{
	   padding:0;
	}

	.footercopyright p,
	.footerlink ul li button,
	.formstep h4,
	.formstep p,
	.hassubmenu ul li a,
	.homeservicetext p,
	.quickformholder button,
	.quickformholder input[type=email],
	.quickformholder input[type=submit],
	.quickformholder input[type=tel],
	.quickformholder input[type=text],
	.quickformholder select,
	.quote_step_header ul li h4,
	.socialiconholder ul li a {
		font-size: 16px
	}

	.cover .iconholder,
	.google-logo-div img {
		width: 50px
	}

	.bodyheadingstyle,
	.commentsdiv h4 {
		font-size: 18px
	}

	.notfoundcell h1 {
		padding: 0 20px;
		font-size: 30px
	}

	.valueblogk .iconbase i {
		font-size: 40px;
		padding-bottom: 15px
	}

	.pt-150,
	.testi {
		padding-top: 0
	}

	.ourclients h2 {
		font-size: 30px;
		font-weight: 600
	}

	.blogtopcover h3 {
		font-size: 22px;
		padding: 20px 15px 10px
	}

	.blogtopcover p {
		line-height: 1.3em;
		margin-bottom: 10px;
		padding: 0 10px
	}

	.blogtopcover a i {
		font-size: 21px
	}

	.smallcaption span {
		font-size: 22px
	}

	.abouttext p,
	.common-btn,
	.primary-btn,
	.smallabouttextheading,
	figcaption h4 {
		font-size: 17px;
    line-height:22px!important;
	}

	.testi-heaidng h2 {
		margin: 0
	}

	.normal-heaidng h2 {
		font-size: 30px;
		margin-bottom: 0
	}

	.formholder h2,
	.iconholder h4,
	.iconholder i,
	.normal-heaidng h2 span,
	.portfolio-item-heading h3,
	.service-content-cell h5,
	.sliderbtn,
	.sliderclose {
		font-size: 20px
	}

	.center-heaiding h2,
	.headdingpart h2,
	.hire_caption h1,
	.process .item h6,
	.right-content-holder h2,
	.right-content-holder h2 strong,
	.slidearrow,
	.subheading {
		font-size: 25px
	}

	.container {
		max-width: 97%;
		padding: 0 10px
	}

	.right-side {
		height: 550px;
		padding: 0
	}

	.leftside {
		padding-top: 20px
	}

	.leftside .one-three,
	.serviceblock {
		width: 50% !important
	}

	.smallcaption {
		font-size: 21px;
		line-height: 30px
	}

	.process .item h3,
	.top-heaidng h2 {
		font-size: 30px
	}

	.cover .headignholder h4 {
		font-size: 19px;
		font-weight: 600
	}

	.noteforsuccess ul li {
		text-align: left
	}

	.heaidngbottomtext {
		margin-top: -78px;
		width: 100%
	}

	.portfolioholder h2 {
		font-size: 30px;
		padding: 0
	}

	.tabholder {
		width: 100%;
		padding: 20px 0 0
	}

	.tabs {
		font-size: 15px;
		padding: 3px;
		margin: 5px
	}

	.footercaption h2,
	.portfolio-item-text p {
		line-height: 23px;
		font-size: 16px
	}

	.buttonholder {
		padding-bottom: 30px
	}

	.portfolio-slider-area {
		width: 100% !important
	}

	.galleryshowarea {
		height: 910px
	}

	.blogbottombase h3,
	.right-content-holder p {
		font-size: 17px;
		line-height: 25px
	}

	.homeserviceheading i,
	.project-details h4 {
		font-size: 15px
	}

	.hire_caption h2 {
		font-size: 25px;
		line-height: 35px
	}

	figcaption h3 {
		font-size: 18px;
		margin-top: 30px
	}

	figcaption button {
		margin-top: 20px;
		padding: 7px 24px
	}

	.forfaqsection h4,
	.hire_caption p {
		font-size: 17px !important
	}

	.footerheading {
		font-size: 19px
	}

	.contbutton-holder button {
		margin-bottom: 40px;
		font-size: 17px;
		padding: 7px 30px
	}

	.logoarea {
		padding: 0 15px 30px
	}

	.logoarea .one-five {
		width: 50%;
		text-align: center
	}

	.testimonial-capsions h2 {
		font-size: 30px;
		line-height: 40px
	}

	.testi-buttons {
		margin-top: 0 !important;
		text-align: left !important
	}

	.banner-img,
	.bufferbrands,
	.logoholder {
		text-align: center
	}

	.testimonial-capsions {
		margin-bottom: 50px
	}

	.testimonials_base {
		position: relative;
		width: 300px !important;
		float: none;
		margin: 0 auto
	}

	.hire_caption {
		padding-bottom: 50px
	}

	.centerforresponsive {
		float: none !important;
		width: 400px;
		margin: 0 auto
	}

	.conterbase {
		width: 120px
	}

	.iconblock {
		width: 30px;
		height: 30px
	}

	.iconblock img {
		max-height: 30px;
		max-width: 30px
	}

	.homeserviceheading {
		width: 200px
	}

	.allmenus,
	.banner-img img,
	.maparea,
	.nav,
	.nav li,
	.socialiconholder {
		width: 100%!important;
	}

	.homeserviceheading p {
		font-size: 16px;
		padding-left: 20px;
		padding-top: 3px
	}

	.headercase {
		padding: 12px
	}

	.homeservicetext {
		top: 57px
	}

	.maparea {
		height: 350px
	}

	.footerbutton button {
		padding: 10px 30px;
		font-size: 17px
	}

	.bannersection {
		height: auto;
		margin-top: 0 !important;
		padding-top: 0 !important
	}

	.nav {
		padding-top: 0;
		max-height: 0;
		overflow: hidden
	}

	.hassubmenu:hover ul {
		top: 0
	}

	swiper {
		max-height: 1050px
	}

	.bannercaption {
		font-size: 40px
	}

	.abouttext p {
		line-height: 16px
	}

	.highlighttext {
		font-size: 25px !important
	}

	.nav li {
		padding: 0 17px 2px
	}

	.hassubmenu ul,
	.smallbase ul {
		width: 100% !important;
		right: 0
	}

	.nav li a {
		font-size: 16px;
		float: left
	}
	

	.hassubmenu ul {
		z-index: 1;
		max-height: 100%;
		overflow: visible;
		top: 0;
		box-shadow: none;
		opacity: 1;
		transition: .7s;
		float: left
	}

	.hassubmenu ul li {
		width: 100%;
		float: left;
		padding: 8px 10px 8px 15px;
		border-bottom: 1px solid #fff;
		background:#efefef;
	}

	.logoholder {
		padding: 0
	}

	.logoholder img {
		width: 31%
	}

	.menucontact {
		padding: 12px 30px;
		margin-top: -16px
	}

	.menudiv {
		padding: 0 20px
	}

	.afterimgbutton,
	.collapseicon {
		display: block
	}

	.lightgrayback {
		padding: 60px 0;
		margin: 50px 0
	}

	.openslide {
		width: 50%
	}

	.full-portfolio-button-holder button,
	.industrylist li {
		font-size: 17px;
		padding: 6px 16px
	}

	.center-heaiding {
		padding: 0 0 20px
	}

	.big-text h2 {
		padding: 0;
		margin: 0
	}

	.iconholder i {
		padding: 15px
	}

	.center-heaiding h1,
	.section-heaiding h1,
	.section-heaiding h2 {
		font-size: 40px;
		line-height: 40px
	}

	.bigtext p,
	.center-heaiding h1 span,
	.section-heaiding h1 span,
	.section-heaiding h2 span {
		font-size: 20px;
		line-height: 25px
	}

	.blackbarcontent h2 {
		font-size: 30px;
		line-height: 35px
	}

	.blackbarcontent p {
		font-size: 16px;
		line-height: 1.6em
	}

	.blackbarcontent {
		padding: 30px 20px 15px
	}

	.contact-btn-case {
		padding: 0 20px 50px
	}

	.contact-btn-case a {
		width: 400px;
		padding: 15px 0;
		text-align: center;
		font-size: 17px
	}

	.extreembottom,
	.flexrow,
	.mobileview {
		display: inline-block;
        padding-bottom: 50px;
	}

	.our-process h2 {
		font-size: 35px
	}

	.process .item .roundcontcont {
		width: 300px;
		height: 300px
	}

	.commentsbuttons h4 {
		margin: 0 0 20px;
		padding: 0
	}
	.leftside{
		margin:0;
		padding:40px 0;
		text-align: center;
	}

	.masonry-item {
		position: unset;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
    .whitebopx{
        WIDTH:70%;
    }
	.scrollitem{
		overflow: auto;
	}


}

@media only screen and (max-width:767px) {
	.big-light-heaidng {
		font-size: 51px;
		top: -65px
	}

	.logoarea .one-five {
		width: 100%;
		padding: 15px 0
	}
  .clientlogoimg{
    width:50%!important;
  }

	.cfountersection h3 {
		font-size: 17px
	}

	.cover .headignholder,
	.noteforsuccess,
	.openslide,
	swiper {
		width: 100%
	}
	



	.swiper-pagination {
		bottom: -3px !important
	}

	.normalfoottext {
		padding: 8px 0
	}

	.half-width,
	.serviceblock {
		width: 100% !important
	}

	.homeserviceheading {
		width: 85%
	}

	.cover .iconholder {
		width: 100%;
		text-align: center;
		height: auto
	}

	.cover .iconholder img {
		width: 60px
	}

	.cover .headignholder h4 {
		width: 100%;
		text-align: center
	}

	.cover .description p {
		text-align: center
	}

	.leftside {
		padding: 40px 0
	}

	.leftside .one-three {
		right: 0;
		margin: auto;
		width: 340px !important
	}

	.sliderbtn {
		padding: 15px 0;
		width: 100%;
		font-size: 16px
	}

	.row {
		margin: 0
	}

	.sliderclose {
		width: 40px;
		height: 40px
	}

	.slidearrow {
		margin-top: -99px
	}

	.lightgrayback {
		padding: 30px 0;
		margin: 0
	}

	.gicon, .noteforsuccess, .swiper-slide {
    padding: 0;
    margin-left: 10px;
}

	.swiper-button-next {
		left: 90% !important;
		margin: 0
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 90% !important
	}

	.hire_caption p {
		padding-top: 40px
	}

	.servicecell {
		width: 50%;
		padding: 20px 0
	}

	.floating-icon {
		width: 54px;
		left: 15px;
		bottom: 0px;
	}

	.gicon img {
		max-width: 55%
	}

	.floatingstar {
		display: none
	}
	
	
    .whitebopx{
        WIDTH:100%;
    }
    .homepopup .half-form-holder{
        width:100%;
    }
    .closeBtnDiv{
        right:15px;
        top:15px;
    }
    .homepopup .bigtext p{
        padding:0 0 30px;
    }
    .allcata a, .allcata button{
        display:inline-block;
    }
    .contbutton-holder button, .contbutton-holder a, .full-portfolio-button-holder button{
        padding: 8px 15px;
        font-size: 16px;
    }
    .extradewsign p, .abouttext p, body{
        text-align:justify;
    }
    .bannercaption, .bannercaption span,.post_title,.right-content-holder h2,.testimonial-capsions h2{
        text-align:left;
    }
   
 .extradewsign h2 span{
     font-size:42px;
 }
 .forfaqsection2 h4 {
	color: #fff;
	font-size: 4.1vw;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	float: left;
	line-height: 1.5em;
}

.testi-content-base {
	width: 100%;
	padding: 25px 10px;
	float: left;
}

.allcata {
	display: none!important;
}
.open-close-quickcontac {
	height: 60px;
	top: -59px;
	width: 50%;
}

.directbtnholder {
	margin-top: 20px;
}

.testimonials_base {
	position: relative;
	width: 300px !important;
	float: none;
	margin: 20px auto 0;
	top: 40px;
}

.extradewsign h2 span {
	font-size: 32px;
}

.noteforsuccess ul li i {
	padding: 4px 0;
	background: #ee0000;
	color: #fff;
	margin-right: 10px;
	float: none;
	border-radius: 100%;
	font-size: 12px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.abouttext p, .common-btn, .primary-btn, .smallabouttextheading, figcaption h4 {
	font-size: 14px;
	line-height: 22px !important;
}

.galleryshowarea {
	height: 940px;
}

}

@media only screen and (max-width:500px) {

	.aboutimg:after,
	.aboutimg:before,
	.centerforresponsive,
	n .formholder {
		display: none
	}

	.quick-contact-form {
		left: 0;
		right: 0;
		margin: auto
	}
  .port-pop-innerbase{
    width:100%;
  }

  .quote_step_header{
    display:none;
}
.formholder{
    padding:20px 10px;
}

	.centerbutton {
		padding-top: 6vw
	}

	.techsec {
		padding: 0 !important
	}

	.smallcaption {
		font-size: 18px;
		display:none;
	}
	.owl-next, .owl-prev{
		font-size: 34px !important;
	}
	.bannercaption {
		font-size: 32px;
	}

	.logoholder img {
		width: 90%
	}

	.menucontact {
		margin-top: 0;
		padding: 8px 22px;
		font-size: 15px
	}

	.collapseicon {
		margin-top: 16px
	}

	.contact-btn-case a {
		width: 100%;
		padding: 15px 0;
		text-align: center;
		font-size: 17px
	}

	.heaidngbottomtext {
		margin-top: -48px
	}

	.transparentbtn {
		margin: 5px
	}

	.fix-height,
	.right-side {
		height: auto
	}

	.bannersection {
	
		margin-top: 0
	}

	.bannercaption {
		margin-top: 0
	}

	.extrapadding {
		padding-top: 0 !important
	}

	section {
		margin: 30px 0
	}

	.allcata button {
		font-size: 15px;
		padding: 6px 12px;
		margin: 0 2px
	}

	.footercaption h2 {
		padding-bottom: 0
	}

	.servicecell {
		width: 50%;
		padding: 20px 10px;
	}
  .servicetext{
    font-size: 17px;
  }
	.masonry-item {
		position: unset;
		width: 100%;
		
	}
	.portimg{
		height:auto;
	}
	
	
}

@media screen and (min-width:640px) {
	.swiper-container {
		width: 640px
	}
  
	
}

@media screen and (min-width:768px) {
	.swiper-container {
		width: 768px
	}


}



/* my css */


section.testimonial-heading{
    margin: 0!important;
}
sup.smallregister {
    font-size: 14px!important;
}

span.smallregister {
    font-size: small;
    padding: 0;
    background: transparent;
    color: #000;
}

p.clh{
	line-height: 1.5em!important;
}

.custom_footer_logo{
	width: 300px;
}

.custom_print_image{
	width: 400px;
}

.mt-50{
	margin-top: 50px!important;
}