@charset "utf-8";
 @import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
/* CSS Document */
.our-accomplish {
    width: 100%;
    display: inline-block;
	background-color: #fff;
}
.our-accomplish ul{
    width: 100%;
    display: flex;
    height: 144px;
    overflow: hidden;
    margin-bottom: 40px;
}
.our-accomplish li:first-child {
    /*-moz-box-shadow: inset -3px -3px 10px #cc870a;
    -webkit-box-shadow: inset -3px -3px 10px #cc870a;
    box-shadow: inset 1px -2px 2px 0px rgb(198, 43, 59);
    background-color: rgb(144, 28, 87);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d12d34+1,b02449+36,981c58+58,821765+100 */
	background: #d12d34; /* Old browsers */
	background: -moz-linear-gradient(left, #d12d34 1%, #b02449 36%, #981c58 58%, #821765 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12d34', endColorstr='#821765',GradientType=1 ); /* IE6-9 */
	color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
    width: 35%;
}
.our-accomplish li h2 {
    color: #fff;
    text-align: left;
    font-size: 58px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 20px 0 0 100px;
	text-transform: uppercase;
	line-height: 58px !important;
	font-family: 'Raleway';
} 
.our-accomplish li h4 {
    padding: 0 0 0 100px;
    font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: 'Raleway';
}
.our-accomplish li br{
	display: none;
}
.our-accomplish li img {
    width: 100%;
    display: inline-block;
	height: 100%;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.our-accomplish li img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.our-services .featured-box .box-content span {
    display: none;
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: rgb(115,25,110);
    background: -moz-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%);
    background: linear-gradient(to right, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73196e', endColorstr='#eb7931', GradientType=1 );
    color: #fff;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 45px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
}
.our-services .featured-box .box-content a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.our-services .featured-box .box-content a:hover span {
    display: block;
}
h1.entry-title:after, h2:after {
	right:-21px;
}
h1.entry-title:before, h2:before {
	left:-21px;
}
h2.widgettitle {
	font-size:23px;
	font-family: "Lato", sans-serif;
	padding-bottom:20px;
	color:#3e3e3e;
	background-image:none;
	margin-bottom:0px;
}
.entry-title h2 {
	font-size:20px;
	color:#505961;
	font-family: 'Lato', sans-serif;
	line-height:1;
	position:relative;
	padding-bottom:20px;
	font-weight:400;
}
h3 {
	color:#000;
	font-size:33px;
	padding:0px 0px 15px 0px;
	font-family:"Lato", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-bottom:13px;
	text-align:center;
}
h4 {
	font-size: 20px;
	padding-bottom:15px;
	font-family: 'Lato', sans-serif;
	line-height:1.3;
}
h5 {
	font-size:15px;
	font-family: 'Lato', sans-serif;
	color: #3e3e3e;
	padding-bottom:15px;
	text-align: center;
}
h6 {
	color:#3e3e3e;
	font-size:20px;
	padding-bottom:5px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
}
/*------------------------------RESET CSS CLOSE*/	

/*--------------------------------COMMON CSS START*/
.fa {
	min-width:14px;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.fa + .fa {
	padding-left:10px;
}
 input[class*=col-], select[class*=col-], textarea[class*=col-] {
 float:none;
}
html body .mandatory {
	color:#F00;
	font-size:13px;
	vertical-align:top;
}
.site-content {
	clear:both;
}
.site-content .content-area {
	position:relative;
	z-index:1;
}
.site-content .portfolio-contentPart .content-area {
	position:inherit;	
}
.home .site-content .content-area {
	max-width:100%;
	padding:0px;
	margin:0px;
}
.home .box-mainHeading {
	margin:0px;
	min-height:auto !important;
}
.container, .site-content .content-area {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin:0px auto;
	max-width:1270px;
	width:100%;
	padding:0px 15px;
}
#logo {
	padding:0px;
	text-transform:uppercase;
	margin-bottom:13px;
}
#logo a.logo-img {
	padding:15px 0px;
	display:inline-block;
}
#logo a.logo-text {
	display:inline-block;
	color:#FFF;
	font-size:21px;
	font-weight:300;
	background:url(../images/icon-logo.png) no-repeat left 1px;
	padding:15px 0px 15px 36px;
	text-align:left;
}
.table-box .trow {
	float:left;
	width:100%;
	padding:4px 0px;
	border-bottom:#D0D0D0 solid 1px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.table-box .trow:first-child {
	font-weight:bold;
	border-bottom:#D0D0D0 solid 2px;
}
.fusion-main-menu .sub-menu {
    width: 660px !important;
}
.table-box .trow:hover {
	background-color:#EEE;
}
.table-box .trow .tcolumn {
	float:left;
	width:18%;
	padding-left:0.5%;
}
.table-box .trow .w12 {
	width:12%;
}
.table-box .trow .w24 {
	width:24%;
}
.tcolumn a {
	color:#393972;
	text-decoration:none;
}
.tcolumn a:hover {
	text-decoration:underline;
}
.table-box .trow .tcolumn:first-child {
	width:10%;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.frow {
	width:100%;
	display:inline-block;
	font-size:13px;
	font-weight:300;
	border:1px solid #2e2e2e;
	margin-bottom:2px;
}
.frow > div:first-child {
	float:left;
	width:20%;
	font-weight:bold;
}
.frow > div:first-child span {
	color:#F00;
}
.frow > div + div {
	position:relative;
	margin-left:150px;
}
.frow > div + div p {
	padding-bottom:0px;
}
.frow > div + div .fa-calendar-o {
	position:absolute;
	top:10px;
	left:230px;
}
.crow, .ccrow {
	width:100%;
	display:inline-block;
}
.ccrow {
	padding-bottom:15px;
}
.date {
	color:#949494;
	font-size:11px;
}
ul.list-normal, ul.list-normalN {
	width:100%;
	list-style:none;
	display:inline-block;
	padding:5px 0px 20px 0px;
}
ul.list-normalN > li + li {
	padding-top:10px;
}
button.close {
	position:relative;
	z-index:100;
}
button.close:hover {
	background:none;
}
.carousel {
	margin-bottom:0px;
}
.navbar-default .navbar-toggle:hover {
	border-color:#333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#333;
}
.navbar-default {
	background:none;
}
.modal-body {
	padding:10px 0px 0px 0px;
}
.modal-content {
	padding:15px 20px 25px;
}
.nrow {
	padding-bottom:15px;
}
.nrow > div:first-child {
	font-weight:bold;
}
.f11 {
	font-size:11px;
}
.bold {
	font-weight:bold;
}
.bposi {
	position:relative;
}
.row + .row {
	padding-top:15px;
}
/*--------------------------COMMON CSS CLOSE*/

/**Bootstrap CSS Changes Start*/	

html body .home .site-header {
	position:absolute;
	background-color:rgba(0, 0, 0, 0.5);
}
.home .stick-height {
    background: #000000;
}
.stick-height {
    background: #000;
}
html body ul.list-contact-info {
	width:100%;
	font-size:17px;
	list-style:none;
	line-height:1.5;
	font-weight:400;
	margin-bottom:15px;
	padding:30px 15px;
	display:inline-block;
	background-color:#f6f6f6;
	border:1px solid #dddddd;
	font-family: 'Lato', sans-serif;
}
html body ul.list-contact-info li {
	float:left;
	padding:0px;
	width:33.33%;
	color:#00b0ef;
	text-align:center;
}
html body ul.list-contact-info li a {
	color:#3e3e3e;
	font-weight:400 !important;
}
ul.list-contact-info li:after {
	display:none;
}
html body ul.list-contact-info li + li {
	margin:0px;
}
.widget_nav_menu {
	list-style:none;
}
ul.list-contact-info li i {
	left:0px;
	width:60px;
	height:60px;
	padding:0px;
	display:block;
	color:#ffffff;
	font-size:27px;
	line-height:60px;
	border-radius:50%;
	margin:0 auto 20px auto;
	background-color:#00b0ef;
}
#FSContact1 {
	margin-bottom:20px;
}
#FSContact1 #fscf_form1 [id*="fscf_div_clear1"] {
	width:32%;
	float:left;
	margin-right:2%;
	padding-bottom:15px;
	clear:inherit !important;
}
#FSContact1 #fscf_form1 [id*="fscf_div_clear1_2"] {
	margin-right:0px;
}
#FSContact1 #fscf_form1 #fscf_div_clear1_3 {
	margin:0px;
	width:100%;
}
#FSContact1 #fscf_captcha_image_div1 {
	float:left;
	padding-top:0px !important;
}
#FSContact1 #fscf_captcha_field1 label {
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
}
.wpsl-search {
	display:none;
}
#wpsl-stores .wpsl-direction-wrap {
	display:none;
}
html body .flex-control-nav {
	left:0px;
	right:0px;
	text-align:left;
	max-width:995px !important;
	margin:0 auto !important;
	bottom:21px !important;
	z-index:9999;
}
.appointment {
	background-color:#ff5b4f;
	float:right;
}
html body .metaslider .flexslider:hover .flex-next  {background-position: right 0px !important; }
html body .flexslider:hover .flex-prev, html body .flexslider .flex-prev {
	left:30px;
}
html body .flexslider:hover .flex-next, html body .flexslider .flex-next {
	right:30px;
}
html body .flexslider:hover .flex-prev, html body .flexslider:hover .flex-next {
	opacity:1;
}
html body .flex-direction-nav a:hover {
	opacity:1 !important;
}
html body .flexslider .flex-next {
	background-position:right 0px;
}
.home .entry-title {
	display:none;
}
.home .site-content {
	padding-top: 60px;
	max-width:100%;
}
.site-branding {
	float:left;
}
.site-header-main {
	float:left;
	padding:10px 0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
}
.site-header {
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	z-index:1000;
}
html .home .site-header {
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.site {
	margin:0px !important;
}
.content-area {
	width:100%;
}
.page {
	height:inherit;
}
ul.list-contact-detail {
	color:#fff;
	font-size:20px;
	float:right;
	font-family:"Lato", sans-serif;
}
ul.list-contact-detail > li {
	float:left;
	text-align:center;
}
ul.list-contact-detail > li + li {
	padding-left:35px;
}
.myfixed ul.list-contact-detail li + li ul.list-phoneNumber li + li {
	padding-left:25px;
}
ul.list-contact-detail li + li ul.list-phoneNumber li + li {
	background-position:0px 17px;
	padding-left:0px;
}
ul.list-contact-detail li ul.list-phoneNumber li.toll-free {
	background-position:0px 21px;
	padding-left:23px;
	line-height: 32px;
}
.myfixed ul.list-contact-detail li ul.list-phoneNumber li.toll-free {
	padding-left:27px;
}
ul.list-contact-detail li + li ul.list-phoneNumber li span {
	display:block;
	text-transform:uppercase;
	line-height:14px;
}
ul.list-phoneNumber {
	text-align:left;
}
ul.list-phoneNumber li {
	padding-left:30px;
	background:url("../images/icon-phone.png") no-repeat scroll 0px 4px;
	background-size:19px;
}
ul.list-phoneNumber li + li {
	margin-top:9px;
	text-align:center;
}
ul.list-contact-detail li.get-quote-btn {
	padding-top:0px;
	background:none;
	padding-bottom:10px;
	padding-left:0px;
	display:inline-block;
}
.topbar .aps-each-icon a {
	position:relative;
}
.topbar .aps-each-icon a img, .social-icon .aps-each-icon a img {
	display:none;
}
.topbar .aps-each-icon a:hover:after {
	color:#FFF;
}
.social-icon .aps-each-icon a:hover:after {
	color:#56a3d9;
}
.topbar .aps-each-icon a:after {
	color:#000;
	top:2px;
	font-size:21px;
	position:relative;
	font-family:"FontAwesome";
}
.social-icon .aps-each-icon a:after {
	color:#fff;
	font-size:33px;
	font-family:"FontAwesome";
}
.topbar .aps-each-icon.icon-1-1 a:after, .social-icon .aps-each-icon.icon-2-1 a:after {
	content:"\f09a";
}
.topbar .aps-each-icon.icon-1-2 a:after, .social-icon .aps-each-icon.icon-2-2 a:after {
	content:"\f16d";
}
.topbar .aps-each-icon.icon-1-3 a:after {
	top:3px;
	font-size:23px;
}
.social-icon .aps-each-icon.icon-2-3 a:after {
	font-size:35px;
}
.topbar .aps-each-icon.icon-1-3 a:after, .social-icon .aps-each-icon.icon-2-3 a:after {
	content:"\f099";
}
.topbar .aps-each-icon.icon-1-4 a:after {
	font-size:20px;
}
.social-icon .aps-each-icon.icon-2-4 a:after {
	font-size:31px;
}
.topbar .aps-each-icon.icon-1-4 a:after, .social-icon .aps-each-icon.icon-2-4 a:after {
	content:"\f16a";
}
.topbar .aps-each-icon.icon-1-5 a:after, .social-icon .aps-each-icon.icon-2-5 a:after {
	content:"\f0e1";
}
.topbar .aps-each-icon.icon-1-6 a:after, .social-icon .aps-each-icon.icon-2-6 a:after {
	content:"\f231";
}
.topbar .aps-each-icon.icon-1-7 a:after, .social-icon .aps-each-icon.icon-2-7 a:after {
	content:"\f0d5"
}
.topbar .aps-each-icon + .aps-each-icon {
	padding-left:5px;
}
.myfixed ul.list-contact-detail li.get-quote-btn a {
	font-size:14px;
	right:-32px;
}
ul.list-contact-detail li.get-quote-btn a {
	position:relative;
	overflow:hidden;
	color:#eb7b2f;
	float:right;
	margin:-6px 0px -12px 0px;
	display:inline-block;
	z-index:1;
	padding:4px 13px 6px;
	font-weight:bold;
	font-family: "Lato", sans-serif;
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	border-image: linear-gradient(to right, #931164 0%, #ea6f2f 100%);
	border-image-slice: 1;
}
ul.list-contact-detail li a {
	color:#fff;
}
ul.list-contact-detail li.get-quote-btn a:hover {
	color:#fff;
	background-color:#8f2d84;
}
ul.list-contact-detail li i {
	font-size:20px;
	margin-top:-4px;
}
ul.list-contact-detail li h6 {
	color:#FFF;
	font-size:25px;
	padding-left:17px;
}
html body #google_language_translator {
	width:100%;
	float:right;
	height:30px;
	padding-right:0px;
	line-height:1px;
}
#Font_Resizer .fontResizer a.fontResizer_reset {
	padding-right:5px;
	padding-left:5px;
}
#Font_Resizer {
	padding-bottom:5px;
}
#Font_Resizer .fontResizer {
	text-align:right !important;
}
#google_language_translator select.goog-te-combo {
	font-size:15px;
	margin:0px;
	line-height:20px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width:100% !important;
	color:#fff !important;
	padding:5px !important;
	border-color:#340034 !important;
	font-family: 'Lato', sans-serif;
	background:url(../images/icon-select.png) no-repeat center right #e86107 !important;
}
.footer-dropdown-section a:hover, .footer-dropdown-section a:active{
	color:#fff;
}
.home .metaslider .flexslider .flex-direction-nav li a{
	background-image: none;
	background-color: #f26b21;
    border-radius: 50%;
	opacity: 1 !important;
}
.home a.flex-prev::after {
    right: 14px;
    top: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #FFF;
    border-width: 8px;
    margin-top: -14px;
}
.home a.flex-next::after {
    left: 13px;
    top: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 8px;
    margin-top: -14px;
}
.metaslider .flexslider:hover .flex-prev {
    opacity: 1 !important;
}
.fusion-footer .menu li a {
	color:#fff;
}
.fusion-footer .menu li a:hover {
	color:#e86107;
}
.fusion-footer .fusion-column-last p {
    color: #fff;
    font-size: 16px;
}
.fusion-footer .fusion-column-last a {
    color:#e86107;
}
.fusion-footer .fusion-column-last p strong {
    display: block;
	font-weight: normal;
}
.featured-box .box-content {
    padding: 20px 0;
}
.featured-box .box-content:hover {
    box-shadow: 0 0 30px #ccc;
	-webkit-box-shadow: 0 0 30px #ccc;
	-moz-box-shadow: 0 0 30px #ccc;
}
.featured-box .box-content .box-content {
    padding: 0;
}
.featured-box .box-content .box-content:hover {
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.bg {
	background-color:#686868;
	width: 100%;
}
html body #wonderplugincarousel-2 .amazingcarousel-list-container {
	padding:10px 0px 5px !important;
}
html body #wonderplugincarousel-1.amazingcarousel-list-container {
	padding:10px 0px 0px !important;
}
html body .metaslider .flexslider {
	margin:0px
}
.bg-img-tab h2, .box-tab h2, .box-tab h3, .box-getinTouch h2 {
	color:#000000;
}
.box-tab h3 {
	text-align:left;
}
.bg-img-tab h2, .bg-p h2, .box-ourWork h2, .box-getinTouch h2 {
	background:url(../images/heading-line-white.png) no-repeat center bottom;
	color:#FFF;
}
html body .box-ourWork:after {
	border-top-color:#dfdfdf;
}
.site-footer:after {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(31, 31, 31, 0.9);
	z-index:-1;
}
.home .site-footer {
	margin-top:0px;
}
.site-footer {
	float:left;
	width:100%;
	padding:70px 0px 0px 0px;
	font-family: "Lato", sans-serif;
	background: #252525;
	position: relative;
	margin-top:0px;
	z-index:1;
}
.site-footer h2 {
	color:#FFF;
	text-align:left;
	padding-bottom:10px;
}
ul.social-icon-list li{
	display:inline-block;
	margin: 0 10px;
}
#Newsletter .eemail_caption {
	display:none;
}
#Newsletter input[type="text"].eemail_textbox_class {
	max-width:100%;
	margin-bottom:10px;
}
.footer-menu {
	width:100%;
	text-align:center;
	padding-bottom:10px;
}
.social-icon {
	float: right;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: inline-block;
    text-align: right;
}
ul.social-icon-list {
    text-align: right;
    width: auto;
    display: inline-block;
}
.site-footer .aps-social-icon-wrapper {
	width:100%;
}
.footer-menu .menu li {
	display:inline-block;
	padding:10px;
}
.site-footer .aps-each-icon + .aps-each-icon {
	margin-left:10px;
}
.box-img {
	display:inline-block;
	border:1px dashed #b8b8b8;
	padding:20px;
	width:100%;
	text-align:center;
}
.contact-list a {
	color:#3e3e3e;
	text-decoration:none;
}
.bg-g {
	background-color:#f6f6f6;
	padding:50px 0px;
	position:relative;
	border-bottom:1px solid #eaeaea;
}
.bg-our, .bg-w {
	padding:50px 0px;
	position:relative;
	border-bottom:1px solid #eaeaea;
}
.bg-img-tab {
	background:url("../images/bg-brands.jpg") no-repeat fixed center top;
	border-bottom:none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:0px;
}
.box-ourWork {
	background:url("../images/bg-work.jpg") no-repeat fixed right top;
	border-bottom:none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:0px;
}
.footer-dropdown-section h4{ color:#fff; font-weight:bold; padding-top: 15px;}
.footer-dropdown-section{
	margin-top:0px;
	width:100%;
	position:relative;
	z-index:1;
	color:#fff;
}
.footer-dropdown-section h4 a {
    color: #eb7b2f;
}
.footer-dropdown-section .dropdown-city .panel-default > .panel-heading + .panel-collapse > .panel-body{
	height: auto;
}
.footer-dropdown-section .dropdown-city .panel-default > .panel-heading + .panel-collapse > .panel-body .panel-body{
	height:204px;
}	
.footer-dropdown-section:after {
    background-color:rgba(22,22,22,1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.box-copyright {
	background-color: #171717;
    padding: 12px 0px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 40px;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}
.box-copyright p {
    padding: 4px 0 0;
    text-align: left;
    font-size: 14px;
}
.box-copyright a {
	color:#eb7b2f;
}
.box-copyright a:hover {
	color:#FFF;
}
.inner-bg {
	background-color:rgba(0, 0, 0, 0.7);
	padding:40px 0px;
}
.bg-img-tab .inner-bg {
	background-color:rgba(0, 0, 0, 0.5);
}
.box-ourWork + [class*="bg-"]:after {
	border-top-color:rgba(0, 0, 0, 0.5);
}
.box-tab .rtbs {
	margin:0px;
	width:100%;
	display:inline-block;
}
html body .box-tab .rtbs_menu {
	width:380px;
	float:left;
	margin:0px;
}
html body .box-tab .rtbs > .rtbs_content {
	color:#000;
	line-height:1.3;
	text-align:center;
	font-size:16px;
	border:none !important;
	padding:22px 10px 15px;
	background-color:#FFF;
	min-height:304px;
	margin-left:380px !important;
}
ul.afp-item-details {
	color:#FFF;
}
html body .box-tab .rtbs > .rtbs_content div {
	margin:0px !important;
	clear:inherit !important;
}
html body .box-tab .rtbs_content {
	border:none;
	padding:30px 0px 0px 0px;
	background:transparent;
	margin:0px;
}
html body .box-tab .rtbs_content h1 {
	color:#FFF;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:25px;
	font-family: "Lato", sans-serif;
}
html body .box-tab .rtbs_content h1:after, html body .box-tab .rtbs_content h1:before {
	display:none;
}
html body .box-tab .rtbs_menu ul li {
	vertical-align:middle;
}
html body .box-tab .rtbs_menu ul li a {
	position:relative;
}
html body .box-tab .rtbs_menu ul li + li {
	width:100%;
	margin:0px !important;
}
html body .box-tab .rtbs_menu ul li:nth-child(4), html body .box-tab .rtbs_menu ul li:nth-child(7) {
	margin-right:0px !important;
}
html body .box-tab .rtbs .rtbs_menu ul li a {
	display:block;
	font-size:20px;
	color:#fff;
	position:relative;
	border-radius:0px;
	padding:21px 22px 18px;
	text-transform:uppercase;
	font-family: "Lato", sans-serif;
	background-color:#272727 !important;
	line-height:1;
}
html body .box-tab .rtbs .rtbs_menu ul li a {
	border-bottom:solid 2px #FFF;
}
html body .box-tab .rtbs .rtbs_menu ul li:last-child a {
	border-bottom:none;
}
html body .box-tab .rtbs .rtbs_menu ul li:last-child.current a, html body .box-tab .rtbs .rtbs_menu ul li:last-child:hover a {
	box-shadow:none;
}
html body .box-tab .rtbs .rtbs_menu ul li.current a, html body .box-tab .rtbs .rtbs_menu ul li:hover a {
	color:#000;
	background-color:#ffffff !important;
	border-color:#ca580c;
}
html body .box-tab .rtbs .rtbs_menu ul li.current a i, html body .box-tab .rtbs .rtbs_menu ul li:hover a i {
	color:#FFF;
}
html body .box-tab .rtbs .rtbs_menu ul li a i {
	display:block;
	font-size:50px;
	color:#fff;
	padding:0px 0px 5px 0px;
}
html body .box-tab .rtbs .rtbs_menu ul li a i.fa-eur {
	top:41px;
	left:47px;
	position:absolute;
}
html body .box-tab .rtbs .rtbs_menu ul li a i.fa-usd {
	position:relative;
	right:-13px;
}
.dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
	display:none;
}
.main-navigation .primary-menu {
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	float:left;
}
.main-navigation .primary-menu, .main-navigation .primary-menu > li {
	border: 0;
}
.main-navigation .primary-menu li + li {
	margin-left:1px;
}
.main-navigation .primary-menu .sub-menu li + li {
	margin-left:0px;
}
.main-navigation .primary-menu > li {
	float: left;
	position:relative;
}
.main-navigation .primary-menu > li > a {
	color:#fff;
	display:block;
	padding:18px 20px;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation .primary-menu > li.current-menu-item > a, .main-navigation .primary-menu > li.current-menu-parent > a {
	color:#fff;
	background-color:#e86107;
}
.main-navigation ul ul li:hover a, .main-navigation .primary-menu li ul li.current-menu-item a {
	background-color:#e86107;
	color:#fff;
}
.main-navigation ul ul {
	background-color:rgba(255, 255, 255, 0.7);
	font-size:13px;
	display: block;
	left: -999em;
	margin: -1px 0px 0px 0px;
	width:220px;
	position: absolute;
	z-index: 99999;
	padding-top:0px;
	border:1px solid #a4a4a4;
	border-top:inherit;
}
.main-navigation ul ul li + li {
	border-top:solid 1px #a4a4a4;
}
.main-navigation ul ul ul {
	top: -1px;
}
.main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
	border: 0;
}
.main-navigation ul ul a {
	display:block;
	padding:8px 10px;
	color:#3c3c3c;
	line-height:1.3;
	white-space: normal;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
	left:-1px;
	right:0px;
	top:62px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 0px;
	right: 100%;
}
.main-navigation .menu-item-has-children > a {
	margin: 0;
	padding-right: 2.25em;
}
.main-navigation .primary-menu > li:first-child a {
	margin-left:0px;
}
.main-navigation .primary-menu > li:last-child a {
	margin-right:0px;
}
.main-navigation .primary-menu > li:last-child > a:before {
	display:none;
}
.main-navigation .primary-menu li.menu-item-has-children > a {
	padding-right:28px;
}
.main-navigation .menu-item-has-children > a:after {
	content: "\f431";
	top:22px;
	right:6px;
	position: absolute;
}
.main-navigation ul ul .menu-item-has-children > a {
	padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
	right: 0.5625em;
	top: 0.875em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
	display: none;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
	display: block;
}
.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}
.tab-list {
	padding-top:20px;
	font-size:16px;
}
html body .rtbs > .rtbs_content ol, .rtbs > .rtbs_content ul {
	margin-left:0px !important;
}
.contact-list > li {
	list-style:none;
	color:#e86107;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}
.contact-list li span {
	color:#3e3e3e;
}
.tab-list li {
	background:#3e3e3e;
	color:#ffffff;
	display:inline-block;
	line-height:30px;
	margin:0px 7px;
	width:30%;
	text-align:center;
}
.box-tab .tab-list li a {
	color:#fff;
	font-size:16px;
}
.box-tab .btn {
	color:#000;
	border-color:#e86107;
	font-size:17px;
	padding-bottom:7px;
	line-height:1;
}
p span {
	color:#e86107;
}
.web-img {
	margin-top:50px;
}
.bg-our #rightColumn h2 {
	text-align:left;
}
.bg-our #rightColumn h2 {
	background-position:left bottom;
}
#menu-footer-menu {
	position:relative;
}
.box-footer-menu {
	text-align:center;
}
body .fusion-footer-widget-area h4.widget-title{
	color: #eb7b2f;
    font-size: 26px;
    font-weight: 700;
    padding: 0px;
    border: none;
    position: relative;
}
body .fusion-footer-widget-area h4.widget-title:after {
    content: "";
    border-top: 2px solid #fff;
    width: 80px;
    height: 2px;
    display: block;
    margin-top: 6px;
}
.site-footer #footer_dropdown_1 {
    padding-left: 0px;
}
.site-footer .col-xs-12.col-sm-6.col-md-6.col-lg-6 .col-sm-8 .col-sm-6 {
    padding: 0;
}
#menu-footer-menu {
	width:100%;
	display:inline-block;
	text-transform:uppercase;
}
#menu-footer-menu li {
	position:relative;
	width:50%;
	float:left;
	padding:0px 16px 0px 20px;
}
#menu-footer-menu li{
	margin-bottom:10px;
}
#menu-footer-menu li a:after {
	content:"\f0da";
	color:#FFF;
	font-family:"FontAwesome";
	top:0px;
	left:0px;
	position:absolute;
}
#menu-footer-menu li a {
	display:block;
	color:#FFF;
}
#menu-footer-menu li:hover a, #menu-footer-menu li:hover a:after {
	color:#682c61;
}
.box-tab .btn:hover {
	color:#fff;
	border-color:#000;
}
.b-pose {
	position:relative;
}
.header-social-icon {
	float:right;
	right:15px;
	padding-top:8px;
	position:absolute;
}
.header-social-icon .aps-each-icon {
	margin:0px 2px;
}
.online-enquiry {
	background:url("../images/btn-img.png") no-repeat scroll center center;
	display: block;
	height: 173px;
	width: 32px;
}
ul.contact-list {
	font-size:16px;
}
.btn-fixed {
	bottom: 50%;
	margin-bottom: -90px;
	position: fixed;
	right: 0;
	z-index: 10000;
}
#FSContact3 [id*="fscf_div_clear3_"] {
	display:inline-block;
	padding-bottom:10px;
	width:100%;
}
html body .flex-control-paging li a.flex-active {
	background:#e86107;
}
html body .flex-control-paging li a {
	background:#fff;
	height:20px;
	width:20px;
	border-radius:0px;
	box-shadow:none;
}
html body #wonderplugincarousel-2 .amazingcarousel-prev, html body #wonderplugincarousel-2 .amazingcarousel-next, html body #wonderplugincarousel-1 .amazingcarousel-prev, html body #wonderplugincarousel-1 .amazingcarousel-next {
	top:-53px;
	margin:0px;
	background-image:none !important;
	background-color:#e86107 !important;
	border:solid 1px #FFF;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
html body #wonderplugincarousel-2 .amazingcarousel-prev:hover, html body #wonderplugincarousel-2 .amazingcarousel-next:hover, html body #wonderplugincarousel-1 .amazingcarousel-prev:hover, html body #wonderplugincarousel-1 .amazingcarousel-next:hover {
	background-color:#FFF !important;
	border-color:#FFF;
}
html body #wonderplugincarousel-2 .amazingcarousel-prev:hover:after, html body #wonderplugincarousel-2 .amazingcarousel-next:hover:after, html body #wonderplugincarousel-1 .amazingcarousel-prev:hover:after, html body #wonderplugincarousel-1 .amazingcarousel-next:hover:after {
	color:#e86107;
}
html body #wonderplugincarousel-2 .amazingcarousel-prev, html body #wonderplugincarousel-1 .amazingcarousel-prev {
	left:inherit;
	right:31px;
}
html body #wonderplugincarousel-2 .amazingcarousel-next:after, html body #wonderplugincarousel-2 .amazingcarousel-prev:after, html body #wonderplugincarousel-1 .amazingcarousel-next:after, html body #wonderplugincarousel-1 .amazingcarousel-prev:after {
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	line-height:30px;
	font-size:25px;
	position:absolute;
	font-family:'FontAwesome';
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
html body #wonderplugincarousel-2 .amazingcarousel-next:after, html body #wonderplugincarousel-1 .amazingcarousel-next:after {
	content:"\f105";
}
html body #wonderplugincarousel-2 .amazingcarousel-prev:after, html body #wonderplugincarousel-1 .amazingcarousel-prev:after {
	content:"\f104";
}
.box-tab h6 {
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:#000;
}
.bg-p, .bg-img {
	background:rgba(0, 0, 0, 0) url("../images/every-it-solution.png") no-repeat scroll right top;
}
.box-contactForm #FSContact2 {
	position:relative;
}
 .box-contactForm #FSContact2 [id*="fscf_div_clear2_"] {
    width: 100% !important;
    clear: inherit !important;
    float: left;
    margin-bottom: 15px;
}
.box-contactForm #FSContact2 label {
	font-weight:normal;
	font-size:21px;
	padding-bottom:8px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.box-contactForm #FSContact2 #fscf_div_clear2_3 + div {
	padding-bottom:0px !important;
}
.box-contactForm #FSContact2 [id*="fscf_div_field2_"] {
	max-width:100% !important;
	position:relative;
}
.box-contactForm #fscf_submit_div2 {
    padding-bottom: 0px;
    width: 100% !important;
    clear: inherit !important;
    float: left;
    margin-bottom: 8px;
}
.view-all-btn {
	margin-top:20px;
	display:inline-block;
}
html body .box-contactForm #fscf_submit2[type="submit"], .view-all-btn {
	width:auto !important;
	padding:4px 18px;
	height:40px;
	font-size:21px;
	border-radius:0px;
	color:#fff;
	background-color:inherit;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	border-image: linear-gradient(to right, #931164 0%, #ea6f2f 100%);
	border-image-slice: 1;
	color:#eb7b2f;
     border:0px;
}
.box-contactForm #FSContact2 select, .select-city, .box-googletranslate .skiptranslate select {
	padding:5px 10px;
	font-size:18px;
	color:#FFF;
	border:none;
	border-bottom:solid 1px #FFF;
	background-color:transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../images/icon-select.png) no-repeat center right;
}
#make-Appointment .box-contactForm #FSContact2 {
	color:#FFF;
}
#make-Appointment .box-contactForm #FSContact2 #fscf_div_field2_6 select {
	width:125px;
}
.box-contactForm #FSContact2 #fscf_div_field2_6 select {
	width:75px;
	height:45px;
}
.box-contactForm #FSContact2 input, .box-contactForm #FSContact2 textarea {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #515151;
    border: solid 1px #515151;
    color: #ffffff;
    height: 80px !important;
    padding: 25px 26px 21px 26px;
    border-radius: 50px;
}
html body .box-contactForm #FSContact2 input[type="checkbox"] {
	width:12px !important;
	height:auto !important;
	margin:0px 5px 0px 0px;
}
.bg-p {
	background-color:#e86107;
	background-position:left top;
	border-bottom:inherit;
}
.bg-p h2 {
	color:#fff;
}
ul.ch-grid {
	margin:0px auto;
	padding:0px;
	list-style:none;
	display:block;
	text-align:center;
}
ul.ch-grid:after, .ch-item:before {
	content: '';
	display: table;
}
ul.ch-grid:after {
	clear: both;
}
ul.ch-grid li {
	height:80px;
	float:left;
	margin:0px;
	width:30%;
	padding:0px;
	margin:0px 5% 25px 0px;
}
.header-top li#custom_html-3 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-top ul.nav.nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}
header .fusion-header{
	border: none !important;
	height: 90px !important;
}
header .header-top.header-top-simple-border-bottom{
	border-bottom: none;
}
header.fusion-is-sticky .fusion-header {
    top: 0px !important;
}
.fusion-fullwidth.fullwidth-box.box-Testimonials {
    padding: 0 !important;
}
#testimonial-slider .owl-controls .owl-nav .owl-prev, #testimonial-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 999;
    background-image: none;
    background-color: #f26b21;
    border-radius: 50%;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
}
#testimonial-slider .owl-controls .owl-nav .owl-next{
	left: auto;
	right: -20px;
}
.owl-controls .owl-nav .owl-prev::after {
    left: 4px;
    top: 12px;
    content: "<";
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -14px;
    font-size: 20px;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.owl-controls .owl-nav .owl-next::after{
	right: 4px;
	left: auto;
    top: 12px;
    content: ">";
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -14px;
    font-size: 20px;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.fusion-main-menu ul a {
    text-transform: uppercase;
}
header .fusion-megamenu-title a {
    color: #e86107;
}
header .fusion-megamenu-wrapper .fusion-megamenu-submenu {
    border-right: 0px solid transparent;
}
header .fusion-megamenu-bullet {
    display: none;
}
header .fusion-main-menu .sub-menu li a:hover {
    background-color: transparent !important;
}
.fusion-main-menu .sub-menu {
    font-weight: 700 !important;
}
header .fusion-megamenu-holder {
    border-color: #ffffff;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
header .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
    padding: 5px 15px;
	font-size: 16px;
font-weight: 700;
}
header .fusion-megamenu-title {
    padding: 0 15px 15px;
font-weight: 700;
}
.ch-item {
	width: 100%;
	height:100%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info:hover .ch-info-front, .ch-info:hover .ch-info-back {
	background-color:#FFF !important;
}
.ch-info > div {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	transition:all 0.4s linear;
	-webkit-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-o-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	transform-origin:50% 0%;
}
.ch-info > div img {
	position:absolute;
	margin:auto;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
}
.ch-info .ch-info-front {
	background-color:#FFF;
	border:1px dashed;
}
.ch-info .ch-info-back {
	-webkit-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
	opacity:0;
	border:1px dashed;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0, 90px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 90px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 90px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 90px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 90px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}
.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1;
}
.bg-arrow:after, .bg-arrow:before {
	display:none;
}
#All_Blog .pfc-post + .pfc-post {
	margin-left:1%;
}
#All_Blog .pfc-post {
	padding:0px;
	padding-bottom:40px;
	width:49%;
	position:relative;
	margin-right:0px;
	margin-bottom:30px;
	min-height:480px;
	float:left;
	border:1px solid #DDD;
	box-shadow:0px 0px 5px #DDD;
}
#All_Blog .pfc-post:nth-child(3), #All_Blog .pfc-post:nth-child(5), #All_Blog .pfc-post:nth-child(7), #All_Blog .pfc-post:nth-child(9) {
	margin-left:1%;
}
 #All_Blog .pfc-post:nth-child(3n) {
	margin-right:0px;
}
 #All_Blog .pfc-post:nth-child(2n+1){
	margin-left:0px; 
}
#All_Blog .post-img {
	float:left;
	width:100%;
	top:0px;
	left:0px;
	margin-bottom:10px;
	text-align:center;
}
.widget.pfc-widget {
	list-style:none;
}
#All_Blog .post-content {
	margin-left:0px;
	font-family:"Lato", sans-serif;
	width:100%;
	display:inline-block;
	padding:0px 15px 10px;
}
#All_Blog .pfc-post h3 a {
	margin-top:0px;
	color:#e86107;
	text-transform:capitalize;
}
#All_Blog .pfc-post .read-more {
	background-color:#8f2d84;
	border-color:#8f2d84;
	color:#fff;
}
#All_Blog .pfc-post:hover .read-more {
	background-color:#e86107;
	border-color:#e86107;
	color:#fff;
}
#All_Blog .post-content .read-more {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#e86107;
	border-color:#e86107;
}
#All_Blog .pfc-post h3 {
	margin-bottom:0px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	text-align:left;
	color:#e86107;
	font-family:"Lato", sans-serif;
}
#All_Blog .pfc-post h3:after {
	display:none;
}
#All_Blog .post-content p {
	padding:0px;
}
#All_Blog .post-content a {
	display:table;
	border-color:#e86107;
}
#Blog_RightColumn > ul > li + li {
	padding-top:25px;
}
#Blog_RightColumn h2 {
	font-size:22px;
	font-weight:bold;
	padding-top:0px;
}
#categories-3 ul li a:hover {
	color:#e86107;
}
#categories-3 ul li a {
	color:#3e3e3e;
	font-size:16px;
}
#categories-3 ul li {
	position:relative;
	padding-left:15px;
}
#categories-3 ul li:after {
	color: #3e3e3e;
	content: "\f105";
	font-family: "FontAwesome";
	font-size:18px;
	left:0px;
	position:absolute;
	top:1px;
}
#search-3 .search-form .search-submit {
	width:45px;
	background-color:#e86107;
	border-color:#e86107;
}
#tag_cloud-3 .tagcloud a {
	border-radius:4px;
}
.pfc-post h2 {
	padding:5px 0px 20px 0px;
}
#FSContact1 {
	margin-bottom:20px;
	background-color:#ff6b60;
	color:#fff;
	font-family: "Lato", sans-serif;
}
#FSContact4 #fscf_form4 #fscf_div_clear4_4 {
	margin-right:0% !important;
	width:32% !important;
}
 #FSContact4 #fscf_form4 [id*="fscf_div_clear4"] {
	width:33%;
	float:left;
	margin-right:1%;
	padding-bottom:15px;
	clear:inherit !important;
}
 #FSContact4 #fscf_form4 [id*="fscf_div_clear4_2"] {
	margin-right:0px;
}
#FSContact4 #fscf_form4 #fscf_div_clear4_3 {
	margin:0px;
	width:100%;
}
#FSContact4 #fscf_captcha_image_div4 {
	float:left;
	padding-top:10px !important;
}
#FSContact4 #fscf_captcha_field4 label {
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
}
html body ul.list-contact-info li {
	color:#3e3e3e;
	float: left;
	font-family: 'Lato', sans-serif;
	padding: 0;
	text-align: center;
	width: 33.33%;
}
ul.list-contact-info li i {
	background-color:#e86107;
	border-radius:50%;
	color:#ffffff;
	display:block;
	font-size:27px;
	height:60px;
	left:0;
	line-height:60px;
	margin:0px auto 20px;
	padding:0px;
	width:60px;
}
html body ul.list-contact-info {
	background-color:#f1f1f1;
	border: 1px solid #ddd;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	list-style: outside none none;
	margin-bottom: 15px;
	padding: 30px 15px;
	width: 100%;
}
ul.mega-sub-menu li {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
ul.mega-sub-menu li a {
	text-transform:uppercase;
	font-size:19px !important;
	font-weight: bold !important;
	padding:5px 20px !important;
}
.bg-menu {
	float:right;
	margin-top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	margin:0px;
}
html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-transform:uppercase;
	font-size:20px;
	height:inherit;
	padding:10px 10px 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item + li.mega-menu-item {
	margin-left:3px;
}
.main-navigation ul.mega-menu {
	float:left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width:340px;
	margin-top:5px;
	margin-left:-1px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	border:solid 1px #202020 !important;
	border-top:none !important;
	border-radius:0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color:#e86107 !important;
	font-size:20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color:#000 !important;
	border-top:solid 1px #202020;
	background-color:#f1f1f1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-transform:capitalize;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width:950px !important;
	margin-top:6px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li ul.mega-sub-menu li {
	border-bottom:solid 1px #202020;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	border-color:#8f2d84;
	background-color:inherit;
}
html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	border-bottom:solid 5px rgba(0, 0, 0, 0);
}
ul.mega-menu li:hover, ul.mega-menu > li:focus, .main-navigation ul.mega-menu > li.mega-current-menu-item, .main-navigation ul.mega-menu > li.mega-current-menu-item:hover, html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover, ul.nav-menu > li.current-menu-item > a, ul.nav-menu > li:hover > a, .nav-menu > li > a:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
 border-color: -moz-border-image: -moz-linear-gradient(top, #931164 0%, #ea6f2f 100%) !important;
	-webkit-border-image: -webkit-linear-gradient(top, #931164 0%, #ea6f2f 100%) !important;
	border-image: linear-gradient(to right, #931164 0%, #ea6f2f 100%) !important;
	border-image-slice: 1 !important;
}
ul.mega-menu li:hover > a, ul.mega-menu li.focus > a, .main-navigation ul.mega-menu > li.mega-current-menu-item > a, .main-navigation ul.mega-menu > li.mega-current-menu-item > a {
	color:#000;
	background-color:#ffffff;
}
html body .main-navigation ul.mega-menu ul.mega-sub-menu {
	background-color:#f1f1f1 !important;
}
html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color:#000;
	text-transform:capitalize;
}
html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color:#FFF !important;
	background-color:#eb7b2f;
}
html body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color:#e86107;
}
ul.list-marketing {
	width:100%;
	text-align:center;
	display:inline-block;
	padding:0;
	margin-bottom:20px;
	border:solid 1px #DDD;
}
ul.list-marketing li {
	width:33.3%;
	float:left;
	padding-top:20px;
	min-height:250px;
}
ul.list-marketing li + li {
	border-left:solid 1px #DDD;
}
.amazingcarousel-image > div {
	display:none !important;
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item .wonderplugin-gridgallery-item-text + a div {
	display:none !important;
}
#wonderplugincarousel-1 .amazingcarousel-image a {
	display:block;
	border:10px solid #d0d0d0;
}
blockquote.easy_testimonial {
	z-index:0;
	margin:0px;
	padding:20px;
	min-height:218px;
	position:relative;
	border:1px solid #ededed;
	background-color:#f5f5f5;
}
blockquote.easy_testimonial p {
	text-align:justify;
}
blockquote.easy_testimonial .easy_testimonial_title {
	color:#e86107;
	font-size:23px;
	line-height:1.5;
	margin-left:0px;
	font-weight:inherit;
	padding:0px 160px 10px 0px;
	width:inherit !important;
}
blockquote.easy_testimonial .testimonial_body {
	line-height:1.8;
}
blockquote.easy_testimonial .testimonial_author {
	padding-bottom:0px;
}
blockquote em, blockquote i, blockquote cite {
	margin:0px;
}
blockquote.easy_testimonial .testimonial_author span {
	color:#bb0000;
	font-size:12px;
	margin:0px;
	font-style:italic;
}
html body blockquote.easy_testimonial .testimonial-position {
	display:none;
}
blockquote.easy_testimonial .testimonial_body, blockquote.easy_testimonial .testimonial_author {
	font-size:16px;
	margin-right:160px;
}
blockquote.easy_testimonial .testimonial_author {
	width:auto !important;
	display:inline-block;
}
.cycle-slide .style-default_style {
	float:left;
	width:43% !important;
	margin-right:7%;
}
.cycle-slideshow {
	overflow:inherit;
	padding:0px;
}
.cycle-pager {
	bottom:-11px;
}
.cycle-slideshow .cycle-slide {
	padding:25px 0px 60px 0px;
}
.easy-t-cycle-controls {
	bottom:2px;
	width:100%;
	z-index:inherit;
	line-height:1;
	position:absolute;
}
html body .cycle-slideshow .cycle-pager span:hover, html body .cycle-slideshow .cycle-pager .cycle-pager-active {
	color:#00b0ef;
}
html body .cycle-slideshow .cycle-pager span {
	height:8px;
	width:15px;
	font-size:40px;
	color:#e4e4e4;
}
.easy-t-slideshow-wrap {
	position:relative;
}
html body .easy-t-cycle-pager span.cycle-pager-active {
	color:#e86107;
}
html body .easy-t-cycle-pager span {
	line-height:16px;
}
.row-management {
	text-align:center;
	padding-bottom:30px;
}
blockquote.easy_testimonial .wp-post-image {
	margin:0px;
	width:auto;
	height:auto;
	right:-50px;
	max-width:inherit;
	max-height:inherit;
	position:absolute;
	border-radius:0px;
}
#View_All_Testimonials .easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell {
	margin-bottom:60px;
}
ul.list-contactDetail {
	list-style:none;
	margin-bottom:20px;
	padding:20px 0px 20px 0px;
}
ul.list-contactDetail li {
	padding-left:40px;
	position:relative;
}
ul.list-contactDetail li + li {
	margin-top:18px;
}
ul.list-contactDetail li a {
	color:#FFF;
}
ul.list-contactDetail li i {
	top:-5px;
	left:0px;
	width:30px;
	height:30px;
	color:#FFF;
	padding:8px 0px;
	border-radius:50%;
	position:absolute;
	background-color:#e86107;
}
.box-getinTouch {
	border-bottom:none;
	background:url("../images/every-it-solution.png") no-repeat scroll right top #0079d4;
}
.box-getinTouch h3 {
	color:#FFF;
}
html body #Testimonials .owl-carousel .owl-stage-outer {
	overflow:inherit;
	padding-top:0px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-title {
	bottom:-15px;
	margin:0px;
	font-size:18px;
	color:#fff;
	width:100%;
	right:0px;
	text-align:center;
	position:absolute;
	padding-bottom:10px;
	min-height:inherit;
	line-height:1;
	text-transform:inherit;
	height:inherit;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-title:after {
	display:none;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-title a {
	color:#fff;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-desc {
	color:#fff;
	padding:0px;
	font-size: 20px;
	font-style:italic;
	font-weight:600;
	text-align:left;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-desc strong {
	color:#FFF;
	font-weight:700;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-image:before {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	z-index:1;
	background:url("../images/quoti-left.png") no-repeat left 10px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-image:after {
	content:"";
	position:absolute;
	height:2px;
	width:150px;
	bottom:0px;
	text-align:center;
	left:50%;
	margin-left:-70px;
	background: rgb(114,20,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72146e', endColorstr='#eb792f', GradientType=1 ); /* IE6-9 */
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-image {
	margin-bottom:20px;
	position:relative;
	float:none;
	width:100%;
	padding-top:0px;
	min-height:100px;
}
.box-Testimonials .wp-posts-carousel-container:before {
	border-right:38px solid transparent;
	top:-38px;
	content: "";
	height:0px;
	right:0px;
	position: absolute;
	z-index:5;
}
.box-Testimonials .wp-posts-carousel-container:after {
	border-right:38px solid transparent;
	top:-37px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-tags {
	display:none;
}
.owl-controls {
	width:100%;
}
.owl-controls .owl-nav div {
	opacity:1;
	top:0px;
	color:#8f2d84;
	margin:0px;
	background:#FFF;
}
.owl-controls .owl-nav div:hover {
	background:#8f2d84;
	color:#FFF;
	border-color:#8f2d84;
}
html body #Testimonials .default-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev, html body #Testimonials .default-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity:1;
}
.owl-nav div:before {
	font-size:27px;
	padding-left:2px;
}
.owl-controls .owl-nav div {
	line-height:31px;
	height:35px;
	text-align:center;
}
.owl-controls .owl-nav .owl-prev {
	left:inherit;
	right:33px;
    width:50px;
}
.owl-controls .owl-nav .owl-next {
	right:0px;
    width:50px;
}
.wp-posts-carousel-details:after {
	content:"";
	right:0px;
	position:absolute;
	height:70px;
	width:90px;
	bottom:-20px;
	background:url("../images/quoti-right.png") no-repeat right top;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-details {
	position:relative;
	line-height:1.4;
	margin-left:0px;
	padding:0px 0px 8px 0px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-details p {
	padding-bottom:0px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-slide {
	width:100%;
	margin-left:0px;
	padding:0px 30px 0px 0px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	box-shadow:none;
	border:none;
	background:transparent;
	padding:0px 15px 10px;
	position:relative;
	min-height:270px;
}
html body #Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-buttons {
	text-align:left;
}
html body #Testimonials .default-theme.wp-posts-carousel .owl-dots .owl-dot.active span {
	background:#e86107;
}
.fusion-footer ::-webkit-input-placeholder {
	font-size: 15px;
	color: #777;
}
.fusion-footer ::-moz-placeholder {
	font-size: 15px;
	color: #777;
}
.fusion-footer :-ms-input-placeholder { 
	font-size: 15px;
	color: #777;
}
.fusion-footer :-moz-placeholder {
	font-size: 15px;
	color: #777;
}
.fusion-footer .menu a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
	background-image: url(../images/footer-arrow.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: center left;
    background-size: 11px 9px;
}
.fusion-footer .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.fusion-footer .menu li {
    margin-bottom: 0px;
    border:none;
}
.social-icon-list li a i {
    color: #858585;
    font-size: 22px;
}
.social-icon-list li a:hover i, .social-icon-list li a:focus i{
    color: #fff;
}
.nav-item-inner a {
    color: #e3590d !important;
}
.nav-pills>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}
.header-top ul.nav.nav-pills {
    float: right;
}
.header-top ul.nav.nav-pills li {
    border-right: 2px solid #4e4e4e;
    padding: 10px 55px;
    width: auto;
}
.header-top ul.nav.nav-pills li:last-child {
    border-right: 0px solid #fff;
	padding-right: 15px;
}
.header-top li .nav-item-inner p {
    margin: 0;
    padding: 0;
	text-transform: uppercase;
    font-size: 16px;
	line-height: 18px;
}
.header-top li .nav-item-inner h4 {
    padding: 0;
    margin: 0;
	font-size: 20px;
}
.header-top li .nav-item-inner h4 a:hover, .header-top li .nav-item-inner h4 a:focus{
	color: #ec7c2f;
}
.header-top ul.nav.nav-pills li img {
    display: inline-block;
    margin-top: 6px;
    float: left;
}
.nav-item-inner {
    float: left;
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: right;
}
.header-top.header-top-simple-border-bottom {
    background-color: #000;
    border-bottom: 1px solid #fff;
    z-index: 99999;
    position: relative;
}
.our-services .featured-boxes {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.our-services a.readmore_btn:hover, .our-services a.readmore_btn:focus{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#801865+0,941c5a+30,a02053+63,d12d34+99 */
	background: #801865; /* Old browsers */
	background: -moz-linear-gradient(left, #801865 0%, #941c5a 30%, #a02053 63%, #d12d34 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801865', endColorstr='#d12d34',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.content-part {
	padding: 10px 0px 10px;
    background-color: #FFF; 
    width: 100%;
}
.topbar:after {
	content:"";
	right:-500%;
	width:500%;
	top:0px;
	height:100%;
	position:absolute;
	background-color:#ca580c;
}
.topbar:before {
	content:"";
	width:500%;
	top:0px;
	left:-500%;
	height:100%;
	margin-left:-315px;
	position:absolute;
	background-color:#ca580c;
}
.topbar {
	position:relative;
	height:35px;
	margin-left:275px;
	background-color:#ca580c;
}
.main-top {
	overflow:hidden;
}
.topbar .aps-social-icon-wrapper {
	top:-2px;
	position:relative;
}
ul.footer-detail {
	width:100%;
	font-family: "Lato", sans-serif;
	display:inline-block;
}
ul.footer-detail li {
	width:100%;
	color:#FFF;
	float:left;
	font-size:14px;
	font-family: "Lato", sans-serif;
}
ul.footer-detail li a, ul.footer-detail li span {
	font-size:22px;
	color:#FFF;
	font-family:"Lato", sans-serif;
}
#Footer_First_Column {
	text-align:center;
}
.footer-logo-text {
	color:#eb7b2f;
	line-height:23px;
}
ul.footer-detail li a:hover {
	color:#ca580c;
}
.box-footer-menu {
	right:0px;
	top:-66px;
	left:0px;
	text-align:center;
	margin:0px auto;
	max-width:985px;
	position: absolute;
}
.box-contactUs {
	color:#000;
	z-index:0;
	position:relative;
	padding:30px 0px 40px 0px;
	background:url("../images/contact-home-bg.png") no-repeat 110px top #bfbfbf;
	border-top:8px solid #000;
}
.box-contactUs h2, .box-social h2 {
	color:#000;
	position: relative;
	letter-spacing: normal;
	text-transform: none;
}
.box-social .box-contactForm {
    padding: 60px 0;
}
.box-contactUs:after, .box-Testimonials:before {
	content:"";
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
	position:absolute;
    background:url("https://everyitsolution.com/wp-content/uploads/2019/01/EVERYIT_Home-new2_04.png") repeat scroll center top;
}
body .box-contactUs:after {
      background:#f0f0f0;
}
.box-Testimonials:before {
	z-index:2;
}
.box-Testimonials:after {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgb(176,93,71);
	background: -moz-linear-gradient(left, rgba(176, 93, 71, 0.8) 0%, rgba(219, 108, 61, 0.8) 49%, rgba(241, 150, 110, 0.8) 100%);
	background: -webkit-linear-gradient(left, rgba(176, 93, 71, 0.8) 0%, rgba(219, 108, 61, 0.8) 49%, rgba(241, 150, 110, 0.8) 100%);
	background: linear-gradient(to right, rgba(176, 93, 71, 0.8) 0%, rgba(219, 108, 61, 0.8) 49%, rgba(241, 150, 110, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b05d47', endColorstr='#f1966e', GradientType=1 );
}
.box-Testimonials .container {
	z-index:5;
	position:relative;
}
.box-Testimonials {
	position:relative;
	padding:35px 0px 20px 0px;
	background-size:cover;
	background-attachment:fixed;
	border-top:1px solid #fff;
    background:#ed7214;
}
.box-services {
	padding:40px 0px 20px 0px;
	background:url("../images/bg-logo-black.png") no-repeat scroll center center #ca580c;
}
.box-services h2:after, .box-services h2:before {
	background-color:#000;
}
.portfolio-slider {
	width:100%;
	color:#FFF;
	position:relative;
	text-align:center;
	background-color:#333;
	background:url(../images/bg-portfolio.png) repeat-x bottom center;
	width:100%;
}
.box-portfolio h2 {
    color: #FFF !important;
    text-transform: none;
    letter-spacing: normal;
    position:relative;
    text-align:center;
}
.box-portfolio h2 small {
	display:block;
	color:#FFF;
	letter-spacing:5px;
	font-size:18px;
	font-family:"Lato", sans-serif;
}
.portfolio-tab {
	overflow:hidden;
	padding-bottom:0px;
	background-color:#272727;
	padding-top: 40px;
}
.about, .blog {
	background-color:#FFF;
}
ul.slider-list {
	width:57px;
	border:solid 1px #FFF;
	margin-top:60px;
}
ul.slider-list li, ul.slider-list li a {
	width:100%;
	left:0px;
	display:block;
	background-color:#272727;
}
ul.slider-list li a {
	padding:7px;
	height:50px;
	margin:0px !important;
	top:0px !important;
}
ul.slider-list li a:hover {
	background-color:#ca580c;
}
ul.slider-list li a#rfwbs_prev_slide:after, .video-section #wonderplugincarousel-3 .amazingcarousel-next:after {
	left:22px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFF;
	border-width:14px;
	margin-top: -14px;
}
ul.slider-list li a#rfwbs_next_slide:after, .video-section #wonderplugincarousel-3 .amazingcarousel-prev:after {
	right:22px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #FFF;
	border-width:14px;
	margin-top:-14px;
}
ul.slider-list li + li a {
	border-top:solid 1px #FFF;
}
ul.slider-list li a i {
	font-size:30px;
	color:#FFF;
	line-height:0;
	padding-top:8px;
}
.portfolio-tab #afp-container {
	text-align:center;
}
.portfolio-tab ul.afp-items {
	display:inline-block;
	width:100%;
}
.portfolio-tab ul#afp-filter li {
	padding-right:7px;
}
.portfolio-tab ul#afp-filter li a {
	color:#FFF;
	background-color: #3e3e3e;
	border-bottom: 5px solid #272727;
	font-size: 20px;
	display:block;
	padding:20px 10px 15px;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}
.portfolio-tab ul#afp-filter li.afp-active-cat {
	font-weight:normal;
}
.portfolio-tab ul#afp-filter li.afp-active-cat a, .portfolio-tab ul#afp-filter li a:hover {
	color:#000;
	border-color:#8f2d84;
	background-color:#FFF;
}
.portfolio-tab li.afp-single-item .adipoli-wrapper.img-link-initial {
	width:100% !important;
}
.portfolio-tab li.afp-single-item {
	width:32%;
	line-height:0px;
	top:0px !important;
	right:0px !important;
	left:0px !important;
	margin-right:10px;
	padding-right:0px;
	margin-bottom:10px;
}
.portfolio-tab li.afp-single-item img {
	height:100%;
}
.portfolio-tab ul.afp-item-details {
	display:none;
}
.portfolio-tab .adipoli-before, #Testimonials .owl-carousel {
	z-index:inherit;
}
.box-cms {
	background: url("../images/rz-bg.png")no-repeat;
	background-size: cover;
	text-align:center;
	padding: 50px 0px 30px 0px;
	border-bottom:solid 1px #6a6a6a;
}
.box-cms h3 {
	color: #ffffff;
	font-size: 37px;
	font-family: "Lato", sans-serif;
	letter-spacing: 3px;
	text-transform: capitalize;
	margin: 0px;
	position: relative;
	padding: 0px 40px 0px 60px;
}
.box-cms h3 span {color: #82c246;}
.box-cms h3:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0px;
	background: url(../images/arrowrz1.png)no-repeat;
	background-size: 100%;
	width: 47px;
	height: 40px;
}
.box-cms .box-span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0px;
	background: url(../images/arrowrz2.png)no-repeat;
	background-size: 100%;
	width: 47px;
	height: 40px;
}
.box-cms .box-span {
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 80px;
	padding: 0 60px;
	position: relative;
}
.box-cms h5 {
	color: #ffffff;
	font-size: 37px;
	font-family: "Lato", sans-serif;
	letter-spacing: 3px;
	margin: 0px;
	padding-bottom: 0px;
}
ul.list-cms {
	text-align:center;
}
ul.list-cms li {
	display:inline-block;
}
ul.list-cms li a {
	height:48px;
	width:40px;
	display:block;
	background:url("../images/sprite-cms.png") no-repeat scroll;
}
ul.list-cms li.icon-php a {
	width:74px;
	background-position:0px -66px;
}
ul.list-cms li.icon-php a:hover {
	background-position:0px 4px;
}
ul.list-cms li.icon-wordpress a {
	width:48px;
	background-position:0px -220px;
}
ul.list-cms li.icon-wordpress a:hover {
	background-position:0px -143px;
}
ul.list-cms li.icon-drupal a {
	width:44px;
	background-position:0px -371px;
}
ul.list-cms li.icon-drupal a:hover {
	background-position:0px -296px;
}
ul.list-cms li.icon-magento a {
	width:38px;
	background-position:0px -518px;
}
ul.list-cms li.icon-magento a:hover {
	background-position:0px -446px;
}
ul.list-cms li.icon-windows a {
	width:38px;
	background-position:0px -652px;
}
ul.list-cms li.icon-windows a:hover {
	background-position:0px -579px;
}
ul.list-cms li.icon-android a {
	width:38px;
	background-position:0px -797px;
}
ul.list-cms li.icon-android a:hover {
	background-position:0px -724px;
}
ul.list-cms li + li {
	padding-left:70px;
}
ul.list-cms li i {
	font-size:43px;
	color:#282828;
}
body .box-blog .fusion-text h2 {
position: relative;
    letter-spacing: normal;
    text-transform: none;
    color: #000;
    font-size: 58px !important;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.box-blog .row {
    padding: 50px 0;
}
.box-blog .blogLeft .pfc-post, html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-desc {
	border:none;
	color:#000;
	box-shadow:none;
	position:relative;
	text-align: left;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	font-size: 20px;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-desc a{
	display: none;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-buttons{
	text-align: left;
	padding: 0px;
}
html body .box-blog  .default-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev{
	left: 0px;
	opacity: 1 !important;
}
html body .box-blog .default-theme.wp-posts-carousel .owl-controls .owl-nav div{
	background-color: transparent;
	color: #8f2d84;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-slide{
	width: 100%;
	margin: 0px;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-container{
	padding: 0px;
}
html body .box-blog .default-theme.wp-posts-carousel{
	padding: 0px 40px;
}
html body .box-blog .default-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next{
	right: 0px;
	opacity: 1 !important;
}
html body .box-blog .default-theme.wp-posts-carousel .owl-nav div:before{
	font-size: 60px;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-buttons a{
	font-weight: 700;
	color: #8f2d84;
	text-transform: uppercase;
}
html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-buttons a:hover{
	color: #000;
}
.box-blog .blogLeft .pfc-post h3, .box-blog .wp-posts-carousel-details .wp-posts-carousel-title {
	font-size:27px !important;
	margin:0px;
	padding-bottom:20px;
	text-transform:none;
	text-align:left;
	font-family: "Lato", sans-serif;
	font-weight:bold;
	text-align: left !important;
}
.box-blog .blogLeft .pfc-post h3:after, html body .box-blog .default-theme.wp-posts-carousel .wp-posts-carousel-title:after {
	display:none;
}
.box-blog .blogLeft {
	width:55%;
}
.box-blog .blogRight {
	width:45%;
}
.box-blog .blogLeft .pfc-post h3 a {
	color:#1e1e1e;
}
.box-blog .blogLeft .post-img img {
	width:100%;
}
.box-blog .blogLeft .post-img {
	display:table;
	width:100%;
	float:none;
	margin-bottom:20px;
	background-color:#f6f6f6;
	border:solid 1px #EDEDED;
}
.box-blog .blogLeft .post-img a {
	vertical-align:middle;
	display:table-cell;
}
.box-blog .blogLeft .post-content {
	margin:0px;
	line-height:1.3;
}
.box-blog .blogLeft .post-content .read-more {
	font-weight:700;
	color:#8f2d84;
}
.box-blog .blogLeft .post-content .read-more:hover {
	color:#000;
}
.box-blog .blogLeft .post-content .post-date {
	top:-30px;
	color:#8f2d84;
	font-weight:600;
	font-size:17px;
	position:absolute;
}
h2.widgettitle:after, h2.widgettitle:before {
	display:none;
}
#tag_cloud-2 h2.widgettitle {
	padding-bottom:0px;
}
h2.widgettitle {
	letter-spacing:0px;
	color:#000;
	font-weight:600;
	padding-bottom:13px;
	font-size:20px;
	text-align:left;
	font-family: 'Lato', sans-serif;
}
.box-blog .blogRight .pfc-post {
	padding:0px;
	border:none;
	color:#000;
	width:100%;
	font-size:16px;
	min-height:inherit;
	box-shadow:none;
	margin-bottom:10px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	background-color:transparent;
}
.box-blog .blogRight .read-more {
	display:none;
}
.box-blog .blogRight .news-text-wrap h2{
	text-align:left;
	font-size:18px;
	padding-top:0px !important;
	padding-bottom:0px;
}
.box-blog .blogRight .news-text-wrap p{
	padding-left:0px;
}
.box-blog .blogRight h2.widgettitle{
	display:block;	
}
.box-blog .blogRight .post-img {
	width:76px;
	float:left;
	padding:0px;
	background-color:#f6f6f6;
	border:solid 1px #EDEDED;
}
.box-blog .pfc-posts-main .pfc-post.layout-one .news-thumb{
	width:85px;
	height:75px;
}
.box-blog .pfc-posts-main .pfc-post.layout-one .news-thumb img{
	width: 85px;
	height: 75px;
	object-fit: cover
}
.box-blog .pfc-posts-main .layout-one .news-text-wrap{
	padding-left:105px;
	float:none;
}
.box-blog .blogRight .post-content {
	margin:3px 0px 0px 90px;
	line-height:1.5;
}
.box-blog .blogRight .post-content p {
	padding-bottom:0px;
}
.box-blog .blogRight .post-content .post-date {
	color:#8f2d84;
}
.home-slider {
	background-color:#8f2d84;
}
.box-video {
	text-align: center;
	padding:20px 0px 30px 0px;
}
.box-about {
	font-size:21px;
	line-height:1.4;
}
.box-ourBranding {
	line-height:1.2;
	font-size:16.67px;
	padding:50px 0px;
	background:url("../images/bg-our-evry.png") no-repeat scroll center bottom #d2d2d2;
}
.box-ourBranding h3 {
	margin-bottom:0px;
}
.box-ourBranding p {
	padding-bottom:8px;
}
html body .box-ourBranding img {
	margin:0px;
}
html body .box-ourBranding strong {
	font-weight:700;
	font-family: 'Lato', sans-serif;
}
.curve-img:after {
	width:55px;
	height:100%;
	left:-55px;
	top:0px;
	content:"";
	position:absolute;
	background:url("../images/menu-curve-left.png") no-repeat scroll left bottom;
}
.curve-img:before {
	width:55px;
	height:100%;
	left:-49px;
	top:0px;
	content:"";
	margin-left:-266px;
	position:absolute;
	background:url("../images/menu-curve-right.png") no-repeat scroll left bottom;
}
html body .wrapfixed .myfixed {
	background-color:rgba(0, 0, 0, 0.9) !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.site-branding {
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
.wrapfixed .site-title {
	width:170px;
	padding-top:0px;
	margin:0px auto;
}
.wrapfixed ul.list-contact-detail {
	padding-top:1px;
	padding-bottom:8px;
}
.wrapfixed .site-branding img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.wrapfixed ul.mega-sub-menu li a {
	font-size:17px !important;
}
.wrapfixed .bg-menu {
	padding-top:5px;
}
html body .wrapfixed .bg-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding:6px 10px 26px;
}
.wrapfixed .site-header-main {
	padding:15px 0px 0px 0px;
}
body.rfwbs-active {
	padding-bottom:0px !important;
}
html body #mysticky-nav {
	top:0px;
}
.flexslider .slides li {
	position:relative;
}
.flexslider .slides li:after, .box-mainHeading .post-thumbnail:after {
	position:absolute;
	content:"";
	background:url("../images/parrten-banner.png") repeat left top;
	top:0px;
	left:0px;
	display:block !important;
	width:100%;
	height:100%;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	box-shadow:none;
	background-color:inherit;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-categories {
	display:none;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
	box-shadow:none;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-title:before {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:transparent;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-title {
	font-size:24px;
	font-family: "Lato", sans-serif;
	height:67px;
	position:relative;
	margin-bottom:5px;
	display:table;
	width:100%;
	padding-bottom:6px;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-title > a {
	display:table-cell;
	vertical-align:middle;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-title:after {
	width:150px;
	height:1px;
	content:"";
	left:50%;
	margin-left:-75px;
	position:absolute;
	bottom:0px;
	background: rgb(114,20,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72146e', endColorstr='#eb792f', GradientType=1 ); /* IE6-9 */
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-title a {
	color:#000;
}
html body .our-services .default-theme.wp-posts-carousel .wp-posts-carousel-desc {
	min-height:210px;
}
html body .our-services .default-theme.wp-posts-carousel .wp-posts-carousel-desc a {
	display:inline-block;
	font-size:15px;
	padding:3px 20px;
	height:auto;
}
html body .our-services .default-theme.wp-posts-carousel .wp-posts-carousel-desc .read-more-btn {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	padding-bottom:0px;
}
.our-services {
	padding-bottom:40px;
	padding-top:40px;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-desc {
	font-size:14px;
	color:#000;
	font-family: 'Lato', sans-serif;
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	line-height:22px;
}
html body .default-theme.wp-posts-carousel .wp-posts-carousel-details {
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
}
body .portfolio-tab h3 {
	color:#fff !important;
	position:relative;
	padding-bottom:5px;
	font-size:40px !important;
	font-weight:bold;
}
body .box-Testimonials h3{
	font-style: italic;
	font-size: 20px;
}
.portfolio-tab .text-center, .freelancer_section .text-center {
    padding: 50px 0;
}
body .portfolio-tab h3:before {
	right:40px;
}
.portfolio-tab h3:after {
	left:40px;
}
#afp-filter {
	display:none !important;
}
.our-services .default-theme.wp-posts-carousel .wp-posts-carousel-image:hover:after {
	opacity:0.9;
}
.our-services .default-theme.wp-posts-carousel .wp-posts-carousel-image a {
	position:relative;
	border-radius:50%;
}
.our-services .default-theme.wp-posts-carousel .wp-posts-carousel-image {
	position:relative;
	padding-top:0px;
}
.our-services .default-theme.wp-posts-carousel .wp-posts-carousel-image:before {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:transparent;
	z-index:1;
}
.our-services .default-theme.wp-posts-carousel .wp-posts-carousel-image:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	opacity:0;
	font-size:22px;
	font-family: "Lato", sans-serif;
	color:#fff;
	left:0px;
	top:0px;
	padding:85px 5px;
	z-index:2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: rgb(115,25,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73196e', endColorstr='#eb7931', GradientType=1 ); /* IE6-9 */
}
.portfolio-tab ul.afp-items .afp-single-item a.colorbox {
	position:relative;
	line-height:0px;
	display:block;
}
.portfolio-tab ul.afp-items .afp-single-item a.colorbox:hover:after {
	opacity:0.9;
}
.portfolio-tab ul.afp-items .afp-single-item a.colorbox:after, .portfolio-box .portfolio-img a {
	content:"MORE ABOUT THIS PROJECT";
	position:absolute;
	text-transform:uppercase;
	width:100%;
	top:0px;
	height:100%;
	opacity:0;
	font-size:22px;
	font-family: "Lato", sans-serif;
	color:#fff;
	left:0px;
	z-index:5;
	line-height:25px;
	padding:90px 110px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: rgb(115,25,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73196e', endColorstr='#eb7931', GradientType=1 ); /* IE6-9 */
}
ul.branding-list li:nth-child(odd) .icon-box h3 {
	transform:rotate(8deg);
}
ul.branding-list li:nth-child(even) .icon-box h3 {
	transform:rotate(-8deg);
}
.Our-branding h3, .Our-branding h2 {
	color:#fff;
}
.Our-branding .icon-box h3 {
	color:#474747 !important;
	font-size:22px !important;
	padding:5px 0px 0px;
	font-family: "Lato", sans-serif;
}
ul.branding-list {
	display:inline-block;
	margin:60px 0px 40px;
	width:100%;
}
ul.branding-list li {
	float:left;
	list-style:none;
	width:16.3%;
	text-align:center;
	position:relative;
}
ul.branding-list li:nth-child(odd) {
	background-color:#d3d3d3;
}
 ul.branding-list li:nth-child(even) {
	background-color:#f1f1f1;
}
.Our-branding {
	padding:40px 0px;
	display:inline-block;
	background:url("../images/bg_branding.png") no-repeat left top #471431;
	background-size:cover;
}
.icon-box {
	padding:10px 0px;
}
.icon-box img {
	margin-bottom:0px;
}
.icon-box br {
	display:none;
}
ul.branding-list li:nth-child(even):before {
	 border-top:40px solid #f1f1f1;
	 border-right:202px solid transparent;
	 content: "";
	 height: 0;
	 position: absolute;
	 right: 2px;
	 bottom:-40px;
	 z-index: 5;
}
ul.branding-list li:nth-child(odd):after {
	 border-bottom:40px solid #d3d3d3;
	 border-right:202px solid transparent;
	 content: "";
	 height: 0;
	 position: absolute;
	 right: 2px;
	 top:-40px;
	 z-index: 5;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.branding-list li:nth-child(5):after {
		right:1px;
	}
}
ul.branding-list li:nth-child(even):after {
	 border-bottom:40px solid #f1f1f1;
	 border-left:202px solid transparent;
	 content: "";
	 height: 0;
	 position: absolute;
	 right: -1px;
	 top:-40px;
	 z-index: 5;
}
ul.branding-list li:nth-child(odd):before {
	 border-top:40px solid #d3d3d3;
	 border-left:202px solid transparent;
	 content: "";
	 height: 0;
	 position: absolute;
	 right: 0;
	 bottom:-40px;
	 z-index: 5;
}
.hover-contant {
	color:#fff;
	height:204px;
	line-height:1.2;
	padding:40px 10px 0px 10px;
	width:100%;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
ul.branding-list.branding-hover-list {
	position:relative;
	z-index:50;
	display:inline-block;
	width:100%;
	top:-65px;
	margin:0px;
	margin-top:-220px;
}
ul.branding-list.branding-hover-list li:nth-child(2n+1), ul.branding-list.branding-hover-list li:nth-child(2n) {
	 background-color:rgba(231, 91, 46, 0.8);
	 opacity:0;
	 -webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
 ul.branding-list.branding-hover-list li:nth-child(odd):before, ul.branding-list.branding-hover-list li:nth-child(even):before {
	border-top-color:rgba(231, 91, 46, 0.8);
}
 ul.branding-list.branding-hover-list li:nth-child(odd):after, ul.branding-list.branding-hover-list li:nth-child(even):after {
	border-bottom-color:rgba(231, 91, 46, 0.8);
}
html body ul.branding-list.branding-hover-list li:hover {
	opacity:1;
}
.wonderplugingridgallery {
	padding:20px 0px;
}
.box-mainHeading {
	margin-bottom:40px;
	height:100%;
	position:relative;
}
.box-mainHeading .entry-header .entry-title {
	padding:0px;
	margin:0px;
	text-align:left;
	color:#fff;
	font-size:60px;
	font-family: "Lato", sans-serif;
	text-transform:capitalize;
	letter-spacing:0px;
}
.box-mainHeading .entry-header {
	max-width:1230px;
	padding:0px 15px;
	padding:0px;
	right:0px;
	margin:0px auto;
	font-size:45px;
	text-align:left;
	color:#FFF;
	text-transform:uppercase;
	top:50%;
	left:0px;
	width:100%;
	position:absolute;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.1);
}
.single-post .box-mainHeading .post-thumbnail img {
	height: 344px;
	object-fit: cover;
	width: 100%;
}
.box-mainHeading .post-thumbnail img {
	width:100%;
	max-height:344px;
}
 .portfolio-tab [class*="col-"] {
	padding:5px;
}
.portfolio-tab .row {
	margin-left:-5px;
	margin-right:-5px;
}
.portfolio-box .portfolio-img:hover a {
	opacity:1;
}
.portfolio-box .portfolio-img img {
	width:100%;
}
.portfolio-box .portfolio-img {
     position: relative;
    text-align: center;
    border: 5px solid #ee4200;
    border-radius: 8px;
}
.mdl-button {
	z-index:1;
	position:relative;
	overflow:hidden;
	display:inline-block;
}
.mdl-button:hover, .mdl-button:focus, html body .get-in-touch-form #fscf_submit5[type="submit"]:hover {
	color:#FFF;
	border-image:none;
	background-color:#8f2d84;
}
.ink {
	display:block;
	position:absolute;
	background:rgba(255, 255, 255, 0.2);
	border-radius:100%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	z-index:-1;
}
.animate {
	-webkit-animation:ripple 0.65s linear;
	-moz-animation:ripple 0.65s linear;
	-ms-animation:ripple 0.65s linear;
	-o-animation:ripple 0.65s linear;
	animation:ripple 0.65s linear
}
 @keyframes ripple {
 0% {
 transform: scale(0);
}
 20% {
 transform: scale(1);
}
 100% {
 opacity: 0;
 transform: scale(1);
}
}
.single-post .post .entry-footer {
	display:none;
}
.home .box-portfolioImg {
	padding:0px;
}
.box-portfolioImg {
	position:relative;
	z-index:1;
	padding:37px 0px 0px 0px;
	background:url(../images/contact-home-bg.png) no-repeat right top #8f2d84;
	background-size:325px;
}
.box-portfolioImg .entry-title {
	color:#FFF;
	font-size:42px;
	letter-spacing:4px;
}
.box-portfolioImg .post-thumbnail {
	margin-bottom:-145px;
	padding-top:64px;
	box-shadow:0px 3px 10px rgba(0, 0, 0, 0.5);
	background:url(../images/browser.png) no-repeat center top;
	background-size:100%;
}
.portfolio-contentPart {
	padding-top:0px;
	min-height:600px;
}
.box-siteDetail {
	line-height:1.7;
	background-color:#efefef;
	padding:190px 0 60px 0px;
}
.portfolio-contentPart .content-area {
	max-width:100%;
	padding-left:0px;
	padding-right:0px;
}
.box-sitelogo {
	background-color: #ffffff;
	border: 5px solid #ddd;
	display: table;
	height: 240px;
	margin-right:1%;
	margin-left:1.2%;
	text-align: center;
	width: 47%;
}
.box-sitelogo .sitelogo-inner {
	display:table-cell;
	vertical-align:middle;
}
.portfolio-innerContet {
	padding:20px 0px 60px;
}
.content-testimonials {
	max-width:800px;
	margin:0px auto;
	position:relative;
}
.content-testimonials:before {
	content:"\f10d";
	left:-35px;
	top:0px;
	position:absolute;
	font-family:"FontAwesome";
}
html body .portfolio-innerslider .flex-control-nav {
	text-align:center;
	bottom:-60px !important;
}
html body .portfolio-innerslider .flex-control-paging li a {
	background:#3e3e3e;
}
html body .portfolio-innerslider .flex-control-paging li a.flex-active {
	background:#e86107;
}
.box-wordpressDetail {
	padding:15px;
	margin-bottom:45px;
	text-align:center;
	border:1px solid #cfcfcf;
	background-color:#dddddd;
}
.box-wordpressDetail ul.list-icons {
	list-style:none;
	padding:0px;
	line-height:1;
}
.box-wordpressDetail ul.list-icons li {
	display:inline-block;
}
.box-wordpressDetail ul.list-icons li + li {
	padding-left:20px;
}
.box-wordpressDetail ul.list-icons li img {
	margin:0px;
}
.portfolio-innerslider .flexslider .slides li:after {
	display:none !important;
}
.get-in-touch-form h4 {
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding-bottom:25px;
	text-transform:uppercase;
}
.get-in-touch-form #FSContact5 input#fscf_captcha_code5 {
	height:33px;
	max-width:112px !important;
	width:100% !important;
}
.get-in-touch-form #FSContact5 {
	position:relative;
}
.get-in-touch-form #FSContact5 [id*="fscf_div_clear5_"] {
	width:98% !important;
	clear:inherit !important;
	float:left;
	padding-right:50%;
	margin-right:2%;
	margin-bottom:8px;
}
.get-in-touch-form #FSContact5 label {
	font-weight:normal;
	font-size:21px;
	padding-bottom:8px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
}
.get-in-touch-form #FSContact5 #fscf_div_clear5_3 {
	left:50%;
	margin-left:2%;
	padding:0px;
	width:48% !important;
	position:absolute;
}
.get-in-touch-form #FSContact5 #fscf_div_clear5_3 + div {
	padding-bottom:0px !important;
}
.get-in-touch-form #FSContact5 [id*="fscf_div_field5_"] {
	max-width:100% !important;
	position:relative;
}
.get-in-touch-form #fscf_submit_div5 {
	padding-top:30px !important;
	padding-bottom:0px;
}
html body .get-in-touch-form #fscf_submit5[type="submit"] {
	width:auto !important;
	padding:4px 18px;
	height:40px;
	font-size:21px;
	border-radius:0px;
	color:#fff;
	background-color:inherit;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #931164 0%, #ea6f2f 100%);
	border-image: linear-gradient(to right, #931164 0%, #ea6f2f 100%);
	border-image-slice: 1;
	color:#eb7b2f;
}
.get-in-touch-form #FSContact5 select {
	padding:5px 10px;
	font-size:18px;
	color:#FFF;
	border:none;
	border-bottom:solid 1px #FFF;
	background-color:transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../images/icon-select.png) no-repeat center right;
}
#make-Appointment .get-in-touch-form #FSContact5 {
	color:#FFF;
}
#make-Appointment .get-in-touch-form #FSContact5 #fscf_div_field5_6 select {
	width:125px;
}
.get-in-touch-form #FSContact5 #fscf_div_field5_6 select {
	width:75px;
	height:45px;
}
.get-in-touch-form #FSContact5 input, .get-in-touch-form #FSContact5 textarea {
	width:100% !important;
	max-width:100% !important;
	background-color:#f1f1f1;
	border:solid 1px #8a8a8a;
	color:#3e3e3e;
	height:40px;
	padding:8px 20px 8px 10px;
}
html body .get-in-touch-form #FSContact5 input[type="checkbox"] {
	width:12px !important;
	height:auto !important;
	margin:0px 5px 0px 0px;
}
ul.list-simple li {
	position:relative;
	padding-left:15px;
	padding-bottom:5px;
}
ul.list-simple li:after {
	position:absolute;
	content:"\f105";
	left:0px;
	top:0px;
	font-size:16px;
	color:#3e3e3e;
	font-family:'fontAwesome';
}
ul.list-simple {
	margin-bottom:20px;
}
body .video-section h2 {
	margin-bottom:20px;
	position:relative;
    text-align:center;
    color: #000;
    font-size: 58px !important;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
html #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height:30px;
}
.video-section {
	padding-bottom:30px;
}
.entry-footer, aside.widget-area.sidebar {
	display:none;
}
.page-id-1066 .sitelogo-inner img {
	background-color:#ee1d23;
	padding:5px;
}
.video-section #wonderplugincarousel-3 .amazingcarousel-prev, .video-section #wonderplugincarousel-3 .amazingcarousel-next {
	background: none !important;
    background-color: #f26b21 !important;
    border: 1px solid #f26b21;
    border-radius: 50px;
}
html .video-section #wonderplugincarousel-3 .amazingcarousel-prev:after {
	right:19px;
}
html .video-section #wonderplugincarousel-3 .amazingcarousel-next:after {
	left:19px;
}
.video-box [class*="col-"] {
	padding-bottom:25px;
}
.type-post ul li h2 {
	font-size:22px;
	text-align:left;
	letter-spacing:0px;
	padding-top:10px;
	padding-bottom:15px;
}
.postid-1169 .box-mainHeading .entry-header .entry-title, .postid-1171 .box-mainHeading .entry-header .entry-title, .postid-238 .box-mainHeading .entry-header .entry-title, .postid-235 .box-mainHeading .entry-header .entry-title, .postid-232 .box-mainHeading .entry-header .entry-title, .postid-225 .box-mainHeading .entry-header .entry-title, .postid-228 .box-mainHeading .entry-header .entry-title, .postid-223 .box-mainHeading .entry-header .entry-title, .postid-220 .box-mainHeading .entry-header .entry-title {
	font-size:59px;
}
html body .wonderplugin-gridgallery-item > a {
	display:none !important;
}
.video-section #wonderplugincarousel-3 .amazingcarousel-prev:hover, .video-section #wonderplugincarousel-3 .amazingcarousel-next:hover {
	background-color:#ca580c !important;
}
.page-id-6 .box-mainHeading .entry-title {
	display:none;
}
.page-id-58 .box-mainHeading .entry-title {
	color:#384958;
}
.page-id-36 .box-mainHeading .entry-title {
	max-width:400px;
	line-height:1;
}
.page-id-33 .box-mainHeading .entry-title, .page-id-40 .box-mainHeading .entry-title, .page-id-42 .box-mainHeading .entry-title, .page-id-421 .box-mainHeading .entry-title, .page-id-54 .box-mainHeading .entry-title, .page-id-1154 .box-mainHeading .entry-title, .page-id-276 .box-mainHeading .entry-title, .page-id-278 .box-mainHeading .entry-title, .page-id-1286 .box-mainHeading .entry-title, .page-id-617 .box-mainHeading .entry-title {
	color:#282828;
}
.page-id-386 .box-mainHeading {
	min-height:200px;
	margin-bottom:0px;
}
.page-id-1204 .box-mainHeading .entry-title {
	color:#0382dc;
}
.site-logo-box .wonderplugin-gridgallery-item-container:after {
	display:none;
}
#html5-watermark div {
	display:none !important;
}
.page-id-262 .box-mainHeading .entry-title, .page-id-809 .box-mainHeading .entry-title {
	color:#123074;
}
.page-id-386 .box-mainHeading .entry-title {
	color:#3e3e3e;
	text-align:center;
	font-size:80px;
	background:url(../images/heading-img.png) no-repeat center bottom;
	padding-bottom:40px;
	position:relative;
}
.page-id-386 .box-mainHeading .entry-title:after {
	position:absolute;
	content:"";
	width:300px;
	height:2px;
	background-color:#d1d1d1;
	left:0px;
	bottom:17px;
	display:block !important;
	z-index:-1;
	right:0px;
	margin:0px auto;
	top:inherit;
}
.page-id-40 .box-mainHeading .entry-title, .page-id-811 .box-mainHeading .entry-title {
	color:#fff;
}
.page-id-936 .box-mainHeading .entry-title {
	color:#844204;
}
.page-id-4027 .box-mainHeading .entry-title {
	color:#333333;
}
.page-id-38 .box-mainHeading .entry-title {
	color:#ac456d;
}
.page-id-811 .box-mainHeading .entry-title {
	color:#ba1e22;
}
.wonderplugin-gridgallery-item-container {
	position:relative;
	z-index:11;
	border: 1px solid #afafaf;
}
.wonderplugin-gridgallery-item-img {
	height: auto !important;
	width: 100% !important;
	margin-top:0px !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-out 0s !important;
	-moz-transition: all 0.2s ease-out 0s !important;
	-o-transition: all 0.2s ease-out 0s !important;
	-ms-transition: all 0.2s ease-out 0s !important;
	transition: all 0.2s ease-out 0s !important;
}
.wonderplugin-gridgallery-item:hover .wonderplugin-gridgallery-item-img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.our-services #wonderplugincarousel-4 .amazingcarousel-item-container {
	padding-left:15px;
	padding-right:15px;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-image {
	padding:0px;
	box-shadow:none;
	background-color:transparent;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-title {
	text-align:center;
	font-size:24px;
	font-family: "Lato", sans-serif;
	height:67px;
	line-height:1.1;
	position:relative;
	margin:25px 0px 5px 0px;
	display:table;
	width:100%;
	color:#000;
	padding-bottom:6px;
	text-transform:uppercase;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-title > a {
	display:table-cell;
	vertical-align:middle;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-title:after {
	width:150px;
	height:1px;
	content:"";
	left:50%;
	margin-left:-75px;
	position:absolute;
	bottom:0px;
	background: rgb(114,20,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(114, 20, 110, 1) 0%, rgba(147, 28, 90, 1) 21%, rgba(194, 40, 61, 1) 50%, rgba(235, 75, 43, 1) 78%, rgba(235, 121, 47, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72146e', endColorstr='#eb792f', GradientType=1 ); /* IE6-9 */
}
.our-services #wonderplugincarousel-4 .amazingcarousel-description {
	text-align:center;
	font-size:14px;
	line-height:22px;
	margin:6px 0px;
	min-height:247px;
	position:relative;
	padding-bottom:32px;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-description a {
	margin:0px auto;
	font-size: 15px;
	height: auto;
	padding: 3px 20px;
	position:absolute;
	left:50%;
	min-width:140px;
	bottom:0px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}
.our-services #wonderplugincarousel-4 .amazingcarousel-image img {
	width:auto;
	margin:0px auto;
}
.our-services #wonderplugincarousel-4 .amazingcarousel-image a:after {
	content:"MORE ABOUT THIS SERVICE";
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	opacity:0;
	font-size:22px;
	font-family: "Lato", sans-serif;
	color:#fff;
	left:0px;
	top:0px;
	padding:85px 5px;
	z-index:2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: rgb(115,25,110); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(115, 25, 110, 1) 0%, rgba(142, 37, 84, 1) 25%, rgba(180, 29, 41, 1) 53%, rgba(221, 65, 45, 1) 80%, rgba(235, 121, 49, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73196e', endColorstr='#eb7931', GradientType=1 ); /* IE6-9 */
}
.our-services #wonderplugincarousel-4 .amazingcarousel-image a:hover:after {
	opacity:1;
}
.srp-post-thumbnail-link a:hover:before, .srp-post-thumbnail-link a:hover:after, html body .box-resources .pfc-post > a:first-child:hover:before, html body .box-resources .pfc-post > a:first-child:hover:after {
	opacity:1;
	-webkit-animation:lms_hover_expo .5s;
	-moz-animation:lms_hover_expo .5s;
	-ms-animation:lms_hover_expo .5s;
	-o-animation:lms_hover_expo .5s
}
.srp-post-thumbnail-link a::before, html body .box-resources .pfc-post > a:first-child::before {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.5s ease-in-out 0s;
	width: 100%;
}
element.style {
	font-size: 1em;
}
*, *::before, *::after {
	box-sizing: inherit;
}
*::before, *::after {
	box-sizing: border-box;
}
*::after, *::before {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
*::before, *::after {
	box-sizing: border-box;
}
*::after, *::before {
	box-sizing: border-box;
}
.tagcloud a {
	background-color: #8f2d84;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 6px 12px 7px;
}
a {
	color: #e86107;
}
input[type="submit"], input[type="button"], input[type="reset"], a, button {
	cursor: pointer;
}
a {
	transition: all 0.4s ease-out 0s;
}
input, textarea, a {
	outline: medium none;
}
html, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
a {
	color:#e86107;
	text-decoration: none;
}
a {
	background-color: transparent;
}
*, *::before, *::after {
	box-sizing: inherit;
}
* {
	box-sizing: border-box;
}
*::-moz-placeholder {
	 color: #333333;
	 opacity: 0.6;
}
*::-moz-placeholder {
	 color: #616060;
	 direction: ltr;
	 font-size: 14px;
	 opacity: 1;
}
*::-moz-selection {
	 background-color: #666;
	 color: #fff;
}
.tagcloud {
	font-size: 14px;
}
ul {
	list-style: outside none none;
}
.site-content {
	word-wrap: break-word;
}
body.home {
	font-family:"Lato", sans-serif;
	font-size: 18px;
}
body {
	color: #000;
	direction: ltr;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
html {
	font-size: 10px;
}
html {
	font-family: "Lato", sans-serif;
}
#All_Blog .pfc-post .post-img a:before {
	top:0;
	left:0;
	opacity:0;
	width:100%;
	content:"";
	height:100%;
	position:absolute;
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}
#All_Blog .pfc-post .post-img {
	position:relative;
}
#All_Blog .pfc-post .post-img a:after {
	content:"+";
	top:50%;
	left:0;
	opacity:0;
	width:100%;
	font-size:80px;
	color:#e86107;
	text-align:center;
	margin-top:-15px;
	position:absolute;
	font-family:"Lato", sans-serif;
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out
}
#All_Blog .pfc-post .post-img a:hover:before, #All_Blog .pfc-post .post-img a:hover:after {
	opacity:1;
-webkit-animation:lms_hover_expo .5s;
-moz-animation:lms_hover_expo .5s;
-ms-animation:lms_hover_expo .5s;
-o-animation:lms_hover_expo .5s
}
@-webkit-keyframes lms_hover_expo {
0% {
opacity:0;
-webkit-transform:scale(1.1);
-webkit-transition:ease-in
}
100% {
opacity:1;
-webkit-transition:ease-out
}
}
@-moz-keyframes lms_hover_expo {
0% {
opacity:0;
-moz-transform:scale(1.1);
-moz-transition:ease-in
}
100% {
opacity:1;
-moz-transition:ease-out
}
}
@-ms-keyframes lms_hover_expo {
0% {
opacity:0;
-ms-transform:scale(1.1);
-ms-transition:ease-in
}
100% {
opacity:1;
-ms-transition:ease-out
}
}
@-o-keyframes lms_hover_expo {
0% {
opacity:0;
-o-transform:scale(1.1);
-o-transition:ease-in
}
100% {
opacity:1;
-o-transition:ease-out
}
}
.single-post h1.entry-title {
	font-size:22px;
	letter-spacing:2px;
}
body.single-post h4 {
	font-weight:bold;
}
body.single-post {
	font-size:16px;
	font-family:"Lato", sans-serif;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container {
	position: relative;
	z-index: 11;
	border: 1px solid #afafaf;
	background: rgba(255, 255, 255, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 39%, rgba(241, 241, 241, 1) 94%, rgba(240, 240, 240, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(39%, rgba(247, 247, 247, 1)), color-stop(94%, rgba(241, 241, 241, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 39%, rgba(241, 241, 241, 1) 94%, rgba(240, 240, 240, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 39%, rgba(241, 241, 241, 1) 94%, rgba(240, 240, 240, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 39%, rgba(241, 241, 241, 1) 94%, rgba(240, 240, 240, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 39%, rgba(241, 241, 241, 1) 94%, rgba(240, 240, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}
#wonderplugingridgallery-16 .wonderplugin-gridgallery-item-title, #wonderplugingridgallery-19 .wonderplugin-gridgallery-item-title, #wonderplugingridgallery-21 .wonderplugin-gridgallery-item-title, #wonderplugingridgallery-22 .wonderplugin-gridgallery-item-title {
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
	text-shadow:1px 3px 2px rgba(0, 0, 0, 0.5);
}
#wonderplugingridgallery-16 .wonderplugin-gridgallery-item-text, #wonderplugingridgallery-19 .wonderplugin-gridgallery-item-text, #wonderplugingridgallery-21 .wonderplugin-gridgallery-item-text, #wonderplugingridgallery-22 .wonderplugin-gridgallery-item-text {
	padding:0px !important;
}
.city-pageContent h1.entry-title, .city-pageContent h2{
	letter-spacing:4px;
	font-size:42px;
	text-align:left;
	margin-bottom:20px;
}
.city-rightColumn .rightColumn-inner #FSContact6{
	padding:0px 20px 20px 20px;
	background-color:#8f2d84;	
}
.city-rightColumn .rightColumn-inner .widgets_on_page > ul > li{
	margin-bottom:20px;
}
.city-rightColumn .rightColumn-inner .widgets_on_page > ul > li:nth-child(2){
	margin:0px 20px 20px 20px;
}
.rightColumn-inner select.city-dropdown{
	background-color:rgba(0, 0, 0, 0.3);
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    max-width: 100%;
    width: 100%;
}
.city-leftColumn{
	padding-top:30px;
}	
.rightColumn-inner #FSContact6 [id*="fscf_div_clear6_"]{
	width:100%;
	display:inline-block;
	margin-bottom:10px;	
}
.rightColumn-inner #fscf_submit6{
	background-color:#000;
	color:#FFF;
	width:100%;
	border-color:#000;
}	
.page-template-city-temp{
	overflow-x:hidden;	
}
.page-template-city-temp .site-footer{
	margin-top:0px;
}
.city-pageContent{
	z-index:1;
	position:relative;
}
.city-pageContent:after{
	background: rgba(0, 0, 0, 0) url("../images/contact-home-bg.png") no-repeat scroll right top;
	background-size:350px auto;
    content: "";
    height: 100%;
    left: -45px;
    opacity: 0.5;
    padding: 37px 0 0;
    position: absolute;
    top: 310px;
    width: 350px;
    z-index: -1;
}
.right-logo{
	z-index:1;
	overflow:hidden;
	position:relative;
	background-color:rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 0;
    padding: 26px 15px 19px;
    text-align: center;
	box-shadow:inset 0px -10px 40px  rgba(0,0,0,0.3);
}
.right-logo:after{
	left:0px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFF;
	border-width: 13px;
	margin-top: -38px;
}
.right-logo:before{
	background: rgba(0, 0, 0, 0) url("../images/contact-home-bg.png") no-repeat scroll right top;
	background-size:100%;
    content: "";
    height: 100%;
    right: -40px;
    opacity:1;
    position: absolute;
    top:0px;
    width: 160px;
    z-index:1;
}
.right-logo img{
	height:70px;
}
.city-contact-box{
	background-color: #eeeeee;
    border: 1px solid #ddd;
    margin-top: -20px;
    padding:0px;
}
.rightColumn-inner{
	 background-color: #8f2d84;
}	
.call-heading i{   
	background-color:#eb7b2f;
	border-radius:50%;
	font-size:28px;
	color:#fff;
	height:45px;
	line-height:28px;
	min-width:14px;
	padding:10px;
	margin-right:10px;
	text-align:center;
	width:45px;
}
.call-heading {
	background-color:#e7e7e7;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding: 19px 15px 15px 14px;
    text-align: center;
    text-transform: uppercase;
}
ul.list-detail{
	padding:15px;
	font-weight:700;
	text-align:center;
}
ul.list-detail li + li{
	margin-top:5px;
}
.box-city-slider .flex-control-nav{
	text-align:center;
}
.city-portfolio-carousel {
    background-color: #8f2d84;
    margin-top: 30px;
    padding: 40px 0px;
	position:relative;
	z-index:1;
	margin-bottom:0px;
}
.city-portfolio-carousel:after{
	background: rgba(0, 0, 0, 0) url("../images/contact-home-bg.png") no-repeat scroll right center;
	background-size:350px auto;
    content: "";
    height: 100%;
    right:0px;
    opacity: 0.8;
    position: absolute;
    top:0px;
    width: 350px;
    z-index: -1;
}	
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-title{
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #fff;
	font: bold 18px "Lato",sans-serif;
	margin: 0;
	padding: 9px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
}	
.city-portfolio-carousel h2{
	text-align:center;
	color:#FFF;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-image, .city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-item-container{
	padding:0px;
}	
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev, .city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next{
	width:48px !important;
	height:48px !important;
	top:-57px;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev{
	left:inherit;
	right:56px;
}	
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next{
	margin-right:6px;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev, .city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next {
	background:none !important;
	background-color:#272727 !important;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next:after{
	left:22px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFF;
	border-width:14px;
	margin-top: -14px;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev:after {
	right:22px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #FFF;
	border-width:14px;
	margin-top:-14px;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev:after {
	right:19px;
}
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next:after {
	left:19px;
}		
.city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-prev:hover, .city-portfolio-carousel #wonderplugincarousel-5 .amazingcarousel-next:hover {
	background-color:#ca580c !important;
}
.city-pageContent h3{
	font-size:26px;
	text-align:left;
	font-family: "Lato", sans-serif;	
}
.city-pageContent h4{
	font-weight:bold;
}	
.city-pageContent h4 span{
	font-size:15px;
	font-weight:normal;
}
.city-pageContent p i{
	font-weight:bold;
}
.row-images{
	margin-bottom:20px !important;
}
.text-city{
	float:left;
	padding-right:5px; 
}
.dropdown-city .panel-title{
	padding:0px;
	color:#FFF;
	font-weight:normal;
	background-color:rgba(0, 0, 0, 0.3);
}
.dropdown-city .panel-title a{
	display:block;
	padding:11px 15px;	
}
.dropdown-city .panel-title a i{
	float:right;
	top:1px;
	font-size:19px;
	position:relative;
}
.dropdown-city .panel-group{
	margin:0px;
}
.dropdown-city .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top-color:rgba(0, 0, 0, 0.2);
	height: 204px;
    overflow-y: auto;
}
.dropdown-city .panel-title a:hover, .rightColumn-inner .panel-title a:focus{
	color:#FFF;
}
.dropdown-city .panel-body{
	background-color:rgba(0, 0, 0, 0.2);
}
.dropdown-city .panel-body .panel-body{
	padding:4px 15px; 
	height:200px;
	overflow:auto;
}
.dropdown-city .panel-group .panel{
	background-color:transparent;
	border:none;
}
.dropdown-city .panel-heading{
	border-radius:0px;
	padding:0px;
	border:none;
	background-color:transparent;
}
ul.top-menu li a{
	color:#FFF;
	position:relative;
	padding:4px 5px 4px 15px;
	font-size:14px;
	display:block;
	font-family: "Lato", sans-serif;	
}
ul.top-menu li a:before{
	content:"\f0da";
	left:0px;
	top:5px;
	position:absolute;
	font-family:"FontAwesome";	
}
.rightColumn-inner .panel-group a.collapsed i.fa-plus-circle:before{
	content:"\f055";
} 
.rightColumn-inner .panel-group a i.fa-plus-circle:before{
	content:"\f056";
}
.client-feedback{
	font-style:italic;
	font-family: "Lato", sans-serif;
}
.client-feedback h6{
	font-style:italic;
	font-size:18px;
	font-weight:bold;
}
.feedback-page{
	margin:0px auto;
}
.feedback-page h3{
	font-weight:bold;
}
.feedback-page .feedback{
	border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    height: 351px;
    text-align: center;
    display: table;
    width: 100%;
	position:relative;
	z-index:1;	
}
.feedback-page .feedback:after{
	content:'';
	left:0px;
	right:0px;
    width: 100%;
	background-color:rgba(0,0,0,0.4);
	height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
	z-index:-1;
}
.feedback-page .feedback:hover:after{
	background-color:rgba(0,0,0,0.4);
	 opacity: 1;
}
.feedback-page .feedback-1{
	background:#fec201;
	border-radius: 10px;
	padding: 16px;
}
.feedback-page .feedback-2{
	background:#385897;
	border-radius: 10px;
	padding: 16px;
}
.feedback-page .feedback-3{
	background:#f6f6f6;
	border-radius: 10px;
	padding: 16px;
}
.feedback-page .feedback-4{
	background:#0d6698;
	border-radius: 10px;
	padding: 16px;
}
.feedback-page .feedback-5{
	background:#bd2418;
	border-radius: 10px;
	padding: 16px;
}
.feedback-page .feedback-inner{
	vertical-align:middle;
	width:100%;
	display: table-cell;
}
.city-leftColumn a:hover{
	text-decoration:underline;
}
.city-leftColumn .btn:hover{
	text-decoration:none;
}
.city-rightColumn .dropdown-city{
	padding:0px 20px 20px;
}
.page-id-4224 .box-mainHeading{ display:none;}
.page-id-4224 .site-content{ min-height:400px;}
.box-thankyou{text-align:center; padding-top:140px;}
.box-thankyou h6{font-weight:700;font-size:50px;color:#000;padding-bottom:20px;text-transform:uppercase;}
.box-thankyou h5{ font-size:25px;}
.box-thankyou{padding-bottom:30px}
.box-thankyou .icon-circle{padding-bottom:15px}
.box-thankyou .icon-circle i{color:#6cb25e;font-size:100px}
.box-thankyou .btn i{
	font-size: 25px;
    line-height: 0;
    padding-right: 5px;
    position: relative;
    top: -1px;
}
[id*="fscf_redirect"]{
	border:solid 3px #8f2d84;
	width:100%;
	color:#FFF;
	padding:15px;
	margin-bottom:15px;
	background-color:rgba(0,0,0,0.8) !important;
	text-align:center !important;
}
html body [id*="fscf_redirect"] img{
	width:auto !important;
	display:table;
	border:none !important;
	margin:20px auto !important;
	background:none !important;
	border:none !important;
}
[id*="fscf_redirect"] span{
	display:none !important;
}
.footer-logo-text a:hover{
	color:#fff;
}
.row-contactInfo h3{
	text-align:left;
}
.row-contactInfo .box-contactForm #FSContact2 [id*="fscf_div_clear2_"]{
	padding-right:0px;
	margin:0px 0px 10px 0px;
	width:100% !important;
}
.row-contactInfo .box-contactForm #FSContact2 #fscf_div_clear2_3{
	width:100% !important;
	float:left;
	margin:0px;
	padding:0px;
	position:inherit;
}
.row-contactInfo ul.list-contact-info-inner {
	display: inline-block;
	list-style: outside none none;
	margin-bottom:0px;
	padding:39px 0px 0px;
	width: 100%;
}
.row-contactInfo ul.list-contact-info-inner > li {
	width: 100%;
	float: left;
	margin-bottom:10px;
	min-height:80px;
	padding:30px 0px 37px 140px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.row-contactInfo ul.list-contact-info-inner li h3 {
	padding-bottom:5px;
	margin-top:-15px !important;
}
.row-contactInfo ul.list-contact-info-inner li a {
	text-decoration:none;
	box-shadow:none;
}
.row-contactInfo ul.list-contact-info-inner > li .box-info {
	color: #3e3e3e;
	display: table;
	font-weight: bold;
	height: 67px;
	padding:15px 0px;
	width: 100%;
}
.row-contactInfo ul.list-contact-info-inner > li .box-info a {
	color:#3e3e3e;
	vertical-align:middle;
	display:inline-block;
}
.row-contactInfo ul.list-contact-info-inner > li .box-info a:hover {
	color:#8f2d84;
}
.row-contactInfo ul.list-contact-info-inner > li > i {
	display: block;
	font-size:66px;
	left:34px;
	color: #8f2d84;
	width:70px;
	margin-top:-44px;
	padding: 8px 0;
	position: absolute;
	top:50%;
}
.row-contactInfo ul.list-contact-info-inner > li > i.fa-volume-control-phone {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.row-contactInfo ul.list-contact-info-inner li .box-info i {
	color: #ff5900;
	font-size: 15px;
	padding-right: 5px;
}
.btn-quote{
	right:0px;
	top:50%;
	margin-top:-95px;
	position:fixed;
}
.btn-quote a{
	width:40px;
	height:178px;
	display:block;
	background:url(/wp-content/themes/Avada-Child-Theme/image/btn-quote.png) no-repeat center center;
}
.home .box-map{
	margin-top:0px;
}
.box-map{
	margin-top:70px;
	line-height:0;
	background-color:#FFF;
}
.page-id-5099 .site-content .content-area{
	padding:0px;
	max-width:100%;
}
.page-id-5099 .site-footer{
	margin-top:0px;
}
.add-left-spacing{
	margin-left:20%;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active{
	color:#FFF;
}
.site-footer .dropdown-city .panel-default > .panel-heading + .panel-collapse > .panel-body{
	height:160px;
	overflow:auto;
}
.dropdown-city .panel-group .panel a:hover, a:focus, a:active {
    color: #f1f1f1;
    text-decoration: none;
    outline: none;
}
#All_Blog .read-more{ 
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
}
#All_Blog .pfc-posts-main .pfc-post.layout-one .news-thumb{
	height:200px;
}
#All_Blog .pfc-posts-main .pfc-post.layout-one .news-thumb img{
	height:100%;
}
html body .breadcrumb-container{
	max-width:1270px;
	margin:0px auto 15px;
	padding:0px 15px;
}
html body.home .breadcrumb-container{
	display: none;
	margin-bottom: 0px !important;
}
.menu-footer-menu-container ul.top-menu {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
}
.menu-footer-menu-container  ul.top-menu li{
	position: relative;
	width: 50%;
	float: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0px;
}
.menu-footer-menu-container ul.top-menu li a:before{
	content:"\f0da";
	left:0px;
	top:5px;
	position:absolute;
	font-family:"FontAwesome";	
}

.menu-footer-menu-container  ul.top-menu li a{
	font-family: "Lato", sans-serif;
	font-size: 15px;
}
.addtoany_content{
	margin: 0px !important;
	text-align: center;
	padding: 15px 0px;
	background-color: #000;
}
.box-Testimonials h2, .box-Testimonials h3 {
    color: #fff !important;
}
body .box-Testimonials h2 {
    font-size: 58px !important;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.blog-box {
    padding: 0px;
    padding-bottom: 40px;
    width: 49%;
	position: relative;
	margin: 0px 0.5% 30px 0.5%;
    min-height: 500px;
    float: left;
    border: 1px solid #DDD;
    box-shadow: 0px 0px 5px #DDD;
}
.blog-box .img{
	width: 100%;
	display: inline-block;
	position: relative;
}
.blog-box .img img{
	height: 200px;
	object-fit: cover;
}
.blog-box .text-box{
	padding: 0px 10px;
}
.blog-box .text-box h1{
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.blog-box .text-box p a{
	padding: 6px 18px;
    border-radius: 0px;
	line-height: 1;
	text-align: center;
    display: inline-block;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	border: solid 2px #8f2d84;
	background-color: #8f2d84;
    border-color: #8f2d84;
	color: #fff;
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
}
.blog-box .text-box p a:hover{
	background-color: #e86107;
	border-color: #e86107;
}
.blog-box .text-box p a span{
	color: #fff;
}
body .site-title img {
    width: auto;
    height: 70px;
}
footer .news-thumb {
    width: 40% !important;
}
footer .news-thumb img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 100px;
    float: left;
    border: 2px solid #fff;
}
footer .news-text-wrap.info-with-space {
    min-height: auto !important;
    width: 59%;
}
footer .news-text-wrap.info-with-space h2 a {
    color: #fff;
	font-size:13px;
}
footer .pfc-posts-main .pfc-post .news-text-wrap h2 {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-weight: 100;
    font-family: "Lato", sans-serif;
    line-height: 17px;
}
.scroll-to-top {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
    z-index: 9999;
    text-align: center;
	cursor: pointer;
}
.scroll-to-top i {
    background-color: #eb7b2f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
}
.scroll-to-top span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 13px;
    padding-top: 2px;
    letter-spacing: 2px;
}
footer .pfc-posts-main .news-text-wrap .read-more {
    text-align: left;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.content-part.video-section {
    background: url('https://everyitsolution.com/wp-content/uploads/2019/01/EVERYIT_Home-new2_06.png');
}
body .box-blog .pfc-posts-main .pfc-post .news-text-wrap h2 {
    font-size: 20px !important;
    letter-spacing: 0;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.box-blog span.posted-date {
    display: none !important;
}
.box-blog .pfc-posts-main .pfc-post .news-text-wrap p {
    margin-bottom: 0px;
    padding: 0px;
}
.box-blog a.view-all-btn.mdl-button {
    width: auto !important;
    box-shadow: inset 1px -2px 2px 0px rgb(198, 43, 59);
    background-color: rgb(144, 28, 87);
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    padding: 14px 40px 40px 40px;
}
.social-icon h2, .single-post .social-icon h2 {
    font-size: 16px !important;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    padding-right: 20px;
    padding-top: 9px;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}
.box-contactUs-form.content-part {
    padding: 0;
    background: #252525;
    display: flex;
    height: 100%;
}
.portfolio-tab [class*="col-"].contactForm {
    padding: 40px 60px 40px 150px;
    height: 100%;
}
.portfolio-tab [class*="col-"].contactInfo {
    padding: 40px 60px;
}
body .contactInfo {
    background: #515151;
}
body .box-contactUs-form h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    text-align: left;
    clear: both;
    text-transform: none;
    padding-bottom: 30px;
    padding-top: 20px;
}
body .box-contactUs-form h2 {
    color: #eb7b2f !important;
    font-size: 39px !important;
    float: left;
}
body .box-contactUs-form h2:after {
    content: '';
    left: 0;
    width: 75px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 10px;
}
.contactInfo, .contactForm {
    padding: 50px 51px;
}
a.getauote {
    /*-moz-box-shadow: inset -3px -3px 10px #cc870a;
    -webkit-box-shadow: inset -3px -3px 10px #cc870a;
    box-shadow: inset 1px -2px 2px 0px rgb(198, 43, 59);
    background-color: rgb(144, 28, 87);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d12d34+1,b02449+36,981c58+58,821765+100 */
	background: #d12d34; /* Old browsers */
	background: -moz-linear-gradient(left, #d12d34 1%, #b02449 36%, #981c58 58%, #821765 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12d34', endColorstr='#821765',GradientType=1 ); /* IE6-9 */
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 10px;
	float:right;
	padding: 12px 33px;
    font-size: 20px;
    letter-spacing: 1px;
}
a.getauote.mdl-button:hover, a.getauote.mdl-button:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#801865+0,941c5a+30,a02053+63,d12d34+99 */
	background: #801865; /* Old browsers */
	background: -moz-linear-gradient(left, #801865 0%, #941c5a 30%, #a02053 63%, #d12d34 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801865', endColorstr='#d12d34',GradientType=1 ); /* IE6-9 */
}
a.getauote .animate {
    background-color: transparent !important;
}
html body .box-contactForm #fscf_submit2[type="submit"] {
	width: 100% !important;
    box-shadow: inset 1px -2px 2px 0px rgb(198, 43, 59);
    background-color: rgb(144, 28, 87);
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
body .vc_row.wpb_row.vc_inner.vc_row-fluid {
    width: 1170px;
    margin: auto;
}
.featured-box.featured-box-effect-4 {
    text-align: center;
    margin-bottom: 10px;
}
.fusion-footer .fusion-column-last p i {
    float: left;
    margin: 7px 10px 10px 0;
}
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: -0.7px;
    margin:0px;
    padding:0px;
}
.featured-box .px-3 {
   padding-right: 1rem!important;
    color: #000;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 142px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.page-template-template-career .featured-box .px-3 {
   padding-right: 0rem!important;
   min-height: 234px;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#header .header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-height: 100%;
}
#header .header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#header .header-column.header-column-border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}
#header .header-column.header-column-border-left {
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}
#header .header-column .header-row {
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}
.header-row ul li p {
    color: #fff;
}
.header-row ul li h4 {
    color: #ec7c2f;
    font-weight: 700;
}
.content-part.our-services {
    background: #fef1eb;
}
.readmore_btn {
    width: auto !important;
    box-shadow: inset 1px -2px 2px 0px rgb(198, 43, 59);
    background-color: rgb(144, 28, 87);
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 40px 15px 40px;
    background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
}
.about-img {
    text-align: center;
    vertical-align: middle;
	margin-top: 140px;
}
.about-img img {
    width: 71%;
    vertical-align: middle;
	 max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
body .about_section h2 {
    text-align: left;
    text-transform: none;
    font-size: 58px !important;
    padding: 0px 0px 5px 0px;
}
.about_section h2:after {
    content: '';
    left: 0;
    width: 80px;
    height: 5px;
    background: #eb7c2f;
    display: block;
    margin-top: 10px;
}
.about_section p {
	line-height:30px;
    margin: 20px 0px;
    font-weight: 100;
	font-size: 20px;
}
.our-services h2 {
    position: relative;
    letter-spacing: normal;
    text-transform: none;
}
.our-services p {
    width: 76%;
    margin: auto;
    text-align: center;
    padding: 15px 0px;
    font-size: 20px;
    color: #000 !important;
}
.freelancer_section {
    background: #f0f0f0;
    background: url(/wp-content/uploads/2019/01/EVERYIT_Home-new2_023_02.png);
    background-position: left center !important;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	padding: 75px 0 25px 0 !important;
}
.freelancer_section a.readmore_btn {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 325px;
    margin: 0 auto;
    bottom: -10px;
    padding: 25px 50px;
    z-index: 99;
}
.freelancer_section a.readmore_btn:hover {
    color: #fff !important;
}
.box-portfolio {
    position: relative;
}
.box-portfolio:before {
    content: "";
    background: #252525;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -35px;
    transform: skewY(2deg);
}
.branding-list .icon-box h4 {
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #474747;
    padding-left: 12px;
}
body .freelancer_section h2 {
    padding-top: 10px;
    position:relative;
    letter-spacing: normal;
    text-transform: none;
    font-size: 40px !important;
}
body .freelancer_section p.text-desc {   
    width: 76%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
}

.freelancer_section span.icon-left {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    color: #eb7b2f;
    border: 3px solid #eb7b2f;
    /* background: -webkit-linear-gradient(left, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); */
    /* background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%); */
    border-color: #d12d34;
}
.freelancer_section h3 {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-left: 75px;
    text-transform: capitalize;
}
.box-portfolio p {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 20px;
	line-height: 30px;
    color: #fff;
    padding-top:30px
}
.box-portfolio {
    background: #252525;
    padding: 40px 0px 40px;
}
.contactInfo small {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	width: 100%;
    display: block;
}
.contactInfo .row.icon-block {
    color: #fff;
}
.contactInfo p {
    font-size: 25px;
	color: #fff;
    font-weight: 700;
    padding: 0px;
    margin-bottom:0px !important;
}
.contactInfo p a {
    color: #fff;
}
h3.wp-posts-carousel-title{
	color:#fff;
}
#Testimonials .default-theme.wp-posts-carousel .wp-posts-carousel-image img {
    border: 2px solid #f0f0f0;
    display: block;
    margin: 0 auto;
    width: auto;
    border-radius: 100px;
    background: #fcfcfc;
    padding: 10px;
    width: 120px;
    height: 120px;
}
.looking_section .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    line-height: 1.4em;
    left: 45%;
    background: transparent;
    color: white;
    margin: 0;
    display: block;
}
.looking_section .flexslider .slides li:after, .box-mainHeading .post-thumbnail:after {
    position: absolute;
    content: "";
    background: transparent;
    top: 0px;
    left: 0px;
    display: block !important;
    width: 100%;
    height: 100%;
}
.looking_section {
    padding: 0px;
}
.career-cources{
    background: url(https://everyitsolution.com/wp-content/uploads/2019/02/EVERYIT_Career2_34.png);   
}
.home .content-part.about_section {
    background: url(../images/about-us-back.png) no-repeat;
    background-position-x: 97%;
    background-position-y: -360%;
    background-size: contain;
}
.looking_section h2 {
    color: #fff;
    font-size: 47px !important;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 1.0 !important;
}
.looking_section h3 {
    color: #fff !important;
    font-size: 28px !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    text-transform: none;
}
.looking_section p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.looking_section a.mob_no {
    color: #fff;
}
.looking_section .text-center {
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}
.box-contactUs h2:after, .box-social h2:after, .video-section h2:after, .box-portfolio h2:after, .our-services h2:after, .freelancer_section h2:after, .career-section-one h2:after, .career-traing h2:after, .benefits h2:after, .box-blog .fusion-text h2:after, .testimonial-section h2:after {
    content: '';
    position: absolute;
    background: #eb7b2f;
    height: 6px;
    width: 95px;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
}

.benefits ul li, .career-traing ul li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-family: "Lato", sans-serif
}
.benefits ul li:after, .career-traing ul li:after{
    content: "»";
    width: 24px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
    color: #eb7b2f;
    font-size: 35px;
	position: absolute;
    left: 0;
    top: -3px;
	z-index: 9999;
}
.benefits h3 {
    text-align: left;
    padding: 0;
    text-transform: none;
    font-size: 21px !important;
    height: 55px;
    color: #eb7b2f !important;
}
.content-part.freelancer_section.benefits {
    background: #fff;
}
body .benefits h2 {
    font-size: 56px !important;
    position: relative;
    text-align:center;
}
.benefits .row {
    padding: 50px 0px;
}
.testimonial-section #testimonial-slider {
    margin-bottom: 20%;
}
.testimonial-section h2{
    padding-top: 40px;
    position: relative;
    letter-spacing: normal;
    text-transform: none;
    font-size: 40px;
    text-align:center;
}
div#mg-wprm-wrap ul li span.wprmenu_icon:before {
    color: #fff;
}

.content-part.about_section {
    padding: 40px 70px;
}
a.readmore_btn:hover, a.readmore_btn:focus{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#801865+0,941c5a+30,a02053+63,d12d34+99 */
	background: #801865; /* Old browsers */
	background: -moz-linear-gradient(left, #801865 0%, #941c5a 30%, #a02053 63%, #d12d34 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801865', endColorstr='#d12d34',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.box-Testimonials .wp-posts-carousel-desc {
    text-align: center !important;
    margin: 0 auto;
    width: 65%;
}
.box-social.content-part {
    padding: 40px 0px 10px;
	background-image: url(../images/parrten-banner.png);
    background-repeat: repeat;
	background-color: #bfbfbf;
}
html body .box-contactForm #fscf_submit2[type="submit"] {
    background: -webkit-linear-gradient(left, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
    background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
}
html body .box-contactForm #fscf_submit2[type="submit"]:hover, html body .box-contactForm #fscf_submit2[type="submit"]:focus{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#801865+0,941c5a+30,a02053+63,d12d34+99 */
	background: #801865; /* Old browsers */
	background: -moz-linear-gradient(left, #801865 0%, #941c5a 30%, #a02053 63%, #d12d34 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801865', endColorstr='#d12d34',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.portfolio-tab [class*="col-"].contactInfo iframe {
    margin-top: 50px;
    border: 5px solid #901c57 !important;
}
.portfolio-tab [class*="col-"].contactInfo p {
    font-size: 25px;
}
.portfolio-tab .icon-block {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    background-position: left 7px !important;
}
.portfolio-slider .metaslider .flexslider .flex-direction-nav li a {
    background: #f26b21 !important;
    width: 80px;
    height: 80px;
    border-radius: 100px;
	opacity:1 !important;
}
.portfolio-slider .metaslider .flexslider .flex-direction-nav li a.flex-prev:after {
    right: 45%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #FFF;
    border-width: 20px;
    margin-top: -20px;
}
.portfolio-slider .metaslider .flexslider .flex-direction-nav li a.flex-next:after {
    left: 45%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 20px;
    margin-top: -20px;
}
.career {
    margin-top: -7% !important;
}
.banner-career {
    background: url(https://everyitsolution.com/wp-content/uploads/2019/01/EVERYIT_Career2-Recovered_02.png);
}
.content-career {
    float: left;
    padding: 35px 30px;
    margin-top: 160px;
    color: #fff;
}
.content-career span {
    color: #fff !important;
    font-size: 36px;
    text-transform: uppercase;
}
.banner-career .content-career p {
    padding: 0px;
}
.banner-career .content-career h1{
    font-size: 82px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: "Lato", sans-serif !important;
}
.banner-career .content-career h1:after {
    content: "»";
    width: 24px;
    height: 20px;
    float: right;
    margin: 29px 6px 0 0;
    color: #eb7b2f;
    font-size: 77px;
}
body .career-traing h2 {
    font-size: 35px !important;
    position:relative;
    padding-top: 40px;
}
.career input::placeholder {
    color: #fff;
}
.career input::placeholder {
    color: #fff;
}
div#FSContact2 input::placeholder {
    color: #ffffff;
}
div#FSContact2 textarea::placeholder {
    color: #ffffff;
}
.traning-section h3 {
    color: #eb7b2f;
    text-align: left !important;
    font-size: 21px;
}
.traning-section h2{
   text-align:center;
}
body .traning-section h4 {
    font-weight: 700;
    padding: 0;
}
.getintouch {
    float: right;
    background: #0000006b;
    padding: 35px 30px;
}
div#fscf_div_clear2_5 {
    display: none;
}
.banner-career .getintouch h3 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 2px;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #931164 0%, #ea6f2f 100%) !important;
    border-image-slice: 1 !important;
}
.content-part.our-services.career-section-one {
    background: #fff;
}
.career .desc-sec p {
    padding-bottom: 10px;
}

.benefits .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_3.fusion-one-third.fusion-column-first {
    border-right: 1px solid #cccccc;
	padding-bottom: 30px;
}
.benefits .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_3.fusion-one-third.fusion-column-last {
    border-left: 1px solid #cccccc;
    margin-left: -4%;
    padding-left: 25px;
}

.career .desc-sec h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}
.career .colum-training {
    position: relative;
    padding: 0 0 0 95px;
    margin-top: 20px;
}
.career .img-sec {
    display: block;
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
}
body .career-section-one h2 {
    font-size: 28px !important;
    padding-top: 39px;
    position: relative;
    text-transform: none;
    text-align: center;
}
.career-btn {
    border: 1px solid;
    padding: 15px 33px;
    background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.testimonial p.description {
    border: 1px solid;
    padding: 20px;
    font-size: 16px;
}
.testimonial h3.title {
    font-size: 16px;
    color: #eb7b2f;
    text-align: left;
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0;
}
.testimonial span.post {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.testimonial-section .row {
    padding-top: 53px;
}
html body.home .home-slider .metaslider .flexslider {
    margin-top: 91px;
}
#Footer_First_Column .wpcf7-response-output {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
body .fusion-footer-widget-area  input, body .fusion-footer-widget-area  textarea {
    width: 100%;
    display: inline-block;
    color: #fff;
    height: 34px;
    min-width: 100%;
    background-color: #2b2929;
    border-radius: 4px;
	font-size:14px;
}
#Footer_First_Column span {
    width: 100%;
    display: inline-block;
	background-repeat: no-repeat;
}
#Footer_First_Column label {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
#Footer_First_Column p {
    width: 100%;
    display: inline-block;
	padding-bottom: 12px;
}
#Footer_First_Column textarea {
    height: 80px;
}
#Footer_First_Column input.wpcf7-form-control.wpcf7-submit {
    background: #d12d34;
    background: -moz-linear-gradient(left, #d12d34 1%, #b02449 36%, #981c58 58%, #821765 100%);
    background: -webkit-linear-gradient(left, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
    background: linear-gradient(to right, #d12d34 1%,#b02449 36%,#981c58 58%,#821765 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12d34', endColorstr='#821765',GradientType=1 );
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 70px;
	margin-top: 10px;
}
#Footer_First_Column input.wpcf7-form-control.wpcf7-submit:hover, #Footer_First_Column input.wpcf7-form-control.wpcf7-submit:focus {
    background: #801865;
    background: -moz-linear-gradient(left, #801865 0%, #941c5a 30%, #a02053 63%, #d12d34 99%);
    background: -webkit-linear-gradient(left, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%);
    background: linear-gradient(to right, #801865 0%,#941c5a 30%,#a02053 63%,#d12d34 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801865', endColorstr='#d12d34',GradientType=1 );
	color: #fff;
}
body .our-accomplish h4 {
    margin-top: 0;
}
.our-accomplish ul {
    padding: 0;
    margin: 0;
}
body ul li span.menu-text:after {
    content: "";
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
body .fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
    font-size: 18px;
}
body .fusion-is-sticky .fusion-main-menu > ul > li > a {
    font-size: 18px;
}
.fusion-main-menu .sub-menu li a span {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333333;
    font-family: "PT Sans";
    font-weight: 400;
    font-size: 18px;
}
.fusion-main-menu .sub-menu li {
    width: 50%;
    float: left;
}
.fusion-main-menu #menu-item-27727 .sub-menu {
    width: 290px !important;
}
.fusion-main-menu #menu-item-27727 .sub-menu li {
    width: 100%;
    float: left;
}
header .fusion-megamenu-wrapper .fusion-megamenu-holder{
	width:950px !important;
}
header .fusion-megamenu-wrapper .websitemenu.fusion-megamenu-submenu {
    width: 70% !important;
    max-width: 70% !important;
}
header .fusion-megamenu-wrapper .fusion-megamenu-submenu {
    width: 30% !important;
    max-width: 30% !important;
    float: left;
}
header .multimediamenu .fusion-megamenu-title {
    padding-bottom: 4px;
}
header .fusion-megamenu-wrapper .multimediamenu.fusion-megamenu-submenu{
	padding-top:0px;
}
.fusion-main-menu .portfoliomenu ul {
    display: inline-block !important;
    width: 100% !important;
}
.fusion-main-menu li:hover>.fusion-megamenu-wrapper .sub-menu {
    padding-right: 20px;
}
.fusion-main-menu li{
	position:static;
}
.fusion-main-menu ul {
    background-color: #f1f1f1;
}
.fusion-megamenu-wrapper {
    left: -200px !important;
}
.fusion-main-menu .graphicsmenu .sub-menu li, .fusion-main-menu .multimediamenu .sub-menu li {
    width: 100%;
}
header .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a:hover, .fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover, .fusion-main-menu .sub-menu li a:hover{
    background-color: #e86107 !important;
    color: #fff;
}
header .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a:hover span, .fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover span, .fusion-main-menu .sub-menu li a:hover span{
	color: #fff;
}
.our-services .col.content-wrapper{
	padding: 20px 0;
}
.our-services .col.content-wrapper:hover {
    box-shadow: 0 0 30px #ccc;
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc;
}
.fusion-footer .menu li.current-menu-item a, .fusion-footer .menu li.current-menu-item a::before{
    color: #eb7b2f !important;
}
.slides .fusion-image-wrapper {
    height: 190px;
}
.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
    height: 100%;
    object-fit: cover;
}
.fusion-blog-shortcode.fusion-blog-archive.fusion-blog-layout-grid-wrapper {
    margin-top: 30px;
}
.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info {
    height: auto;
    margin: 0;
    padding: 0;
}
.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info .fusion-alignleft {
    width: 100%;
    display: inline-block;
    height: auto;
}
.fusion-blog-shortcode .fusion-read-more {
    text-align: center !important;
    background-color: #8f2d84;
    width: 100%;
    display: inline-block;
    margin: 0 !important;
    font-size: 16px;
    padding: 6px 10px;
    height: auto;
    color: #fff;
}
.fusion-blog-shortcode .fusion-read-more:hover{
	background-color: #e86107;
}
.category-blog .fusion-post-content-wrapper {
    padding: 0 !important;
}
.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content {
    padding: 20px;
}
.fusion-header-sticky-height {
    height: auto !important;
}
.fusion-blog-pagination .fusion-hide-pagination-text .pagination-next:hover, .fusion-blog-pagination .fusion-hide-pagination-text .pagination-prev:hover, .fusion-blog-pagination .pagination .current, .fusion-date-and-formats .fusion-date-box {
    background-color: #8f2d84 !important;
    border-color: #8f2d84 !important;
}
.fusion-blog-pagination .pagination, .fusion-blog-pagination .pagination .current, .fusion-blog-pagination .pagination .pagination-next, .fusion-blog-pagination .pagination .pagination-prev, .fusion-blog-pagination .pagination a.inactive{font-size: 16px !important;}
.fusion-blog-pagination .pagination{
	margin-bottom:30px;
}
.branding{
	display: none;
}
.branding h2.flip-box-heading.without-text {
    font-size: 20px !important;
}
.post-content .branding p {
    font-size: 14px;
}
.flip-box-front-inner {
    margin: 0 !important;
}
.fusion-flip-boxes .fusion-flip-box .flip-box-front {
    border-radius: 0 !important;
    min-height: 230px !important;
}
.fusion-main-menu > ul > li {
    padding-right: 13px !important;
}
body ul li span.menu-text:after{
	content: none;
} 
.fusion-fullwidth.fullwidth-box.main-portfolio.hundred-percent-fullwidth.non-hundred-percent-height-scrolling .fusion-builder-row.fusion-row {
    position: static;
}

@media (min-width: 1201px) {
	.our-services #wonderplugincarousel-4 .amazingcarousel-prev, .our-services #wonderplugincarousel-4 .amazingcarousel-next {display:none !important;}
}
@media (min-width: 768px) {
	.site-header-main {position:inherit;}
	.home .site-header-main {position:inherit; margin:0px;}
}
@media (min-width: 415px) {
	 ul.ch-grid li:nth-child(3n) {margin-right:0px;}
}
@media (max-width: 1400px){
	.stick-height {min-height: 90px !important;}
}
@media (max-width: 1350px){
	#testimonial-slider .owl-controls .owl-nav .owl-prev, #testimonial-slider .owl-controls .owl-nav .owl-next { left: 0px;}
	#testimonial-slider .owl-controls .owl-nav .owl-next{right: 0px; left: auto;}
}
@media (max-width: 1200px) {
	.box-cms h3 {padding: 0px 60px 0px 20px;}
	ul.branding-list li:nth-child(odd):before,	ul.branding-list li:nth-child(odd):after, ul.branding-list li:nth-child(even):before, ul.branding-list li:nth-child(even):after{content: none;}
	ul.branding-list li:nth-child(odd) .icon-box h3 {transform: none;}
	ul.branding-list li:nth-child(even) .icon-box h3 {transform: none;}
	header .fusion-main-menu > ul > li > a {font-size: 14px !important;}
	ul.branding-list {margin: 60px 0px 38px;}
	.hover-contant {height: 202px; padding: 10px 10px 0px 10px;}
	.Our-branding .icon-box h3 {font-size: 18px !important;}
	.our-accomplish li h2 {font-size: 48px !important; padding: 0 0 0 60px;}
	.our-accomplish li h4 {padding: 0 10px 0 60px; font-size: 16px;}
	header .fusion-megamenu-wrapper .fusion-megamenu-holder {width: 700px !important;}
	.looking_section .text-center {padding-bottom: 20px; padding-top: 20px;}
	.looking_section h2{font-size: 30px !important;}
	.looking_section .metaslider .caption-wrap{bottom: auto; top: 50%; transform: translate(0, -50%); -webkit-transition: translate(0, -50%); -moz-transition: translate(0, -50%); -o-transition: translate(0, -50%);}
	.looking_section h3{font-size: 20px !important; margin: 0; padding: 0;}
	.metaslider .flexslider .slides p {margin: 0; padding: 0;}
	.fusion-main-menu > ul > li {padding-right: 13px !important;}
	.header-top ul.nav.nav-pills li {padding: 10px 20px;}
}
@media (max-width: 1024px) {
	.box-cms h3 {padding: 0px 50px; font-size: 35px;}
	.site-header-main {padding: 10px 0px;}
}
@media (max-width: 990px) {
	.box-cms h3 {padding: 0px 0px 0px 40px; font-size: 30px;}
	.box-cms .box-span {font-size: 40px;}
	.header-top ul.nav.nav-pills li {padding: 10px 15px;}
	a.getauote {padding: 8px 21px !important; font-size: 13px !important; margin-top: 25px !important;}
	ul.branding-list li:nth-child(odd):before,	ul.branding-list li:nth-child(odd):after, ul.branding-list li:nth-child(even):before, ul.branding-list li:nth-child(even):after{content: none;}
	ul.branding-list li {width: 33.3%;}
	ul.branding-list li:nth-child(odd) .icon-box h3 {transform: none;}
	ul.branding-list li:nth-child(even) .icon-box h3 {transform: none;}
	body .fusion-logo img {height: 60px;}
	.fusion-main-menu .fusion-dropdown-menu {padding-right: 12px !important;}
	header .fusion-main-menu > ul > li {padding-right: 12px !important;}
	header .fusion-main-menu > ul > li > a {font-size: 13px !important;}
	.benefits .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_3.fusion-one-third.fusion-column-last {border-left: 0px; margin-left: 0; padding-left: 0px !important;}
	.benefits .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_3.fusion-one-third.fusion-column-first {border-right: 0px;}
	ul.branding-list {padding: 0;}
	ul.branding-list.branding-hover-list {top: -65px; margin-top: -447px;}
	.fusion-text p {font-size: 16px;}
}
@media (max-width: 960px) {
	.our-accomplish li h4{padding: 0 10px 0 20px;}
	.our-accomplish li h2{font-size: 36px; padding: 0 0 0 20px;}
	header .fusion-megamenu-wrapper .fusion-megamenu-holder {width: 640px !important;}
}
@media (max-width: 900px) {
	.testimonial-section {background-repeat: no-repeat !important; background-size: cover !important;}
}
@media (max-width: 800px) {
    .home_mob {display: block;}
	header.fusion-header-wrapper .fusion-header, header .fusion-header-wrapper .fusion-secondary-main-menu{background-color: #000;}
	body .fusion-logo img {height: 53px;}
	.fusion-mobile-menu-icons a {margin-top: 12px;}
	.fusion-mobile-menu-icons .fusion-icon.fusion-icon-search {display: none;}
	header .fusion-header {position: relative;}
	header .fusion-header .col-sm-3{position: static;}
	a.mdl-button.getauote {margin-top: 3px !important; position: absolute; right: 100px; top: 3px; z-index: 999;}
	.fusion-mobile-nav-item a, .fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a {font-size: 18px;}
	.contactForm {padding: 20px 0px;}
	.contactInfo {padding: 20px !important;}
	.fusion-fullwidth.box-contactUs-form {margin-right: -30px !important;}
	body .contactForm h2, body .contactInfo h2 {font-size: 30px !important;}
	body .video-section h2, body .box-blog .fusion-text h2, body .box-Testimonials h2, body .box-portfolio h2, body .about_section h2, body .our-services h2, .banner-career .getintouch h3, body .fusion-page-title-bar .fusion-page-title-row h1, body .Our-branding h2{font-size: 30px !important;}
	#Home_Blog_Left ul {padding: 0;}
	.fusion-content-boxes.content-boxes-icon-boxed .content-box-column, .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {margin-bottom: 20px !important;}
	.fusion-content-boxes {margin-bottom: 0px !important;}
	footer .fusion-columns .fusion-column:not(.fusion-column-last) {margin: 0 0 20px;}
	footer .menu-our-service-2-container {padding-top: 0;}
	.fusion-copyright-notice .col-sm-7, .fusion-copyright-notice .social-icon.col-sm-5 {width: 100%; display: inline-block; text-align: center;}
	.freelancer_section .fusion-column-wrapper {padding: 0 15px !important;}
	body .freelancer_section p.text-desc {width: 100%;}
	ul{padding: 0px;}
	ul.branding-list{margin: 10px 0 0px 0;}
	footer #text-32 .textwidget {padding-left: 15px;}
	ul.branding-list, ul.branding-list.branding-hover-list {display: none;}
	.fusion-no-medium-visibility.branding{display: block !important;}
	.branding .fusion-flip-box-wrapper.fusion-column.col-lg-2.col-md-2.col-sm-2 {width: 50%; float: left;}
	.fusion-flip-boxes .fusion-flip-box:hover .flip-box-front {border-radius: 0 !important;}
	.fusion-flip-boxes .fusion-flip-box:hover .flip-box-back {border-radius: 0 !important; height: 100%;}
    footer .fusion-column.col-lg-2.col-md-2.col-sm-2:nth-child(2), footer .fusion-column.fusion-column-last.col-lg-2.col-md-2.col-sm-2{border:none}
	.fusion-mobile-menu-icons a {position: relative;}
	.fusion-mobile-menu-icons a::after {content: "Menu"; position: absolute; left: -53px; top: 2px; z-index: 999; font-family: "Lato", sans-serif; font-size: 16px; text-transform: uppercase;}
}
@media (max-width: 768px) {
	.content-career {display: none;}
}
@media(max-width:767px){
	ul.branding-list li {width: 50%;}
	.career .col-xs-12.col-sm-4.col-md-4.col-lg-4:nth-child(2) {padding: 0 15px;}
	.career .col-xs-12.col-sm-4.col-md-4.col-lg-4 {border-right: 0px solid #cccccc;}
	.career .col-xs-12.col-sm-4.col-md-4.col-lg-4:last-child {padding-left: 15px;}
	.about-img {margin-top: 0px;}
	.our-services p {width: 100%;}
	.our-services a.readmore_btn {display: block; font-size: 18px;}
	.looking_section p {font-size: 30px;}
	.looking_section a.mob_no {font-size: 26px;}
	.content-part.about_section {padding: 40px 0;}
	.about-img {margin-bottom: 25px;}
	.content-part.about_section .readmore_btn {display: block; text-align: center; font-size: 18px;}
	.freelancer_section {padding: 40px 0;}
	.freelancer_section p.text-desc {width: 100%;}
	.freelancer_section h3 {margin-bottom: 20px;}
	.box-portfolio p {width: 100%;}
	#Home_Blog_Left li#pfcwidget-5 {padding: 0;}
	.portfolio-tab [class*="col-"].contactForm {padding: 60px 0px;}
	.box-contactUs-form.content-part {display: block;}
	.box-contactForm #FSContact2 #fscf_div_clear2_3 {margin-bottom: 15px !important;}
	.portfolio-tab [class*="col-"].contactInfo {padding: 40px 0;}
	.portfolio-tab [class*="col-"].contactInfo p {font-size: 18px;}	
	.portfolio-slider .metaslider .flexslider .flex-direction-nav li a {width: 50px; height: 50px;}
	.portfolio-slider .metaslider .flexslider .flex-direction-nav li a.flex-prev:after {border-width: 14px; margin-top: -14px;}
	.portfolio-slider .metaslider .flexslider .flex-direction-nav li a.flex-next:after{border-width: 14px; margin-top: -14px;}
	.header-top ul.nav.nav-pills li img {display: none;}
	.header-top li .nav-item-inner p {font-size: 12px;}
	.header-top li .nav-item-inner h4 {font-size: 16px;}
	.header-top ul.nav.nav-pills li {padding: 5px 15px;}
	.footer-dropdown-section h4 {padding: 15px; font-size: 14px;}
	body .container {width: 100%;}
	ul.branding-list.branding-hover-list {margin-top: -566px;}
	.fusion-text p {font-size: 14px;}
	body .Our-branding h2, body .Our-branding h3 {font-size: 28px !important;}
	.our-accomplish li h2 {font-size: 26px !important; padding-top: 12px; line-height: 30px !important;}
	.our-accomplish li h4 {font-size: 13px;}
	.our-accomplish li:first-child{width: 55%;}
	.looking_section h2 {font-size: 16px !important; line-height: 22px !important;}
	.looking_section h3 {font-size: 14px !important;}
	.looking_section p a.mob_no {font-size: 12px;}
	.looking_section p {font-size: 12px;}
	.metaslider .flexslider .flex-direction-nav li a{top: 63% !important;}
	.looking_section .flexslider .slides li:after {background: rgba(0,0,0,0.6);}
	.looking_section .metaslider .caption-wrap {z-index: 999;}
	body .fusion-page-title-bar.fusion-page-title-bar-left {height: auto; padding-top: 5px; padding-bottom: 40px;}
	body .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-captions h1 {color: #e86107 !important;}
}
@media (max-width: 736px) {
	.box-cms h3 {font-size: 26px; }
}
@media (max-width: 667px) {
	.box-cms h3 { letter-spacing: 1px; font-size: 27px; padding: 0 30px;}
	.box-cms h5 {font-size: 28px; letter-spacing: 1px;}
	.box-cms h3:before, .box-cms .box-span:after {display: none;}
	.box-cms .box-span {font-size: 30px; letter-spacing: 2px; padding: 0px 50px;}
	.box-cms {z-index: -1; padding: 30px 0;}
	.box-cms .container {background: url("../images/arrowrz1.png")no-repeat top left; z-index: 0; padding-top: 20px; margin: 0 10px;}
}
@media (max-width:640px) {
	.our-accomplish li:first-child{width:100%;}
	.our-accomplish ul {height: 70px;}
	.freelancer_section a.readmore_btn {max-width: 240px; padding: 15px 20px;}
	.metaslider .flexslider .flex-direction-nav li a{top: 70% !important;}
	ul.flex-direction-nav {display: block !important;}
}
@media (max-width:568px) {
	.box-cms .container{ background-position:5px 0px;}
	.header-top ul.nav.nav-pills li {padding: 5px 10px;}
	.nav-item-inner {padding: 0 5px 0 0;}
	.our-accomplish li h4 {padding: 0 10px 0 10px; font-size: 12px;}
	.our-accomplish li h2 {font-size: 20px !important; padding: 0 0 0 10px;}
	.fusion-copyright-notice .social-icon.col-sm-5 h2 {display: none;}
	ul.social-icon-list {padding: 0;}
	footer .fusion-columns .fusion-column {margin: 0 0 20px;}
} 
@media (max-width: 480px) {
	.our-accomplish ul {height: 60px;}
	ul.branding-list li {width: 100%;}
	.box-cms h3 {font-size: 22px;}
	.box-cms .box-span {font-size: 30px; line-height: 40px; padding:0px;}
	.box-cms h5 {font-size: 26px;}
	.box-cms .container{ margin: 0px;}
	.header-top ul.nav.nav-pills {padding: 2px 0px;}
	.header-top ul.nav.nav-pills li {padding: 1px 10px; width: 100%; border: none; text-align: center; display: inline-block;}
	.nav-item-inner {float: none; display: inline-block; padding: 0; text-align: center; width: 100%;}
	.header-top li .nav-item-inner p {padding: 0 5px 0 0; display: inline-block; width: auto;}
	.header-top li .nav-item-inner h4 {font-size: 14px; display: inline-block; width: auto;}
	ul.branding-list.branding-hover-list {margin-top: -1200px;}
	.branding .fusion-flip-box-wrapper.fusion-column.col-lg-2.col-md-2.col-sm-2 {width: 100%;}	
}
@media (max-width: 440px) {
	a.mdl-button.getauote{display: block; right: 100px; top: 7px;}
	body .fusion-logo img {height: 45px;}
     a.getauote {font-size: 8px !important;}
	.readmore_btn {font-size: 16px; padding: 15px 25px 15px 25px;}
	.our-accomplish li h2 {font-size: 14px !important; line-height: 20px !important; padding-top: 12px;}
	.our-accomplish li h4 {padding: 0 10px 0 10px; font-size: 8px;}
	.our-accomplish ul {height: 40px;}
	.career-btn {padding: 15px 22px;}
	.getintouch {padding: 35px 15px;}
}
@media (max-width: 414px) {
	.box-cms .container{ padding-top:10px; background-size:35px;}
	.box-cms h3 {font-size: 20px;}
	.box-cms .box-span, .box-cms h5 {font-size: 24px;}
	.looking_section .metaslider .caption-wrap{right: 10% !important; left: auto !important; width: 80%;}
	html body .flexslider .flex-prev {left: 10px;}
	html body .flexslider .flex-next {right: 10px;}
	.looking_section h2 {font-size: 14px !important; line-height: 20px !important;}
	.looking_section h3, .looking_section h2 {text-shadow: 0px 2px 5px #000;}
	.looking_section h3 {line-height: 18px !important;}
}
@media (max-width: 384px) {
	.box-cms h3 {font-size: 20px; line-height: 22px; padding: 0 35px;}
	.box-cms .box-span {font-size: 22px; line-height: 24px;}
	.box-cms h5 {font-size: 20px;}
	body .fusion-logo img {height: 40px;}
	a.mdl-button.getauote {right: 80px; padding: 8px 15px !important;}
	header .fusion-header {height: 85px !important;}
	header .fusion-header .col-sm-3, header .fusion-header .col-sm-6{padding: 0;}
}
@media (max-width: 360px) {
	.box-cms .container{  background-size:28px;}
	.box-cms .box-span {font-size:18px; line-height: 22px;  }
	.box-cms h3 {font-size: 16px; padding: 0 30px; margin-bottom: 20px;}
	.box-cms h5 {font-size: 18px;}
}
@media (max-width: 320px) { 
	.box-cms h3 {padding: 0 40px 0 20px;}
}
