/*
Theme Name: WiWire You Child
Template: WWY
Description: WWY Theme by 3LizardsMedia.com
Author: 3LizardsMedia.com
Author URI: https://www.3LizardsMedia.com/
Version: 1.0.0 

*/

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

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%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #62718d;
	font-size: 17px;
	font-smoothing: antialiased;
	line-height: 26px;
	text-rendering: optimizeLegibility;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	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: 600;
}
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;
}
#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: 40px;
	margin-bottom: 40px;
}
.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: #1a2f5a;
	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, .comn-btn {
	display: inline-block;
	background-color: #2DB7FF;
	color: #fff;
	padding: 17px 45px;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 25px;
}
a.standard-button:hover, #content-search .read-more a:hover, .blue-button:hover, a.standard-button:focus, a.readmorebtn:hover, .comn-btn:hover {
	color: #fff;
	background-color: #0676be;
}
::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 {
	color: #0676be;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-top: 0;
}

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

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: #2db7ff;
	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 #2db7ff;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #0676be;
	color: #fff;
	border-color: #0676be;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}
.collapse-button .icon-bar {
	background-color: #fff;
	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: #0676be;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	z-index: 9;
	margin: 0 8px;
	padding: 0 5px;
	font-family: inherit;
	font-weight: 500;
}

ul.slimmenu li a:hover {
	background-color: transparent;
	color: #2db7ff;
}
ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #2DB7FF;
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor a, ul.slimmenu > li.current-menu-ancestor a {
	background-color: transparent;
	color: #0676be;
}
ul.slimmenu > li.current-menu-ancestor ul > li > a {
	background-color: #0676be;
	color: #fff;
}
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: #fff;
}
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: #fff;
	background-color: #0676be;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}
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: #fff;
	background-color: #0676be;
}
ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: #1F1f1f;
	color: #fff !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:#00a556;
    color:#FFF
}

ul.slimmenu li ul li.current-menu-item a:hover {
	color: #fff;
}
ul.slimmenu li:last-child ul li{
    right:0
}
ul.slimmenu li > ul {
	left: 0;
	min-width: 15em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
}


ul.slimmenu.collapsed li.menu-item-has-children a {
	padding-right: 50px;
	color: #fff;
}
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: #0676be;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 0;
	right: 5px;
	color: #0676be;
	font-size: 15px;
	font-weight: 700;
}

.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: #fff;
	background-color: #2db7ff;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #2db7ff;
	color: #fff;
}
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: #0676be;
	color: #fff;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding-left: 30px;
}
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: #fff;
	background-color: #2db7ff;
	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: #2db7ff;
	color: #fff;
}
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: #2db7ff;
	color: #fff !important;
}
ul.slimmenu li.menu-item-has-children a {
	padding-right: 12px;
}

ul.slimmenu > li.current-menu-item > a {
	background-color: transparent;
	color: #2db7ff;
}
ul.slimmenu > li.current_page_item > a::after, ul.slimmenu > li > a:hover::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 3px;
	background-color: #2db7ff;
}
/*********** 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;
}
#header {
	margin: 0;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
#header-main {
	background-color: #fff;
}
#container {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1200px !important;
	width: 100% !important;
}
.page div#content, .post-entry {
	display: block;
}
#page-header {
	width: 100%;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0676be;
	background-blend-mode: overlay;
	background-size: cover;
	background-position: top;
}
#page-header h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500;
}
.breadcurmb-row {
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
.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;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
#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: #1F1f1f;
}
#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}
#scroll:hover span {
	border-bottom-color: #1F7CC2;
}
.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
-------------------------------------------*/
.header-inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo {
	max-width: 260px;
	margin-bottom: -60px;
	z-index: 999;
	position: relative;
}
#logo::after {
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-bottom: 77px solid transparent;
	border-left: 188px solid white;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 0;
	left: 8px;
	z-index: -9;
}
#logo::before {
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-bottom: 77px solid transparent;
	border-right: 188px solid white;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 0;
	right: 8px;
	z-index: -9;
}
#logo a::before {
	background: #fff;
	width: 65%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	left: 45px;
	top: 0;
	right: 0;
	bottom: 0;
}
.header-nav {
	float: left;
	height: 50px;
	line-height: 50px;
}
#search-icon {
	font-weight: normal;
	margin-left: 50px;
	cursor: pointer;
}
#search-icon .fa.fa-search {
	font-weight: normal;
}
#logo a {
	float: none;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.social-addres {
	list-style: none;
	display: flex;
}
.social-addres li {
	margin-right: 5px;
}
.social-addres li:last-child {
	margin-right: 0;
}
.social-addres a {
	color: #fff;
	font-size: 20px;
	background-color: #2db7ff;
	display: flex;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.social-addres a:hover {
	background-color: #0676be;
}
.top.social-addres {
	display: none;
}
.top-phone-address {
	list-style: none;
}
.top-phone-address a {
	font-size: 26px;
}
.top-phone-address .fa {
	margin-right: 5px;
	font-size: 52px;
	line-height: 1;
	color: #0676be;
}
.top-phone-address a {
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2db7ff;
	line-height: 23px;
	font-weight: 500;
}
.top-phone-address a:hover {
	color: #0676be;
}
.top-phone-address span {
	display: inline-flex;
	flex-direction: column;
}
.top-phone-address strong {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}
/* =Contact Form CSS
-------------------------------------------*/

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

fieldset.full {
	margin-bottom: 15px;
}
fieldset.half {
	width: calc(100% / 2 - 10px);
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
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: 50px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: 62px;
	line-height: 62px;
	box-shadow: unset;
	border: 1px solid #e5e5e5;
}
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, .full.submit {
	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: 15px;
	top: 21px;
	color: #454545;
	width: 15px;
	text-align: center;
}
.icon-row .fa.fa-comment {
	top: 11px;
}
.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 35px !important;
}
.custom-select {
	display: flex;
	position: relative;
	z-index: 2;
}
.icon-row .custom-select select {
	padding: 0 35px !important;
	appearance: none;
	cursor: pointer;
	position: relative;
	z-index: 9;
	background-color: transparent;
}
.custom-select .fa.fa-server {
	top: 24px;
}
.custom-select::after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 25px;
	z-index: 4;
	color: #000;
}
.wpcf7-form-control-wrap.your-message {
	display: flex;
}
input[type="submit"] {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	border: 0;
	background-color: #2db7ff;
	color: #fff !important;
	display: inline-block;
	width: auto !important;
	font-size: 20px !important;
	padding: 17px 55px !important;
	text-shadow: none;
	height: auto !important;
	line-height: inherit !important;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 50px;
}
input[type="submit"]:hover {
	background-color: #0676be;
	color: #fff !important;
	border: 0;
	box-shadow: none;
}
.wpcf7 form .wpcf7-response-output {
	margin-top: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450 !important;
}
/* =Footer CSS
-------------------------------------------*/
#footer {
	width: 100%;
	text-align: center;
	background-color: #0676be;
	color: #fff;
	padding: 15px 0 10px;
	font-size: 17px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #000;
}
#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-bottom {
	margin-bottom: 40px;
	padding-top: 80px;
	background: linear-gradient(180deg, rgba(45,183,255,1) 40%, rgba(255,255,255,1) 40%);
}
.home .footer-bottom {
	margin-top: -150px;
	padding-top: 0;
	background: #fff;
}
.foo-img-col {
	background-image: url('../../../wp-content/uploads/2021/07/conatact-form-img.jpg');
	background-size: cover;
	background-color: #0676be;
	background-blend-mode: multiply;
	border-radius: 20px 0 0 20px;
}
#foo-row-one .foo-form-col {
	box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
	border-radius: 0 20px 20px 0;
	padding: 25px 20px 5px;
	background-color: #fff;
}
.foo-call-txt, .foo-call-txt h2 {
	color: #fff;
}
.foo-call-txt {
	max-width: 480px;
	margin: auto !important;
}
.foo-call-txt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foo-call-txt ul li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 20px;
}
.foo-call-txt ul li::before {
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.foo-call-txt ul li.call::before {
	content: "\f095";
}
.foo-call-txt ul li.email::before {
	content: "\f0e0";
}
.foo-call-txt ul li.location::before {
	content: "\f041";
}
.foo-call-txt a {
	color: #2db7ff;
	font-size: 18px;
	font-weight: 700;
}
.foo-call-txt a:hover {
	text-decoration: underline;
}



.custm-head h5 {
	color: #2db7ff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 10px;
}
.custm-head h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
}
#about {
	padding: 50px 0;
}
.about-img {
	padding-right: 20px;
}
.about-img img {
	border-radius: 25px;
}
.about-txt-col > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.about-inner-col > .vc_column-inner > .wpb_wrapper {
	display: flex;
	align-items: center;
}
.about-phone {
	margin-top: auto;
	padding-top: 30px;
	border-top: 1px solid #f5f5f5;
}
.about-founded {
	max-width: 350px;
	margin: -75px auto auto !important;
	z-index: 99;
	position: relative;
	padding: 20px 35px;
	border-radius: 20px;
}
.about-founded .vc_icon_element {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #2db7ff;
}
.about-founded h4 {
	color: #fff;
	margin-bottom: -12px;
}
.about-founded p {
	color: #fff;
	opacity: 0.5;
}
.about-phone .vc_icon_element {
	border-radius: 50%;
	overflow: hidden;
	font-size: 12px;
	margin-right: 12px;
}
.about-phone p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
}
.about-phone strong {
	font-weight: 700;
	color: #0676be;
	font-size: 22px;
}
.about-phone a {
	color: #2db7ff;
}
.about-phone a:hover {
	color: #0676be;
}
.quality-wrapper {
	margin-top: 200px;
	overflow: visible !important;
	padding-bottom: 200px;
}
#quality-row {
	color: #fff;
	padding-bottom: 15px;
	border-radius: 20px;
	margin-top: -200px;
}
#quality-row strong {
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
}
#quality-row p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
}
.service-icons {
	margin-top: -55px;
}
.service-icons > div {
	border-radius: 50% !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-size: 14px;
	padding: 5px;
}
.service-txt {
	background-color: #fff;
	margin-top: -50px;
	padding: 50px 10px 15px;
	text-align: center;
}
.service-btn {
	background-color: #fff;
	margin-top: -15px;
	padding-bottom: 15px;
}
.service-txt h3 {
	color: #0676be;
	font-weight: 500;
	margin-bottom: -10px;
}
.service-btn a {
	position: relative;
	color: #2db7ff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
.service-btn a:hover {
	color: #0676be;
}
.service-btn a::before {
	content: "\f061";
	font-family: fontawesome;
	margin-right: 10px;
}
.services-row .vc_column-inner > .wpb_wrapper {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: auto;
	margin-bottom: 20px;
	box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.services-row {
	margin-bottom: 30px;
}

.project-row .vc_column-inner > .wpb_wrapper {
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 30px;
	/* box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1); */
	padding: 50px 12px 15px;
	background-color: #f6f6f6;
	color: #000;
	margin-top: 48px;
	outline: 2px solid #2db7ff;
	min-height: 270px;
}
.project-row h4 {
	color: #0676be;
	font-weight: 500;
	margin-bottom: -10px;
	font-size: 20px;
	line-height: 25px;
}
.project-year {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	display: flex;
	width: 90px;
	height: 90px;
	background-color: #2db7ff;
	justify-content: center;
	align-items: center;
	color: #ffff;
	font-size: 32px;
	border-radius: 50%;
}
.project-year p {
	margin: 0;
}
.contact-us-page #wrapper {
	display: none;
}
.img-radius img, .reverse-row .wpb_single_image img {
	border-radius: 20px;
}
/*********** Start Responsive ***********/


@media screen and (max-width: 1024px){
	ul.slimmenu > li.current_page_item > a::after, ul.slimmenu > li > a:hover::after, .menu-item-has-children::after {
		display: none;
	}
	.site-nav {
		order: 3;
		margin: 0;
	}
	.topwidget {
		margin-left: auto;
		margin-right: 20px;
	}
}
@media screen and (max-width: 980px){
	
}
@media screen and (max-width: 960px){
	
}
@media screen and (max-width: 800px){
	
}
@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.one-third, fieldset.half {
		width: 100%;
		margin-right: 0;
	}
	table.shop_table {
		font-size: 14px;
	}
	.one-third.last {
		margin-bottom: 17px;
	}
	.foo-img-col {
		border-radius: 20px 20px 0 0;
		padding-bottom: 35px;
	}
	#foo-row-one .foo-form-col {
		border-radius: 0 0 20px 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.foo-call-txt {
		margin-left: 0 !important;
	}
	.about-founded {
		margin: -40px auto 25px auto !important;
	}
	#about .about-txt {
		margin-bottom: 20px !important;
	}
	.about-phone {
		padding-left: 15px;
	}
	.about-img {
		padding-right: 0;
	}
	.reverse-row {
		flex-direction: column-reverse;
		display: flex;
	}
	.reverse-row .wpb_single_image {
		margin-bottom: 20px !important;
	}
	.project-row .vc_column-inner > .wpb_wrapper {
		min-height: 0;
	}
}

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

@media screen and (max-width: 736px){
	#main-footer-bottom {
		flex-direction: column;
	}
	.footer-copyright p {
		margin-bottom: 0;
	}
	.footer-designby p {
		margin-top: 7px;
	}
	#footer a {
		display: inline-block;
	}
}

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

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

}
	
@media screen and (max-width: 600px){
	#logo a::before, #logo::before, #logo::after {
		display: none;
	}
	.header-inner-wrapper {
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	#logo {
		max-width: 200px;
		margin-bottom: 0;
		margin-left: -20px;
	}
	.site-nav {
		margin-right: 0;
		order: unset;
		margin-top: -15px;
	}
	.topwidget {
		width: 100%;
	}	
	.custm-head h2 {
		font-size: 34px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 533px){
	.about-phone strong {
		display: flex;
		flex-direction: column;
	}
	.about-phone p {
		font-size: 16px;
	}
	.about-phone strong {
		font-size: 20px;
		line-height: 24px;
	}

}

@media screen and (max-width: 480px){
	
	img.alignright {
		float: none;
		display: block;
		margin: auto;
	}
	#page-header h2 {
		font-size: 32px;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.custm-head h2 {
		font-size: 30px;
	}
	.about-founded {
		margin: 20px 0 20px 0 !important;
		max-width: 100%;
	}
	.about-founded h4 {
		font-size: 22px;
	}
	.about-founded p {
		font-size: 15px;
		line-height: 20px;
	}
	.custm-head h2 {
		font-size: 28px;
	}
	.custm-head h5 {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 6px;
	}
}


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

}

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