::-webkit-input-placeholder {
	color: #7d7c84;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 18- */
	color: #7d7c84;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #7d7c84;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #7d7c84;
	opacity: 1;
}

/*
 2.0.3) Form Elements
 -----------------------------*/
/*select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}*/
input {
	line-height: normal;
}
/*input[type="text"], input[type="email"], select {
	color: #7d7c84;
	border: none;
	padding: 10px;
	font-weight: 400;
	border-radius: 0px;
}*/
input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
	margin: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
    -webkit-appearance: none;
    cursor: pointer;
    line-height: normal;
    overflow: visible;
    color: aquamarine;
    background-color: black;
    margin-top: 20px;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 0 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/

blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong, span {
	display: inline-block;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	text-decoration: none;
	transition: all .3s ease;
}
a:hover, a:focus {
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}
/* 2.0.7) Button Styles
 -------------------------*/
.btn {
	font-size: 16px;
	color: #fff;
	background-color: #f0011e;
	border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid #f0011e;
	-webkit-box-shadow: 0 1px 2px 0 rgba(78,77,77,0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(78,77,77,0.5);
	box-shadow: 0 1px 2px 0 rgba(78,77,77,0.5);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
	border: 1px solid #f0011e;
	background-color: #fff;
	color: #f0011e;
}
.btn-secondary {
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	height: 43px;
	line-height: 43px;
}
/*.btn-secondary:hover {
 opacity: 1;
 background-color: #fff;
 color: #231f20;
 border: 1px solid #141414;
 }*/
/*.btn-secondary:hover .icon-arrow {
 background-position: -147px -13px;
 }*/
.btn-tertiary {
	background-color: #e71937;
}

.btn-quaternary {
	background-color: #1a1a1a;
}
/*Added by Gurkirat Singh*/
/* Global Link style */

.btn-transparent, .btn-quinary, .btn-default, .btn-primary {
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	height: 43px;
	line-height: 43px;
}
.btn-transparent:hover, .btn-default:hover, .btn-red:hover {
	border: 1px solid #f0011e;
	background-color: #fff;
	color: #f0011e;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}

a .icon-arrow-long, button .icon-arrow-long, a .icon-arrow {
	background-position: -80px -201px;
	width: 24px;
	height: 9px;
	margin-left: 3px;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 2.0.8) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(../assets/images/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 48px;
	width: 48px;
	border: none;
}
/* Containers
 ----------------------------------------------------------------------------------------------------*/

/* `Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

/*
 The following zoom:1 rule is specifically for IE6 + IE7.
 Move to separate stylesheet if invalid CSS is a problem.
 */
/*
 3.) Site Wide Content
 ------------------------------*/

.d-none {
	display: none;
}
.relative {
	position: relative;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.w-100 {
	width: 100%;
}
.trf-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-uppercase {
	text-transform: uppercase;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/*
 4.) Flex
 ------------------------------*/

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}
.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
	flex-flow: column;
}

/*
 5.) Header Styles
 ------------------------------*/
/*Style reset*/

.tools-used {
	margin-right: 63px;
}
.tools-list li {
	padding: 0;
	margin-right: 5px;
}
.featured-in strong {
	font-size: 18px;
	font-family: 'AddingtonCF-Bold';
}
.sub-menu-link li a {
	font-size: 18px;
	font-weight: 300;
	color: #2a2a2a;
}
/* feature css */
.resolution-balance {
	padding: 50px 47px 32px;
	position: relative;
	z-index: 1;
	color: #2a2a2a;
	background: #fff;
	width: 45.6%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.drop-shadow {
	-webkit-box-shadow: 0 35px 122px rgba(0,0,0,0.05), 0 91px 250px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 35px 122px rgba(0,0,0,0.05), 0 91px 250px rgba(0,0,0,0.05);
	box-shadow: 0 35px 122px rgba(0,0,0,0.05), 0 91px 250px rgba(0,0,0,0.05);
}
.features span {
	font-size: 36px;
	margin-bottom: 30px;
	font-family: 'Circular Std Book';
}
.features span strong {
	color: #f0011e;
	font-family: 'Circular Std Black';
}
.features ul {
	text-align: center;
}
.features li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 125px;
	border-top: 1px solid #ebebeb;
	padding: 10px 0;
	position: relative;
}
.features li svg {
	width: 226px;
	height: auto;
}
.features .tnw svg {
	width: 177px;
}
.features li:before {
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 237px;
	height: 2px;
}
.business-insider:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd552+0,ffc25f+29,ff9284+82,ff888a+100 */
	background: #ffd552; /* Old browsers */
	background: -moz-linear-gradient(left, #ffd552 0%, #ffc25f 29%, #ff9284 82%, #ff888a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffd552 0%,#ffc25f 29%,#ff9284 82%,#ff888a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffd552 0%,#ffc25f 29%,#ff9284 82%,#ff888a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd552', endColorstr='#ff888a',GradientType=1 ); /* IE6-9 */
}
.tnw:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#72afd3+0,6ab7cf+19,43e0bf+75,37ecba+100 */
	background: #72afd3; /* Old browsers */
	background: -moz-linear-gradient(left, #72afd3 0%, #6ab7cf 19%, #43e0bf 75%, #37ecba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #72afd3 0%,#6ab7cf 19%,#43e0bf 75%,#37ecba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #72afd3 0%,#6ab7cf 19%,#43e0bf 75%,#37ecba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72afd3', endColorstr='#37ecba',GradientType=1 ); /* IE6-9 */
}
.medium:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8decff+0,88e2fc+8,7dcaf3+22,669de4+42,404cc8+74,3334bf+86,2b20b9+100 */
	background: #8decff; /* Old browsers */
	background: -moz-linear-gradient(left, #8decff 0%, #88e2fc 8%, #7dcaf3 22%, #669de4 42%, #404cc8 74%, #3334bf 86%, #2b20b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8decff 0%,#88e2fc 8%,#7dcaf3 22%,#669de4 42%,#404cc8 74%,#3334bf 86%,#2b20b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8decff 0%,#88e2fc 8%,#7dcaf3 22%,#669de4 42%,#404cc8 74%,#3334bf 86%,#2b20b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8decff', endColorstr='#2b20b9',GradientType=1 ); /* IE6-9 */
}

/* feature css */

/*
 6.) Footer Styles
 ------------------------------*/
/*Blog Styling*/
.footer h5 {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-size: 20px;
	color: #f0011e;
	text-transform: capitalize;
	padding: 10px 14px;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.footer strong, .footer span {
	display: inline-block;
}
.blog {
	padding: 0 150px 10px;
}
.blog-content {
	display: inline;
	position: relative;
	font-family: 'AddingtonCF-Bold';
	color: #2a2a2a;
	margin-left: 360px;
}
.blog-content span {
	position: absolute;
	content: '';
	top: -30px;
	left: 0;
	font-size: 14px;
	width: 200px;
	font-family: 'Circular Std Black';
}
.blog-content .offer-date {
	top: -48px;
}
.blog-content a {
	display: inline;
	font-size: 30px;
	font-family: 'AddingtonCF-Bold';
	line-height: 1.6;
	color: inherit;
}
.blog-content a:hover {
	color: #f0011e;
}
.blog-content strong {
	font-size: 60px;
	display: inline;
}
.blog-content:first-child {
	margin: 0;
}
.blog-content:before {
	position: absolute;
	content: '';
	top: 7%;
	right: 100%;
	width: 290px;
	height: 2px;
	background-color: #6a6a6a;
	margin-right: 43px;
}
.blog-content:first-child:before {
	display: none;
}

.friendly-conversation {
	margin-bottom: 39px;
	padding: 39px 0 0;
	position: relative;
}

.friendly-conversation h3 {
	font-size: 30px;
	color: #2a2a2a;
	border-bottom: none;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 24px;
	font-weight: 600;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: -1.4px;
	word-spacing: 1px;
	text-transform: capitalize;
}
.get-start {
	background: transparent;
	padding: 0px;
}
.discuss-project {
	margin-bottom: 0px;
}
.discuss-project .design-services-border:after {
	display: none;
}
/*.tabbing-section.get-start a {
	background: #f0011e;
	border: 1px solid transparent;
}
.tabbing-section.get-start a:hover {
	border: 1px solid #f0011e;
	background: transparent;
}
.tabbing-section {
	padding-top: 40px;
	text-align: center;
	position: relative;
	z-index: 12;
}
.tabbing-section .case-study {
	padding: 0px 15px 0px 22px;
	font-size: 16px;
	font-weight: 600;
	line-height: 61px;
}
.tabbing-section a .icon-arrow-long {
	background-position: -29px 0;
	width: 26px;
	height: 9px;
	margin-left: 75px;
	transition: .3s ease;
	background-image: url("../assets/images/web-design-assets/images/sprite-homepage.png");
	border: none;
}
.btn-transparent:hover, .btn-default:hover, .btn-red:hover {
	border: 1px solid #f0011e;
	background-color: #fff;
	color: #f0011e;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}*/
.case-study:hover .icon-arrow-long {
	background-position: 0 0;
}
.contant-block {
	box-shadow: 0 11px 13px 0 rgba(0,0,0,0.2);
	padding-bottom: 39px;
}
.blog-section {
	display: flex;
	flex-wrap: wrap;
}
.white-card-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}

.blog-section .white-card p {
	font-size: 18px;
	margin-bottom: 25px;
}
.blog-section .white-card strong {
	font-size: 24px;
	color: #f72025;
	font-family: AddingtonCF-Bold;
	display: block;
	margin-bottom: 15px;
}
.blog-section .white-card  a {
	font-size: 24px;
	color: #f72025;
	font-family: AddingtonCF-Bold;
	display: block;
	margin-bottom: 15px;
}
.blog-section .white-card span {
	font-size: 14px;
	position: relative;
	font-weight: 700;
}
.post-date {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 41px 30px 41px;
}
.blog-section h5 {
	font-size: 38px;
	margin-bottom: 70px;
	color: #fff;
	font-family: 'AddingtonCF-Bold';
	text-transform: capitalize;
	text-align: center;
	color: #2a2a2a;
	display: block;
	box-shadow: none;
	background-color: transparent;
}
.blog-section .white-card:hover {
	box-shadow: none;
	box-shadow: 2px 4px 6px -4px rgba(0,0,0,0.2), -2px 0 1px -2px rgba(0,0,0,0.2);
}
.blog-section .white-card {
	padding: 35px 41px 45px;
	-moz-box-shadow: 15px 16px 18px -15px #888;
	-webkit-box-shadow: 15px 16px 18px -15px #888;
	box-shadow: 15px 16px 18px -15px #888;
	margin-bottom: 50px;
	min-height: 268px;
	display: inline-block;
	width: 31.33%;
	margin-right: 3%;
	text-align: left;
	box-sizing: border-box;
	font-weight: 400;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.blog-section .white-card:last-child {
	margin-right: 0px;
}
.blog-section .white-card:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 0px 2px rgba(0,0,0,0.25);
}
/*Slider for Feature Slides*/
.content-area-thankyou {
	display: -ms-flexbox;
    display: flex;
     -ms-flex-pack: center;
    justify-content: center;
     -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 180px);
}
.thanks-head h1 i {
	font-style: italic;
}
.thanks-head .dynamic-id {
	display: inline-block;
	border: 1px solid #f0011e;
	border-radius: 4px;
	padding: 2px 3px 2px 3px;
	font-size: 13px;
	background: #fbb0b9;
	color: #040404;
}
.thanks-head strong {
	padding: 30px 0px 0px 0px;
	font-weight: bold;
	font-size: 20px;
}
.thanks-head .rockeit-from-info{
	padding: 30px 0px 0px 0px;
    margin: 0% 20% 0% 20%;
    line-height: 20px;
    font-size: 15px;
}
.thanks-head .sparx-rockeit-id{
	color:#f0011e;
}
.thanks-head small{
	padding: 50px 0px 0px 0px;
    font-style: italic;
    font-size: 12px;
    display: block;
}
.thanks-page .content-area{
	padding: 97px 3% 0px;
}
.thanks-page .rating-wrap,.thanks-page .blog-section,.thanks-page .offices-wrapper{
	display: none;
}
.thanks-page .footer-last{
	border-top: 1px solid #e4e4e4;
}
.explore-wrap .features li {
	display: block;
}
.explore-wrap .features li img {
	height: 65px;
}
.no-cap {
	text-transform: none;
	position: static !important;
	display: inline-block !important;
}
.service-area li strong .no-cap {
	color: #ef011e;
}

/*Footer Navigation Styling*/
.footer-menu {
	padding: 37px 27px 23px;
	border-top: 1px solid #edecec;
}
.footer-menu li {
	display: inline-block;
	margin: 20px 10px;
}
.footer-menu li a {
	font-size: 13px;
	text-transform: capitalize;
	text-decoration: underline;
	color: #2a2a2a;
}
.footer-menu li a:hover {
	color: #f0011e;
}
.footer-menu h5 {

	position: relative;
	top: -18px;
	margin-left: 130px;
}
.footer-menu li:first-child h5 {
	margin-left: 0;
}
.footer-menu h5:before {
	position: absolute;
	content: '';
	width: 110px;
	height: 2px;
	background-color: #6a6a6a;
	top: 100%;
	right: 100%;
	margin-right: 25px;
}
.footer-menu li:first-child h5:before {
	display: none;
}
/*Address Styling*/
.offices-wrapper {
	background-color: #2d1867;
}
.footer-wrapper {
	background-color: #009f89;
}
.offices li {
	width: 25%;
	padding: 20px 0px;
}
.offices img {
	width: 100px;
	height: auto;
	margin-right: 10px;
}
.offices .india-map {
	width: 95px;
}
.address-wrap {
	font-size: 12px;
}
.call-us {
	color: #fff;
}
.address-wrap strong {
	color: #fb00ff;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 600;
}
.address-wrap {
	color: #fff !important;
}
.address-wrap address {
	width: 234px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.50;
}
.address-wrap a {
	color: #fff;
}
.address-wrap a:hover {
	color: #f0011e;
}
/*Footer-Certification Styling*/
.footer-last {
	padding: 15px 40px;
	background-color: #fff;
}
.company-view {
	float: left;
	padding-left: 4px;
}

.company-view li {
	margin-right: 54px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2;
	/*  position: relative;*/
}

.copyright {
	font-size: 13px;
	color: #6b6b6b;
	font-weight: 600;
	line-height: 15.6px;
}
.company-view li .privacy-terms a {
	color: #8b8b8b;
}
.img-size {
	width: 75px;
	height: 40px;
	position: relative;
}
.img-size a {
	position: absolute;
	top: 3px;
}
.img-size-gdpr {
	width: 70px;
	height: 40px;
	position: relative;
}
.img-size-gdpr a {
	width: 70px;
	position: absolute;
	top: 9px;
}
.privacy-terms a {
	margin-right: 20px;
}
.company-view li a {
	color: #2a2a2a;
	text-decoration: underline;
}
.company-view li:after, .footer-logo li:after {
	position: absolute;
	content: '';
	top: -14px;
	width: 1px;
	height: 40px;
	background-color: #d7d7d7;
	right: 100%;
	margin-right: 28px;
	display: none;
}
.company-view li.privacy-terms a {
	color: #bfbfbf;
}
.company-view li.privacy-terms a:hover {
	text-decoration: none;
}
.company-view li:first-child:after {
	display: none;
}
.company-view li div {
	margin-right: 25px;
}
.company-view li div:last-child {
	margin: 0;
}
/*.footer-dmca path{
 fill:#505050;
 }*/
.footer-logo {
	float: right;
	padding-right: 15px;
}
.footer-logo li {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 600;
}
.social-icon {
	position: relative;
	height: 50px;
	padding-top: 17px;
}
.social-icon li:after {
	content: none;
}
.social-icon li a {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.footer-logo.social-icon li:nth-child(2) a {
	top: 2px;
}
.footer-logo li:first-child:after {
	display: none;
}
.footer-logo li a {
	text-decoration: underline;
	color: #6a6a6a;
	position: relative;
}
.footer-logo li:last-child {
	margin-right: 0;
}
.footer-logo-text {
	position: absolute;
	font-size: 11px;
	color: #2a2a2a;
	bottom: -4px;
	right: 0;
	content: '';
}
.footer-last .container {
	padding-top: 13px;
}
.offices li:first-child {
	padding-left: 7px;
}
.offices li:nth-child(2) {
	padding-left: 16px;
}
.offices li:last-child {
	padding-left: 36px;
}
/*Rating Styling*/
.rating-wrap {
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	/*margin-bottom: 35px;*/
}
.rating-view {
	width: 100%;
}
.rating-view {
	width: 760px;
	margin: 0 auto;
}
.rateit-wrap {
	width: 90px;
	text-align: center;
}
#rateYo1 {
	background-color: #141414;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
#rateYo1 svg {
	color: #d59f4c;
	cursor: pointer;
}
#rateYo1.disable-button svg {
	cursor: auto;
}
.initail-rate span {
	font-size: 13px;
	cursor: pointer;
}
.initail-rate .edited {
	cursor: auto;
}
.overall, .overall span {
	font-size: 14px;
	color: #2a2a2a;
	margin: 0;
	margin-top: -18px;
	vertical-align: bottom;
}
.overall .client-project {
	padding-bottom: 0;
}

.client-project {
	overflow: hidden;
}

.overall .rating-strong {
	font-weight: 600;
}
.rating-view .more-work {
	font-family: 'Circular Std Bold';
	font-size: 15px;
	color: #231f20;
	text-transform: capitalize;
}
.rating-view .more-work i {
	color: #231f20;
}
.request-wrap {

	background: #e3f6f6;
	text-align: center;
	padding: 98px 0;
}
.request-wrap strong {

	font-weight: 600;
	font-size: 24px;
	color: #2a2a2a;
	display: block;
	margin-bottom: 25px;
}

/*FOR 1300PX*/
@media only screen and (max-width: 1400px) {
	.footer-logo {
		padding-right: 40px;
	}
}

/*FOR 1200PX*/

/*FOR 1140PX*/
@media only screen and (max-width: 1200px) {
	.brand-content-wrapper {
		padding: 0;
	}
	.explore-area .features span {
		font-size: 28px !important;
		display: block !important;
	}
	
}
/*FOR 1024PX*/

/*FOR 1330PX*/
@media only screen and (max-width: 1330px) {
	.blog-content {
		margin-left: 270px;
	}
	.blog-content p {
		font-size: 25px;
		line-height: 1.5;
	}
	.blog-content:before {
		width: 210px;
		margin-right: 40px;
	}
	.blog-content strong {
		font-size: 50px;
	}

	.blog-content span {
		top: -22px;
	}
	.footer-menu li {
		margin: 15px 7px;
	}
	.footer-menu li h5 {
		font-size: 18px;
		padding: 10px;
	}
}
/*FOR 1024PX*/
@media only screen and (max-width: 1140px) {
	.blog-content strong {
		font-size: 35px;
	}
	.blog-content p {
		font-size: 20px;
	}
	.blog-content .offer-date {
		top: -35px;
	}
	.footer-menu li h5 {
		font-size: 15px;
	}
	.footer-menu li {
		margin: 13px 5px;
	}
	.footer-menu li a {
		font-size: 12px;
	}
	.footer-last {
		padding: 17px 20px;
	}
	.company-view li {
		font-size: 12px;
	}
	.company-view li div {
		margin-right: 20px;
	}
	.company-view li div svg {
		width: 80px;
		height: auto;
	}
	.footer-logo li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199px) {
	.overall {
		margin: 0 15px;
		line-height: 1.2;
	}
	.rating-view .more-work {
		flex: 0 0 90px;
		font-size: 14px;
	}
}
/*FOR 1070PX*/
@media only screen and (max-width: 1070px) {
	.footer-logo li {
		margin-right: 10px;
		font-size: 13px;
	}
}
/*FOR 768PX*/
@media only screen and (max-width: 1024px) {
	.offices {
		overflow-x: scroll;
		white-space: normal;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.offices li {
		width: auto;
		flex: 0 0 auto;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.offices {
		padding: 20px 0;
	}
	.offices li {
		padding: 0 !important;
	}
	.offices img {
		width: 72px;
	}
}

@media (max-width: 991px) {

	.footer-last .container {
		position: relative;
		padding-top: 0;
	}
	.footer-last .company-view li:first-child {
		border-bottom: 1px solid #cccccc;
	}
	.footer-last .footer-logo {
		position: absolute;
		right: 15px;
		top: 14px;
	}
	.footer-last .privacy-terms, .footer-last .copyright {
		display: inline-block;
		margin-right: 15px;
	}

	.request-wrap {
		padding: 35px 0px;
	}

	.rating-view {
		flex-direction: column;
		width: 100%;
		text-align: center;
	}
	.rateit-wrap {
		width: 100%;
	}
	#rateYo1 {
		display: inline-block;
	}
	.initail-rate span {
		display: block;
		margin: -5px 0 10px;
	}
	.overall {
		margin: 0;
		line-height: 1.8;
		padding: 0 34px;
		position: static;
	}
	.overall .rating-strong {
		font-weight: 400;
	}
	.rating-strong .score-rating {
		font-weight: 600;
	}
	.overall span {
		margin: 0;
	}
	.blog {
		padding: 0;
	}
	.blog-content {
		margin: 0;
		display: block;
	}
	.blog-content span {
		left: 0;
		top: 3px;
	}
	.blog-content .offer-date {
		top: 3px;
	}
	.blog-content a {
		display: block;
		font-size: 27px;
		padding: 10px 0px;
		line-height: 1.5;
	}
	.footer-last {
		display: block;
		padding: 17px 15px;
	}
	.company-view {
		display: block;
	}
	.company-view li {
		margin: 0 0 10px 0;
		line-height: 1.5;
		padding: 7px 0px;
		position: relative;
	}
	.company-view li::after {
		display: none;
	}
	.footer-logo {
		padding-right: 0px;
		float: none;
	}
	.offices {
		flex-direction: column;
		overflow: hidden;
	}
	.offices li {
		flex-direction: column;
	}
	.offices-wrapper ul li {
		text-align: center;
	}
	.offices img {
		margin-bottom: 15px;
	}

	.blog-section .white-card {
		margin-right: 0 !important;
		width: 100% !important;
		padding: 45px 15px;
	}
	.company-view {
		float: none !important;
	}

	.social-icon {
		padding: 0;
	}
	.post-date {
		padding: 20px 15px;
	}
}
@media (max-width: 767px){
	.thanks-head h1{
		font-size:30px;
	}
	.thanks-page .content-area{
		padding-bottom: 65px;
	}
	.thanks-head strong{
		font-size: 17px;
	}
	.thanks-head>p{
		line-height:23px;
	}
	.thanks-head .dynamic-id{
		font-size: 12px;
		line-height: normal;
	}
	.content-area-thankyou{
		height: auto;
	}
	.thanks-head .rockeit-from-info{
		padding-top: 20px;
		margin: 30px 2%;
	}
	.thanks-head small{
		padding-top: 22px;
		line-height: 1.3;
	}
}
/*  slick-style*/
.slick-slider {
	position: relative
}
.slick-list {
	position: relative;
	overflow: hidden
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
:focus {
	outline: 0
}