@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Medium.ttf);
	font-weight: normal;

  }
  @font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Bold.ttf);
	font-weight: bold;

  }
  @font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Book.ttf);
	font-weight: lighter;

  }

  
  
/*scroll*/
::selection{background:rgba(0, 0, 255, 0.199);color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:7px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--white);}
::-webkit-scrollbar-thumb:vertical{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-image:linear-gradient(#29cbcd , #29cbcd);} 

/*body*/
.overflw{overflow:hidden;}
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
img{max-width:100%;height:auto;}
a:hover{text-decoration: none;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
p{line-height: 1.4;}
body{padding: 0;margin: 0;overflow-x:hidden;font-family:'Circular Std'; }
.container {max-width: 1170px;}
.special-container {max-width: 1600px !important;}

/*header*/
.show-mobile {
	display: none;
}
.dropdown-btn {
	display: none;
}
.contact-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -10px;
	margin-bottom: 30px;
}
.contact-list>div {
	padding: 0 10px;
}
.conatact-info p {
	font-size: 16px;
	color: var(--red);
	margin-bottom: 5px;
	font-weight: 600;
}
.conatact-info p i {
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: var(--white);
	background-color: var(--red);
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
}
.conatact-info a {
	font-size: 18px;
	color: var(--black);
	font-weight: 600;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -20px;
}
.menu > li {
	padding: 0 15px;
	position: relative;
}
.menu li a {
	font-size: 18px;
	color: var(--white);
	padding: 15px 0;
}
.menu li.active a {
	font-weight: 700;
	color: var(--red);
	font-weight: 700;
}
.header-btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -15px;
}
.header-btns>div {
	padding: 0 15px;
}
.main-header {
	padding: 25px 0;
	background: #000;
}
.inner-menu {
	position: absolute;
	top: 35px;
	left: 0;
	width: 300px;
	height: auto;
	padding: 5px 5px;
	background-color: var(--ver-light-grey);
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.493));
	border-top: 4px solid var(--red);
	transform: perspective(100px);
	transform-style: preserve-3d;
	transform: rotateX(45deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	z-index: 3;
}
.menu li:hover .inner-menu {
	transform: perspective(none);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
} 
/* .inner-menu .active {
	transform: perspective(none);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
} */
.inner-menu li a {
	font-size: 18px;
	color: var(--black);
	display: block;
	padding: 5px 0;
	transition: all 0.5s;
}
.inner-menu li a:hover {
	color: var(--red);
}
.inner-menu li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #000;
}
.lsst {
    border-bottom: none !important;
}
.inner-menu li:hover .inner-menu-dropdown {
	transform: perspective(none);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.inner-menu-dropdown {
	border-top: 4px solid var(--red);
	border-bottom: 4px solid var(--red);
	width: 100%;
	height: auto;
	padding: 5px 5px;
	background-color: var(--ver-light-grey);
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.493));
	border-top: 4px solid var(--red);
	transform: perspective(100px);
	transform-style: preserve-3d;
	transform: rotateX(45deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	z-index: 3;
	position: absolute;
	top: -10px;
    left: 200px;
}
.inner-menu-dropdown .active {
	transform: perspective(none);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.inner-menu-dropdown li a {
	font-size: 18px;
	color: var(--black);
	display: block;
	padding: 5px 0;
	transition: all 0.5s;
}
.inner-menu-dropdown li a:hover {
	color: var(--red);
}
.banner-form {
	display: flex;
}
.banner-form input {
	font-size: 14px;
	color: var(--light-grey);
	padding: 20px 20px;
	background-color: var(--white);
	width: 100%;
	border: none;
}
.banner-form-btn {background-color: #000 !important;
    color: var(--white) !important;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #fff !important;
}
.banner-form input:nth-child(1) {
	border-radius: 10px 0 0 10px;
}
.banner-img-list {
	display: flex;
	align-items: center;
	margin: 0 -20px;
	margin-top: 60px;
}
.banner-img-list>div {
	padding: 0 20px;
}






/*main-banner*/
.banner-content h1 {
	font-size: 42px;
	color: var(--white);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
	max-width: 60%;
}
.banner-content h2 {
	font-size: 34px;
	color: var(--dark-yellow);
	font-weight: 500;
	margin-bottom: 10px;
}
.banner-content>p {
	font-size: 18px;
	color: var(--white);
	margin-bottom: 20px;
	max-width: 60%;
}
.banner-list {
	margin-bottom: 30px;
}
.banner-list li {
	padding: 10px 0;
}
.banner-list li p {
	font-size: 16px;
	color: var(--white);
}
.banner-list li p i {
	color: #fff;
	padding-right: 10px;
	vertical-align: middle;
}
.banner-btns {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.banner-btns>div {
	padding: 0 15px;
}
.mainBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
}
.banner-overlay {
	background-color: #00000069;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
.banner-imgs {
	display: none;
}
/* .banner-img-1 {
    position: absolute;
    bottom: 10%;
    left: 70%;
    transform: translateX(-70%);
}
.banner-img-1 img {
	width: 35vw;
}
.banner-img-2 {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-20%);
}
.banner-img-2 img {
	width: 50vw;
	margin: -100px 0;
}
.banner-img-3 {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}
.banner-img-3 img {
	width: 25vw;
	margin: -50px 0;
} */
.banner-img {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}
.banner-img img {
	width: 40vw;
	animation: little 4s linear infinite;
}
@keyframes little{
	0%{
	  transform:translateY(-30px)
	
	}
	50%{
		transform:translateY(20px)
	  
	  }
	100%{
	  transform:translateY(-30px)
	}
  }
.show-mobile {
	display: none;
}



/*index-page*/
.store-setup-banner-list {
	display: flex;
	margin: 0 -5px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.store-setup-banner-list li {
	width: 50%;
	padding: 13px 5px;
}
.tabbing-btns {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.tabbing-btns>div {
	padding: 0 15px;
}
.tabbong-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tabbong-list li {
	width: 50%;
	padding: 0 15px;
}
.tabbing-box {
	text-align: center;
	padding: 60px 45px;
	border-radius: 10px;
	background-color: var(--white);
	width: 100%;
	margin: 20px 0;
	filter: drop-shadow(1px 1px 10px #00000008);
}
.tabbing-box p {
	font-size: 18px;
	color: var(--black);
	font-weight: 500;
}
.tabbong-list li.current a>div  {
	background-color: var(--red);
}
.tabbong-list li.current .tabbing-box img {
	filter: brightness(100);
}
.tabbong-list li.current .tabbing-box p {
	color: var(--white);
}
.why-choose-us-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.why-choose-us-list li {
	padding: 40px 35px;
	width: 33.33%;
	border-bottom: 2px dashed var(--dark-yellow);
	border-right: 2px dashed var(--dark-yellow);
    min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.why-choose-us-list li:nth-child(3),
.why-choose-us-list li:nth-child(6),
.why-choose-us-list li:nth-child(9) {
	border-right: none;
}
.why-choose-us-list li:nth-child(7),
.why-choose-us-list li:nth-child(8),
.why-choose-us-list li:nth-child(9) {
	border-bottom: none;
}
.why-choose-us-list-content h5 {
	font-size: 24px;
	font-weight: 700;
	min-height: 50px;
}
.why-choose-us-list-content p {
	font-size: 20px;
	font-weight: 700;
}
.why-choose-us-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -15px;
}
.why-choose-us-btns>div {
	padding: 0 15px;
}
.services-btns {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.services-btns>div {
	padding: 0 15px;
}
/* .service-img {
	margin-left: -30px;
	margin-right: -15px;
	margin-top: -20px;
	margin-bottom: -40px;
} */

.service-content p {
	font-weight: 900;
}
.contact-form-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.contact-form-list>div {
	width: 33.33%;
	padding: 0px 15px;
}
.contact-field label {
	font-size: 20px;
	color: var(--white);
}
.contact-field input {
	width: 100%;
	font-size: 16px;
	color: var(--white);
	border: none;
	border-bottom: 2px solid var(--white);
	background-color: transparent;
	padding: 10px 0;
}
.contact-field input:focus + .contact-field label ,
.contact-field input:invalid + .contact-field label {
	font-size: 14px;
}
/* .contact-field select {
	width: 100%;
	color: var(--white);
	border: none;
	background-color: transparent;
	border-bottom: 2px solid var(--white);
	padding-bottom: 38px;
	font-size: 20px;
}
.contact-field select option {
	color: var(--black);
} */
.contact-field textarea {
	width: 100%;
	font-size: 16px;
	color: var(--white);
	border: none;
	border-bottom: 2px solid var(--white);
	background-color: transparent;
	padding: 10px 0;
}
.contact-submit-btn {
	padding: 25px 80px;
	background-color: var(--white);
	border: 2px solid var(--white);
	color: var(--black);
	border-radius: 10px;
	transition: all 0.5s;
	font-size: 22px;
	font-weight: 700;
}
.contact-submit-btn:hover {
	background-color: transparent;
	color: var(--white);
}
.help-list {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.help-list > div {
	padding: 0 15px;
	width: 20%;
	text-align: center;
}
.help-box h6 {
	font-size: 20px;
	color: var(--white);
	line-height: 1.2;
	margin-top: 20px;
}
.help-sec {
	background-size: cover;
	background-position: center;
}




/*footer*/

footer{background-color: #272626;padding:70px 0 40px;}
.widget p {
	font-size: 16px;
	color: var(--white);
	line-height: 1.5;
	margin: 30px 0;
}
.social-icons {
	display: flex;
	align-items: center;
	justify-content: end;
}
.social-icons li {
	padding: 0 10px;
}
.social-icons li a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: var(--red);
	background-color: var(--white);
	text-align: center;
	border-radius: 100%;
	transition: all 0.5s;
}
.social-icons li a i:hover {
	background-color: var(--red);
	color: var(--white);
}
.widget h6 {
	font-size: 22px;
	color: var(--white);
	font-weight: 900;
	margin-bottom: 30px;
}
.fot-links li {
	padding-bottom: 20px;
}
.fot-links li.last {
	padding-bottom: 0;
}
.fot-links li a {
	font-size: 15px;
	color: var(--white);
	padding-left: 30px;
	position: relative;
	display: block;
	transition: all 0.5s;
	line-height: 1.3;
}
.fot-links li a:hover {
	transform: translateX(15px);
}
.fot-links li a::before {
	content: "\f101";
	font-family: "Font Awesome 5";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--dark-yellow);
}
.copyright {
	padding: 20px 0;
	border-top: 2px solid var(--light-grey);
}
.copyright-content p {
	font-size: 16px;
	color: var(--white);
}
.fot-img-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 62px 0 0 0;
}





/*inner-pages*/
.inner-banner {
	background-size: cover;
	background-position: right center;
}
.contact-form {
	padding: 30px 20px;
	background-color: var(--white);
	border-radius: 20px;
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.50));
	border: 2px solid var(--black);
}
.contact-form input {
	width: 100%;
	padding: 10px 10px;
	color: var(--black);
	font-size: 16px;
	border: 2px solid var(--black);
	border-left: 3px solid var(--black);
	border-right: 3px solid var(--black);
	border-radius: 20px;
	background-color: var(--white);
}
.contact-form textarea {
	width: 100%;
	padding: 10px 10px;
	color: var(--black);
	font-size: 16px;
	border: 2px solid var(--black);
	border-left: 3px solid var(--black);
	border-right: 3px solid var(--black);
	border-radius: 20px;
	background-color: var(--white);
}
.form-btn input {
	background-color: var(--dark-yellow);
	border: 2px solid var(--dark-yellow);
	border-left: 3px solid var(--black);
	border-right: 3px solid var(--black);
	color: var(--black);
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-weight: 900;
}
.contact-content h2 {
	font-size: 40px;
	font-weight: 900;
	color: var(--dark-yellow) !important;
}
.contact-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--red) !important;
}
.contact-form h3 {
	font-size: 30px;
	font-weight: 700;
}
.counter {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.counter>div {
	width: 25%;
	padding: 0 15px;
}
.counter-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.counter-inner h2 {
	font-size: 60px;
	color: var(--white);
	font-weight: 900;
	margin-bottom: 15px;
}
.counter-inner h2 span {
	color: var(--white);
}
.counter-inner p {
	font-size: 20px;
	color: var(--white);
	font-weight: 700;
}
.info-list {
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.info-list>div {
	padding: 0 10px;
	width: 33.33%;
}
.marketing-box {
	padding: 30px 20px;
	border-radius: 10px;
	border: 2px solid var(--dark-yellow);
	background-color: var(--white);
	filter: drop-shadow(1px 1px 5px #ffbf1059);
	margin: 15px 0;
	min-height: 270px;
}
.marketing-box-list {
	display: flex;
	align-items: center;
	margin: 0 -15px;
	margin-bottom: 30px;
	transition: all 0.5s;
}
.marketing-box-list li {
	padding: 0 15px;
}
.marketing-box-list li img {
	width: 40px;
}
.marketing-box-list li h5 {
	font-size: 20px;
	color: var(--black);
	font-weight: 900;
	transition: all 0.5s;
}
.marketing-box p {
	font-size: 16px;
	color: var(--black);
	transition: all 0.5s;
}
.marketing-box:hover {
	background-color: var(--dark-yellow);
}
.marketing-box:hover p {
	color: var(--white);
}
.marketing-box:hover .marketing-box-list li h5 {
	color: var(--white);
}
.marketing-box:hover .marketing-box-list li i {
	filter: brightness(100);
}
.marketing-why-choose-us-list li {
	min-height: 415px;
}
.marketing-why-choose-us-list li .why-choose-us-list-content img {
	width: 60px;
	height: 60px;
}
.platforms {
	border: 2px solid var(--dark-yellow);
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}
.platform-content h4 {
	border-bottom: 2px solid var(--dark-yellow);
	padding: 15px 0;
	margin: 0 10px;
}
.platform-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px -15px;
}
.platform-list > div {
	width: 16%;
	padding: 0 15px;
	border-right: 2px solid var(--dark-yellow);
}
.platform-list > div:nth-child(6) {
	border-right: none;
}
.platform-box img {
	margin-bottom: 10px;
}
.platform-box i {
	color: var(--dark-yellow);
	margin: 0 3px;
	font-weight: 900;
}
.platform-box p {
	font-size: 16px;
	color: var(--black);
	margin-top: 10px;
}
.marketing-why-choose-us-list li:nth-child(4), .marketing-why-choose-us-list li:nth-child(5), .marketing-why-choose-us-list li:nth-child(6) {
    border-bottom: none;
}
.store-setup-banner-list li p {
	color:  var(--black) !important;
} 
.store-setup-banner-list li p {
	padding-left: 30px;
	position: relative;
}
.store-setup-banner-list li p::before {
	content: "\f058";
	font-family: "Font Awesome 5";
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.342));
	top: -2px;
	left: 0;
	color: var(--red);
}
.banner-contact-form {
	background-color: transparent !important;
	border: 2px solid var(--dark-yellow);
}
.banner-contact-form input {
	background-color: transparent !important;
	border: 2px solid var(--white) !important;
	color: var(--white) !important;
	border-radius: 5px;
}
.banner-contact-form input::placeholder {
	color: var(--white) !important;
}
.banner-contact-form textarea {
	background-color: transparent !important;
	border: 2px solid var(--white) !important;
	color: var(--white) !important;
	border-radius: 5px;
}
.banner-contact-form textarea::placeholder {
	color: var(--white) !important;
}
.banner-contact-form .form-btn input {
	background-color: var(--dark-yellow) !important;
	border: 2px solid var(--dark-yellow) !important;
	color: var(--black) !important;
}
.inner-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
.inner-banner-content h1 {
	max-width: 100% ;
}
.service-inner-content p {
	font-size: 32px;
	font-weight: 700;
}
.service-inner-content h2 {
	font-size: 24px;
	font-weight: 900;
}
.service-inner-content h6 {
	font-size: 18px;
	font-weight: 700;
}

.portfolio-img img {
    border-radius: 15px;
	transition: all 0.5s;
}
.portfolio-img {
	width: 100%;
	border-radius: 15px;
}
.portfolio-img:hover img {
	transform: scale(1.3 , 1.3);
	z-index: 3;
	position: relative;
}
.portfolio-btn {
	margin-top: 40px;
}
.featured-work-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.featured-work-list li {
	width: 25%;
	padding: 15px 15px;
}
.featured-tabbing-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.featured-tabbing-list li {
	padding: 10px 10px;
	text-align: center;
}
.featured-tabbing-list li a {
	display: inline-block;
	text-align: center;
	padding: 20px 0px;
	border: 1px solid var(--red);
	color: var(--red);
	font-weight: 700;
	border-radius: 10px;
	width: 200px;
}
.featured-tabbing-list li.current a {
	background-color: var(--red);
	border: 1px solid var(--red);
	color: var(--white);
}
/* .client-slider li.slick-slide.slick-active {
    width: auto !important;
} */
/* .client-slider .slick-track {
    width: auto !important;
} */
.featured-sec {
	background-size: cover;
	background-position: center;
}
.package-sec {
	background-size: cover;
	background-position: center;
	position: relative;
}
.package-sec::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
}
.packages {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.packages>li {
	width: 33.33%;
	padding: 15px 15px;
}
.package-box {
	padding: 30px 20px;
	border: 3px solid var(--white);
	border-radius: 15px;
	transition: all 0.5s;
}
.package-box-title h3 {
	font-size: 28px;
	color: var(--white);
	font-weight: 700;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.package-box-title p {
	font-size: 18px;
	color: var(--white);
	margin-bottom: 15px;
	transition: all 0.5s;
}
.package-box-price {
	display: flex;
	align-items: center;
	justify-content: center;
}
.package-box-price span {
	font-size: 68px;
	color: var(--white);
	padding: 0 7px;
	font-weight: 500;
	transition: all 0.5s;
}
.package-box-price h6 {
	font-size: 23px;
	color: var(--white);
	transition: all 0.5s;
}
.package-box-price h6 span {
	font-size: 23px;
	text-decoration: line-through;
}
.package-box-list {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	margin: 25px 0 45px;
}
.package-box-list li {
	padding: 5px 10px 5px 25px;
	position: relative;
	font-size: 14px;
	color: var(--white);
	transition: all 0.5s;
}
.package-box-list li::before {
	content: "\f058";
	font-family: "Font Awesome 5";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 0;
	color: #29cbcd;
	font-weight: 700;
}
.package-box-list li p {
	font-size: 14px;
	color: var(--white);
	transition: all 0.5s;
}
.package-box-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -10px;
}
.package-box-btns>div {
	padding: 0 10px;
}
.package-btn a {
	width: 140px;
	text-align: center;
	padding: 15px 0;
	border: 1px solid var(--white);
	background-color: var(--white);
	color: var(--red);
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
}
.package-btn a:hover {
	background-color: transparent;
	color: var(--white);
}
.package-box-btns>div:nth-child(2) .package-btn a {
	background-color: transparent;
	color: var(--white);
}
.package-box-btns>div:nth-child(2) .package-btn a:hover {
	background-color: var(--white);
	color: var(--red);
}
.packege-tabbing-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.packege-tabbing-list>li {
	padding: 10px 10px;
}
.packege-tabbing-list>li a {
	display: inline-block;
    text-align: center;
    padding: 20px 30px;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 700;
    border-radius: 10px;
}
.packege-tabbing-list>li.current a {
	background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--red);
}
.packages-btn a {
	font-size: 20px;
	color: var(--red);
	background-color: var(--white);
	border: 2px solid var(--white);
	border-radius: 10px;
	padding: 15px 60px;
	display: inline-block;
	margin-top: 30px;
	font-weight: 700;
	transition: all 0.5s;
}
.packages-btn a:hover {
	background-color: transparent;
	color: var(--white);
}
.package-box:hover {
	background-color: var(--white);
	transform: scale(1.08);
}
.package-box:hover .package-box-title h3 {
	color: var(--black);
}
.package-box:hover .package-box-title p {
	color: var(--greyish);
}
.package-box:hover .package-box-price span {
	color: var(--red);
}
.package-box:hover .package-box-price h6 {
	color: var(--black);
}
.package-box:hover .package-box-price h6 span {
	color: var(--black);
}
.package-box:hover .package-box-list li {
	color: var(--black);
}
.package-box:hover .package-btn a {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: var(--white);
}
.package-box:hover .package-btn a:hover {
	background-color: transparent;
	color: var(--red);
}
.package-box:hover .package-box-btns>div:nth-child(2) .package-btn a {
	background-color: var(--black);
	border: 2px solid var(--black);
	color: var(--white);
}
.package-box:hover .package-box-btns>div:nth-child(2) .package-btn a:hover {
	background-color: transparent;
	color: var(--black);
}
.package-box-list::-webkit-scrollbar{width:4px;background-color:#000 !important;overflow: visible;}
.package-box-list::-webkit-scrollbar-button,::-webkit-scrollbar-button{display:none;}
.package-box-list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--black);border-radius: 100%;margin: 0 -1px;width: 6px;}
.package-box-list::-webkit-scrollbar-thumb{background-color: #D6D5D5 !important;width: 6px;}
.testimonial-sec {
	background-size: cover;
	background-position: center;
	position: relative;
}
.testimonial-sec::before {
	content: "";
	background-color: #F0F0F0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.testimonial-content h2 {
	font-size: 48px;
	font-weight: 600;
	padding: 22px 0 0 0;
}
.testimonial-content h3 {
	font-size: 30px;
	font-weight: 700;
}
.testimonial-content p {
	font-size: 22px;
	line-height: 1.5;
	max-width: 80%;
}
.testimonial-content h6 {
	font-size: 30px;
}
.testimonial-content span {
	font-size: 22px;
}
.event-slider .slick-dots li button {
	display: none;
}
.event-slider .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #DEDEDE;
	margin: 10px 0;
}
.event-slider .slick-dots li.slick-active {
	background-color: var(--red);
	width: 18px;
	height: 18px;
}
.event-slider .slick-dots {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}
.bg-sec {
	background-size: cover;
	background-position: center;
	position: relative;
}
.bg-sec::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/video-overlay.png) rgb(41 203 205);
	width: 100%;
	height: 100%;
}
.inner-banner-content h1 {
	/* max-width: 52%; */
	margin: 0 auto;
	margin-bottom: 30px;
}
.inner-banner-content>p {
	max-width: 90%;
	/* margin: 0 auto; */
	margin-bottom: 20px;
}
.inner-banner-list {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
	margin-bottom: 30px;
}
.inner-banner-list li {
	padding: 10px 20px;
	width: 33.33%;
}
.inner-banner-list>li>p {
    font-size: 14px;
    color: var(--white);
}
.inner-banner-img-list {
	justify-content: center;
	margin: 0;
}
.brand-imgs-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.brand-imgs-list>li {
	width: 25%;
	text-align: center;
	padding: 30px 5px;
}
.brands-sec {
	position: relative;
	background-size: cover;
	background-position: center;
}
.brands-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#C53B2E , #9F2014);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.culture-sec {
	background-size: cover;
	background-position: center;
}
.counter-sec {
	position: relative;
	background-size: cover;
	background-position: center;
}
.counter-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#29cbcd , #29cbcd);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.another-package-sec {
	background-color: var(--ver-light-grey);
}
.another-package-box {
	border: 3px solid var(--red);
	background-color: var(--white);
}
.another-package-box .package-box-title h3 {
	color: var(--black);
}
.another-package-box .package-box-title p {
	color: var(--light-grey);
}
.another-package-box .package-box-price span {
	color: var(--red);
}
.another-package-box .package-box-price h6 {
	color: var(--light-grey);
}
.another-package-box .package-box-list li p {
	color: var(--black);
}
.another-package-box .package-btn a {
	border: 1px solid var(--red);
	background-color: var(--red);
	color: var(--white);
}
.another-package-box .package-btn a:hover {
	background-color: transparent;
	color: var(--red);
}
.another-package-box .package-box-btns>div:nth-child(2) .package-btn a {
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}
.another-package-box .package-box-btns>div:nth-child(2) .package-btn a:hover {
	background-color: transparent;
	color: var(--black);
}
.another-package-box .packege-tabbing-list>li a {
    border: 1px solid var(--red);
    color: var(--red);
}
.another-package-box .packege-tabbing-list>li.current a {
	background-color: var(--red);
    border: 1px solid var(--white);
    color: var(--white);
}
.another-package-box:hover {
	background-color: var(--red);
	transform: scale(1.08);
}
.another-package-box:hover .package-box-title h3 {
	color: var(--white);
}
.another-package-box:hover .package-box-title p {
	color: var(--greyish);
}
.another-package-box:hover .package-box-price span {
	color: var(--white);
}
.another-package-box:hover .package-box-price h6 {
	color: var(--white);
}
.another-package-box:hover .package-box-price h6 span {
	color: var(--white);
}
.another-package-box:hover .package-box-list li p {
	color: var(--white);
}
.another-package-box:hover .package-btn a {
	background-color: var(--white);
	border: 2px solid var(--white);
	color: var(--red);
}
.another-package-box:hover .package-btn a:hover {
	background-color: transparent;
	color: var(--white);
	border: 2px solid var(--white);
}
.another-packege-tabbing-list>li a {
    border: 1px solid var(--red);
    color: var(--red);
}
.another-packege-tabbing-list>li.current a {
	background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
}
.testimonial-page-sec {
	background-size: cover;
	background-position: center;
	position: relative;
}
.testimonial-page-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#F0F0F0 , #F0F0F0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonial-box {
	padding: 35px 40px;
	background-color: var(--white);
	border: 1px solid var(--light-grey);
	border-radius: 10px;	
	position: relative;
	z-index: 2;
	margin: 20px 0;
}
.testimonial-box::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0 0 5px 0;
    transform: rotate(45deg);
    z-index: -4;
    position: absolute;
    bottom: -15px;
    left: 30px;
    border-top: none;
    border-left: none;
}
.testimonial-box h3 {
	font-size: 26px;
	font-weight: 700;
	color: var(--red);
	margin-bottom: 30px;
}
.testimonial-box p {
	font-size: 18px;
	color: var(--light-grey);
	line-height: 1.5;
	margin-bottom: 20px;
}
.tesimonial-info {
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.tesimonial-info > div {
	padding: 0 10px;
}
.testimoanial-info-content h4 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
	color: var(--red);
}
.testimoanial-info-content span {
	font-size: 18px;
	color: var(--black);
}
.contact-info-box {
	padding: 80px 40px;
	background-color: var(--white);
	border-radius: 20px;
	text-align: center
}
.contact-info-box i {
	color: var(--red);
	font-size: 40px;
	margin-bottom: 30px;
}
.contact-info-box h4 {
	color: var(--red);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-info-box p {
	color: #000000;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.contact-information {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	border-radius: 0 20px 20px 0;
	/* filter: drop-shadow(1px 1px 5px #00000040); */
}
.contact-information li {
    padding: 20px 30px;
    width: 100%;
}
.contact-information li h4 {
	font-size: 30px;
	font-weight: 700;
	color: var(--red);
	margin-bottom: 10x;
}
.contact-information li a {
	font-size: 18px;
	color: var(--greyish);
	margin: 5px 0;
	display: block;
}
.contact-map iframe {
	border-radius: 20px 0 0 20px;
	/* filter: drop-shadow(1px 1px 5px #00000040); */
	margin-bottom: -3px;
}
.show-mobile2 {
	display: none;
}





/* HEADINGS AND PARAGRAPHS */
.primary-hd {
	font-size: 48px;
	font-weight: 700;
}
.secondary-hd {
	font-size: 40px;
	font-weight: 900;
}
.third-hd {
	font-size: 30px;
	font-weight: 700;
}
.primary-para {
	font-size: 18px;
}
.secondary-para {
	font-size: 18px;
}
.third-hd {
	font-size: 22px;
	font-weight: 600;
}

/* COLOURS */ 
:root {
	--dark-yellow: #29cbcd;
	--white: #fff;
	--black: #000;
	--red: #29cbcd;
	--light-grey: #666666;
	--ver-light-grey: #F4F4F4;
	--greyish: #C6C6C6;
}
.black {
	color: var(--black);
}
.light-grey {
	color: var(--light-grey);
}
.very-light-grey {
	color: var(--ver-light-grey);
}
.bg-very-light-grey {
	background-color: var(--ver-light-grey);
}
.dark-yellow {
	color: var(--dark-yellow);
}
.bg-dark-yellow {
	background-color: var(--dark-yellow);
}
.red {
	color: var(--red);
}
.white {
	color: var(--white) !important;
}


/* MARGIN AND PADDING */
.p-100 {
	padding: 100px 0;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mt-50 {
	margin-top: 50px;
}
.consultancy-content h2 {
	max-width: 80%;
	margin: 0 auto;
}
/* LINE HIEGHTS */
.lh-15 {
	line-height: 1.5;
}
.lh-12 {
	line-height: 1.2;
}
 
/*botton*/
.btn-a {
	padding: 15px 30px;
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	font-size: 18px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 900;
	min-width: 200px;
	text-align: center;
}
.btn-a:hover {
	background-color:var(--white);
	color: var(--black);
}
.btn-b {
	padding: 15px 30px;
	background-color: var(--white);
	border: 2px solid var(--white);
	color: var(--black);
	font-size: 18px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 900;
	min-width: 200px;
	text-align: center;
}
.btn-b:hover {
	background-color : transparent;
	color: var(--white);
}
.btn-c {
	padding: 15px 30px;
	background-color: var(--red);
	border: 2px solid var(--red);
	color: var(--white);
	font-size: 18px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 900;
	min-width: 200px;
	text-align: center;
}
.btn-c:hover {
	background-color : transparent;
	color: var(--red);
}
.btn-d {
	padding: 15px 30px;
	background-color: var(--black);
	border: 2px solid var(--black);
	color: var(--white);
	font-size: 18px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 900;
	min-width: 200px;
	text-align: center;
}
.btn-d:hover {
	background-color : transparent;
	color: var(--black);
}


.menu-Bar.open span img{display:none;}

/* Hamburger Menu */
.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display: block;
    height: 4px;
    width: 100%;
         background: none !important;
    position: absolute;
    transition: .6s all;
    border-radius: 100px; font-size: 10px;}
.dark-theme .menu-Bar span{background: #fff;}
.menu-Bar span:nth-child(1){top:0;}
.menu-Bar span:nth-child(2){top:8px;transform-origin:left;}
.menu-Bar span:nth-child(3){top:16px;}
.menu-Bar.open span{background: #000 !important;}
.menu-Bar.open span:nth-child(1){transform:rotate(45deg);top:12px;transform-origin:right-center;}
.menu-Bar.open span:nth-child(2){width:0;opacity:0;}
.menu-Bar.open span:nth-child(3){transform:rotate(-45deg);top:12px;transform-origin:right-center;}

/* click search field */
#demo-2 input[type=search]{width:30px;height:30px;color:#000;cursor:pointer;border:1px solid #fff;-webkit-transition-duration:0.4s;transition-duration:0.4s;border-radius:20px;}
#demo-2 input[type=search]{background:#fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;border:solid 1px transparent;padding:9px 10px 9px 32px;width:45px;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;background-color:transparent;}
form#demo-2{position:absolute;top:-20px;}
.serch{position:relative;}
#demo-2 input[type=search]:focus{width:220px;padding-left:32px;color:#000;background-color:#fff;cursor:auto;border-radius:20px;border:1px solid #f5821f;}








.clintwrp {
    background: #000;
    padding: 40px 0 30px;
}

.slick-slide img {
    display: block;
}



.secndwrp{padding: 50px 0 50px;}
.secndwrp .btnwrp{padding: 30px 0 0; display: block; }
.secndwrp .imgwrp{}
.secndwrp .imgwrp img{width: 100%; }


.about-snd img{    width: 120%;}

.upr-heading{color: #29cbcd;padding: 0 0 10px 0;font-size: 20px;}
.main-heading {
    color: #222;
    font-size: 38px;
    padding: 0 0 20px;
    font-weight: 600;
}
.main-pera {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}
.secndwrp .btnwrp {
    padding: 69px 0 0;
    display: block;
}
.btn-1 {
    background: #29cbcd;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    border: 2px solid;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    border-radius: 7px;
}
.btn-2 {
    background: #b1065500;
    padding: 13px 35px;
    color: #29cbcd;
    font-size: 16px;
    border-radius: 7px;
    margin: 0 0 0 20px;
    border: 2px solid;
    font-weight: 500;
}



.home_cta {background: #c43a2d;box-shadow: 0px 0px 40px #00000026;-webkit-box-shadow: 0px 0px 40px #00000026;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026;padding-top: 20px;padding-bottom: 70px;margin-bottom: 0;position: relative;z-index: 1;margin-top: 0;background-repeat: no-repeat;background-size: cover;}
.home_cta_left h4 {color: white;font-size: 20px;margin-bottom: 10px;padding-top: 35px;}
.cta_inner a.with_bg {background: white; color: #e5453e; }
.cta_inner h1.custom_size {line-height: 46px;color: white;padding-top: 0;font-size: 34px;}
.home_cta_left img {width: 100%; }
section.home_cta .btn_hk_primary {margin-top: 50px; }
section.home_cta p {color: white;font-size: 15px;width: 470px;margin-top: 10px;padding: 0 0 50px;}
section.home_cta a.btn.btn-primary.hk_wth_bg_yellow {background: white; color: black; border: 1px solid #fff; }
.home_cta_left.laps {background-image: url(../images/planing-laptop.png); background-repeat: no-repeat; background-size: cover; position: relative; height: 385px; }
img.rotates {position: absolute;width: 56%;left: 0;top: 50px;right: 0;margin: 0 auto;}
.filepond--progress-indicator svg {-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite }
.home_cta .imgwrp{
    position: relative;
}
.home_cta .imgwrp img{
    width: 120%;
    position: absolute;
    top: -2px;
    right: -94px;
}
.home_cta .btn-2{color: #fff;}



.home_cta-scnd {background: #000;box-shadow: 0px 0px 40px #00000026;-webkit-box-shadow: 0px 0px 40px #00000026;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026;padding-top: 50px;padding-bottom: 70px;margin-bottom: 0;position: relative;z-index: 1;margin-top: 0;background-repeat: no-repeat;background-size: cover;}
.home_cta_left h4 {color: white;font-size: 20px;margin-bottom: 10px;padding-top: 35px;}
.cta_inner a.with_bg {background: white; color: #e5453e; }
.cta_inner h1.custom_size {line-height: 46px;color: white;padding-top: 0;font-size: 34px;}
.home_cta_left img {width: 100%; }
section.home_cta-scnd a .btn_hk_primary {margin-top: 50px; }
section.home_cta-scnd p {color: white;font-size: 15px;margin-top: 10px;padding: 0 0 50px;}
section.home_cta-scnd a.btn.btn-primary.hk_wth_bg_yellow {background: white; color: black; border: 1px solid #fff; }
.home_cta_left.laps {background-image: url(../images/planing-laptop.png); background-repeat: no-repeat; background-size: cover; position: relative; height: 385px; }
img.rotates {position: absolute;width: 56%;left: 0;top: 50px;right: 0;margin: 0 auto;}
.filepond--progress-indicator svg {-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite }
.home_cta-scnd .imgwrp{
    position: relative;
}
.home_cta-scnd .imgwrp img{
    width: 120%;
    position: absolute;
    top: -2px;
    right: -94px;
}
.home_cta-scnd .btn-2{color: #fff;}







.process{
    padding: 60px 0px 60px 0px; 
}
.pro-head h2 {
    font-size: 20px;
    text-align: center;
    color: #6c38ef;
}


.pro-head p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.mrg-tp{
    margin-top: 50px;
}

.lis-ul ul {
    display: flex;
    justify-content: center;
}
.lis-ul li {
    text-align: center;

}
.lis-ul li img {
    margin-bottom: 25px;
}

.lis-ul li {
    border-right: 1px solid #dedede;
    width: 100%;
}

.lis-ul li h4 {
    font-size: 20px;
}
.lis-ul li:last-child {
    border: 0;
}
.fst-bx h2 {
    font-size: 20px;
    padding-bottom: 0;
    color: #222;
}
.brd-full {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 10px 20px;
    background: #fff;
}
.pet{
        color: #29cbcd !important;
}

.phone-div .fa-mobile-phone {
    font-size: 50px;
    margin-top: 8px;
    margin-right: 20px;
}
.flx-phn {
    display: flex;
    justify-content: center;
}
.flx-phn .text-left {
    font-size: 23px;
    margin-top: 10px;
    color: #222;
}

.flx-phn .text-left span {
    color: #29cbcd;
}
.flx-phn i {
    font-size: 50px;
    margin-top: 8px;
    margin-right: 20px;
    color: #29cbcd;
}





.portfoliowrp{padding: 70px 0;background: #f9f9f9;}
.portfoliowrp .txtwrp{display: block; text-align: center;}
.portfoliowrp .navwrp{display: block;text-align: center;padding: 20px 0 50px;}
.portfoliowrp .navwrp ul{margin: 0; display: block; text-align: center; }
.portfoliowrp .navwrp ul li{display: inline-block;margin: 0 5px;padding: 10px 15px;color: #29cbcd;font-size: 15px;border-radius: 7px;font-weight: 500;border: 1px solid;cursor: pointer;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;}
.portfoliowrp .navwrp ul li.current{background: #29cbcd;color: #fff;}
.portfoliowrp .port-box{}
.portfoliowrp .port-box ul{margin: 0; display: block; text-align: center; }
.portfoliowrp .port-box ul li{display: inline-block;width: 24%;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);border-radius: 20px;margin: 0 4px 10px;}
.portfoliowrp .port-box ul li:hover{transform: scale(1.1);}
.portfoliowrp .port-box ul li img{width: 340px; height: 310px; object-fit: cover; border-radius: 15px; }
.portfoliowrp .btnwrp{display: block; text-align: center; padding: 50px 0 0; }
.tabs{display: none;}
.tabs.current{display: block;}


.tabs-web-dsgn li.hk_web_height {height: 400px; overflow: hidden; background-size: cover; border-radius: 10px; }
.tabs-web-dsgn li.hk_web_height:hover{background-position: 100% 100%; transition: 6s !important; transform:none; }
.tabs-ecom li.hk_web_height {height: 400px; overflow: hidden; background-size: cover; }
.tabs-ecom li.hk_web_height:hover{background-position: 100% 100%; transition: 6s !important; transform:none; }
.object2 {position: absolute; right: -50%; bottom: -40%; width: 100%; -webkit-transform: translate(-40%, -30%); transform: translate(-40%, -30%); animation-name: spinner5; animation-duration: 15s; animation-iteration-count: infinite; }
.main-services-banner-sec {overflow: hidden;padding: 80px 0 80px 0;position: relative;z-index: 9;background-repeat: no-repeat;background-size: cover;height: auto;background-position: center;}
.object3 {position: absolute; right: -50%; bottom: -40%; width: 100%; -webkit-transform: translate(-40%, -30%); transform: translate(-40%, -30%); animation-name: spinner5; animation-duration: 15s; animation-iteration-count: infinite; }
.main-services-banner-sec .txtwrp{margin: 90px 0 0;}





.marketing-sec{padding: 70px 0}
.counter-sec{padding: 50px 0}
.counter-content{padding-bottom: 20px}
.service-sec{
    background: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
}
.service-sec .service-img img{width: 100%}





.orderformwrp{padding: 0px 0 210px;}
.ordrtop{padding: 30px 0; }
.ordrtop .logowrp{}
.ordrtop .logowrp img{width: 30%; }
.ordrtop .croxwrp{display: block; text-align: right; }
.ordrtop .croxwrp a i{font-size: 32px;color: #000;}
.orderformwrp .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{    border-radius: 0px !important;}	
.mtpx-100 {
    margin-top: 100px !important;
}
.text-left {
    text-align: left!important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}



.orderformwrp h2 {
    color: #171717;
    line-height: 1.2;
    font-weight: 800;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
    font-size: 49px;
}

.orderformwrp p{
	font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
    color: #687087;
}



.form-box-main form label.field-txt {font-weight: 500;font-size: 18px;color: #5B6B7F;margin: 0px 0 12px;width: 100%;display: block;padding: 10px 0px 0px;}
.form-box-main form label.field-txt span {color: #e60303;}
.form-box-main form input[type="text"],
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {width: 100%;margin: 0 0 0 0;border: 1px solid #B2B9C1;background: white;padding: 18px 15px;color: #000;font-size: 18px;font-weight: 400;height: 55px;border-radius: 8px;}
.form-box-main form select {width: 100%;margin: 0 0 12px 0;border: 1px solid #B2B9C1;background: white;padding: 12px 15px;color: #5B6B7F;font-size: 18px;font-weight: 400;border-radius: 8px;-webkit-appearance: auto;}
.form-box-main form select:focus{border-radius: 8px 8px 0px 0px;}
.form-box-main form select[name="ddlMonth"], .form-box-main form select[name="ddlDay"], 
.form-box-main form select[name="ddlYear"] { float: left; width: 32.5%; margin: 0 1% 0 0; }
.form-box-main form select[name="ddlYear"] { margin: 0; }
.form-box-main form textarea {width: 100%;margin: 8px 0 4px 0;padding: 10px 12px;height: 100px;}
.check-list {/* float:left; *//* margin:0 15px 0 0; */}
.form-box-main form input[type=checkbox]:not(old),
.form-box-main form input[type=radio   ]:not(old){width: 20px;margin:0;padding:0;cursor:pointer;position: relative;}
.form-box-main form input[type=checkbox]:not(old) + label, input[type=radio   ]:not(old) + label{display: inline-block; margin-left:-28px; padding-left: 28px; line-height  : 24px; font-weight: 500; font-size: 14px; color: #5B6B7F; }
.form-box-main form input[type=checkbox]:not(old):checked + label{ background-position : 0 -24px; }
.form-box-main form input[type=radio]:not(old):checked + label{ background-position : 0 -48px; }
.form-box-main form input[type="submit"] {display: inline-block;transform: translateY(0rem);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;background: #29cbcd;margin-top: 20px;border:none;padding: 20px 60px;font-size: 16px;border-radius: 8px;border: 3px solid;cursor:  pointer;}
.form-box-main form input[type="submit"]:after { content: "\e93a"; 
 font-family: 'icomoon' !important;  font-size: 13px; color: white; padding-left: 10px; }
.form-box-main form input[type="submit"]:hover {display: inline-block; color: #fff;}
.form-box-main form input::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.form-box-main form input:-moz-placeholder { color: gray; }
.form-box-main form input::-moz-placeholder { color: gray; }
.form-box-main form input:-ms-input-placeholder { color: gray; }
.form-box-main form textarea::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.form-box-main form textarea:-moz-placeholder { color: gray; }
.form-box-main form textarea::-moz-placeholder { color: gray; }
.form-box-main form textarea:-ms-input-placeholder { color: gray; }
.form-box-main form input:focus, .form-box-main form textarea:focus,
.form-box-main form select:focus, .form-box-main form option:focus,
.selected-flag{ outline: none; }
 input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }
.form-box-main form .intl-tel-input { width: 100%; }
.form-box-main form .intl-tel-input .country-list { width: 380px; }
.form-box-main form .intl-tel-input .country-list .country { font-size:13px; }
.form-box-main form label.error, label.error {color: red; font-style: italic; margin-bottom:0px; display: none !important; }
div.error { display: none; }
input.checkbox { border: none }
input.error {border: 1px solid red !important;}
form.cmxform .gray * { color: gray; }



.fot-logo a img {
    width: 250px;
}

.thnkyoywrp{    padding: 250px 0 70px;
    display: block;
    text-align: center;}
.thnkyoywrp .btnwrp{    padding: 30px 0 0px;}




.content-page {
    padding: 60px 0px;
}
.content-page p {
    padding: 10px;
    font-size: 18px;
    padding-left: 0;
}
.content-page h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 13px 0px 13px 0px;
}

.content-page ul li {
    padding-bottom: 12px;
}

.content-page ul {
    margin: 10px 0px 10px 0px;
}

.content-page h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}



.fb-link li a {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.fb-link li a h3 {
    color: #fff;
    margin: 5px 0 0px 15px;
    font-size: 15px;
}


.fb-link li a i {
    background: #a90518;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 6px 0px 0 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

a.btn-1:hover{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    color:#000;
}
a.btn-2:hover{color:#29cbcd;}

a.btn-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}

a.btn-1{position:relative;}

a.btn-1:hover::before {
    width: 100%;
}

a.btn-2:hover{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
        background: #29cbcd;
  
    color: #fff;
}


/*==============floating strips css start============== */

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #000;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    border: 1px solid #fff;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -62px;
    white-space: pre;
    bottom: 62px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.floatbutton .ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.floatbutton .banner-form .intl-tel-input {
    width: 100%;
}

.floatbutton .banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.floatbutton .banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.floatbutton .ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #fb2224;
}

.floatbutton .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px;
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    background-color: #000;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #fff;
}

.floatbutton .btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #000;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
    border: 1px solid #fff;
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.floatbutton .ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.floatbutton .ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.floatbutton .fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.floatbutton .fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.floatbutton .fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.floatbutton .main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.floatbutton .main-services-banner-sec .ban-form input {
    height: 40px
}

.floatbutton .intl-tel-input .country-list .country {
    font-size: 14px;
}

.floatbutton .clickbutton .crossplus a{color:#fff; padding: 20px 0;}

/*===================floating strips css end =================*/


.brd-full {
    display: none;
}








.orderformwrp {
    padding-bottom: 50px;
}
 

.orderformwrp .home-banner-content .mtpx-100.text-left {
    margin-top: 20px !important;
}

 

.orderformwrp .item > div {
    height: auto !important;
}



/*dekstop css end*/








/*OUR PROCESS*/
.form-box-main {
    background: #fff;
    padding: 60px 15px
}

.form-box-main h2 {
    text-align: left;
    font-size: 36px;
    width: 100%;
    font-weight: 700;
    line-height: 1.2
}

.form-box-main form {
    width: 80%;
    margin: 0 auto
}

.form-box-main form .col-md-12,
.form-box-main form .col-md-6 {
    padding-bottom: 30px
}

.form-box-main form .col-md-12.rangeslid {
    margin-bottom: 20px
}

.form-box-main form .rangeslid b:nth-child(2) {
    left: 0
}

.form-box-main form .col-md-12.rangeslid .slider.slider-horizontal .slider-selection {
    background-image: -webkit-linear-gradient(top, #dcdcdc 0, #d8d8d8 100%);
    background-image: -o-linear-gradient(top, #dcdcdc 0, #d8d8d8 100%);
    background-image: linear-gradient(to bottom, #dcdcdc 0, #d8d8d8 100%)
}

.form-box-main form label.field-txt {
    font-weight: 500;
    font-size: 16px;
    color: #5b6b7f;
    margin: 0 0 5px;
    width: 100%;
    display: block;
    text-align: left
}

.form-box-main form label.field-txt span {
    color: #ec1d23
}

.form-box-main form input[type=email],
.form-box-main form input[type=number],
.form-box-main form input[type=tel],
.form-box-main form input[type=text],
.form-box-main form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border-radius: 5px
}

.form-box-main form select {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 10px 15px;
    color: #5b6b7f;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px
}

.form-box-main form select[name=ddlDay],
.form-box-main form select[name=ddlMonth],
.form-box-main form select[name=ddlYear] {
    float: left;
    width: 32.5%;
    margin: 0 1% 0 0
}

.form-box-main form select[name=ddlYear] {
    margin: 0
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px
}

.check-list {
    float: left;
    text-align: left
}

.form-box-main form input[type=checkbox]:not(old),
.form-box-main form input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 3
}

.form-box-main form input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    padding-left: 28px;
    background: url(../img/checks.png) no-repeat 0 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 12px;
    color: #5b6b7f
}

.form-box-main form input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px
}

.form-box-main form input[type=radio]:not(old):checked+label {
    background-position: 0 -48px
}

.form-box-main form .ndase {
    width: 100%
}

.form-box-main form .ndase input[type=checkbox]:not(old) {
    width: 23px
}

.form-box-main form input[type=submit] {
    display: block;
    width: 100%;
    background: -webkit-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
    border: transparent;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase
}

.form-box-main form input[type=submit]:after {
    content: "\e93a";
    font-family: icomoon !important;
    font-size: 13px;
    color: #fff;
    padding-left: 10px
}

.form-box-main form input[type=submit]:hover {
    display: inline-block;
    color: #fff;
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.form-box-main form input::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important
}

.form-box-main form input:-moz-placeholder {
    color: gray
}

.form-box-main form input::-moz-placeholder {
    color: gray
}

.form-box-main form input:-ms-input-placeholder {
    color: gray
}

.form-box-main form textarea::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important
}

.form-box-main form textarea:-moz-placeholder {
    color: gray
}

.form-box-main form textarea::-moz-placeholder {
    color: gray
}

.form-box-main form textarea:-ms-input-placeholder {
    color: gray
}

.form-box-main form input:focus,
.form-box-main form option:focus,
.form-box-main form select:focus,
.form-box-main form textarea:focus,
.selected-flag {
    outline: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-box-main form .intl-tel-input {
    width: 100%
}

.form-box-main form .intl-tel-input .country-list {
    width: 380px;
    z-index: 99999
}

.form-box-main form .intl-tel-input .country-list .country {
    font-size: 13px
}

.form-box-main form label.error,
label.error {
    color: red;
    font-style: italic;
    margin-bottom: 0;
    display: none !important
}



.testimonial-slider {
    text-align: center
}

.testimonial-slider .company-logo {
    margin: 10px 0
}

.testimonial-slider .company-logo img {
    display: inline-block;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none
}

.testimonial-slider h2 {
    color: #3a3a3a;
    font-size: 22px;
    font-style: italic;
    margin: 30px 12%;
    line-height: 30px
}

.testimonial-slider p {
    color: #3a3a3a;
    margin: 20px 0
}

.testimonial-slider span {
    display: block;
    width: 37px;
    height: 30px;
    margin: 0 auto
}


.testimonial{width: 100%;}
.testimonial .item{display: inline-block;text-align: left;margin-top: 20px;}
/*.testimonial .item:nth-child(even) .itext{min-height: 210px;    padding: 30px 48px;}*/

.testimonial .item .itext{background: #fff;width: 320px;padding: 44px 28px;margin-bottom: 26px;text-align: left;position: relative;min-height: 233px;border-radius: 5px;box-shadow: 4px 2px 31px 0 #ccc;}
.testimonial .item .itext:before{position: absolute;content: "\f0dd";font-family: "FontAwesome";bottom: 5px;left: 20px;color: #fff;/* width: 30px; */font-size: 54px;line-height: 0;}
.testimonial .item .itext .star{}

.testimonial .item .itext .star i{color: #ffdd65;}
.testimonial .item .itext p{font-size: 14px; color: #929292; line-height: 1.4; height: 95px; overflow-y: scroll; padding-right: 4px;}
.testimonial .item .icli{    padding: 0 0 0 10px;}
.testimonial .item .cliimg{display: inline-block;width: 50px;margin-right: 20px;vertical-align: top}
.testimonial .item .cliimg img{width: 100%;    border-radius: 50%;}
.testimonial .item .cliname{display: inline-block;}
.testimonial .item .cliname h6{font-size: 15px; margin: 0 0 5px; color: #202020;}
.testimonial .item .cliname p{font-size: 15px; color: #929292; line-height: 1.5; margin: 0;}

.normal-section {
    padding: 60px 0
}
.mobile_page_updated h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: #00d1d3;
}

.testimonial-slider h4.newheading.wow.fadeInDown.animated.animated { 
        font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: #00d1d3;
}

.mobile_page_updated h3 {
    font-weight: 600;
    color: #000;
    font-size: 39px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.mobile_page_updated h1 {
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 600
}

.mobile_page_updated p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.mobile_page_updated .services-quote .get_quote h3 {
    font-size: 30px
}

.mobile_page_updated .services-quote .get_quote p {
    color: #f17d1e;
    font-size: 16px;
    padding: 0 10px;
    text-align: center
}

.your_idea.gray {
    background-color: #2c2c2c
}

.your_idea.gray p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    /*color: #2c2c2c;*/
    padding: 0px;
    font-weight: normal;
    margin:0 0 40px 0;
}
.your_idea.gray h3 {
    color: #fff;
        font-size: 36px;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    margin:0 0 15px 0;
}
.btn-line {
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    background: #00ced0;
    margin: 10px 0 0 20px;
}

.btn-line:hover {
    text-decoration: none;
    transform: translateY(-1rem)
}

.math_steps {
    padding: 100px 0;
    background-color: #f4f4f4
}

.math_steps .step {
    min-height: 300px
}
.sec-1 {
    padding-top: 25px
}

.sec-2 {
    padding-top: 25px
}

.sec-3 {
    padding-top: 25px
}

.sec-4 {
    padding-top: 13px
}

.sec-5 {
    padding-top: 25px
}

.sec-6 {
    padding-top: 25px
}

.sec-7 {
    padding-top: 40px
}

.sec-8 {
    padding-top: 25px
}

.sec-9 {
    padding-top: 25px
}

.sec-10 {
    padding-top: 30px
}

.sec-11 {
    padding-top: 25px
}
.math_steps .step h3 {
    position: relative;
    color: #000;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    /*margin: 0 0 10px 0;*/
    font-size: 38px;
    padding: 0 0 20px;
    font-weight: 600;
}

.math_steps .step.left img {
    margin-right: 40px
}

.math_steps .step.right img {
    margin-left: 40px
}

.math_steps .step h3 span {
        color: #000;
    font-style: normal;
    font-size: 27px;
    position: absolute;
    top: -2px;
    background: #29cbcd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.math_steps .step.right h3 span {
    left: -65px
}

.math_steps .step.left h3 span {
    right: -65px
}

.math_steps .step.left {
    text-align: right
}

.math_steps .step.right h3 span.three {
    left: -57px
}
.math_steps .step p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.steps_grid {
    position: relative;
    text-align: center;
    min-width: 307px;
    left: -123px;
    padding-top: 50px
}
.air {
    position: absolute;
    bottom: 3px;
}
.steps_grid span {
    position: absolute;
    bottom: 0;
    width: 149px;
    height: 158px;
    left: -141px
}

.header-methodolgy {
  background-image: url(../images/header-methodolgy.png);
  background-repeat: no-repeat;
  background-size: cover
}

.subheader h1 {
    text-transform: capitalize;
    margin: 0px auto 10px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 75%;
}
.subheader p {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 30px auto 50px;
}

.btn-service-industry {
    margin: 40px auto 0;
    text-align: center;
    display: inline-block;
}
.btn-service {
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px 0 0 0;
    background: #29cbcd;
}


.subheader {
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height:670px;
    background-position: center top;
}
.section-padding {
    padding: 60px 0;
}



.placeholder {
    position: relative
}

.placeholder iframe {
    position: absolute;
    top: 45px;
    left: 83px
}

.placeholder video {
    position: absolute;
    top: 45px;
    left: 83px;
    background: #000
}



.testimonial{width: 100%;}
.testimonial .item{display: inline-block;text-align: left;margin-top: 20px;}
/*.testimonial .item:nth-child(even) .itext{min-height: 210px;    padding: 30px 48px;}*/

.testimonial .item .itext{background: #fff;width: 320px;padding: 44px 28px;margin-bottom: 26px;text-align: left;position: relative;min-height: 233px;border-radius: 5px;box-shadow: 4px 2px 31px 0 #ccc;}
.testimonial .item .itext:before{position: absolute;content: "\f0dd";font-family: "FontAwesome";bottom: 5px;left: 20px;color: #fff;/* width: 30px; */font-size: 54px;line-height: 0;}
.testimonial .item .itext .star{}

.testimonial .item .itext .star i{color: #ffdd65;}
.testimonial .item .itext p{font-size: 14px; color: #929292; line-height: 1.4; height: 95px; overflow-y: scroll; padding-right: 4px;}
.testimonial .item .icli{    padding: 0 0 0 10px;}
.testimonial .item .cliimg{display: inline-block;width: 50px;margin-right: 20px;vertical-align: top}
.testimonial .item .cliimg img{width: 100%;    border-radius: 50%;}
.testimonial .item .cliname{display: inline-block;}
.testimonial .item .cliname h6{font-size: 15px; margin: 0 0 5px; color: #202020;}
.testimonial .item .cliname p{font-size: 15px; color: #929292; line-height: 1.5; margin: 0;}



.testimonial-slider h3.wow.fadeInDown.animated.animated {
    /*font-size: 50px;*/
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    font-size: 42px;
    margin-bottom: 10px;
}

