@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
	margin: 0;
	padding: 0;
	outline: none
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #444;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #FF9331;
	font-family: 'Poppins', sans-serif;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
}

li {
	list-style: none;
}

ul,
ol {
	margin: 0;
}

p {
	margin-bottom: 20px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 0;
}


/* CSS starts here */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	color: #c0c0c0;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 0;
	padding: 2px 10px;
	height: 40px;
	font-size: 14px;
	width: 100%;
}

textarea {
	color: #c0c0c0;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 0;
	display: block;
	padding: 2px 10px;
	max-height: 140px;
	font-size: 14px;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #ff5a5f;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 2px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #c0c0c0;
	border-color: #ccc;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a,
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:focus:not(.prev):not(.next),
.pagination a:hover:not(.prev):not(.next),
.comments-pagination a:focus:not(.prev):not(.next),
.comments-pagination a:hover:not(.prev):not(.next),
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	box-shadow: none;
}

.site-branding {
	padding: 0;
	margin: 0;
}

.widget ul li {
	border-bottom: 0;
	border-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	margin-bottom: 0;
}

.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
	float: none;
	width: 100%;
}

body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	float: none;
	width: 100%;
}


/*.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {     float: none;     width: 100%;}*/

.wrap,
.panel-content .wrap {
	max-width: 1120px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0
}

.home .page-banner {
	display: none
}

.page-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1
}

.page-banner {
	background: url(assets/images/page-banner.jpg) no-repeat center top;
	position: relative;
	background-size: cover;
	z-index: 1;
	padding: 200px 0;
	margin-bottom: 40px;
	top: 120px;
	position: relative;
}

.page-banner h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 40px
}

.widget-title {
	margin-top: 0;
	font-weight: 700;
	margin: 0 auto 15px;
	font-size: 33px;
}

.site-header {
	background-color: transparent;
}

.site-info {
	float: none;
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0
}

.site-footer {
	font-size: 14px;
	margin-top: -1px;
}

.home-banner .item {
	background-repeat: no-repeat;
	/*   background-size: 100% auto !important; */
	background-size: cover !important;
	height: 93vh;
	/*   position: relative; */
	z-index: 1;
}

.home-banner .carousel-control>span {
	font-size: 90px;
	position: absolute;
	top: 31%;
}

.home-banner .carousel-caption {
	height: auto;
	left: 0;
	right: 0;
	text-align: left;
	/* top: 40%; */
	padding: 0px;
}

.home-banner .carousel-caption {
	bottom: 50%;
	height: auto;
	left: 0;
	padding: 0;
	right: 0;
	text-align: left;
	top: 40%;
}

.banner-text h1 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align:center;
	text-shadow: none;
	text-transform: uppercase;
	width: 80%;
}

.banner-text p {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 28px;
	margin: 20px auto 0;
	text-align:center;
	text-shadow: none;
	text-transform: capitalize;
	width: 80%;
	letter-spacing: 2px;
}

.banner-btn {
	text-align: center;
}

.banner-text {
	width: 100%;
	text-align: center;
}

.banner-btn .btn {
	border: 3px solid;
	border-radius: 17px;
	color: #ffffff;
	font-family: poppins;
	font-size: 18px;
	font-weight: 500;
	height: 46px;
	line-height: 40px;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 82px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	top: -23px;
	transition: all 0.3s ease-in-out 0s;
	width: 225px;
}

.banner-btn .btn:hover {
	background: #ffffffb3;
	color: #bc434b;
	border: 3px solid #bc434b;
}

#homeCarousel .carousel-indicators {
	bottom: 20px;
}

#homeCarousel .carousel-caption {
	z-index: 0;
}


/*Theme custom css starts 6.12.2018 */


/* .home-banner .item {  background-repeat: no-repeat;  background-size: 100% auto !important;  height: 100vh;  position: relative;  z-index: 1;} */

.container {
	max-width: 1550px;
	width: 100%;
}

.site-header {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 115px;
	overflow:visible;
	padding-top: 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 12;
}

.head-contactright {
	display: inline-flex !important;
	float: right;
}

.contact-info li {
	margin-right: 20px;
}

.contact-info li a,
.head-contactleft li {
	color: #000000;
	/*   color: #fff; */
	/* font-size: 17px; */
	font-size: 14px;
	padding-left: 4px;
}

.single-services .hiddens.head-contactleft.col-sm-7>li {
	color: #ffffff;
}

.single-services .head-contactright.d-flex.align-items-center a {
	color: #fff;
}

.main-navigation ul {
	text-align: right;
}

.main-navigation a {
	color: #000000;
	/* 	  color: #fff; */
	font-size: 17px;
	font-weight: 500;
	padding: 1em 1.25em 1em 41px;
	transition: all ease-in-out 0.3s
}

.services-template-default .main-navigation a:hover {
	color: #da5861;
}
#fbmsg, .ccw_plugin.chatbot {
	display: none;
}

.top-head.d-flex.align-items-center {
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}

.head-contactright .fa {
	color: #000;
}

.head-contactleft {
	padding: 0;
}

.site-logo {
	padding: 0;
}

.site-logo img {
	width: 169px;
}

.contact-info li:nth-child(2) {
	margin-right: 0;
}

.main-navigation a:last-child {
	padding-right: 0;
}


/*.home-banner .item::after {    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;   bottom: 0;   content: "";    left: 0;  position: absolute;    right: 0;    top: 0;    z-index: -1;  } */

.home-banner .item::before {
	background: rgba(0,0,0,0.4);
	-webkit-background-image: rgba(0,0,0,0.4);
	-moz-background-image: rgba(0,0,0,0.4);
	content: "";
	height: 100%;
	opacity: 0.75;
	position: absolute;
	width: 100%;
	/* background-image: linear-gradient(to right, rgb(48, 112, 184) 0%, rgba(48, 112, 184, 0.7) 55%, rgba(31, 120, 189, 0.39) 71%, rgba(255, 255, 255, 0) 100%); */
}

.home .carousel-control {
	top: 139px;
	width: 168px;
	z-index: 2147483647;
}

.home-banner .carousel-control.right {
	background-image: none;
	right: -47px;
}

.home-banner .carousel-control.left {
	left: -67px;
	background-image: none;
}


/* Header Ends */


/*About us css starts */
.about_img {
	position: relative;
}
.about_img .widget-title {
	position: absolute;
	border: ;
	bottom: 0;
	text-align: left !important;
	font-size: 15px !important;
	bottom: -40px;
}
.main-heading .widget-title {
	padding-top: 0 !important;
	color: #000000e6;
	font-size: 30px !important;
	text-transform: capitalize;
	padding-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold !important;
}
.about-cont .ow-button-base.ow-button-align-center {
	text-align: left;
}
.about-cont {
	margin: 80px 0 40px;
}
.about-cont .so-panel {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.about-cont p {
	letter-spacing: 1px;
	line-height: 2;
	font-size: 15px;
}
.about-cont a {
	background: #bc434b !important;
	border: 3px solid #bc434b !important;
	border-radius: 16px !important;
	box-shadow: none;
	float: left;
	font-size: 17px;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
	font-size: 16px !important;
	box-shadow: none !important;
}
.about-cont .so-widget-sow-button-atom-4a75a8acc3b6 .ow-button-base a:hover {
	color: #bc434b !important;
}
.about-cont a:hover{
background: transparent !important;
border: 3px solid #bc434b !important;
color: #bc434b !important;
}
.about-cont .so-widget-sow-button-atom-4a75a8acc3b6 .ow-button-base a:hover {
	color: #da5861 !important;
}
.about-cont a span:hover{
color: #bc434b !important;
}
body .site-btn-button .ow-icon-placement-right.ow-button-hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #0072d8;
	border-radius: 9px;
	color: #0072d8 !important;
	float: left;
	font-size: 16px;
	margin-bottom: 50px;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
}

body .site-btn-button .ow-icon-placement-right.ow-button-hover:hover {
	background: #0072d8 !important;
	border: 3px solid #0072d8!important;
	color: #fff !important;
}

.home-about .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.home-abouts .so-widget-sow-editor h3 {
	color: #0072d8;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.home-about .siteorigin-widget-tinymce {
	text-align: center;
}

.home-abouts .siteorigin-widget-tinymce.textwidget > h1 {
  font-size: 16px;
  font-weight: 700;
  left: 0;
  letter-spacing: 2px;
  margin-bottom: 12px;
  position: absolute;
  /*right: -67px;*/
  right: -27%;
  text-align: center;
  top: 64px;
}

.wrap,
.panel-content .wrap {
	max-width: 1200px;
}

#homeCarousel .carousel-indicators {
	display: none;
}

.home-abouts p {
	font-size: 17px;
	line-height: 29.7px;
	margin-top: 30px;
	text-align: left;
	color: #000;
}

.home-abouts {
	padding-top: 233px;
	position: relative;
}

.site-btn-button .ow-button-base a.ow-icon-placement-right .sow-icon-image,
.ow-button-base a.ow-icon-placement-right [class^="sow-icon-"] {
	margin: -0.1em 0.75em -0.2em -0.75em;
}

.left-img img {
	width: 70%;
	height: 480px;
}

.home .panel-grid.panel-has-style {
	margin: 0!important;
}

.divide-colms {
	float: right;
	margin-top: -170px;
	width: 50%;
}


/*About us css Ends */


/*site-services css Starts */
.ser .main-heading h3 {
	color: #fff !important;
	padding-bottom: 0 !important;
	margin-top: 120px;
}

.site-services .container {
	width: 1170px;
}

.site-services {
	/*background: #bc434b none repeat scroll 0 0;*/
	background:none;
	padding-bottom: 60px;
	padding-top: 60px;
}

.site-services .va-wrapper {
	background: #f7f7f7 none repeat scroll 0 0;
	display: inline-table;
	width: 100%;
}
.main-heading h5 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	font-size: 17px;
	letter-spacing: 1px;
}

.ser .site-services .titleSec>h1 {
	color: #323232;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	height: 48px;
	overflow: hidden;
}

.site-services .va-content {
	height: 192px;
	text-align: center;
}

.va-slice.va-slice {
	border-right: 10.8px solid #0f0f0f;
	padding: 50px 6px;
	transition: all 0.5s ease 0s;
}


/*  .ser {     background-repeat: no-repeat;     background-size: contain !important;     padding: 220px 50px 50px;    position: relative;     top: -150px; } */

.ser {
	background-repeat: no-repeat;
	background-size: contain !important;
	padding: 60px 0 60px;
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}

.ser::before {
	background-image: url("https://www.ite.net.au/wp-content/uploads/2023/05/741A121F-105A-47ED-9719-6DAA9DAD9B57.jpeg");
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: 110% 100%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.divide-colms .panel-grid-cell:nth-child(2) {
	float: left;
	width: 80% !important;
	z-index: 2;
}

#pgc-w5c09403b45bb1-0-0 {
	display: none!important;
}

h3 {
	font-size: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	padding-top: 36px !important;
	text-align: center !important;
}

.ser .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.siteorigin-widget-tinymce.textwidget>h1 {
	font-weight: 700;
	margin-bottom: 12px;
}

.ser .siteorigin-widget-tinymce h1 {
	color: #ffffff;
	margin-bottom: 97px;
	text-align: center;
}

.ser h3 {
	color: #ffffff;
	margin-bottom: 20px !important;
	padding-top: 0 !important;
}

.ser .pro-btn {
	border: 2px solid;
	/*  display: none; */
	height: 42px;
	margin-bottom: 0;
	margin-top: 0 !important;
	position: relative;
	text-align: center;
	width: 167px;
	margin: 0 auto;
}

.pro-btn>a {
	background: #f7f7f7 none repeat scroll 0 0;
	box-shadow: none;
	color: #010101;
	display: block;
	font-size: 16px;
	height: 59px;
	left: 0;
	line-height: 41px;
	margin: 0 auto;
	padding: 3px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: -5px;
	width: 128px;
}

.ser .va-content>p {
	margin-top: 20px;
}

.ser img {
	margin-bottom: 11px;
}

.site-services .container {
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.26);
	padding: 0;
	width: 1300px;
}


/*  .home .wrap, .panel-content .wrap {     max-width: 1380px;} */

.home .wrap,
.panel-content .wrap {
	max-width: 1500px;
	width: 100%;
}


/* .home .wrap {  max-width: 100%;  padding: 0;} */


.contact-us {  padding-left: 5%!important;  
               padding-right: 5%!important;
               margin-left:-5% !important;
               margin-right:-5% !important;
} 

#servicekirowid {
               padding-left: 5%!important;  
               padding-right: 5%!important;
               margin-left:-5% !important;
               margin-right:-5% !important;
}


.va-slice.va-slice:last-child {
	border-right: 0;
	border-bottom-width: 0px;
    margin-bottom: 0px;
}

.center {
	text-align: center;
}

.blue-heading {
	color: #0072d8
}
.why-choose-us h5 {
	color: #888;
}

body .why-choose-us h1 {
  color: #202020;
  font-size: 27px;
  margin: 10px auto 0 !important;
  width: 65%;
  text-transform: capitalize;
}

.why-choose-us p {
	margin-top: 30px;
	letter-spacing: 1px;
	line-height: 2;
	font-size: 15px;
}
.why-choose-us {
	padding-top: 30px;
}

.divide-colms .panel-grid-cell.panel-grid-cell-empty {
	display: none;
}

.titleSec {
	padding-bottom: 20px;
	height: 50px;
}

.services-image {
	height: 60px;
}

.va-content:hover .post-cont {
	display: none;
	transition: all ease-in-out .5s;
}

.va-content:hover .pro-btn {
	display: block;
	transition: all ease-in-out .5s;
}

.va-content:hover .pro-btn {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
}

.ser .pro-btn {
	opacity: 0;
}

.site-services .va-content {
	height: 170px;
	text-align: center;
	vertical-align: middle;
}

.va-slice.va-slice {
	display: table;
}

.rad-more {
	background-attachment: scroll !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-bottom: 4%;
	padding-top: 4%;
}

.rad-more h3 {
	color: #ffffff;
	font-size: 26px!important;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-align: left!important;
	margin-bottom: 12px!important;
	letter-spacing: 1px;
}

.rad-more p {
	clear: both;
	width: 50%;
	color: #fff;
	font-size: 16px;
}

.rad-more .so-panel {
	padding-bottom: 0;
}

.btn-1 a {
	background: #00dbfb none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1.5px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.btn-1 a:hover {
	background: #222222 none repeat scroll 0 0;
	color: #ffffff;
	letter-spacing: 3px;
}

.btn-1.float-right {
	bottom: 0;
	float: right;
	position: absolute;
	right: 0;
	top: 60px;
	width: 290px;
}

.rad-more .siteorigin-widget-tinymce.textwidget {
	display: inline-block;
	position: relative;
}

.custom-services {
	padding-top: 40px;
}

.services-template-default .site-header {
	background: #ffffff none repeat scroll 0 0;
}


/*Single services css */

.single-services #secondary {
	display: none !important;
}

.single-services .content-area {
	margin-top: 21px;
	width: 100% !important;
}

.single .site-header {
	height: auto;
	padding-top: 0;
}

.services-template-default .fa {
	color: #fff;
}

.services-template-default .top-head.d-flex.align-items-center {
	background: #da5861 none repeat scroll 0 0;
	padding: 7px;
}

article .entry-footer {
	background: none;
	border: 0;
}

.top-image .entry-header {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
}

.top-image {
	position: relative;
	top: 21px;
}

.top-image::after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-image .entry-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.top-image>img {
	height: 100%;
	width: 100%;
}

.top-image .entry-header {
	bottom: 0;
	left: 0;
	padding: 0 !important;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}

.custom-services .widget-title {
	padding-top: 0 !important;
	position: relative;
	text-align: left !important;
	top: -15px;
	font-size: 22px!important;
	font-weight: 700!important;
	letter-spacing: 1px;
}

.list-check--item {
	font-size: 16px;
	margin-bottom: 3rem;
	padding-left: 60px;
	position: relative;
}

.list-check--item::before {
	align-items: center;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 10px 15px rgba(47, 91, 231, 0.1);
	color: #2f5be7;
	content: "";
	display: flex;
	font-family: "FontAwesome";
	height: 32px;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 32px;
	top: -4px;
}


/* .single-services .wrap {  max-width: 100%;  padding:0px; } */

.single-title {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 43px;
	padding-bottom: 50px;
}

.single-title .list-check--item {
	padding-left: 47px;
	position: relative;
}

.post-43 .panel-grid.panel-has-style {
	margin-bottom: 0 !important;
}

.custom-services .so-panel {
	padding-bottom: 0;
}

.width-text p {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	font-size: 19px;
}

.width-text .so-panel {
	padding-bottom: 0;
}

.post-navigation {
	font-weight: 800;
	margin: 3em auto;
	width: 800px;
	display: none;
}

.width-text .ow-icon-placement-left.ow-button-hover {
	background: #0072d8 none repeat scroll 0 0 !important;
	border: 3px solid #0072d8 !important;
	border-radius: 16px;
	box-shadow: none;
	display: block;
	float: none;
	font-size: 17px;
	margin: 0 auto;
	transition: all 0.4s ease-in-out 0s;
	width: 290px;
}

.width-text .ow-icon-placement-left.ow-button-hover:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #0072d8;
	color: #0072d8 !important;
}

.diffrent .widget-title {
	text-transform: uppercase;
	padding-top: 0!important;
	margin-bottom: 20px!important;
	text-align: left!important;
}

.diffrent {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}

.diffrent img {
	box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
	float: right;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #cecece;
	border-radius: 3px;
}

.diffrent .list-check--item {
	padding-left: 47px;
	position: relative;
}

.services-template-default .main-navigation a {
	color: #000;
}


/*site-services css Ends */


/*Why choose us css starts */

.why-choose-us .so-panel {
	margin-bottom: 0 !important;
}

.why-choose-us .ow-icon-placement-left.ow-button-hover {
	background: #bc434b none repeat scroll 0 0 !important;
	border: 3px solid #bc434b !important;
	border-radius: 16px;
	box-shadow: none;
	float: left;
	font-size: 17px;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
}
body .why-choose-us .ow-icon-placement-left.ow-button-hover:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #bc434b;
	color: #bc434b !important;
	float: left;
}


/*Why choose us css Ends */


/*Contact us css starts */

.contact-us .widget-title {
	color: #ffffff;
	font-size: 39px !important;
	font-weight: 700 !important;
	left: 0;
	margin-bottom: 12px !important;
	text-align: left !important;
	margin-top: 50px;
}

.contact-us {
	position: relative;
	z-index: 1;
}

.contact-us::after {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.contact-us p {
	color: #000000;
	font-size: 17px;
	line-height: 29.7px;
	margin-top: 30px;
	text-align: left;
	color: #ffffff;
	width: 451px;
}

.contact-us .ow-icon-placement-left.ow-button-hover {
	float: left;
	width: 220px;
	transition: all 0.4s ease-in-out 0s;
	border: 3px solid #fff;
	color: #fff !important;
	background: transparent !important;
	font-size: 16px;
	border-radius: 9px;
}

body .contact-us .ow-icon-placement-left.ow-button-hover:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #bc434b;
	color: #bc434b !important;
}

.enqury-form {
	background: #bc434b;
	padding: 20px;
	width: 440px;
	margin-top: -30px;
	margin-bottom: -30px;
}

.contact-us .wpcf7-form>p {
	width: 100%;
}

.contact-us .enqury-form .widget-title {
	font-size: 24px !important;
	text-align: center !important;
	margin-top: 0;
	margin-bottom: 30px !important;
}
..contact-us .enqury-form input[type="email"] {
	margin-bottom: 0 !important;
}

.contact-us .so-panel {
	padding-bottom: 0;
}

.contact-us input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #ffffff;
	border-radius: 9px;
	font-size: 14px;
	height: 40px;
	padding: 2px 10px;
	width: 100%;
	position: relative;
}

.contact-us textarea {
	height: 140px;
}

.contact-us ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000000;
}

.contact-us ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
}

.contact-us :-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
}

.contact-us :-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
}

#text-7 *::-moz-placeholder {
	color: #fff;
}

#text-7 * ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

#text-7 * ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

#text-7 * :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

#text-7 * :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.contact-us button,
input[type="button"],
input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #ffffff;
	border-radius: 9px;
	color: #ffffff !important;
	float: left;
	font-size: 16px;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
	height: 34px;
}

.contact-us button,
input[type="button"],
input[type="submit"]:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #0072d8;
	color: #0072d8 !important;
}

.contact-us div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #fff;
	text-align: center;
}

.contact-us span.wpcf7-not-valid-tip {
	color: #ff0000;
	display: block;
	font-size: 1em;
	font-weight: normal;
	left: 190px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 300px;
	z-index: 9;
}

.contact-us .wpcf7-form-control-wrap {
	display: inline-flex;
	margin-bottom: 15px;
	width: 100%
}


/*Contact us css Ends*/


/*Testimonals css Starts*/

.testimonals h1 {
	color: #202020;
}

.easy-t-slideshow-wrap {
	position: relative;
}

.easy-t-slideshow-wrap .cycle-slideshow {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	margin: 6px;
	overflow: hidden;
}

.home .easy_testimonial_title {
	display: none;
}

.home .testimonals .easy_testimonial_image_wrapper {
	display: inline-flex;
}

.home .easy_testimonial_image_wrapper .attachment-medium.size-medium.wp-post-image {
	border-radius: 50%;
}

.testimonals .testimonial_body {
	width: 726px;
	margin: 0 auto;
}

.testimonals .testimonial_body p {
	color: #202020;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 30px;
	text-align: center;
}

.testimonals .more-link {
	display: none;
}

.testimonial-client {
	color: #0072d8;
	font-weight: 500;
}

.home .testimonals .date {
	display: none;
}

.testimonals .testimonial_author {
	margin-bottom: 0;
}

.testimonals .easy-t-cycle-pager span.cycle-pager-active {
	color: #0072d8 !important;
}


/*Testimonals css Ends*/


/*Footer css starts */
#menu-footer-menu li a:hover {
	color: #fff;
}
.footer-logo {
	width: 190px;
}
.footer-map {
	position: relative;
	bottom: -26px;
}
.footer-map .so-panel {
	padding-bottom: 0;
}

footer {
	background: #000000e6;
}
.footer-top {
	padding-top: 52px;
}

.two-navs li a,
.menu-services-menu-container li a {
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.two-navs {
	padding-left: 100px;
}

.carrer-ss .textwidget>p {
	color: #ffffff;
font-size: 17px;
line-height: 24px;
}

footer .widget-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 44px;
	position: relative;
	text-transform: capitalize;
}

footer .textwidget>p {
	color: #ffffff;
	line-height: normal;
}

.site-info {
	color: #fff;
	text-align: center;
}

.footer_left .col-md-2.col-sm-2 {
	padding: 0;
}

.footer-top .container,
.footer_btm .container {
	max-width: 1250px;
	width: 100%;
}

.foot-social {
	display: flex;
}

.footer-cos li {
	margin: 0 10px;
}

.foot-social>li a {}

.foot-social .fa {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	color: #bc434b !important;
	display: inline-table;
	font-size: 17px;
	height: 30px;
	line-height: 31px;
	margin: 0;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
	width: 35px;
	transition: all ease-in-out 0.3s;
}

.foot-social .fa:hover {
	background: #fff none repeat scroll 0 0;
	color: #000 !important;
}

.footer-cos {
	position: absolute;
}

footer .widget.widget_text {
	padding-bottom: 0;
}

#text-7 .tnp.tnp-subscription p {
	display: none;
}

.carrer-ss .tnp-field.tnp-field-email {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.carrer-ss .tnp-subscription input[type="text"],
.tnp-subscription input[type="email"],
.tnp-subscription input[type="submit"],
.tnp-subscription select {
	background-color: rgba(0, 0, 0, 0);
	height: 46px;
}

.send-email-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #ffffff;
	border-radius: 9px;
	color: #ffffff !important;
	display: inline-flex;
	float: left;
	font-size: 16px;
	height: 50px;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
	margin-bottom: 30px;
}

.carrer-ss .tnp-subscription div.tnp-field {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

.carrer-ss .tnp.tnp-subscription {
	margin: 0;
}

.tnp-submit:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #0072d8;
	color: #0072d8 !important;
}

.carrer-ss .tnp-field input[type="submit"] {
	background-image: url("/Gateway/wp-content/uploads/2018/12/send.png");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.carrer-ss .tnp-field input[type="submit"]:hover {
	background-image: url("/Gateway/wp-content/uploads/2018/12/send.png");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.header-social.d-flex.align-items-center {
	display: none;
}

body .tnp.tnp-subscription input[type="submit"]:hover {
	background-repeat: no-repeat !important;
	background-image: url("/Gateway/wp-content/uploads/2018/12/send.png") !important;
	background-position: center !important;
	background-repeat: no-repeat;
	bottom: 0;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	background-color: transparent !important;
	border: 0px !important;
}

.footer-top .widget-title::before {
	background: #ffffff none repeat scroll 0 0;
	bottom: -16px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.8s ease 0s;
	width: 70px;
}

.footer-top .widget-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
	position: relative;
}

.footer-top .widget-title::after {
	background: #fff none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.8s ease 0s;
	width: 100px;
}

.footer_left .col-md-3:hover .widget-title::before {
	width: 100px;
}

.footer_left .col-md-3:hover .widget-title::after {
	width: 70px;
}

.footer_left .col-md-4:hover .widget-title::before {
	width: 100px;
}

.footer_left .col-md-4:hover .widget-title::after {
	width: 70px;
}


/*Footer css Ends*/


/*Audit css starts */

.audit-bg {
	margin-bottom: 20px;
}

.audit-bg img {
	border: 1px solid #cecece;
	border-radius: 3px;
	box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
	float: right;
	margin-right: 20px;
	padding: 10px;
}

.main-navigation a:hover {
	color: #da5861;
}

.audit-more .siteorigin-widget-tinymce.textwidget {
	display: inherit;
}

.audit-more {
	background-attachment: scroll !important;
	padding-bottom: 4%;
	padding-left: 5% !important;
	padding-right: 5%!important;
	padding-top: 4%;
}

.audit-more h3 {
	color: #ffffff;
	font-size: 26px !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 12px !important;
	text-align: left !important;
	text-transform: uppercase;
}

.audit-more p {
	clear: both;
	color: #ffffff;
	font-size: 16px;
}

.audit-more .btn-1.float-right {
	position: relative;
	top: 92px;
	width: 290px;
}

.pdf-broucher,
.grwoth-section {
	padding-bottom: 0px;
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-top: 0px;
}

.pdf-broucher p {
  font-size: 17px;
  margin-bottom: 2em;
  padding-left: 0;
  position: relative;
  line-height: 32.7px;
}

.pdf-broucher .so-panel {
	padding-bottom: 0;
}

.pdf-broucher img {
	display: block;
	float: none;
	margin: 0 auto;
	width: 450px;
}

.grwoth-section .widget-title {
	color: #5e5e5e;
	font-weight: 400 !important;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}

.color--theme {
	color: #0072d8;
}

.grwoth-section h2 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
}

.bg-white:hover {
	box-shadow: 0 4px 26px 3px #d5ddea;
}

.bg-white {
	background-color: #ffffff;
	border: 1px solid #dee4ee;
	height: 250px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 20px 40px 40px;
	transition: box-shadow 0.5s ease 0s;
}

.grwoth-section .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.bg-white h3 {
	color: #3c4d6b;
	font-size: 20px;
	margin-top: 0;
	text-align: left;
	font-weight: 700!important;
}

.bg-white img {
	margin-bottom: 0;
	width: 112px;
	margin: 0 auto;
	display: block;
}

.bg-white p {
	margin-bottom: 0;
}

.bg-white ul {
	margin-top: 25px;
	padding-left: 31px;
}

.bg-white ul li {
	color: #778191;
	font-size: 16px;
	list-style-type: square;
	padding-bottom: 7px;
	padding-left: 0;
}

.second-white .bg-white {
	height: 338px;
}

.audit-service .widget-title {
	font-size: 21px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	padding-top: 0 !important;
	position: relative;
	text-align: left !important;
	text-transform: uppercase;
	top: -15px;
	line-height: 25px;
}

.audit-service .list-check--item {
	padding-left: 47px;
	position: relative;
}

.audit-service {
	padding-bottom: 3% !important;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3% !important;
}

.audit-service .so-panel {
	padding-bottom: 0;
}

.audit-service .ow-icon-placement-left.ow-button-hover {
	background: #0072d8 none repeat scroll 0 0 !important;
	border: 3px solid #0072d8 !important;
	border-radius: 16px;
	box-shadow: none;
	float: left;
	font-size: 17px;
	transition: all 0.4s ease-in-out 0s;
	width: auto;
}

.audit-service .ow-icon-placement-left.ow-button-hover:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #0072d8;
	color: #0072d8 !important;
	float: left;
}

.audit-service .so-panel {
	margin-bottom: 0!important;
}


/*Audit css Ends */


/*Book Keeping css starts */

.book-keeping {
	padding-left: 5%;
	padding-right: 5%;
}

.book-keeping img {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin-right: 0;
	padding: 0;
}

.Bookkeeping-service p {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 auto 30px;
	text-align: center;
	width: 80%;
}

.book-keeping {
	margin-bottom: 0;
}

.post-46 .panel-grid {
	margin-bottom: 0!important;
}

.book-keeping .list-check {
	display: inline-block;
	margin-top: 41px !important;
}

.book-keeping strong {
	letter-spacing: 1px;
	font-size: 16px;
}

.book-keeping .single-title {
	padding-bottom: 0!important;
}

.keep-service .widget-title {
	margin-top: 50px;
}

.Bookkeeping-service .widget-title {
	color: #202020;
	font-size: 27px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 2px!important;
}

.hr-testing .list-check--item>img {
	float: left;
	height: auto !important;
	width: 117px;
}

.testing-pages .so-panel {
	padding-bottom: 0;
}

.Bookkeeping-service .so-panel {
	padding-bottom: 0;
}

.hr-testing img {
	height: 361px !important;
}

.testing-pages img {
	box-shadow: none;
	float: right;
	padding: 0;
	position: relative;
	top: -23px;
	width: 477px;
}

.testing-pages .list-check--item::before {
	content: none;
	left: 15px;
}

.hr-testing .list-check--item {
	font-weight: 700;
}

.hr-testing .list-check--item {
	padding-right: 12px;
}

.testing-pages .list-check--item {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	box-shadow: 0 10px 15px rgba(47, 91, 231, 0.1);
	display: inline-table;
	float: none;
	height: 89px;
	line-height: 18px;
	margin-right: 7px;
	padding-left: 16px;
	padding-top: 33px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	width: 48%;
}

.no-padding .so-panel {
	padding-bottom: 0;
}

.no-padding .single-title {
	padding-bottom: 0;
}


/* .book-keep {  padding-left: 5%;  padding-right: 5%;  padding-bottom: 2%;  padding-top: 2%;} */

.book-keep {
	padding-bottom: 45px;
	padding-top: 45px;
}

.book-keep .widget-title {
	position: relative;
	top: -34px;
	text-transform: capitalize;
	line-height: 27px;
	letter-spacing: 2px;
}


/*pay rool */

.pay-rool p {
	width: 100%;
}

.pay-rool strong {
	color: #727272;
	display: inline-table;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 20px !important;
}

.online-book .panel-grid-cell {
	border: 1px solid #dedede;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
}

.online-book img {
	width: 165px;
}

.online-book .stick-white .widget-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	height: 71px !important;
	line-height: 21px;
	margin-bottom: 7px !important;
	margin-top: 11px !important;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0 !important;
	text-transform: capitalize !important;
}

.online-book .panel-grid-cell:hover {
	background: #f5f7fa none repeat scroll 0 0;
	border-radius: 20%;
	box-shadow: 0 10px 15px rgba(47, 91, 231, 0.1);
}

.online-book {
	text-align: center;
}

.online-book .so-panel {
	margin-bottom: 0!important;
}

.bottom-pay .single-title {
	padding-left: 0;
	padding-right: 0;
}

.bottom-pay .single-title strong {
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	top: -10px;
	text-transform: capitalize;
}

.bottom-pay {
	position: relative;
}

.bottom-pay img {
	position: absolute;
	bottom: 0;
	width: 50%;
}


/*Book Keeping css Ends */


/*Company Secretarial services css starts */

.small-widget .widget-title {
	font-size: 22px;
}

.center .widget-title {
	margin-bottom: 0;
	margin-top: 28px;
	text-align: center;
}

.why-intersft .light-weight-row .child-widget {
	height: 364px;
}

.light-weight-row .child-widget .content,
.light-weight-row-second .child-widget .content {
	float: right;
	width: 80%;
}

.why-intersft {
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-top: 3% !important;
	padding-bottom: 3% !important;
}

.why-intersft .center .widget-title {
	letter-spacing: 1px;
	margin-bottom: 41px !important;
	margin-top: 0;
	padding-top: 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 670px !important;
	font-weight: 700!important;
}

.why-intersft .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.light-weight-row p {
	display: inline;
}

.why-intersft .child-widget {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dee4ee;
	box-shadow: 0 4px 26px 3px #d5ddea;
	display: inline-table;
	height: 407px;
	transition: box-shadow 0.5s ease 0s;
}

.light-weight-row img,
.light-weight-row-second img {
	height: 100%;
	width: 100px;
}

.data-whare .child-widget .widget-title {
	color: #3c4d6b;
	font-size: 17px;
	margin-bottom: 6px !important;
	text-align: left !important;
	text-transform: capitalize;
	font-weight: 700!important;
}

.data-whare p {
	color: #3c4d6b;
	font-size: 17px !important;
	line-height: 31px !important;
	margin: 0 auto;
	padding-right: 14px;
	text-align: center;
}

.trusts .list-check--item {
	text-align: left;
	padding-left: 53px;
}

.trusts .widget-title {
	font-size: 21px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 0 !important;
	position: relative;
	text-align: left !important;
	text-transform: uppercase;
	top: -15px;
}

.trusts {
	padding-bottom: 0;
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-top: 3% !important;
}

.trusts .so-panel {
	padding-bottom: 0;
}

.trusts .list-check {
	margin-bottom: 51px;
}


/*Company Secretarial services css Ends */


/*Abouts us css starts */
.about-cont h3 {
	text-align: left !important;
}

.page-template-default .top-head.d-flex.align-items-center {
	background: #da5861 none repeat scroll 0 0;
	padding: 7px;
}

.page-template-default .site-header {
	height: auto;
	padding-top: 0;
}

.page-template-default .hiddens.head-contactleft.col-sm-7>li {
	color: #ffffff;
}

.page-template-default .fa {
	color: #ffffff;
}

.page-template-default .head-contactright.d-flex.align-items-center a {
	color: #ffffff;
}

.page-banner h1 {
	text-align: center;
	padding: 0;
}

.page-id-396 .page-banner {
	/* background-size: 100% 163% !important */
	background-position: bottom;
}
.page-id-396 .page-banner h1 {
    text-shadow: 0 0 5px #aaa;
}
.page-id-396 .page-banner::before {
	background: rgba(0, 0, 0, 0.0);
}
.single-services.postid-64 .top-image > img, .single-services.postid-1615 .top-image img {
	height: 600px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.single-services.postid-58 .top-image > img {
	max-height: 378px;
}
.single-services.postid-67 .top-image > img {
	 height: 600px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* .page-template-default .wrap {  max-width: 100%;} */
.maintaince-sec .widget-title {
	margin-bottom: 0 !important;
}
.maintaince-sec .panel-grid {
	margin-bottom: 0 !important;
}
.maintaince-sec p {
	color: #888;
	line-height: 2;
	font-size: 16px;
}
.maintaince-sec {
	background: #f5f7fa;
	padding: 20px 30px 40px !important;
}
.maintaince-sec .so-panel {
	padding-bottom: 0;
}
.maintaince-sec li {
	color: #888;
	line-height: 2;
	font-size: 16px;
}
.maintaince-sec li::before {
	content: "\f046 ";
	font-family: FontAwesome;
	top: 0;
	left: -5px;
	padding-right: 10px;
	color: #000;
}
.about-heading-content p {
	text-align: center;
	margin-top: 15px;
	color: #888;
	font-size: 15px;
}

.about-bg {
	padding: 1% 5% 7% !important;
}
.maintaince-sec p {
	color: #888;
	line-height: 2;
	font-size: 16px;
	margin-left: 20px;
}
.mission-img {
	text-align: center;
}
.about-bg p {
	font-size: 17px;
	line-height: 34.7px;
	margin-bottom: 0;
	margin-top: 20px;
}

.about-bg p {
	font-size: 17px;
	line-height: 34.7px;
	margin-bottom: 0;
	margin-top: 0;
}

.about-bg .so-panel {
	padding-bottom: 0;
}

.about-sers {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.about-sers img {
	width: 109px;
	margin: 0 auto;
	display: block;
}

.about-sers .widget-title {
	color: #2b3032;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 25px 0;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.about-sers p {
	font-size: 15px;
	margin-bottom: 0;
}

.btns-cols .panel-grid-cell {
	border-right: 1px solid #dddddd
}

.about-sers .btns-cols .widget-title {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	padding-top: 32px !important;
}

.about-sers .btns-cols p {
	color: #808385;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	font-size: 16px;
}
.about-heading_main .widget-title {
	font-size: 25px !important;
	margin-bottom: 20px !important;
}
.btns-cols .panel-grid-cell {
	border-right: 1px solid #dddddd;
	height: 316px;
}

.about-sers .panel-grid {
	margin-bottom: 0!important;
	padding-top: 0;
}

.cols-btn-second img {
	margin-top: 40px;
}

.cols-btn-second .panel-grid-cell {
	height: 360px;
}

.services-template-default .page-banner {
	display: none;
}

.cols-btn-second p {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.page-id-396 .site-content {
	padding-bottom: 0!important;
}


/*Contact page css starts */

.contact-row {
	padding: 4% 5% 0 !important;
}

.contact-row .fa {
	color: #bc434b;
	font-size: 50px;
}

.font-conact>a,
.font-conact address {
	box-shadow: none;
	color: #797d82;
	font-size: 15px;
	letter-spacing: 0px;
}

.contact-informaion {
	text-align: center;
}

.inqury-form {
	padding: 2% 5% 0 !important;
}

.inqury-form .widget-title {
	font-size: 2.857em !important;
	margin-bottom: 40px !important;
	padding-top: 9px !important;
	position: relative;
}

.inqury-form .widget-title::after {
	border: 1px solid #bc434b;
	bottom: -16px;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 38px;
}

.inqury-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 9px;
	font-size: 14px;
	height: 44px;
	padding: 2px 10px;
	position: relative;
	width: 100%;
	margin-bottom:20px;
	
}

.inqury-form textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 2px 10px;
	position: relative;
	width: 100%;
}

.contact-page-form {
	margin: 60px auto 0;
	width: 80%;
}

.inqury-form textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 3px;
	font-size: 14px;
	height: 483px;
	margin-bottom: 20px;
	padding: 2px 10px;
	position: relative;
	width: 100%;
}

.inqury-form button, input[type="button"], input[type="submit"] {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #bc434b;
	border-radius: 9px;
	color: #bc434b !important;
	display: block;
	float: none;
	font-size: 16px;
	height: 43px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out 0s;
	width: 305px;
}

.inqury-form button, input[type="button"], input[type="submit"]:hover {
	background: #bc434b !important;
	border: 3px solid #bc434b !important;
	color: #fff !important;
}
.contact-us {
	margin: 0px 0 70px;
}

.contact-map {
	padding: 0!important;
}

#post-446 .panel-grid.panel-has-style {
	margin-bottom: 0;
}

.contact-map .so-panel {
	padding-bottom: 0;
}

.contact-map .siteorigin-widget-tinymce.textwidget>p {
	margin-bottom: 0;
}

.page-id-446 .site-content {
	padding-bottom: 0!important;
}

.contact-page-form span.wpcf7-not-valid-tip {
	color: #ff0000;
	display: block;
	font-size: 1em;
	font-weight: normal;
	left: 150px;
	position: absolute;
	right: 0;
	top: -25px;
	width: 181px;
}

.inqury-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;
	width: 530px;
	font-size: 16px;
}

.inqury-form div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	display: block !important;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	width: 530px;
}


/*Contact page css Ends */


/*Navigation */

.main-navigation a::after {
	position: absolute;
	content: "";
	bottom: -4px;
	width: 0;
	opacity: 0;
	background: #da5861;
	height: 2px;
	transition: all 0.4s ease;
	left: 0;
}

.main-navigation a:hover:after {
	width: 100%;
	opacity: 1;
}
.sub-menu li a::after{
	opacity: 0 !important;
}
.sub-menu li a:hover{
	color: #da5861 !important;
}

.main-navigation li {
	padding-right: 41px;
}

.main-navigation a {
	padding: 1.8em 1.25em 1.4em 0;
	position: relative;
	text-transform: capitalize;
}
.main-navigation li:last-child {
	padding-right: 0;
}
.main-navigation li:nth-child(3) {
	padding-right: 15px;
}

/*Navigation */


/*Partner css starts */

.lgx-logo-item>a {
	box-shadow: none;
}

.lgx-logo-slider-wp {
	margin: 0 auto;
	width: 93%;
}

.lgx-logo-slider-wp .lgx-logo-item .lgx-logo-img {
	border: 1px solid #dedede;
	transition: all 0.2s ease-in-out 0s;
	background: #fff;
}

.our-partner .owl-controls {
	display: none;
}

.our-partner p {
	color: #727272;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 22px;
	margin-top: 20px;
	text-align: center;
}

.testimonals h3 {
	color: #202020;
	font-size: 36px;
}

.our-partner .widget-title {
	font-size: 36px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #202020;
}

.lgx-logo-slider-wp .lgx-logo-item .lgx-logo-img {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	box-shadow: 1px 0 7px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out 0s;
}

.our-partner {
	padding-top: 40px;
	padding-bottom: 30px;
}


/*Partner css Ends */


/*Advisors css starts */

.advsor-text .widget-title {
	color: #00325d;
	font-weight: 700 !important;
	letter-spacing: 2px;
	margin-bottom: 41px !important;
	margin-top: 50px;
	padding-top: 0 !important;
	text-align: center;
	text-transform: uppercase;
}

.advsor-text p {
	color: #5a6d92;
	font-size: 17px;
	line-height: 28.7px;
	margin-top: 3px;
	text-align: left;
	text-transform: capitalize;
}

.advsor-text strong {
	color: #727272;
	display: inline-table;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
}

.course-img {
	position: relative;
}

.course-img img {
	background: #eeeeee none repeat scroll 0 0;
	border: 1px solid #cecece;
	border-radius: 50%;
	display: block;
	left: 0;
	margin: 0 auto;
	padding: 11px;
	position: absolute;
	right: 0;
	width: 90px;
}

.border-secsss {
	border-radius: 5px;
	margin: 0;
	padding: 30px 0;
	transition: all 0.3s ease-in-out 0s;
	padding-top: 0;
}

.edjucation-colms .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.advisor-bg .border-secsss p {
	color: #5a6d92;
	font-size: 16px;
	line-height: 29.7px;
	text-align: left;
	width: auto;
}

.advisor-bg p {
	color: #5a6d92;
	font-size: 17px;
	margin: 34px auto 46px;
	text-align: center;
	width: 80%;
}

.advisor-bg .widget-title {
	color: #00325d;
	font-size: 20px !important;
	font-weight: 700 !important;
	letter-spacing: 2px;
	text-align: center !important;
	text-transform: uppercase;
}

.advisor-bg .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.advisor-bg .border-secsss .widget-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 38px;
	letter-spacing: 2px;
	line-height: 21px;
	margin-bottom: 14px !important;
	margin-top: 0;
	padding-top: 10px !important;
	text-align: center !important;
}

.post-cont > p {
	margin-bottom: 0 !important;
	padding: 0 15px;
	line-height: 24px;
}

.edjucation-colms img {
	width: 100px!important;
}

.post-64 .our-partner {
	padding-bottom: 30px;
	padding-top: 0;
}

.advsor-text .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.advsor-text img {
	display: block;
	margin: 11px auto 10px;
	width: 80%;
}

.edjucation-colms {
	text-align: center;
}


/*Advisors css Ends */


/*Digital marketing css */

.digital-bg p {
	text-align: center;
}

.digital-bg p {
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: center;
}

.digital-bg .widget-title {
	font-weight: 700 !important;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 29px !important;
	margin-top: 30px;
}

.digital-bg .digital-inertext p {
	text-align: left;
	font-size: 16px;
	line-height: 29.7px;
}

.digital-inertext img {
	margin: 0 auto;
	display: block;
}

.digital-bg .so-panel {
	margin-bottom: 0!important;
}

.single-services .panel-grid {
	margin-bottom: 0!important;
}

.points-graphic img {
	margin-bottom: 12px;
	width: 67px;
}

.types .widget-title {
	font-size: 17px;
	line-height: 26px;
	margin-top: 50px;
	text-align: center;
}

.build-enchance .widget-title {
	font-weight: 700!important;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.build-enchance p {
	color: #727272;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 22px;
	margin-top: 20px;
	text-align: center;
}

.points-graphic {
	text-align: center;
	position: relative;
	top: -23px;
}

.points-graphic .so-panel {
	margin-bottom: 0!important;
	padding-bottom: 0;
}

.build-enchance .points-graphic .widget-title {
	font-size: 15px !important;
	letter-spacing: 3px !important;
	padding-top: 6px !important;
}

.build-enchance {
	padding-bottom: 54px;
	padding-top: 30px;
}

.pdf-btn .ow-icon-placement-left.ow-button-hover {
	background: #0072d8 none repeat scroll 0 0 !important;
	border: 3px solid #0072d8 !important;
	border-radius: 16px;
	box-shadow: none;
	display: block;
	float: none;
	font-size: 17px;
	margin: 36px auto 0;
	transition: all 0.4s ease-in-out 0s;
	width: 290px;
}

.pdf-btn .ow-icon-placement-left.ow-button-hover:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 3px solid #0072d8;
	color: #0072d8 !important;
}

.pdf-btn .so-panel {
	padding-bottom: 0;
}

.build-enchance .so-panel {
	padding-bottom: 0;
}


/*Digital marketing css Ends */


/*Services css starts */

.sharp-line .so-panel {
	background-color: #ffffff;
	box-shadow: 0 15px 46px rgba(0, 0, 0, 0.1);
	height: 418px;
	outline: 1px solid rgba(0, 0, 0, 0);
	outline-offset: -1px;
	padding: 30px 11px;
	position: relative;
	text-align: center;
	transition: all 500ms ease 0s;
	z-index: 1;
	margin-bottom: 30px!important;
}

.sharp-line .so-panel:hover {
	box-shadow: 0 15px 46px rgba(0, 0, 0, 0.39);
	transition: all 0.5s ease 0s;
}

.sharp-line .widget-title {
	margin-bottom: 30px !important;
}

.sharp-line p {
	color: #888888;
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 30px;
}

.sharp-line img {
	width: 100px;
}

.sharp-line .widget-title {
	height: 50px;
	letter-spacing: 1px;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	padding-top: 0!important;
}

.sharp-line .read-more {
	bottom: 28px;
	box-shadow: none;
	color: #000000;
	font-size: 16px;
	position: absolute;
	text-align: right;
	right: 22px;
}

.sharp-line .panel-grid-cell {
	position: relative;
}

.sharp-line .panel-grid-cell:first-child::after {
	background-image: url("https://www.gwbconsulting.co.za/wp-content/uploads/2018/12/dots.png");
	bottom: 0;
	content: "";
	height: 458px;
	left: -60px;
	position: absolute;
	right: 0;
	top: -40px;
	width: 100%;
	z-index: 0;
}

.child-row-services .panel-grid-cell:first-child::after {
	content: none;
}

.child-row-services .panel-grid-cell:last-child::after {
	background-image: url("https://www.gwbconsulting.co.za/wp-content/uploads/2018/12/dots.png");
	bottom: 0;
	content: "";
	height: 448px;
	left: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.custom-esteem-services .widget-title {
	font-weight: 700!important;
}

.custom-esteem-services .widget-title {
	font-weight: 700 !important;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.custom-esteem-services .sharp-line .widget-title {
	font-weight: 500 !important;
	height: 50px;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	text-transform: capitalize;
}

.page-id-754 .site-content {
	padding-bottom: 0!important;
}

.page-id-754 .panel-grid {
	margin-bottom: 0!important;
}

.page-id-754 .our-partner .widget-title {
	margin-top: 0!important;
	padding-top: 20px!important;
}


/*Services css Ends*/


/*Pricing  page css starts */

.pricing-sec .widget-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
	line-height: 24px;
	text-transform: uppercase;
	width: 80%;
	margin-bottom: 30px!important;
}

.pricing-sec .ptp-item-container {
	position: relative;
}

.pricing-sec .ptp-price {
	color: #007aff;
	font-size: 17px !important;
	font-weight: 500;
	letter-spacing: 0 !important;
	background: transparent;
}

.pricing-sec div.ptp-bullet-item {
	background-color: #ffffff;
	border-bottom: 1px dotted #dddddd;
	color: #6a7da2;
	display: block;
	font-size: 14px !important;
	font-weight: 500;
	height: auto;
	line-height: normal !important;
	text-transform: capitalize;
	transition: all 0.25s ease 0s;
}

div.ptp-cta {
	background-color: transparent !important;
	text-align: center;
}

body #ptp-803 a.ptp-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #0072d8;
	border-radius: 9px;
	color: #0072d8 !important;
	font-size: 16px;
	margin-bottom: 50px;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
}

body #ptp-803 a.ptp-button:hover {
	background: #0072d8 none repeat scroll 0 0 !important;
	border: 2px solid #0072d8 !important;
	color: #ffffff !important;
}

body div#ptp-803 .ptp-highlight a.ptp-button {
	background-color: #0072d8 !important;
	border-bottom: 4px solid #0072d8;
	color: #ffffff !important;
	border: 0px;
}

body div#ptp-803 .ptp-highlight a.ptp-button:hover {
	background: transparent!important;
	color: #0072d8!important;
}

.pricing-sec div.ptp-bullet-item:nth-child(2n+1) {
	background: #f5f5f5;
}

.page-id-483 .page-banner {
	background-position: 0 -440px;
}

.pricing-sec .ptp-plan {
	background-color: #007aff;
	color: #ffffff;
	font-size: 17px !important;
	font-weight: 500;
	height: 67px !important;
	letter-spacing: 1px;
	line-height: 20px;
}

div.ptp-item-container {
	box-shadow: 0 15px 46px rgba(0, 0, 0, 0.1);
	outline: 1px solid rgba(0, 0, 0, 0);
	outline-offset: -1px;
}

body div.ptp-most-popular {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #0072d8;
	border-radius: 4px !important;
	box-shadow: 3px 3px 4px #cecece;
	color: #0072d8;
	font-size: 20px !important;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4em;
	margin-bottom: -2px;
	margin-top: -13px;
	outline-offset: -1px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.ptp-col {
	transition: all 0.25s ease 0s
}


.footer_left a {
	transition: all ease-in-out 0.3s;
}

.ptp-col:hover {
	transform: scale(1.04);
}

.testimonals h3 {
	color: #0072d8 !important;
}

#fbmsg .fbmsg-badge {
	right: 8px !important;
	bottom: 80px!important;
}

.why-choose-us img {
  float: right;
  margin-right: 10px;
  width: 100%;
}


.main-navigation ul ul {
  z-index: 9;
}

/*Pricing  page css Ends */



/*Sub menu css starts */
.sub-menu li {
  border-bottom: 1px solid #cecece !important;
  padding:0px 0 0px;
  text-align: left;
}

body .sub-menu li a {
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px !important;
  width: 100% !important;
}

.sub-menu {
	width: 277px;
	/*top: 104% !important;*/
}

.main-navigation li li:hover, .main-navigation li li.focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
  color: #0072d8 ;
}

.two-navs .sub-menu {
  display: none;
}

.pdf-broucher {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padd-bottom {
  padding-bottom: 50px;
}

.vlt-btn.vlt-btn--primary {
  border: 1px solid;
}
/*Sub menu css Ends */

.enqury-form option {
  color: #000000;
  padding: 0 7px;
	 font-size: 14px;
}

select {
  color: #000000;
	-moz-appearance: none;
	border-radius:9px; 
	-webkit-appearance: none;
 
	
}
.enqury-form  .wpcf7-form > p {
  margin: 0;
}


.enqury-form select {
  -moz-appearance: none;
background: #ffffff url("/wp-content/uploads/2018/12/down-arrow.png") no-repeat scroll 99% 50% / 12px 8px !important;
border: 1px solid #ced4da;
border-radius: 0.25rem;
box-shadow: none;
font-size: 14px;
padding: 0.375rem 0.75rem;
width: 100%;
}

.enqury-form br {
  display: none!important;
}

.home div.wpcf7-mail-sent-ok {
       color: #fff;
    text-align: center;
}

.home-abouts::after {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-abouts {
  position: relative;
  /*z-index: 1;*/
}

/*Theme custom css Ends */

/*27.12.2018*/

 .our-work .wonderplugin-gridgallery-item-container > a {
  height: 100%;
  width: 100%;
}

.our-work .wonderplugin-gridgallery-item-img {
  height:100% !important;
  width: 100% !important;
  margin-right:0px !important;
 transition: all 0.8s ease 0s;
}


.our-work .wonderplugin-gridgallery-item-img :hover{
	 transform: scale(1.5) rotate(10deg);
	
}

.our-work #wonderplugingridgallery-1 {
  width: 100%!important;
  max-width: 100%!important;
}

.our-work .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible {
 /* height: 236px !important;*/
  overflow: hidden;
}


.our-work .wonderplugin-gridgallery-item {
 /* height: 252px !important;*/
  overflow: hidden;
  /*height: 236px !important;*/
}

/*.our-work .wonderplugin-gridgallery-item-container {
  height: 100%!important;
}*/

.wonderplugin-gridgallery-item-wrapper {
  bottom: 42px;
  left: 0;
  position: absolute;
  right: 0;
}


.our-work .wpp-btn-blue-medium {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #0072d8;
  border-radius: 5px;
  color: #0072d8 !important;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out 0s;
  width: 180px;
}

.our-work .wonderplugin-gridgallery-item-button > a {
  height: auto!important;
  box-shadow: none;
}

.our-work .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-1.wonderplugin-gridgallery-item-visible > a {
  opacity: 0;
}

.our-work #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title {
  font-size: 16px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -13px;
  text-transform: uppercase;
}

body #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text {
  background-color: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.our-work #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 3px solid #0072d8;
  border-radius: 16px;
  color: #0072d8 !important;
  display: block;
  float: none;
  font-family: poppins;
  height: 51px;
  letter-spacing: 2px !important;
  margin: 32px auto 0;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  width: 230px;
}


.our-work #wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover {
background: #0072d8 !important;
border: 3px solid #0072d8 !important;
color:#fff !important;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover {
background: #0072d8 !important;
color:#fff !important;
}

.our-work .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-5.wonderplugin-gridgallery-item-visible > a {
  opacity: 0;
}


.our-work {
  background: rgba(0, 0, 0, 0) linear-gradient(127deg, #384dff -92%, #24cdff 171%) repeat scroll 0 0;
}

.our-work .widget-title {
  color: #fff;
  letter-spacing: 1px;
}

.our-work  .siteorigin-widget-tinymce.textwidget > h1 {
  color: #fff!important;
}

.our-work .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-9.wonderplugin-gridgallery-item-visible > a {
  opacity: 0;
}

.home .wonderplugin-gridgallery-tags.wonderplugin-gridgallery-tags-topleft.wpp-category-greybutton {
  text-align: center;
  display: none;
}

.iner-page {
  background: transparent !important;
}

.iner-page .wonderplugin-gridgallery-tags.wonderplugin-gridgallery-tags-topleft.wpp-category-greybutton {
  text-align: center;
  position: relative;

}

.iner-page .widget-title {
  color: #0072d8 !important;
  margin-bottom: 30px;
  padding-bottom: 34px;
  padding-top: 23px !important;
}


body #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
  background: #0072d8 none repeat scroll 0 0;
}

body #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
  background: #ffffff none repeat scroll 0 0 ;
  border: 3px solid #0072d8;
  border-radius: 18px;
  box-sizing: border-box;
  color: #0072d8;
  cursor: pointer;
  font-family: poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transition: background-color 0.3s ease 0s;
  white-space: nowrap;
  margin-bottom: 50px;
}
body #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
  background: #0072d8 none repeat scroll 0 0;
  border: 3px solid #0072d8;
  color: #ffffff;
  text-transform: capitalize;
}

body #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:focus {
  background: #0072d8 none repeat scroll 0 0;
  border: 3px solid #0072d8;
  border-radius: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 35px;
}


 .wonderplugin-gridgallery-item-container > a {
  box-shadow: none!important;
}

/*.page-id-961 .our-work .wonderplugin-gridgallery-item {
  height: 202px !important;
}


.page-id-961  .our-work .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible {
  height: 202px !important;

*/

.home .wonderplugin-gridgallery-loadmore {
  display: none!important;
}

body .our-work .ow-icon-placement-left.ow-button-hover:hover {
  float: none;
  background: #0072d8 none repeat scroll 0 0 !important;
  border: 3px solid #0072d8 !important;
	color:#ffffff !important;
}

body .our-work .ow-icon-placement-left.ow-button-hover {
  float: none;
  background: #ffffff none repeat scroll 0 0 !important;
  border: 3px solid #0072d8;
  color: #0072d8 !important;
  width:auto;
}

.our-work .sow-icon-elegantline {
  font-weight: 700!important;
}

.iner-page .wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-13.wonderplugin-gridgallery-item-visible > a {
  opacity: 0;
}

.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible > a {
  opacity: 0;
}


.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-796 {
  padding-right: 2px;
}
 
/*27.12.2018*/

/*services*/
.solution-box .panel-grid-cell {
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #eff2f5;
	min-height: 290px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
position: relative;
}
.solution-box .panel-grid-cell::before {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 0%;
	border-top: 6px solid #bc434b;
	border-left: 6px solid #bc434b;
	left: -3px;
	top: -3px;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}
.solution-box .panel-grid-cell::after {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 0%;
	border-bottom: 6px solid #bc434b;
	border-right: 6px solid #bc434b;
	right: -3px;
	bottom: -3px;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}
.solution-box .panel-grid-cell:hover::after, .solution-box .panel-grid-cell:hover::before {
	width: 50%;
	height: 50%;
	opacity: 1;
}
.solution-box {
	margin-top: 60px;
	background: transparent;
	border: 0;
}
.solution-box.bottom .panel-grid-cell:first-child {
	display: none;
}
.solution-box.bottom .panel-grid-cell:last-child {
	display: none;
}
.solution-box.bottom .panel-grid-cell {
	margin: auto;
}
.solution-box.bottom .panel-grid-cell:nth-child(2) {
	margin: auto;
	margin-right: 10px;
}
.solution-box.bottom .panel-grid-cell:nth-child(3) {
	margin: auto;
	margin-left: 20px;
}
.products-sec .products {
  position: relative;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  transition: all 0.7s ease-in-out 0s;
  text-align: center;
  padding: 50px;
}
.products-sec .overlays {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #bc434b;
	overflow: hidden;
	width: 100%;
	height: 30px;
	transition: .7s ease;
}
.products-sec .texts {
	color: #fff;
	position: absolute;
	top: -42px;
	left: 0;
	text-align: center;
	width: 100%;
	right: 0;
	transition: .7s ease;
	padding: 10px 15px;
}
.products-sec .products:hover .overlays {
  height: 100%;
}
.products-sec .products:hover .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-sec .texts h3 {
	margin-bottom: 10px !important;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.products-sec .so-panel, .digital-bg .so-panel {
	padding-bottom: 0;
}
.products-sec {
	margin-top: 35px;
	margin-bottom: 40px;
}
.digital-bg p {
	font-size: 17px;
	width: 80%;
	margin: auto;
	line-height: 30px;
	margin-top: 15px;
}
/*.solution-box .panel-grid-cell:hover{
	-webkit-box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
}*/
.solution-box p {
	font-size: 15px;
	font-weight: 500;
}
.solution-box img {
	width: 90px;
	margin: 30px 0 20px;
}


.single-services.postid-64 .top-image::after {
	background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
}

.Theatre_sec::before {

	position: absolute;

	content: "";

	border: 10px solid #000;

	top: 0;

	right: 0;

	left: 0;

	bottom: 0;

	border-right-width: ;

}
.Theatre_sec {
	position: relative;
	margin-top: 35px;
}

.Theatre_sec_right {
	margin-right: -4px;
	padding-left: 8%;
	background: #fff;
	z-index: 99999;
	position: relative;
	padding-top: ;
	margin-top: 40px;
	margin-bottom: 40px;
}
.Theatre_sec_right p {
	color: #888;
	text-align: justify;
	padding-right: 20px;
	line-height: 2;
	font-size: 16px;
}
.Theatre_sec img {
	margin-left: 30px;
	margin-top: 40px;
}
.tracks-sec {
	margin-top: 60px;
	padding: 50px 0 20px;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat !important;
}
.tracks-sec::before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tracks-sec .so-widget-sow-editor {
	color: #fff;
	z-index: 9999;
	position: relative;
}
.tracks-sec p {
	text-align-last: center;
	margin-top: 25px;
	line-height: 2;
	font-size: 16px;
}
.tracks-sec h3 {
	font-size: 30px !important;
	font-weight: 600 !important;
}
.port-headning p {
	margin-top: 50px;
	color: #888;
	font-size: 19px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 2;
}
.drape-system img {
	width: 90px;
}
.drape-system .panel-grid-cell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left-color: #efeded;
	border-left-style: solid;
	border-right-color: #efeded;
	border-right-style: solid;
	border-top-color: #efeded;
	border-top-style: solid;
	border-bottom-color: #efeded;
	border-bottom-style: solid;
	border-radius: 5px;
	position: relative;
}
.drape-system .panel-grid-cell::after{
position: absolute;
content: '';
right: 0;
top: 50%;
width: 0;
height: 50%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all .6s ease;
-ms-transition: all .6s ease;
-o-transition: all .6s ease;
-moz-transition: all .6s ease;
transition: all .6s ease;
z-index: -1;
}
.drape-system .panel-grid-cell::before{
position: absolute;
content: '';
left: 0;
top: 0;
width: 0;
height: 50%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all .6s ease;
-ms-transition: all .6s ease;
-o-transition: all .6s ease;
-moz-transition: all .6s ease;
transition: all .6s ease;
z-index: -1;
}
.drape-system .panel-grid-cell:hover::before, .drape-system .panel-grid-cell:hover::after {
	width: 100%;
}
.drape-system {
	margin: 70px 0;
}
.drape-system p:first-child {
	margin-bottom: 0;
}
.drape-system h3 {
	padding-top: 20px !important;
	text-align: left !important;
	padding-bottom: 20px;
	font-size: 26px !important;
}
.drape-system p {
	color: #888;
	line-height: 2;
	letter-spacing: 1px;
}
.drape-system .so-panel {
	padding-bottom: 10px;
}
.projector-audio-system {
	margin-top: 155px;
}
.projector-audio-system .panel-grid-cell {
	background: #fff;
	text-align: center;
	height: 420px;
	border-bottom: 2px solid #bc434b;
	transition: all .3s ease-in-out;
	width: calc(36% - ( 0.5 * 30px ) ) !important;
}
.projector-audio-system .panel-grid-cell:first-child{
	margin-left: 10%;
}
.projector-audio-system .panel-grid-cell:last-child{
	margin-right: 10%;
}
.projector-audio-system .panel-grid-cell:hover {
	box-shadow: 0 11px 22px 5px rgba(0, 0, 0, 0.13);
}
.projector-audio-system p {
	border-radius: 50%;
	height: 188px;
	line-height: 150px;
	margin: -94px auto -50px;
	max-width: 188px;
	background: #fff;
}
.projector-audio-system img {
	width: 110px;
}
.projector-audio-system h2 {
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-weight: 600;
}
.projector-audio-system li {
	text-align: left;
	display: inline-flex;
	color: #888;
	width: 70%;
	padding-bottom: 20px;
}
.projector-audio-system li::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f046";
	padding-right: 10px;
	color: #bc434b;
	padding-top: 3px;
}
.single-services.postid-61 #content {
	background: #f3f4f4;
}
.audio-visual{
	padding: 100px 0;
	position: relative;
	background-position: center;
	margin-top: 70px;
}
.audio-visual::before{
	position: absolute;
	content: "";
	background:rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.audio-visual .textwidget p {
	z-index: 999;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 2;
	font-size: 20px;
	padding-top: 35px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.custom-services.audit-bg.new::after {
	background: url(http:/itenet/wp-content/uploads/2018/12/background_png_78354.png);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.09;
}
.custom-services.audit-bg.new{
	position: relative;
}
.custom-services.audit-bg p {
	color: #888;
	line-height: 2.5;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.custom-services .widget-title::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #bc434b;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 80px;
}
.theatre-lighting {
	background-size: 15px 15px;
	background-image: -webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0),-webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0);
	background-image: radial-gradient(rgba(77,67,92,.04) 15%,transparent 0),radial-gradient(rgba(77,67,92,.04) 15%,transparent 0);
}
.custom-services .widget-title.theatre-lighting::after{
	opacity: 0;
}
.theatre-lighting h3 {
	font-size: 22px !important;
	text-align: left !important;
	font-weight: 600 !important;
	margin-bottom: 20px !important;
	position: relative;
}
.theatre-lighting h3::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #bc434b;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 80px;
}
.theatre-lighting p {
	color: #888;
	line-height: 2.5;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.theatre-lighting img {
	border: 1px solid #cecece;
	border-radius: 3px;
	box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
	float: right;
	margin-right: 20px;
	padding: 10px;
	margin-top: 30px;
}
.custom-services.audit-bg a {
	color: #bc434b;
	font-weight: bold;
	line-height: 25px;
	margin-top: 10px;
	box-shadow: none;
}
.custom-services.audit-bg a span {
	color: #888;
	font-size: 14px;
}
.custom-services.audit-bg a img {
	border: 0;
}
.project-sec h1 {
	color: #fff;
	background: #bc434b;
	text-align: center;
	margin: 15px;
	padding: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.prod-box {
	padding: 10px;
	margin: 15px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	box-shadow: 0 0 2px 0 #cecece;
}
.prod-box p {
	height: 75px;
	margin-top: 15px;
	color: #888;
	letter-spacing: 1px;
}
.prod-box h4 {
	color: #bc434b;
	font-weight: 600;
	font-size: 22px;
	margin-top: 15px;
	letter-spacing: 1px;
}
.project-sec {
	margin-top: 50px;
	background: transparent !important;
}
.page-id-961 .site-content {
	background: #f5f7fb;
}


.maintenance-contactinn ul {
    display: flex;
    text-align: center;
}
.maintenance-contactinn ul li {
	padding: 55px 20px 10px;
    font-size: 16px;
    position: relative;
    background: rgba(245,245,245, 0.5);
    margin: 0 10px;
    border: 1px solid #ccc;
}
.maintenance-contactinn ul li a {
    color: #a80101;
    font-weight: 700;
}
.maintenance-contactinn ul li .icon {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 15%;
}

.maintenance-contactinn ul li .icon i {background: #1e0101;width: 32px;height: 32px;line-height: 30px;border: 1px solid #bc434b;}

.maintenance-contactinn ul li .icon .fa.fa-headphones-alt:before {
    content: "\f2a0";
    font-family: Fontawesome;
}
/* Blog-css Start here */

.blog-news-col {
/*	border: 1px solid #dddddd;*/
	height: 540px;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
	transition: all 0.4s ease 0s;
	background: #fff;
}
.blog-news-col:hover {
	box-shadow: 0 3px 5px #ccc;
}
.blog-image {
  height: 195px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
.blog-image a {
  height: 100%;
}

.blog-image img {
  height: 100%;
}

.home .blog-news-col .sub-heading {
  font-size: 13.4px;
  font-weight: 700;
  height: 41px;
  margin: 22px 0 14px;
  text-transform: uppercase;
}

.blog-news-col .sub-heading a {
  color: #222222;
  font-size: 15px;
  line-height: 18px;
}

.news-content-box a, .blog-news-col a {
  box-shadow: none;
}


.page-id-483 .post-info {
	padding: 13px 0 13px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	background-image: linear-gradient(to right,#bbc4c7 40%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 1px;
	background-repeat: repeat-x;
}
.page-id-3725 .blog-news-col i {
  color: #a2a2a2;
  margin-right: 5px;
  margin-top: 12px;
}

.post-author span {
  text-transform: capitalize;
}

.blog-news-col .date {
  display: inline-block;
}

.blog-news-col .date span.month {
  margin-right: 4px;
}

.blog-news-col p {
  text-align: justify;
}

.lates-news .news-read-more, .blog-news-col .read-more {
  bottom: 19px;
  position: absolute;
}

.read-more {
	border: 1px solid;
	border-radius: 3px;
	color: #000000;
	font-weight: 500;
	max-width: 150px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: all .3s ease-in-out !important;
}
 

.blog-news-col:hover .attachment-large.size-large.wp-post-image {
	transform: scale(1.1);transition:all 0.8s ease;
}

.latest-news .so-panel {
  margin-bottom: 0!important;
  padding-bottom: 0;
  text-align: center;
  padding-top: 34px;
}
.blog-news-col p {
	text-align: justify;
	font-size: 14px;
	color: #888;
	line-height: 1.8;
}
.post-info li {
	color: #aaaaaa;
	display: inline-block;
	margin-right: 16px;
}
.post-info li i {
	color: #888 !important;
	font-size: ;
	padding-right: 5px;
}
.read-more:hover {
	background: #000;
	color: #fff !important;
	border: 1px solid #000;
}
.page-id-483 .entry-content {
	margin-top: 60px;
}
.page-id-483 #content {
	background: #f8f8f8;
}
.single-post #content {
	background: #f8f8f8;
	margin-top: 50px;
}
.single-post #main {
	background: #fff;
	padding: 30px;
	margin-bottom: 50px;
}
.single-post  .entry-content p {
	color: #888;
	letter-spacing: 1px;
	line-height: 2.5;
}
.single-post #secondary {
	background: #fff;
	padding: 30px !important;
	margin-bottom: 50px;
}
.single-post .search-form input[type="search"] {
	border: 1px solid;
}
.single-post .search-form .search-submit {
	right: 0px;
	top: 14px;
	background: #000;
	bottom: 0px;
	border-radius: 5px;
}
.single-post #recent-posts-2 h2, .single-post #recent-comments-2 h2, .single-post #archives-2 h2, .single-post #categories-2 h2, .single-post #meta-2 h2 {
	font-size: 17px;
	padding: 0px 0 13px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	background-image: linear-gradient(to right,#bbc4c7 40%,rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 1px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.single-post #recent-posts-2 ul li a, .single-post #archives-2 ul li a, .single-post #categories-2 ul li a, .single-post #meta-2 ul li a {
	color: #888;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
}
.single-post #comments {
	padding-top: 0;
}
.single-post #respond {
	padding: 30px;
	border: 4px double #bbc4c7;
}
.single-post #reply-title {
	padding-top: 0 !important;
	text-align: left !important;
	color: #222;
	letter-spacing: 3px;
	font-weight: 800 !important;
	font-size: 18px !important;
	text-transform: uppercase;
}
.single-post #commentform p {
	margin-top: 20px;
	color: #888;
	letter-spacing: 1px;
}
.single-post #commentform textarea, .single-post #commentform input[type="email"], .single-post #commentform input[type="url"] {
	border: 1px solid;
	border-radius: 0;
}
.single-post #commentform input[type="submit"] {
	border-color: #000;
	color: #000 !important;
	margin-left: 0;
	margin-top: 40px;
	width: 190px;
}
.single-post #commentform input[type="submit"]:hover{
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.facebook-feeds .cff-item {
	width: 48% !important;
	background: #fff;
	float: left !important;
	padding: 25px !important;
	margin-bottom: 15px !important;
	max-height: 400px;
	margin-right: 15px !important;
}
.facebook-feeds .cff-text-wrapper {
	width: 100% !important;
}
.facebook-feeds .cff-photo {
	wmeidth: 100% !important;
}

.pro-btn > a {
  background: #000 !important;}