/*
Theme Name: IWS Child Theme
Template: IWS
Description: IWS Theme by iMedia Web Solutions
Author: iMedia Web Solutions
Author URI: https://www.imediasolutions.biz/
Version: 1.0.0

*/

/* =Base
-------------------------------------------------------------- */

@import url('blog/blog.css');
@import url('woo/woocommerce-style.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #7f7f7f;
	font-size: 16px;
	font-smoothing: antialiased;
	line-height: 30px;
	text-rendering: optimizeLegibility;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
	font-display: swap;
} 

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}  

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
strong{
	font-weight: 800;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 17px;
	height: 200px;
	border: 1px solid #ccc;
}

input[type="submit"] {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	border: 0;
	background-color: #1F1f1f;
	color: #fff !important;
	display: inline-block;
	width: auto !important;
	font-size: 20px !important;
	padding: 10px 30px !important;
	text-shadow: none;
	height: auto !important;
	line-height: inherit !important;
	font-weight: 600;
	text-transform: uppercase;
}
input[type="submit"]:hover {
	background-color: #f6070d;
	color: #1a2f5a !important;
}
#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #1a2f5a;
	padding: 5px 20px !important;
	border: none;
}
#searchform #searchsubmit:hover {
	background-color: #f6070d;
	color: #fff !important;
}
.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}


/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}



/* =Responsive 12 Column Grid
    https://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}
#content-full {
	margin-top: 20px;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#content-sitemap #widgets {
	margin-top: 0;
}
#content-sitemap a {
	font-size: 15px;
	font-weight: normal;
}
#content-sitemap a:hover {
	color: #000;
	text-decoration: underline;
}
.error404-row {
	text-align: center;
}
#content-search .read-more {
	margin-top: 20px;
}
.search div.status-publish {
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.search-no-results #content-search {
	text-align: center;
}
.title-404 {
	color: #f6070d;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #1f2732;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #000;
	outline: 0;
	text-decoration: none;
}
a.standard-button, 
#content-search 
.read-more a, 
.blue-button, a.readmorebtn {
	display: inline-block;
	background-color: #1C2F5A;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
}

a.standard-button:hover, 
#content-search .read-more a:hover, 
.blue-button:hover,  
a.standard-button:focus, a.readmorebtn:hover {
	color: #fff;
	background-color: #f6070d;
}
::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #12172b;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #12172b;
}


/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
	margin-top: 0;
}

h2 {
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0;
}

h3 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 0;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 0;
}

h6 {
	font-size: 18px;
	line-height: 24px; 
	margin-bottom: 20px;
	margin-top: 0;
}



/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 15px 0;
}


/*********** start slimmenu css ********/

.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #fff;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #ff497c;
	color: #fff;
	border-color: #ff497c;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}
.collapse-button .icon-bar {
	background-color: #ff497c;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}
ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}
ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.slimmenu > li:last-child {
	margin-right: 0;
}
ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: .2em;
}

ul.slimmenu li a:hover {
	background-color: transparent;
	color: #ff497c;
}
ul.slimmenu li a::before {
	color: #fff;
	content: "";
	position: absolute;
	background: #fff;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	top: 23px;
	left: 0px;
}
ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a, ul.slimmenu li.current-menu-ancestor a {
	color: #ff497c;
}
ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: transparent;
	color: #ff497c;
}
ul.slimmenu li.current-menu-ancestor a, ul.slimmenu > li.current-menu-ancestor a {
	background-color: transparent;
	color: #ff497c;
	border-bottom: 0;
}

ul.slimmenu li.current-menu-item ul li a, ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #1a2f5a;
}
ul.slimmenu > li.current-menu-ancestor ul li.current-menu-parent > a {
	background-color: #1a2f5a;
	color: #f6070d;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99
}
ul.slimmenu li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}
ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}
ul.slimmenu li ul li a {
	color: #000;
	background-color: transparent;
	font-size: 12px;
	height: auto;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	letter-spacing: .2em;
	height: auto;
	line-height: inherit;
}

ul.slimmenu li ul li a:hover{
    background-color: transparent;
    color: #E02F79;
}
ul.slimmenu li ul li a:hover{
    background-color: #00a556;
}
.sub-menu > li.menu-item-has-children:hover::after {
	color:#fff;
}

ul.slimmenu li.current-menu-item ul li a {
	color: #000;
	background-color: transparent;
}
ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: transparent;
	color: #ff497c !important;
}
ul.slimmenu li ul li.current-menu-item ul li a {
	background-color: #1F1f1f;
	color: #fff !important;
}
ul.slimmenu li ul li.current-menu-item a {
    background-color:transparent;
    color:#ff497c;
}

ul.slimmenu li ul li.current-menu-item a:hover {
	color: #ff497c;
}
ul.slimmenu li:last-child ul li{
    right:0
}
ul.slimmenu li > ul {
	left: 0;
	min-width: 16em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 999999999;
	display: none;
	background-color: #fff;
	border-top: 4px solid #ff497c;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	list-style: none;
	padding: 28px 0;
	text-align: center;
}


ul.slimmenu.collapsed li.menu-item-has-children a {
	padding-right: 50px;
	color: #000;
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:0;
    padding-right:5px;
}
ul.slimmenu li>ul>li ul{
    display:none;
    position:absolute;
     left:100%;
    top:0;
    z-index:999;
    width:100%;
    min-width:12em;
}
ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
ul.slimmenu.collapsed li a {
	background-color: #fff;
	color: #000;
	height: auto;
	line-height: inherit;
	text-align: left;
	font-size: 13px;
	padding: 0 12px;
	font-family: inherit;
	font-weight: 500;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 0;
	right: 5px;
	color: #fff;
	font-size: 15px;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #1a2f5a;
	z-index: 999;
	display: block;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #1a2f5a;
	background-color: #f6070d;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #fff;
	color: #ff497c;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li > a {
	background-color: #1a2f5a;
	color: #fff;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding-left: 40px;
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li>ul{
    display:block;
    position:static
}
ul.slimmenu li:hover ul{
    display:block
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}
.sub-toggle {
	position: absolute;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}
ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-toggle .icon {
		display: none;
}

ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a:hover {
	color: #ff497c;
	background-color: #fff;
	padding-bottom: 0px;
}
ul.slimmenu li.current-menu-item.cmenu-catalogues a, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a {
	background-color: #FEF200;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: transparent;
	color: #ff497c;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #f6070d;
	color: #1a2f5a !important;
}
ul.slimmenu li.menu-item-has-children a {
	padding-right: 22px;
}


/*********** End slimmenu css ********/


/* = Global CSS
-------------------------------------------*/

#wrapper {
	border: 0;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
	overflow: hidden;
	border-radius: 0;
	position: inherit;
}
body.home #wrapper {
	margin: 0;
}
.home #header {
	position: absolute;
}
#header {
	margin: 0;
	position: relative;
	background-color: rgb(31, 39, 50, 0.9);
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	z-index: 9999;
	width: 100%;
}
#header-main {
	background-color: transparent;
	position: relative;
}
#container {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1350px !important;
	width: 100% !important;
}
.page div#content, .post-entry {
	display: block;
}

#page-header {
	float: left;
	width: 100%;
	background-color: #ff497c;
}
#page-header h2 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0;
	padding: 13px 0px;
	font-weight: 600;
	float: left;
}
.breadcurmb-row {
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #fff;
}
.breadcurmb-row a {
	color: #fff;
}
.breadcurmb-row a:hover {
	color: #9D9E9F;
}
.home #content-full {
	margin: 0 auto;
}
.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 2px solid #ff497c;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	background-color: #ff497c;
	opacity: .7;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}
#scroll:hover {
	opacity: 1;
	background: #ff497c;
	bottom: 3px;
}
#scroll:hover span {
	border-bottom-color: #fff;
}
.fancy-list, .fancy-list ul {
	list-style: none;
}
.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}
.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}
#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}
.post-edit {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	display: none;
}

/* =Header CSS
-------------------------------------------*/
#logo {
	max-width: 470px;
	padding-top: 0;
}
#logo img {
	float: left;
	max-width: 23%;
}
.site-nav {
	float: right;
	width: auto;
	background: transparent;
}

.header-nav {
	float: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 35px auto 0;
	display: table;
	z-index: 999999;
	position: relative;
}
#search-icon {
	font-weight: normal;
	margin-left: 50px;
	cursor: pointer;
}
#search-icon .fa.fa-search {
	font-weight: normal;
}
#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}


/* =Contact Form CSS
-------------------------------------------*/

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	color: #000;
	font-size: 16px;
	font-family: inherit !important;
	padding-left: 15px;
}
.wpcf7 input {
	height: 55px;
	line-height: 55px;
}
.wpcf7 textarea {
	height: 170px;
	border-radius: 30px;
}

fieldset.full {
	margin-bottom: 15px;
}
fieldset.half {
	width: calc(33% - 23px);
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
fieldset.half.last {
	margin-right: 0;
	float: right;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}
div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}
.one-third {
	position: relative;
	float: left;
	width: Calc(100% / 3 - 16px);
	margin-right: 23px;
	margin-bottom: 20px;
}
.one-third.last {
	float: right;
	margin-right: 0;
}
.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 25px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	/* box-shadow: none; */
	height: 60px;
	line-height: 60px;
	/* border: 0; */
	box-shadow: unset;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
}
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #ccc;
}
area:focus, input:focus, textarea:focus {
	border: 1px solid #ccc;
}

.full.submit-div {
	text-align: center;
}
.icon-row .half, 
.icon-row .one-third, 
.icon-row .full {
	position: relative;
}
.icon-row .full {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.icon-row .fa {
	position: absolute;
	z-index: 9;
	left: 25px;
	top: 22px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 45px !important;
}

/* =Footer CSS
-------------------------------------------*/
#footer {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	background-image: url(../../../wp-content/uploads/2021/10/copyright_bg.jpg);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#footer a {
	color: #fff;
	font-weight: 600;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.topwidget {
	float: right;
	margin-top: 32px;
}
.portfolio-mains .project-block {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}
.project-thumb {
	height: 240px;
	position: relative;
	text-align: center;
	background-color: #f9f9f9;
}
.project-thumb img {
	position: absolute;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	text-align: ;
}
.ptitle a {
	display: block;
	background-color: #1A2F5A;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.ptitle a:hover{
	background-color: #132240;
}
.portfolio-nav-links .page-numbers {
	display: block;
	float: left;
	margin: 2px 6px 2px 6px;
	width: 35px;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #FF497C;
	border-radius: 4px;
	display: block;
	height: 35px;
	line-height: 34px;
	font-weight: normal;
	text-align: center;
}
.portfolio-nav-links .page-numbers:hover, 
.portfolio-nav-links .page-numbers.current {
	background: transparent;
	color: #FF497C;
}
.portfolio-nav-links .prev.page-numbers, 
.portfolio-nav-links .next.page-numbers {
	background-color: #FF497C;
	border: 1px solid #FF497C;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.portfolio-nav-links .prev.page-numbers:hover, 
.portfolio-nav-links .next.page-numbers:hover{
	background-color: #FF497C;
	border: 1px solid #FF497C;
}
h3.ptitle {
	margin-bottom: 0;
}
.plink {
	text-align: center;
	background-color: #f9f9f9;
}
.topwidget a {
	font-size: 24px;
	font-weight: 200;
	color: #fff;
}
.topwidget a:hover, .topwidget a span {
	color: #ff497c;
}
#header #container {
	max-width: 1350px !important;
}
.w-logo.with_title .w-logo-title {
	color: #1b98e0;
	display: block;
	float: left;
	margin-left: 10px;
}
.w-logo-title-h {
	display: block;
}
.w-logo-title-l {
	clear: both;
	color: #fff;
	display: inline-block;
	font-style: italic;
}
.w-logo-title {
	float: right;
	width: 77%;
	color: #fff;
	margin-top: 35px;
	text-align: left;
	font-size: 30px;
	font-weight: 200;
}
#mouse-butn {
	position: relative;
	z-index: 99;
	overflow: visible;
}
#mouse-butn::before {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
	z-index: 4;
}
#mouse-butn::after {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	position: absolute;
	right: 0;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
	z-index: 4;
}
#mouse-butn #down-arrow {
	margin-top: -100px;
	margin-bottom: 0 !important;
}
#mouse-butn #down-arrow img {
	will-change: transform;
	animation: bounce 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes bounce { 0% 
	{
    transform: translate3d(0,0,0);
	}
}
@keyframes bounce { 100%
	{
    transform: translate3d(0,10px,0);
	}
}
#web-design h5 {
	font-size: 31px;
	line-height: 34px;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0 80px;
	color: #1f2732;
	font-weight: 500;
}
.web-design-txt {
	width: 65%;
	margin: 0 auto;
}
.comn-btn {
	border: 4px solid #ff497c;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.6em;
	padding: 26px 61px;
	text-transform: uppercase;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	color: #1f2732;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.comn-btn:hover {
	background: #ff497c;
	color: #fff;
}
#web-design {
	padding: 40px 0;
	position: relative;
	z-index: 99;
}
#web-design .comn-btn {
	margin: 15px 0;
}
#services-row img {
	max-width: 120px;
}
#services-row h6 a {
	font-size: 24px;
	font-weight: 500;
	color: #1f2732;
}
#services-row h6 a:hover {
	color: #ff497c;
}
.margin-botm .wpb_single_image {
	margin-bottom: 0 !important;
}
#services-botm .vc_column-inner {
	padding-top: 0 !important;
}
.step-title {
	font-size: 54px;
	margin-right: -30px;
}
.step-title .color-main {
	font-size: 125px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	top: 20px;
	left: 20px;
}
.step-title .color-main.pink {
	border-color: #ff497c;
	color: #ff497c !important;
}
.step-title .color-main.green {
	border-color: #a0ce4e;
	color: #a0ce4e !important;
}
.step-title .color-main.darkgreen {
	border-color: #00bea3;
	color: #00bea3 !important;
}
.step-title .color-main.orange {
	border-color: #f1894c;
	color: #f1894c !important;
}
.step-title .white-txt {
	color: #fff;
	position: relative;
	z-index: 999;
	font-weight: 500;
}
.service-botm-inner img {
	border: 10px solid rgba(255,255,255,.1);
	border-radius: 50%;
	max-width: 270px !important;
}
.top-space {
	margin-top: 85px;
}
.step-title.right-side .color-main {
	left: -25px;
}
.step-center-part::after {
	background-image: url(../../../wp-content/uploads/2021/10/right_arrow.png);
	background-repeat: no-repeat;
	bottom: -89px;
	content: "";
	display: block;
	height: 136px;
	position: absolute;
	right: 25px;
	width: 36px;
	z-index: 4;
}
.right-arrow.step-center-part::after {
	background-image: url(../../../wp-content/uploads/2021/10/left_arrow.png);
	left: 25px;
	right: auto;
}
.step-center-part {
	position: relative;
}
#gallery-row {
	margin-top: -140px;
	z-index: 9999;
	position: relative;
}
#services-botm {
	padding-bottom: 85px;
	position: relative;
	padding-top: 45px !important;
}
.vc_row.wpb_row.vc_row-fluid.margin-botm {
	position: relative;
	z-index: 99999999999999999999999999;
	top: 43px;
}
#services-botm::before {
	background-color: #fff;
	top: -52px;
	content: "";
	height: 96px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 100%;
	z-index: 1;
}
#services-botm::after {
	background-color: #fff;
	bottom: -52px;
	content: "";
	height: 96px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 100%;
	z-index: 1;
}
#gallery-row .comn-btn {
	background: #fff;
	border-color: #fff;
}
#gallery-row .comn-btn:hover {
	background-color: #ff497c;
	color: #fff;
	border-color: #ff497c;
}
#home-tabs .vc_tta-tabs-list {
	text-align: center;
	margin-bottom: 25px;
}
#home-tabs .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a, #home-tabs .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a, #home-tabs .vc_tta-panels {
	background: transparent;
	border: 0;
}
#home-tabs .vc_tta-panel-body {
	padding: 0;
	border: 0;
}
#home-tabs #web-design {
	padding: 0;
}
#home-tabs .vc_grid-container.vc_media_grid {
	margin-bottom: 0 !important;
}
#whitelable-row {
	position: relative;
	margin: 25px auto;
}
/* #whitelable-row::before {
	color: #ff497c;
	display: block;
	font-size: 125px;
	font-weight: 600;
	left: -200px;
	position: absolute;
	text-transform: lowercase;
	top: 160px;
	-ms-transform: translateY(-58%) rotate(-90deg);
	-webkit-transform: translateY(-58%) rotate(-90deg);
	transform: translateY(-58%) rotate(-90deg);
	word-break: unset;
	z-index: 4;
	content: "team";
	opacity: .1;
}

*/

.ServicesRequired {
	width: 100%;
	display: inline-block;
}
.hide {
	display: none;
}
.pose-date-col {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #ff497c;
}
.meta-content .author .author-txt {
	display: block;
	color: #1f2732;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.testimonial-img img {
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	padding: 9px;
	height: 270px;
	width: 270px !important;
}
.testimonial-img {
	text-align: center;
	margin: 20px auto;
	display: table;
}
.testimonial_location {
	color: #ff497c;
	margin: 35px 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-transform: uppercase;
}
.text.testimonial_rotator_description {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto 15px;
}
.testimonial_rotator_slide_title {
	font-size: 30px;
	color: #fff;
	margin: 20px auto 35px !important;
	font-weight: 500;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ff497c !important;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	background: #fff !important;
}
#home-form-row .comn-btn.top-arrow {
	margin: 0 auto;
	display: table;
	border-radius: 50%;
	width: 90px;
	height: 80px;
	padding: 0;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	letter-spacing: 0;
	color: #fff;
	background: #ff497c;
}
#home-form-row .comn-btn.top-arrow:hover {
	color: #ff497c;
	background: #fff;
}
#home-form-row .vc_column-inner {
	padding-top: 0;
	margin-top: -44px;
}
#home-form-row {
	position: relative;
	z-index: 9999;
	overflow: visible;
}
.home-post-row {
	padding-bottom: 50px;
}
#home-form-row h1 {
	font-size: 56px;
	line-height: 50px;
	font-weight: 500;
}
#fotr-location-row .vc_column-inner {
	padding-top: 0;
}
#home-form-row .last-img {
	margin-bottom: 0 !important;
}
#home-form-row .one-half {
	float: left;
	width: 49%;
	margin-right: 23px;
	position: relative;
}
#home-form-row .one-half.last {
	margin-right: 0;
	float: right;
}
.contactform h4 {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.contactform .wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 15px;
}
.contactform input[type="checkbox"] {
	height: auto;
	width: auto;
	line-height: inherit;
	padding: 0 !important;
}
.wpcf7-list-item-label {
	color: #000;
}
.full.submit-div .wpcf7-submit {
	border: 4px solid #ff497c;
	border-radius: 50px;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.6em !important;
	padding: 26px 61px !important;
	text-transform: uppercase;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	background: #ff497c !important;
}
.full.submit-div .wpcf7-submit:hover {
	border: 4px solid #ff497c;
	color: #ff497c !important;
	background: #fff !important;
}
.wpcf7-spinner {
	position: absolute !important;
}
#footer-adress {
	background-image: url(../../../wp-content/uploads/2021/10/footer_bg.png);
	background-color: #1f2732;
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: visible;
	padding-top: 42px;
}
#footer-adress h2 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 200;
}
#rev_slider_1_1_wrapper .custom.tparrows {
	width: 80px !important;
	height: 80px !important;
	background-color: rgba(255,255,255,.1) !important;
	margin: -40px 0 0 !important;
}
#rev_slider_1_1_wrapper .custom.tparrows:hover {
	background-color: #ff497c !important;
}
#rev_slider_1_1_wrapper .custom.tparrows::before {
	line-height: 80px !important;
}
.tp-leftarrow.tparrows.custom {
	border-radius: 0 50% 50% 0;
	left: -20px !important;
}
.tp-leftarrow.tparrows.custom:hover {
	color: #fff;
	left: 0 !important;
	-webkit-transition: all .15s linear 0s;
	transition: all .15s linear 0s;
}
.tp-rightarrow.tparrows.custom {
	border-radius: 50% 0 0 50%;
	left: 102% !important;
}
.tp-rightarrow.tparrows.custom:hover {
	color: #fff;
	left: 100% !important;
	-webkit-transition: all .15s linear 0s;
	transition: all .15s linear 0s;
}
#whitelable-row h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
}
#menu-item-27 a::before {
	display: none;
}
#services-row .fa {
	border: 4px solid #e2e4e5;
	border-radius: 50%;
	padding: 4px;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
	display: table;
	color: #1f2732;
}
#services-row .fa:hover {
	border: 4px solid #ff497c;
	color: #ff497c;
}
#services-row .fa::before {
	font-size: 60px;
	display: table;
	background: #e2e4e5;
	height: 110px;
	width: 110px;
	line-height: 110px;
	border-radius: 50%;
}
#fotr-location-row #location-inner .wpb_wrapper.vc_figure {
	border: 4px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 65px;
	height: 160px;
	padding: 4px;
	width: 160px;
	line-height: 160px;
}
#fotr-location-row #location-inner .vc_single_image-wrapper {
	background-color: #fff;
	border-radius: 50%;
	font-weight: 500;
	height: 100%;
	width: 100%;
}
#fotr-location-row #location-inner img {
	vertical-align: middle;
	display: inline-block;
	margin-top: -20px;
}
#fotr-location-row #location-inner .wpb_wrapper.vc_figure:hover {
	-webkit-animation: scaleDisappear .5s;
	animation: scaleDisappear .5s;
}
#fotr-location-row h6 {
	color: #1f2732;
	font-size: 24px;
	font-weight: 500;
}
#fotr-location-row strong {
	color: #1f2732;
	font-weight: 500;
}
.mobile-view {
	display: none;
}
.break {
	display: block;
}
#footer-adress::before {
	content: "13";
	position: absolute;
	top: -48px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	background-image: url(../../../wp-content/uploads/2021/10/footer_bg.png);
	background-color: #ff497c;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 66px;
	color: #fff;
	z-index: 99;
	font-family: initial;
	font-size: 50px;
	font-weight: 700;
	font-family: inherit;
}
#fotr-location-row {
	padding-bottom: 45px;
}
.footer-bottom::before {
	top: -15px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
	z-index: 1;
	background-image: url(../../../wp-content/uploads/2021/10/footer_bg.png);
	background-color: #1f2732;
}
.footer-bottom::after {
	top: -15px;
	content: "";
	height: 70px;
	right: 0;
	position: absolute;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
	z-index: 1;
	background-image: url(../../../wp-content/uploads/2021/10/footer_bg.png);
	background-color: #1f2732;
}
.footer-bottom {
	position: relative;
}
#fotr-location-row {
	padding-bottom: 45px;
	position: relative;
}
#fotr-location-row::after {
	border-bottom: 50px solid transparent;
	border-left: 50vw solid #fff;
	border-right: 50vw solid #fff;
	border-top: 0px solid #fff;
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.portfolio-posts {
	display: flex;
}
.pblock {
	width: calc(100% / 4);
	margin-right: 23px;
	position: relative;
	overflow: hidden;
	display: table;
}
.pbottom h2 {
	font-size: 19px;
	padding: 0 10px;
	text-align: center;
	line-height: 24px;
	margin: 10px 0;
}
.pblock img {
	max-height: 238px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: table;
	border: 1px solid #ccc;
}
.pblock img {
	width: 100%;
}
.pthumb {
	position: relative;
}
.pthumb::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(255,73,124,0.5);
	z-index: 9;
	opacity: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;	
}
.pbtn {
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	z-index: 9;
	display: block;
	height: 60px;
	margin: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in;
}
.pbtn a.comn-btn {
	background-color: #fff;
	padding: 15px 25px;
}
.pbtn a.comn-btn:hover{
	background-color: #FF497C;
	color: #fff;
}
.pblock:hover .pbtn{
	opacity: 1;
	top: 32%;
}
.pblock:hover .pthumb::before{
	opacity: 1;
}


.pcontent h2 {
	text-align: center;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
}
.pblock:nth-child(4), .pblock.last {
	margin-right: 0;
}
.pblock.third {
	margin-right: 23px;
}
.pcontent {
	position: absolute;
	top: 41%;
	opacity: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	padding: 10px;
	left: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.phoverthumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
.pcontent h2 a {
	color: #fff;
	font-weight: 500;
}
.pbottom h2 a:hover {
	color: #ff497c;
}
.pblock:hover .phoverthumb,
.pblock:hover .pcontent {
	opacity: 1;
}
#footer-adress .years {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 9999;
	font-size: 20px;
}
.single-portfolio-img-col {
	float: left;
	width: 75%;
	border: 1px solid #eee;
}
img.portfolio-screenshot {
	max-width: 100%;
}
.portfolio-rightcontent-col {
	float: right;
	width: 25%;
	padding-left: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.portfolio-rightcontent-col h4 {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .5px;
	margin-top: 0;
	color: #1f2732;
}
.portfolio-details .info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-details .info li {
	padding-bottom: 10px;
}
.portfolio-details .info .title {
	color: #444;
	text-transform: uppercase;
}
.portfolio-details .info span {
	display: block;
	font-size: 16px;
}
.portfolio-details .comn-btn {
	margin-top: 10px;
}
.navigation {
	padding: 0px;
	clear: both;
	float: left;
	width: 75%;
}
.navigation .previous {
	float: left;
}
.navigation .next {
	float: right;
}
.navigation a {
	border: 2px solid #ff497c;
	border-radius: 50px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 4px 10px;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	color: #1f2732;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.navigation a:hover {
	border: 2px solid #ff497c;
	background: #ff497c;
	color: #fff;
}
#content, #content-full {
	margin-top: 40px;
	margin-bottom: 70px;
}
#home-portfolio h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
}
#timeline-history .content-details img {
	max-width: 100px;
}
.cool-timeline .timeline-post .timeline-content .content-details p {
	margin: 0 auto 15px !important;
}
#timeline-history .alignleft {
	margin: 5px 20px 20px 0 !important;
}
#timeline-history .alignright {
	margin: 5px 0 20px 20px !important;
}
.meta-details {
	display: none;
}
.skill-icon {
	margin-right: 38px;
}
.skill-icon:last-child {
	margin: 0;
}
.hover-show {
	display: none;
}
.ptitle2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	line-height: 24px;
	margin-bottom: 0;
	min-height: 78px;
}
.ptitle2 a {
	font-weight: 500;
}
.ptitle2 a:hover {
	color: #ff497c;
}
.page-id-24 #content-full {
	margin-bottom: 0;
}
.portfolio-page .pblock {
	width: 24%;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}
.portfolio-page .pblock.last {
	float: right;
	margin-right: 0;
}
.portfolio-page .portfolio-posts {
	width: 100%;
	flex-wrap: wrap;
}
.package-row h2 {
	background: #e2e4e5;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	padding: 20px;
	min-height: 94px;
	line-height: 27px;
	letter-spacing: 0.5px;
}
.package-col .vc_column-inner {
	padding: 0 !important;
}
.package-col {
	border: 1px solid #dfdfdf;
	min-height: 650px !important;
}
.package-col:hover {
	box-shadow: 0 1px 15px #ccc;
}
.package-desc {
	color: #ff497c;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.pricing-item-features li {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	position: relative;
	list-style: none;
}
.pricing-item-features li::before {
	color: #ff497c;
	content: "\f005";
	font-family: fontawesome;
	font-size: 11px;
	font-weight: normal;
	line-height: 0;
	padding-right: 10px;
	position: relative;
}
.package-row .comn-btn {
	text-align: center;
	margin: 20px auto 0;
	display: table;
}
.package-botm-txt {
	padding: 0 20px;
}




.img-border-radius img {
	border: 10px solid rgb(255, 73, 124);
	border-radius: 50%;
	padding: 10px;
}
.list-margin ul {
	margin-left: 20px;
}
#testimonialpage .testimonial_rotator_slide_title {
	text-align: center;
	color: #ff497c;
}
#content-full .post-entry .wpb_text_column ul {
	margin-left: 20px;
}
.home #content-full .post-entry .wpb_text_column ul {
	margin-left: 0;
}
.portfolio-nav-links {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
ul.slimmenu li:last-child > a {
	padding-right: 0;
}
#brands .owl-prev{
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 12px;
	left: -40px;
}
#brands .owl-next{
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 12px;
	right: -40px;
}
#testimonialpage {
	margin-top: 40px;
}
#testimonialpage .testimonialblock {
	border: 3px solid #cdcdcd;
	border-radius: 2px;
	position: relative;
	padding: 85px 20px 20px;
	margin-bottom: 80px;
}
#testimonialpage .testimonialblock:last-child {
	margin-bottom: 0;
}
#testimonialpage .testimonial_meta {
	text-align: center;
}
#testimonialpage .testimonial_meta h4 {
	display: inline-block;
}
#testimonialpage .testimonial-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin-top: -50px;
	background-color: #fff;
	width: 120px;
	height: 120px;
	border: 3px solid #cdcdcd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 10px;
}
#testimonialpage .testimonial-img img {
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	box-shadow: none;
}
#testimonialpage .testimonial_location {
	position: relative;
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
	font-style: italic;
	padding-left: 7px;
}
#testimonialpage .testimonial_location::before {
	content: ",";
	position: absolute;
	left: 0;
	bottom: -2px;
}
.pbottom {
	min-height: 72px;
}
.grecaptcha-badge {
	bottom: 65px !important;
	z-index: 99999;
}
#brands h3 {
	color: #fff;
}
#location-inner a:hover, #fotr-location-row strong:hover {
	color: #ff497c;
}
.wpcf7 p {
	margin: 0;
}
/*********** Start Responsive ***********/
@media screen and (max-width: 1800px){
	#header #container {
		max-width: 1350px !important;
	}
}
@media screen and (max-width: 1024px){
	#about-logo-row {
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width: 980px){
	.portfolio-page .pblock {
		width: calc(100% / 2 - 8px);
		margin-right: 15px;
	}
	.portfolio-page .pblock.second, .portfolio-page .pblock.last {
		margin-right: 0;
	}
	.home .portfolio-posts {
		flex-wrap: wrap;
	}
	.home .pblock {
		margin-bottom: 15px;
	}
	.home .pblock:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 900px){
	.single-portfolio-img-col {
		float: none;
		width: 100%;
		text-align: center;
	}
	.portfolio-rightcontent-col {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.navigation {
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	
}
@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.one-third {
		width: 100%;
		margin-right: 0;
	}
	table.shop_table {
		font-size: 14px;
	}
	.one-third.last {
		margin-bottom: 17px;
	}

}

@media screen and (max-width: 767px){
	.w-logo-title {
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
		display: inline-block;
		font-size: 20px;
		line-height: 1.1;
	}
	#logo img {
		float: none;
		max-width: 80px;
	}
	#logo {
		max-width: none;
		text-align: left;
		float: left;
	}
	#logo a {
		display: flex;
		align-items: center;
	}
	#header {
		position: relative;
		background-color: #1f2732;
		padding-bottom: 10px;
	}
	.site-nav {
		float: right;
		width: 100%;
	}
	.header-nav {
		width: 100%;
	}
	.header-nav {
		margin: -74px auto 0;
	}
	.web-design-txt {
		width: 100%;
	}
	.mobile-view {
		display: block;
	}
	.desktop-view {
		display: none;
	}
	.top-space {
		margin-top: 0;
	}
	.step-center-part::after {
		display: none;
	}
	.step-title .color-main {
		font-size: 95px;
	}
	#home-form-row h1 {
		font-size: 30px;
		line-height: 32px;
	}
	#home-form-row .one-half {
		width: 100%;
		margin-right: 0;
	}
	#footer-adress h2 {
		font-size: 30px;
		line-height: 32px;
	}
	.break {
		display: inline;
	}
	#mouse-butn #down-arrow img {
		width: 22px;
	}
}

@media screen and (max-width: 736px){
	
}

@media screen and (max-width: 684px){
	
}

@media screen and (max-width: 650px){
	.home #header {
		position: relative;
	}
}
	
@media screen and (max-width: 600px){

}

@media screen and (max-width: 533px){
	.portfolio-page .pblock {
		width: 100%;
		margin-right: 0;
	}
	.pblock {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}

}

@media screen and (max-width: 480px){
	
	img.alignright {
		float: none;
		display: block;
		margin: auto;
	}
	#logo img {
		max-width: 100px;
	}
	#logo a {
		flex-direction: column;
		align-items: flex-start;
	}
	.header-nav {
		margin: -50px auto 0;
	}
	
	
}
@media screen and (max-width: 414px){
	
	
}


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

}

@media screen and (max-width: 360px){
		
}