/*
Theme Name: WGA
Theme URI: https://wga.com
Author: WossAgency
Author URI: https://woss.agency
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ================ */
/* ============================================== */

body{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #6f403a;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: cover;
	background-image: url("assets/images/general-pattern.jpg");
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
figure, img{
	padding: 0;
	margin: 0;
}
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0 !important;
	box-shadow: none !important;
	transition: all .2s ease-in-out;
}
input, textarea, select{
	transition: all .2s ease-in-out;
}
.btn{
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	transition: all .2s ease-in-out;
}
a{
	text-decoration: none !important;
	transition: all .2s ease-in-out;
}
li:last-child{
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}


/* ============================================== */
/* ================ helper styles ================ */
/* ============================================== */

.ws-container-fluid{
  padding-left: 150px;
  padding-right: 150px;
}
.ws-overlay::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
	background-color: rgba(0,0,0,.5);
}
.ws-page-inner{
	padding-top: 270px;
	padding-bottom: 10px;
	margin-bottom: 70px;
	border-bottom: 4px dotted #6f403a;
}
.ws-page-inner ul.ws-breadcrumb{
	padding: 0;
	margin: 0;
	text-align: right;
	list-style: none;
}
.ws-page-inner ul.ws-breadcrumb li.active{
	color: #999999;
}
.ws-page-inner ul.ws-breadcrumb li{
	display: inline;
}
.ws-page-inner ul.ws-breadcrumb li::after{
	content: '/';
	padding: 0 5px;
	display: inline-block;
}
.ws-page-inner ul.ws-breadcrumb li:last-child::after{
	content: none;
	padding: 0;
}
.ws-page-inner .ws-breadcrumb a{
	font-size: 18px;
	color: #6f403a;
}
.ws-page-inner h1{
	color: #004a8f;
	font-size: 56px;
	font-family: 'Lobster', cursive;
}

/* VC Styles */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0 !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}
.vc_btn3-container{
	margin-bottom: 0 !important;
}

/* Buttons */
.custom-button .btn{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 50px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.custom-button .btn::after{
	content: '';
	position: absolute;
	top: 15px;
	right: -15px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
}
.ws-button-light .btn{
	background-color: #df843c;
}
.ws-button-light .btn::after{
	border-color: transparent transparent transparent #df843c;
}
.ws-button-dark .btn{
	background-color: #004a8f;
}
.ws-button-dark .btn::after{
	border-color: transparent transparent transparent #004a8f;
}

/* ============================================== */
/* ================ header styles ================ */
/* ============================================== */

/* Header Navigation */
#ws-header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
#ws-header .ws-topbar{
	text-align: right;
	padding: 5px 50px;
	background-color: #5f9e43;
}
#ws-header .ws-topbar a{
	color: #ffffff;
}
#ws-header .ws-topbar a:hover{
	opacity: .7;
}
#ws-header .ws-navbar{
	padding: 30px 50px;
	margin: 0;
	border-bottom: 4px dotted #006db6;
	transition: all .2s ease-in-out;
	background-color: #ffffff;
}
#ws-header .ws-header-logo{
	position: absolute;
	top: -30px;
	left: 115px;
	right: -39px;
	padding: 4px 0;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
#ws-header .ws-header-logo img{
	width: 45%;
	margin: 0 auto;
	max-width: 200px;
}
#ws-header ul.menu{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#ws-header .menu li{
	margin-right: 40px;
	display: inline;
}
#ws-header .menu li a:hover{
	opacity: 1;
}
#ws-header .menu li a{
	position: relative;
	color: #004a8f;
	opacity: .5;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.ws-fixed-bar{
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 9999;
}
.ws-fixed-bar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ws-fixed-menu ul{
	text-align: right;
}
.ws-fixed-menu ul li a:hover{
	opacity: .6;
}
.ws-fixed-menu ul li a{
	color: #006db6;
	margin: 0 50px 0 16px;
	font-family: 'Lobster', cursive;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: lowercase;
}
.ws-fixed-menu ul li{
	margin-bottom: 15px;
	border-bottom: 4px dotted #df843c;
}
.ws-fixed-menu ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.ws-fixed-socials{
	padding-top: 50px;
	margin-right: -18px;
	-ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.ws-fixed-socials ul{
	text-align: right;
}
.ws-fixed-socials li{
	display: block;
	margin-bottom: 20px;
}
.ws-fixed-socials li a{
	position: relative;
	padding: 5px 40px 5px 15px;
	background-color: #df843c;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	width: 120px;
    display: inline-block;
    text-align: left;
}
.ws-fixed-socials li a::after{
    content: '';
    position: absolute;
    top: 10px;
    left: -9px;
    display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #df843c transparent transparent;
}

/* Mobile Navigation */
.ws-mobile-link{
	display: none;
	text-align: right;
}
.ws-mobile-link a{
	display: inline-flex;
	width: 20px;
	height: 16px;
	position: relative;
}
.ws-mobile-link span:nth-child(1){
	top: 0px;
}
.ws-mobile-link span:nth-child(2){
	top: 7px;
}
.ws-mobile-link span:nth-child(3){
	top: 14px;
}
#ws-header .ws-navbar .ws-mobile-link span{
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #004a8f;
	content: " ";
	left: 0;
}
#ws-header .ws-navbar-fixed .ws-mobile-link span{
	background: #000000;
}
.ws-mobile-nav .modal.left .modal-dialog{
	position: fixed;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
			-ms-transform: translate3d(0%, 0, 0);
			 -o-transform: translate3d(0%, 0, 0);
					transform: translate3d(0%, 0, 0);
}
.ws-mobile-nav .modal.left .modal-content{
	height: 100%;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.ws-mobile-nav .modal.left.fade .modal-dialog{
	right: -100%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
			 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
					transition: opacity 0.3s linear, right 0.3s ease-out;
}
.ws-mobile-nav .modal.left.fade.show .modal-dialog{
	right: 0;
	max-width: 100%;
}
.ws-mobile-nav .modal-content{
	padding: 0;
	border-radius: 0;
	border: none;
}
.ws-mobile-nav .modal-content .modal-header{
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
	text-align: center;
	border: none;
	background-color: transparent;
}
.ws-mobile-nav .modal-content .modal-header img{
	width: 150px;
}
.ws-mobile-nav .modal-content .modal-body{
	padding: 0;
	margin: 0;
}
.ws-mobile-nav .close{
	position: absolute;
	right: 16px;
	top: 22px;
	padding: 0;
	margin: 0;
	text-shadow: none;
	opacity: 1;
}
.ws-mobile-nav .close svg{
	height: 18px !important;
}
.ws-mobile-nav .modal-content ul.navbar-nav{
	padding: 0;
	margin: 0;
	text-align: center;
}
.ws-mobile-nav .modal-content ul.navbar-nav li{
	list-style: none;
	margin-bottom: 5px;
}
.ws-mobile-nav .modal-content ul.navbar-nav li a{
	position: relative;
	color: #004a8f;
	opacity: .5;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.ws-mobile-nav .ws-header-social{
	position: static;
	top: auto;
	right: auto;
	text-align: center;
	margin: 15px 0 0 0;
}
.ws-mobile-nav .ws-header-social svg{
	fill: #000000;
}
.ws-mobile-nav .ws-search-box{
	height: 70px;
}
.ws-mobile-nav .ws-search-close{
	right: 16px;
	top: 11px;
	width: 19px;
  height: 23px;
}
.ws-mobile-nav .ws-search-close:before, .ws-mobile-nav .ws-search-close:after{
	height: 25px;
}
.ws-mobile-nav .ws-search-box #searchform{
	max-width: 70%;
}
.ws-mobile-nav .ws-fixed-menu{
	padding-top: 20px;
}
.ws-mobile-nav .ws-fixed-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.ws-mobile-nav .ws-fixed-socials{
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-right: 0;
	position: absolute;
	top: 0;
	right: -35px;
}
.ws-mobile-nav .ws-fixed-menu ul li a{
	margin: 0;
}

/* ============================================== */
/* ================ elements styles ================ */
/* ============================================== */

/* Hero Section */
#ws-hero-image{
	margin-top: 98px;
	border-bottom: 10px solid #004a8f;
}
#ws-hero-image .ws-hero-big-text h1{
	font-size: 76px;
	color: #004a8f;
	font-family: 'Lobster', cursive;
}
#ws-hero-image .ws-hero-big-text h6{
	color: #004a8f;
	font-family: 'Lobster', cursive;
	font-size: 116px;
}
#ws-hero-image .ws-hero-btn{
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
#ws-hero-image .ws-hero-btn .vc_btn3:hover{
	opacity: .6;
}
#ws-hero-image .ws-hero-btn .vc_btn3{
	margin: 0 !important;
	padding: 0 0 0 55px !important;
	font-size: 28px !important;
	color: #df843c !important;
	border: none !important;
	text-transform: uppercase !important;
	background-color: transparent !important;
}
#ws-hero-image .ws-hero-btn .vc_btn3 i{
	font-size: 42px;
	color: #000000;
	left: 0;
}
#ws-hero-image .ws-hero-big-text{
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#ws-hero-image .ws-hero-small-text>.vc_column-inner{
	padding: 160px 20px 50px 20px;
	background-size: cover;
	background: url("assets/images/column-pattern.jpg") no-repeat;
}
#ws-hero-image .ws-hero-small-text::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #006ab4;
}
#ws-hero-image .ws-hero-small-text h5{
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#ws-hero-image .ws-hero-small-text h6{
	color: #ffffff;
	font-size: 18px;
	display: block;
	margin-top: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
#ws-hero-image .ws-hero-small-text p{
	color: #ffffff;
	font-size: 18px;
}

/* Testimonial Slider */
#wga-testimonials .ws-testimonials-holder{
	position: relative;
	width: 55%;
	padding: 70px 0;
	margin: 0 auto;
	text-align: center;
}
#wga-testimonials .ws-testimonials-holder p{
	font-size: 32px;
	font-weight: 500;
	color: #006db6;
	margin-bottom: 10px;
	
}
#wga-testimonials .ws-testimonials-holder span{
	font-size: 18px;
	text-transform: uppercase;
}
#wga-testimonials .ws-testimonials-caption svg{
	position: absolute;
	left: -60px;
	top: 40px;
	fill: #ffffff;
	height: 60px;
}
#wga-testimonials .slick-slide:focus,
#wga-testimonials .slick-slide:active{
	outline: 0;
	box-shadow: none;
}
#wga-testimonials .slick-prev img,
#wga-testimonials .slick-next img{
	height: 80px;
	cursor: pointer;
}
#wga-testimonials .slick-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 9;
}
#wga-testimonials .slick-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 9;
}

/* Services Items */
.ws-services-box{
	padding: 10px 0 40px 0;
	text-align: center;
	border-radius: 50%;
	-ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.ws-services-box a{
	color: inherit;
	text-decoration: none;
}
.ws-services-box h2{
	font-family: 'Lobster', cursive;
	font-size: 52px;
}
.ws-services-box h3{
	font-family: 'Lobster', cursive;
	font-size: 52px;
}
.ws-services-box hr{
	border: none;
	width: 80%;
	border-bottom: dotted 4px;
}
.ws-services-box hr:nth-of-type(2){
	width: 65%;
}
.ws-services-box hr:last-child{
	margin-bottom: 0;
	width: 55%;
}

/* Light Box */
.ws-services-box-light{
	background-color: rgba(255, 255, 255, 0.6);
}
.ws-services-box-light hr{
	border-color: #6f403a;
}
.ws-services-box-light hr:nth-of-type(2){
	border-color: #f0615c;
}
.ws-services-box-light h2{
	color: #006db6;
}
.ws-services-box-light h3{
	color: #df843c;
}

/* Dark Box */
.ws-services-box-dark{
	background-color: #004a8f;
}
.ws-services-box-dark h2{
	color: #ffffff;
}
.ws-services-box-dark h3{
	color: #df843c;
}
.ws-services-box-dark hr{
	border-color: #ffffff;
}
.ws-services-box-dark hr:nth-of-type(2){
	border-color: #f0615c;
}

/* Image Rounded */
.ws-services-image-rounded{
	text-align: center;
	padding: 80px 0;
	border-radius: 50%;
	background-size: cover;
	-ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.ws-services-image-rounded a,
.ws-services-image-square a{
	color: #ffffff;
}
.ws-services-image-rounded h2,
.ws-services-image-square h2{
	font-family: 'Lobster', cursive;
	font-size: 52px;
}

/* Image Square */
.ws-services-image-square h2{
	margin-bottom: 20px;
}
.ws-services-image-square{
	padding: 80px 0;
	text-align: center;
	background-size: cover;
}

/* Team Member */
.ws-team-member{
	margin-bottom: 70px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
.ws-team-member .ws-team-member-caption{
	position: relative;
	color: #ffffff;
	padding: 20px;
	background-size: cover;
	background: url("assets/images/team-pattern.jpg") no-repeat;
}
.ws-team-member .ws-team-member-caption h4{
	font-size: 26px;
	line-height:40px;
}
.ws-team-member .ws-team-member-caption span{
	font-size:20px;
}
.ws-team-member .ws-team-member-caption p{
	color: #40382b;
	font-size: 22px;
	margin-bottom: 0;
	line-height:30px;
	margin-top:10px;
}
.ws-team-member .ws-team-member-caption .btn{
	position: absolute;
	right: 20px;
	bottom: -15px;
	padding: 5px 10px;
	color: #6f403a;
	text-transform: uppercase;
	background-color: #ffffff;
}
.ws-team-member .ws-team-member-caption .btn::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
}

/* ============================================== */
/* ================ blog styles ================ */
/* ============================================== */

body.blog .ws-article-content,
body.single-post .ws-journal-single-header,
body.single-team .ws-journal-single-header{
	padding-top: 270px;
}
body.blog .ws-article-content article{
	padding-bottom: 70px;
}
body.single-post .ws-journal-single-header,
body.single-team .ws-journal-single-header{
	padding-bottom: 50px;
}
body.single-post .ws-journal-single-content,
body.single-team .ws-journal-single-content{
	padding-bottom: 70px;
}
body.single-post .ws-journal-single-content p:last-of-type,
body.single-team .ws-journal-single-content p:last-of-type{
	margin-bottom: 0;
}
body.single-post .ws-journal-single-details h1,
body.single-team .ws-journal-single-details h1{
	color: #006db6;
	font-size: 52px;
	font-family: 'Lobster', cursive;
}
body.single-post .ws-journal-single-details ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
body.single-post .ws-journal-single-details ul li{
	display: inline;
	margin-right: 20px;
	text-transform: uppercase;
}
body.single-post .ws-journal-single-details ul li a{
	color: #df843c;
}
body.single-post .ws-journal-single-details ul li:last-child{
	margin-right: 0;
}
.ws-article-content .ws-interview-default h2 a{
	color: #006db6;
}
.ws-article-content .ws-interview-default h2{
	font-size: 52px;
	font-family: 'Lobster', cursive;
	margin: 10px 0;
}
.ws-article-content .ws-interview-default .ws-posted-on{
	text-transform: uppercase;
}
body.single-team .ws-journal-single-header .ws-journal-single-image{
	text-align: right;
}
body.single-team .ws-journal-single-header .ws-journal-single-image img{
	width: 50%;
}
body.single-team .ws-journal-single-details ul{
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}
body.single-team .ws-journal-single-details ul li{
	display: inline;
	/*margin-right: 30px;*/
}
body.single-team .ws-journal-single-details ul li:last-child{
	color: #df843c;
	margin-right: 0;
}

/* ============================================== */
/* ================ footer styles ================ */
/* ============================================== */

.ws-footer--main{
	color: #ffffff;
	position: relative;
	background-color: #004a8f;
}
.ws-footer-top .widget ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.ws-footer-top .widget ul li{
	display: inline;
	list-style: none;
	margin-right: 40px;
}
.ws-footer-top .widget ul li a:hover{
	opacity: .6;
}
.ws-footer-top .widget ul li a{
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.ws-footer-top .widget p{
	color: #6f403a;
	font-size: 22px;
	margin-bottom: 30px;
}
.ws-footer-top .widget p:last-child{
	padding: 0;
	margin: 0;
}
.ws-footer-top .col-no-p:nth-child(2){
	padding: 65px 0;
	background-color: #ffffff;
}
.ws-footer-top .col-no-p:nth-child(2) .textwidget{
	width: 50%;
	margin: 0 auto;
}
.ws-footer-top .col-no-p:nth-child(3){
	padding-left: 0;
}
.ws-footer-top #nav_menu-3{
	margin-top: 30px;
}
.ws-footer-top #nav_menu-3::before{
  content: " ";
  width: 70%;
	float: left;
  height: 4px;
  border-bottom: 4px dotted #df843c;
  display: block;
  margin-top: 16px;
}
.ws-footer-top #nav_menu-3 ul li a{
	font-family: 'Lobster', cursive;
	color: #df843c;
	font-size: 22px;
	letter-spacing: 0;
	text-transform: lowercase;
}
.ws-footer--main .ws-container-full{
	padding-right: 50px;
}
.ws-footer-top .col-no-p:nth-child(1){
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-color: #ffffff;
}
.ws-footer-top .col-no-p:nth-child(1) .follow-widget{
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	margin-left: -35px;
}
.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul{
	text-align: left;
}
.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li{
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li a:hover{
	opacity: 1;
}
.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li a{
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	position: relative;
	padding: 5px 15px 5px 40px;
	background-color: #df843c;
}
.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li a::after{
	content: '';
	position: absolute;
	top: 9px;
	right: -9px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #df843c;
}
.ws-footer-top .col-no-p:nth-child(1) h2.widget-title{
	font-family: 'Oswald', sans-serif;
	position: relative;
	display: inline-block;
	background-color: #004a8f;
	padding: 25px 20px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}
.ws-footer-top .col-no-p:nth-child(1) h2.widget-title::after{
	content: '';
	position: absolute;
	top: 23px;
	right: -19px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #004a8f;
}

.ws-footer-top #wga_social_widget-2 .ws-footer-social{
	opacity: 0;
	visibility: hidden;
}

/* ============================================== */
/* ================ responsive styles ================ */
/* ============================================== */

@media (max-width: 1440px){

	.ws-container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
	#ws-hero-image h1{
		font-size: 66px;
	}
	#ws-hero-image .ws-hero-small-text>.vc_column-inner{
		padding: 107px 20px 30px 20px;
	}
	#ws-hero-image .ws-hero-small-text h5{
		font-size: 28px;
	}
	#ws-header .ws-header-logo{
		left: 15px;
		right: -5px;
	}
	#ws-hero-image .ws-hero-big-text h6{
		font-size: 86px;
	}
	#ws-hero-image .ws-hero-small-text p{
		font-size: 16px;
	}
	.ws-services-box h3,
	.ws-services-box h2{
		font-size: 36px;
	}
	.ws-services-box{
		padding: 10px 0 30px 0;
	}
	#wga-testimonials .ws-testimonials-holder p{
		font-size: 28px;
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title{
		font-size: 24px;
	}
	.ws-footer-top .col-no-p:nth-child(2){
		padding: 25px 0;
	}
	.ws-footer-top #nav_menu-3::before{
		width: 60%;
	}
	.ws-footer-top .widget ul li{
		margin-right: 15px;
	}
	.ws-footer-top .widget ul li a{
		font-size: 18px;
	}
	.ws-page-inner{
		padding-top: 215px;
	}
	body.blog .ws-article-content, body.single-post .ws-journal-single-header, body.single-team .ws-journal-single-header{
		padding-top: 240px;
	}

}

@media (max-width: 1200px){

	body.blog .ws-article-content, body.single-post .ws-journal-single-header, body.single-team .ws-journal-single-header{
		padding-top: 220px;
	}
	.ws-page-inner h1{
		font-size: 42px;
	}
	.ws-page-inner {
    padding-top: 180px;
		margin-bottom: 40px;
	}
	#ws-hero-image .ws-hero-big-text h1{
		font-size: 62px;
	}
	#ws-header .menu li a{
		font-size: 18px;
	}
	#ws-header .menu li{
		margin-right: 25px;
	}
	.ws-footer-top .widget p{
		font-size: 18px;
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title{
		font-size: 18px;
	}
	.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li{
		margin-bottom: 10px;
	}
	#wga-testimonials .ws-testimonials-holder{
		width: 70%;
	}
	#wga-testimonials .ws-testimonials-holder p{
		font-size: 24px;
	}
	.ws-fixed-bar{
		display: none;
	}

}/*end*/

@media (max-width: 1024px){

	body.blog .ws-article-content, body.single-post .ws-journal-single-header, body.single-team .ws-journal-single-header{
		padding-top: 128px;
	}
	.ws-page-inner {
    padding-top: 108px;
	}
	#ws-header .ws-topbar{
		padding: 0 15px;
	}
	#ws-header .ws-navbar{
		padding: 5px 15px;
	}
	.ws-mobile-link{
		display: block;
	}
	.ws-navbar .menu-main-navigation-container{
		display: none;
	}
	.ws-container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	.ws-services-box h3, .ws-services-box h2{
		font-size: 26px;
	}
	.ws-services-box hr{
		width: 75%;
	}
	.ws-services-box hr:nth-of-type(2){
		width: 60%;
	}
	.ws-services-box hr:last-child{
		width: 50%;
	}
	#wga-testimonials .ws-testimonials-holder p{
		font-size: 20px;
	}
	#wga-testimonials .ws-testimonials-caption svg{
		height: 45px;
		left: -45px;
	}
	#ws-hero-image .ws-hero-small-text>.vc_column-inner {
    padding: 30px 20px 30px 20px;
	}
	#ws-hero-image .ws-hero-big-text h1{
		font-size: 52px;
	}
	#ws-hero-image .ws-hero-small-text h5{
		font-size: 24px;
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title{
		padding: 15px 10px;
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title::after{
		top: 7px;
	}
	#ws-header .ws-topbar a{
		font-size: 16px;
	}
	#ws-header .ws-header-logo{
		top: -37px;
		padding: 7px 0;
	}
	#ws-hero-image{
		margin-top: 78px;
	}
	.ws-footer--main .ws-container-full{
		padding-right: 15px;
	}

}/*end*/

@media (max-width: 768px) {

	#ws-hero-image .ws-hero-big-text h1{
		font-size: 32px;
	}
	#ws-hero-image .ws-hero-btn .vc_btn3{
		font-size: 20px !important;
	}
	#ws-hero-image .ws-hero-btn{
		text-align: center !important;
	}
	#ws-hero-image .ws-hero-big-text,
	#ws-hero-image .ws-hero-btn{
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	#ws-hero-image .ws-hero-small-text>.vc_column-inner{
		padding: 10px;
	}
	.ws-footer-top #nav_menu-3::before{
		width: 40%;
	}
	.ws-footer-top .widget ul li{
		margin-right: 5px;
	}
	.ws-footer-top .widget ul li a{
		font-size: 14px;
	}
	.ws-footer-top .widget p{
		margin-bottom: 15px;
	}
	.ws-footer-top .col-no-p:nth-child(2){
		padding: 15px 0;
	}
	.ws-footer-top .col-no-p:nth-child(1) .follow-widget{
		margin-left: -50px;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title{
		font-size: 14px;
	}
	.ws-footer-top .col-no-p:nth-child(1) h2.widget-title {
	  padding: 15px 5px 15px 40px;
	}
	#ws-header .ws-header-logo{
		padding: 15px 0;
	}
	.ws-team-member .ws-team-member-caption{
		padding: 5px;
	}
	.ws-team-member .ws-team-member-caption h4, .ws-team-member .ws-team-member-caption span{
		font-size: 20px;
	}
	.ws-team-member .ws-team-member-caption .btn{
		right: -15px;
	}
	body.single-post .ws-journal-single-details h1, body.single-team .ws-journal-single-details h1{
		font-size: 36px;
	}

}/*end*/

@media (max-width: 576px) {

	#ws-header .ws-header-logo{
		padding: 4px 0;
		left: 0;
		width: 60%;
		z-index: 9999;
	}
	#ws-header .ws-header-logo img{
		width: 72%;
	}
	#ws-hero-image .ws-hero-big-text h1{
		margin-top: 15px;
	}
	.ws-footer-top .col-no-p:nth-child(1){
		position: static;
		width: 50%;
	}
	.ws-footer-top .col-no-p:nth-child(2){
		width: 50%;
	}
	.ws-footer-top .col-no-p:nth-child(2) .textwidget{
		width: 100%;
	}
	.ws-footer-top #nav_menu-3,
	.ws-footer-top #nav_menu-2{
		margin-top: 15px;
	}
	.ws-footer-top .col-no-p:nth-child(1) .ws-footer-social ul li a{
		font-size: 14px;
	}
	.ws-page-inner ul.ws-breadcrumb,
	.ws-page-inner h1,
	body.single-post .ws-journal-single-details ul{
		text-align: center;
	}
	.ws-team-member .ws-team-member-caption .btn{
		right: 20px;
	}
	body.single-post .ws-journal-single-details h1, body.single-team .ws-journal-single-details h1{
		text-align: center;
	}
	body.single-post .ws-journal-single-header, body.single-team .ws-journal-single-header{
		padding-bottom: 25px;
	}
	body.single-team .ws-journal-single-header .ws-journal-single-image{
		text-align: center;
	}

}/*end*/


/* NEW CSS*/

.menu-item{
position:relative;
display: list-item;
}
.sub-menu{
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 300px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 padding: 22px 10px;
 z-index: 1;
text-align:left;
}

.menu-item:hover .sub-menu {display:block;position: absolute;/* right: -25px; */left: 50%;transform: translateX(-50%);}

.menu-item:hover ul ul.sub-menu {
	display:none; 
	left: auto;
	right: -50%;
	transform: translateX(65%);
	top:0px;
}
.menu-item ul li:hover ul.sub-menu {
  display:block
}

#ws-header .menu li {
margin-right: 35px !important;
display: inline-block;
position: relative;
}


.ws-mobile-nav .menu-item:hover .sub-menu {
   display: block;
   position: absolute;
   /* right: -25px; */
   left: 50%;
   transform: translateX(-50%);
}

.ws-mobile-nav .menu-item {
   position: relative;
   display: list-item;
}

footer.ws-footer--main .sub-menu {
display: none !important;
}

.ws-topbar a{
	margin-right:48px;
}

@media (min-width: 767px){
	.ws-team-member .ws-team-member-caption{
		min-height:200px;
	}
}

.social_icons li {
    margin-right: 10px !important;
    display: inline-block !important;
}
.social_icons li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    background: #df843c;
    color: #fff;
}
	
.single-team .ws-journal-single-content{
	font-size:22px;
}

body.single-team .ws-journal-single-header .ws-journal-single-image {
    text-align: center;
    background: #fff;
	/*border: 5px solid #df843c;*/
	box-shadow:0 0 20px 0 rgba(0,0,0,.06);
}
/*
.ws-journal-single-details .ws-journal-single-tags .ws-journal-tags{
	margin-right: 13px !important;
}

.ws-journal-single-details .ws-journal-single-tags .social_icons{
	margin-left:15px !important;
}
*/
body.single-team .ws-journal-single-details ul li.spaceLeft{
	margin-left:30px;
}










