/* -----------------------------------------------------------
CONTENT:
html5 and responsive content
gutenberg
reset
general classes
spaces
maintitle elementor 
list1 elementor
menu
WordPress Core
testimonials
services
counter custom1
flickity carousel
team
home blog
single page
blog pages
footer
sidebar and widgets
Contact Form plugin
faq accordion
gallery filter isotope
chart
woocommerce
scroll button
custom icon elementor
List 2
video button
gallery1
magnific popup plugin


------------------------------------------------------------*/

/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
/*** for wp post and pages responsive images important! ***/
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}
embed,
object,
video {
  max-width: 100%;
}
/*** for iframe responsive ***/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 500px) {
  .iframe-container iframe {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/********* html5 and responsive content end *********/
/************* gutenberg *************/
.wp-block-cover p {
  color: #fff!important;
}
.aligncenter {
  display: block;
}
.alignwide {
  width: 100%;
}
.wp-block-image {
  max-width: 5000px!important;
}
.alignfull {
  width: 100vw;
  float: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.noalignfull .alignfull {
  width: 100%;
  float: none;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0!important;
  margin-right: 0!important;
}
figure.alignwide img,
figure.alignfull img {
  width: 100%!important;
  height: auto!important;
}
.aligncenter {
  margin-right: auto!important;
  margin-left: auto!important;
}
.wp-block-image figcaption {
  padding: 11px 0;
}
ul.wp-block-latest-posts.is-grid {
  margin-left: 10px;
  list-style-type: disc;
}
.wp-block-quote.is-large {
  border: none;
}
blockquote {
  color: transparent;
}
blockquote p {
  margin-bottom: 12px!important;
}
blockquote cite {
  font-family: "source sans pro", arial, sans-serif;
  font-size: 14px!important;
  font-style: italic;
  color: #9f9f9f;
  line-height: 2!important;
}
blockquote.wp-block-quote {
  font-family: "source sans pro", arial, sans-serif;
  font-size: 25px;
  font-weight: 400!important;
  color: #555555;
}
blockquote.wp-block-quote p {
	margin: 0;
  font-family: "source sans pro", arial, sans-serif;
  font-size: 20px;
  font-weight: 400!important;
}
blockquote.wp-block-quote cite {
  font-family: "source sans pro", arial, sans-serif;
  font-size: 13px;
  font-weight: 400!important;
 
}
.blogpages blockquote.wp-block-quote {
  text-align: left!important;
}
.blogpages blockquote.wp-block-quote cite {
  display: block;
}
.wp-block-quote.is-large {
  padding-left: 0;
}
.wp-block-quote.is-style-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
figure.wp-block-pullquote blockquote {
  border-left-color: transparent;
  padding: 20px 30px 0 30px;
  color: #555555;
  font-size: 25px;
  font-weight: 500;
}
.wp-block-pullquote blockquote p {
  color: #555555;
  font-size: 25px;
  font-weight: 500;
}
.wp-block-pullquote blockquote cite {
  display: block;
  margin-top: 25px;
  font-family: "source sans pro", arial, sans-serif;
  font-size: 14px;
  color: #555555;
  text-transform: none;
}
.wp-block-pullquote p {
  font-size: 25px!important;
}
figure.wp-block-audio {
  margin-bottom: 27px;
}
figure.wp-block-audio audio {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 0!important;
}
.wp-block-button a:link,
.wp-block-button a:visited,
.wp-block-button a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
figure.wp-block-audio {
  margin-bottom: 27px;
}
figure.wp-block-audio audio {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 12px!important;
}
.wp-block-button a:link,
.wp-block-button a:visited {
  text-decoration: none;
  color: #fff;
	background: #42a5e4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wp-block-button a:hover {
  text-decoration: none;
  color: #fff;
	background: #282c34;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wp-block-button br {
  line-height: 0;
}
/* columns */
.wp-block-columns div:first-child {
  padding-left: 0;
}
.wp-block-columns.has-2-columns div:second-child {
  padding-right: 0;
}
.wp-block-columns.has-3-columns div:third-child {
  padding-right: 0;
}
.wp-block-columns.has-4-columns div:fourth-child {
  padding-right: 0;
}
.wp-block-column {
  padding-right: 14px;
  padding-left: 14px;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  text-align: center;
  list-style: none;
}
/** gutenberg classes for color and font size **/
.has-blue-background-color {
  background-color: #42a5e4!important;
}
.has-blue-color {
  color: #42a5e4!important;
}
.has-blue-dark-background-color {
  background-color: #282c34!important;
}
.has-blue-dark-color {
  color: #282c34!important;
}
.has-green-background-color {
  background-color: #68c399!important;
}
.has-green-color {
  color: #68c399!important;
}
.has-green-dark-background-color {
  background-color: #27332c!important;
}
.has-green-dark-color {
  color: #27332c!important;
}
.has-orange-background-color {
  background-color: #e47563!important;
}
.has-orange-color {
  color: #e47563!important;
}
.has-orange-dark-background-color {
  background-color: #312726!important;
}
.has-orange-dark-color {
  color: #312726!important;
}
.has-small-font-size {
  font-size: 12px!important;
}
.has-normal-font-size {
  font-size: 14px!important;
}
.has-large-font-size {
  font-size: 18px!important;
}
.has-huge-font-size {
  font-size: 25px!important;
}
.has-extrahuge-font-size {
  font-size: 30px!important;
}
/********** gutenberg end *************/
/********* reset *********/a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #9f9f9f;
}
a:link:hover,
a:visited:hover {
  color: #42a5e4;
}
ul,
ol {
  padding-left: 16px;
  margin: 0 0 28px 0;
  line-height: 1.8;
}
/* changed for gutenberg */
ul li ul,
ol li ol {
  margin: 14px 0 14px 0;
  line-height: 1.867;
  padding: 0 0 0 14px;
}
ul li,
ol li {
  margin: 0 0 10px 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  font-family: "source sans pro", arial, sans-serif;
  font-weight: 600;
}
h1,
h2,
h3 {
  line-height: 1.2;
}
h4,
h5,
h6 {
  line-height: 1.4;
}
h6 {
  font-size: 13px;
  margin-bottom: 12px;
}
h5 {
  font-size: 20px;
  margin-bottom: 14px;
}
h4 {
  font-size: 25px;
  margin-bottom: 14px;
}
h3 {
  font-size: 32px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
h3 {
  font-size: 29px;
}
}
h2 {
  font-size: 39px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
h2 {
  font-size: 35px;
}	
}
h1 {
  font-size: 48px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
h1 {
  font-size: 43px;
}	
}	

hr.wp-block-separator {
  display: block;
  border: 1px solid #eee;
  max-width: 100px;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
hr.wp-block-separator.is-style-wide {
  max-width: 100%!important;
  margin-top: 14px!important;
  margin-bottom: 14px!important;
}
p.wp-block-subhead {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: normal;
  font-family: "source sans pro";
}
/* changed for gutenberg end */
p {
  margin: 0 0 12px 0;
  color: #9f9f9f;
}
br {
  display: block;
  line-height: 1;
}
ul.ul-list {
  padding-left: 0;
}
ul.ul-list i {
  color: #42a5e4;
  padding-right: 10px;
}
ul.ul-list li {
  list-style: none;
}
input,
select {
  width: 100%;
  float: left;
  border: 1px solid #c6c6c6;
  padding: 7px 14px;
  outline: none;
}
/* searchform */
.wp-block-search button.wp-block-search__button {
  display: inline-block;
	margin-left: 0;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 0 14px;
	border: none;
  text-transform: uppercase;
  background: #42a5e4;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wp-block-search button.wp-block-search__button:hover {
 background: #2b3039;
}
footer.bottom .wp-block-search button.wp-block-search__button:hover {
 background: #42a5e4;
}
.searchform {
  display: flex;
	flex-direction: row;
	width: 100%;
}
@media all and (max-width: 767px) {
.searchform {
  display: block;
	flex-direction: row;
	width: 100%;
	text-align: center;
}
}
input[type=search],
.searchform input[type=search] {
  margin-right: 6px;
  height: 35px;
  border: 1px solid #f0f0f0;
  border-radius: 25px;
  padding: 0 12px;
  color: #333333;
}

.searchform input[type=submit] {
  display: inline-block;
  padding: 0 12px;
  height: 35px;  
  width: calc(40% - 12px);
	background: #42a5e4;
  font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 500px;
  text-wrap: none;
  text-align: center;
	border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "source sans pro";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.searchform input[type=submit]:hover {
	background: #2b3039;
}
@media all and (max-width: 767px) {
.searchform input[type=search] { 
  margin-bottom: 12px;
  width: 100%;
}
.searchform input[type=submit]{
  width: 100%;
}
}
/**IMPORTANT CLASS FOR METABOXES!**/
.hide {
  display: none!important;
}
/***bootstrap fix important!***/
.col-five-columns {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media (max-width: 992px) {
  .col-five-columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-five-columns {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .pull-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.navbar-fixed-top {
  position: sticky!important;
}
.navbar-fixed-top2 {
  position: fixed!important;
}
@media (max-width: 992px) {
  .navbar-fixed-top {
    position: relative!important;
  }
}
/***bootstrap fix important end ***/
/************ general classes ************/
html,
body {
  height: 100%;
}
body {
  height: 100%;
  color: #999999;
  font-size: 16px;
  font-family: "pt sans", arial, sans-serif;
  line-height: 1.8;
  background: #fff;
  background-attachment: fixed;
}
@media (max-width: 500px) {
  body {
    padding: 0;
  }
}
::selection {
  color: #fff;
  background: #282c34;
}
::-moz-selection {
  color: #fff;
  background: #282c34;
}
.wrapper100percent {
  float: left;
  width: 100%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* revolution slider fix */
@media (min-width: 993px) {
  .wrapperpages1 .rev_slider_wrapper {
    margin-top: 18px!important;
  }
}
@media (max-width: 992px) {
  .wrapperpages1 .rev_slider_wrapper {
    margin-top: 0!important;
  }
}
/* revolution slider fix end */
.tp-caption {
  background: transparent!important;
  padding: 0!important;
}
/*** sections ***/
.sectionpadding {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 1px;
  padding-bottom: 54px;
}
/* section for white background */
.section1 {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff;
}
/* section for grey background */
.section1a {
  float: left;
  width: 100%;
  padding: 0;
  background: #f7f7f7;
}
/* section for first color background */
.section2 {
  float: left;
  width: 100%;
  padding: 0;
  background: #42a5e4;
}
.section2 h1,
.section2 h2,
.section2 h3,
.section2 h4,
.section2 h5,
.section2 h6,
.section2 p,
.section2 i,
.section2 body,
.section2 ul li,
.section2 ol li {
  color: #fff;
}
.section2 .mainheadlinewrapper .mainheadline h3 {
  color: #fff;
}
.section2 .button1 a:link,
.section2 .button1 a:visited {
  color: #42a5e4;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section2 .button1 a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1d2b33;
}
/* section for second color background */
.section2a {
  float: left;
  width: 100%;
  padding: 0;
  background: #282c34;
}
.section2a h1,
.section2a h2,
.section2a h3,
.section2a h4,
.section2a h5,
.section2a h6,
.section2a p,
.section2a i,
.section2a body {
  color: #fff;
}
/* section for second color background 2 */
.section2b {
  float: left;
  width: 100%;
  padding: 81px 0;
  background: #282c34;
  background: -moz-linear-gradient(right, #282c34 50%, #2b3039 50%);
  background: -webkit-linear-gradient(right, #282c34 50%, #2b3039 50%);
  background: linear-gradient(right, #282c34 50%, #2b3039 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@second-color', endColorstr='@second-color2', GradientType=0);
}
.section2b h1,
.section2b h2,
.section2b h3,
.section2b h4,
.section2b h5,
.section2b h6,
.section2b p,
.section2b i,
.section2b body {
  color: #fff;
}
.section2b .fw-row > div:first-child {
  padding-right: 81px;
}
.section2b .fw-row > div:last-child {
  padding-left: 81px;
}
@media (max-width: 767px) {
  .section2b {
    background: #282c34;
  }
  .section2b .fw-row > div:first-child {
    padding-right: 20px;
  }
  .section2b .fw-row > div:last-child {
    padding-left: 20px;
  }
}
/*** sections end ***/

/* custom class for paoc popup button */
a.custom-button1,
a.custom-button1:link,
a.custom-button1:visited {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
  background: #42a5e4;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.custom-button1:hover {
  background: #2b3039;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/********* general classes end *********/


/* --------------------------------------------
--------------------Spaces------------------------
---------------------------------------------- */
/* fix for admin bar overlap */
@media (min-width: 992px) {
  body.logged-in .white-nav, body.logged-in .white-nav.navbarscroll {
    top: 28px !important;
  }
}

/** fix for bootstrap container **/
@media (max-width: 1260px) {
  .container {
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1260px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1260px;
		width: 100%;
  }
}
@media (max-width: 1260px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
		width: 100%;
  }
}
.mr-1{
  margin-right: 14px;
}
.mb-2 {
  margin-bottom: 27px;
}

/** for all pages top and bottom space **/
.pagespace {
  padding-top: 112px;
  padding-bottom: 112px;
}
.pagespace2 {
  padding-top: 112px;
  padding-bottom: 70px;
}
.pagespace-comments {
  padding-bottom: 112px;
}
.articlespace {
  padding-bottom: 56px;
}


@media (max-width: 991px) {
  .pagespace {
    padding-top: 56px;
    padding-bottom: 56px;
  }
	.pagespace2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pagespace-comments {
    padding-bottom: 27px;
  }

}
/* --------------------------------------------
--------------------Spaces end------------------------
---------------------------------------------- */




/************ maintitle elementor *********/
.mainheadlinewrapper2 {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.mainheadlinewrapper2 .mainheadline2 {
  margin: 0 auto;
}
.mainheadlinewrapper2 .mainheadline2 .mainheadline-line {
  margin: 18px auto 0 auto;
	width: 50px;
	height: 2px;
	background: #42a5e4;
}
.mainheadlinewrapper2 .mainheadline2 .titletag h2,
.mainheadlinewrapper2 .mainheadline2 .titletag h1,
.mainheadlinewrapper2 .mainheadline2 .titletag h3,
.mainheadlinewrapper2 .mainheadline2 .titletag h4,
.mainheadlinewrapper2 .mainheadline2 .titletag h5,
.mainheadlinewrapper2 .mainheadline2 .titletag h6 {
  font-size: 35px;
  font-weight: 600;
}
.mainheadlinewrapper2 .text-left h3,
.mainheadlinewrapper2 .text-right h3 {
  max-width: 100%;
}
.mainheadlinewrapper2 .text-left .mainheadline2,
.mainheadlinewrapper2 .text-right .mainheadline2 {  
	max-width: 100%;
}
.mainheadlinewrapper2 .text-left .mainheadline2 .mainheadline-line,
.mainheadlinewrapper2 .text-right .mainheadline2 .mainheadline-line {  
	margin: 18px 0 0 0;
}
@media (max-width: 1200px) {
  .mainheadlinewrapper2 .text-left h3,
  .mainheadlinewrapper2 .text-right h3 {
    max-width: 100%;
  }
  .mainheadlinewrapper2 .text-left .mainheadline2,
  .mainheadlinewrapper2 .text-right .mainheadline2 {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .mainheadlinewrapper2 .text-left h3,
  .mainheadlinewrapper2 .text-right h3 {
    max-width: 100%;
  }
  .mainheadlinewrapper2 .text-left .mainheadline2,
  .mainheadlinewrapper2 .text-right .mainheadline2 {
    max-width: 100%;
  }
}
/************ maintitle elementor end *********/


/************ list1 elementor *********/
.rtlistone1 {
  display: flex;
	flex-direction: row;
}
.rtlistone1 p {
  margin: 0;
	padding: 0;
}
.rtlistone1 i {
  margin-top: 6px;
	margin-right: 10px;
	color: #42a5e4;
	font-size: 16px;
}
/************ list1 elementor end *********/



/************ menu ************/
@media (min-width: 993px) {
.menu-widget-margin {
  padding-left: 25px!important;
}
}

/**logo text**/
h2.site-title a {
  text-align: left;
  border: none;
  color: #42a5e4;
}
h2.site-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "source sans pro";
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 5px;
  border: none;
}
h2.site-description {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
}
/**logo text end**/
.top {

	position: relative;
  z-index: 200;
  width: 100%;
  background: #f7f7f7;
	padding: 10px 0;
}
.top .header-right-widget {
  text-align: right;
}

.top .header-right-widget input,
.top .header-right-widget form {
  float: right;
}

@media (max-width: 992px) {
.navbar .widget,
.wp-block-group__inner-container p {
    text-align: center;
}
.top .header-right-widget input,
.top .header-right-widget form {
	float: none;
}
}

.top .widgets-style1 .widget {
  padding: 0;
}

/* for placeholders */.top ::-webkit-input-placeholder {
  color: #a5a5a5!important;
  font-style: italic;
  opacity: 1!important;
}
.top ::-moz-placeholder {
  color: #a5a5a5!important;
  font-style: italic;
  opacity: 1!important;
}
.top :-ms-input-placeholder {
  color: #a5a5a5!important;
  font-style: italic;
  opacity: 1!important;
}
.top:input:-moz-placeholder {
  color: #a5a5a5!important;
  font-style: italic;
  opacity: 1!important;
}
/* for placeholders end */.top-disappear {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .top {
    text-align: center;
  }
  .top i {
    border-left: none;
  }
  .top i.last {
    border-right: none;
  }
}
/** toggle icon **/
#toggle-icon {
  position: relative;
  width: 60px;
  height: 45px;
  margin: 27px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#toggle-icon span {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  background: #42a5e4;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toggle-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#toggle-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 9px;
}
/** toggle icon end **/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 30000px;
}
.navbar {
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.navbar li {
  list-style: none;
}
/** first navigation **/
.navbar-height1 {
  min-height: 100px;
}
.navbar-height1 .nav {
  padding-bottom: 0;
  margin-bottom: 0;
}
.navbar-height1 .nav > li {
  padding: 0;
  margin-bottom: 0;
}
.navbar-height1 .nav > li > a {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.navbar-brand {
  display: flex;
	align-items: center;
	padding: 0 0 0 15px;
  height: auto;
}
.navbar-height1 .navbar-brand img {
  width: auto;
  height: auto;
  max-height: 120px;
}
/** first navigation end **/
/** second navigation on scroll **/
.navbar-height2 {
  min-height: 50px;
  width: 100%;
}
.navbar-height2 .nav > li {
  margin-bottom: 0;
	min-height: 50px;
  padding: 15px 0;
}
.navbar-height2 .nav > li > a {
  line-height: 1;
}
.navbar-height2 .navbar-brand {
  padding-top: 0;
  height: auto;
}
.navbar-height2 .navbar-brand img {
  width: auto;
  height: auto;
  max-height: 50px;
}
.navbar-height2 .navbar-nav > li {
  margin-top: 0;
	padding-top: 18px;
	padding-bottom: 24px;
}
.navbar-height2 .navbar-nav > li > ul {
  padding: 0;
  margin: 24px 0 0 0;
  width: 100%;
}
@media (max-width: 992px) {
  .navbar-height1,
  .navbar-height2 {
    min-height: 50px;
  }
	.navbar-height2 .nav > li {
    margin-bottom: 0;
	  min-height: 1px;
		height: auto;
    padding: 7px 0;
  }
	.navbar-height2 .navbar-nav > li {
    margin-top: 0;
	  padding-top: 7px;
	  padding-bottom: 7px;
  }
  .navbar-height2 .navbar-nav > li > ul {
    margin: 0;
  }
  .navbar-height1 .nav,
  .navbar-height2 .nav {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .navbar-height1 .nav > li,
  .navbar-height2 .nav > li {
    padding: 0;
    margin-bottom: 0;
  }
  .navbar-height1 .navbar-brand,
  .navbar-height2 .navbar-brand {
    padding-top: 37px;
    height: auto;
  }
  .navbar-height1 .navbar-brand img,
  .navbar-height2 .navbar-brand img {
    width: auto;
    height: auto;
    max-height: 120px;
  }
}
.collapse {
  padding-right: 0;
}
/** second navigation on scroll end **/


.nav > li {
  border-top: 1px solid #fff;
  margin-top: -2px;
}
.nav > li > a:link,
.nav > li > a:visited {
  padding: 0 20px;
  background: transparent;
  color: #2b3039;
  font-size: 16px;
  font-family: "source sans pro";
  font-weight: 600;
  text-transform: uppercase;
}
.nav > li > a:hover {
  color: #42a5e4;
}
.nav > li:hover,
li.active {
  border-top: 1px solid #42a5e4;
}
.navbar-nav > .active > a:link,
.navbar-nav > .active > a:visited,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  display: inlne-block;
  color: #42a5e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-height1 .navbar-nav > li > ul {
  padding: 0;
  margin: 0;
  width: 100%;
}


/*** for dropdown hide ***/
.navbar-nav li ul {
  position: absolute;
  z-index: 100;
  left: -9999px;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: -9999px;
}
.navbar-nav li ul li ul {
  postion: absolute;
  left: -9999px;
}
.navbar-nav li ul li:hover ul {
  left: 0;
}
/*** for dropdown hide end ***/
/*** second level ***/
.navbar-nav > li > ul > li {
  margin: 0;
  width: 100%;
}
.nav li ul {
  display: block;
  float: left;
  min-width: 200px!important;
  word-wrap: break-word;
  background: #fff;
	border: 1px solid #efefef;
  padding: 14px 0!important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar-nav > li > ul > li > a:link,
.navbar-nav > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 7px 20px;
  min-width: 200px;
  margin-left: 0;
  color: #9f9f9f;
  font-size: 13px;
  font-family: "pt sans";
  font-weight: 400;
}
.navbar-nav > li > ul > li > a:hover {
  color: #42a5e4;
}
.navbar-nav > li:hover ul {
  left: 0;
}
@media (max-width: 992px) {
  .navbar-nav > li > ul > li > a:link,
  .navbar-nav > li > ul > li > a:visited {
    font-size: 14px;
  }
	.nav li ul {
	  border: 1px solid #fff;
    padding: 7px 0!important;
  }
}
/*** second level end ***/
/*** third level ***/
.navbar-nav > li > ul > li > ul {
  padding: 0;
  margin: -25px 0 0 100%;
  width: 100%;
  background: #fff;
	border: 1px solid #efefef;
}
.navbar-nav > li > ul > li > ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-nav > li > ul > li > ul > li > a:link,
.navbar-nav > li > ul > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 7px 20px;
  min-width: 200px;
  margin-left: 0;
  color: #9f9f9f;
  font-size: 13px;
  font-family: "pt sans";
  font-weight: 400;
}
.navbar-nav > li > ul > li > ul > li > a:hover {
  color: #42a5e4;
}
@media (max-width: 992px) {
  .navbar-nav > li > ul > li > ul > li > a:link,
  .navbar-nav > li > ul > li > ul > li > a:visited {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 5px;
  }
  .navbar-nav > li > ul > li > ul {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
    border: 1px solid #fff;
    padding: 7px 0!important;
  }
}
.navbar-nav > li:hover ul {
  left: 0;
}
/*** third level end ***/
/** fix for navigation breakpoing **/
@media (max-width: 992px) {
  .nav > li {
    border-top: none!important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
/** fix for navigation breakpoing end **/
@media (max-width: 992px) {
  .nav li ul {
    width: 100%!important;
  }
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 14px 4px;
    font-size: 13px;
  }
  /** fix for navigation breakpoint 2 **/

  .collapse {
    float: right;
    width: 100%;
  }
  .responsive-wrapper {
    display: block;
		align-items: center;
    width: 100%;
  }
  /** fix for navigation breakpoint 2 end **/
  .navbar-nav > li > a {
    margin-left: 0;
  }
  .navbar-nav > li > a {
    margin-right: 0;
    color: #fff;
  }
  .navbar {
    position: relative!important;
    height: auto;
    min-height: 50px;
  }
  .nav {
    margin-top: 20px;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > ul > li > a:link,
  .navbar-nav > li > ul > li > a:visited {
    width: 100%;
    text-align: center;
    display: block;
  }
  .navbar-nav li ul {
    position: relative;
    z-index: 100;
    left: 0;
  }
  .navbar-nav li:hover ul {
    left: 0;
  }
  .navbar-nav li:hover ul li ul {
    left: 0;
  }
  .navbar-nav li ul li ul {
    postion: relative;
    left: 0;
  }
  .navbar-nav li ul li:hover ul {
    left: 0;
  }
  .navbarwrapper {
    position: relative;
    z-index: 900;
  }

  .navbar-height1 .nav {
    padding-top: 14px;
  }
  .navbar-height1 .nav > li {
    padding: 0;
  }
  .navbar-height1 .nav > li > a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .navbar-height-inner {
    height: auto;
  }
  .navbar-height-inner .nav {
    padding-top: 14px;
  }
  .navbar-height-inner .nav > li {
    padding: 0;
  }
  .navbar-height-inner .nav > li > a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
}


.navbar-inner2 {
  display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
@media (max-width: 992px) {
.navbar-inner2 {
  display: flex;
	flex-direction: column;
	justify-content: space-around;
}
}	
.navbar-inner3 {
	width: 100%;
  display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 992px) {
.navbar-inner3 {
	width: 100%;
  flex-direction: column;
	padding-bottom: 27px;
}	
}
/********* menu end **********/



/********* WordPress Core *********/
.gallery-caption,
.bypostauthor {
  color: inherit;
}
/*** wordpress tables ***/
dl {
  margin-bottom: 12px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 12px;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */

  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 12px;
}
/*** wordpress tables end ***/
.postnavigation {
  width: 100%;
  float: left;
  margin: 56px 0 56px 0;
  text-transform: uppercase;
}
.postnavigation .postnavigation-previous {
  float: left;
  width: 50%;
}
.postnavigation .postnavigation-next {
  float: left;
  width: 50%;
  text-align: right;
}
.postnavigation a {
  display: inline;
  font-size: 13px;
	color: #333333;
  font-family: "source sans pro";
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.postnavigation a:hover {
  color: #42a5e4;
}
.postnavigation i {
  display: inline;
  font-size: 13px;
	color: #333333;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: none;
	margin: 5px;
  max-width: 96%;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px;
}
.sticky h2 {
  display: block;
  padding: 27px 14px;
  color: #fff;
  background: #42a5e4;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */

}
.post-password-form label,
.post-password-form input {
  min-width: 100%!important;
  float: left;
}
/********** WordPress Core End **********/
/************ button *************/.button1 a:link,
.button1 a:visited {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 15px 22px;
  text-transform: uppercase;
  background: #42a5e4;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button1 a:hover {
  background: #2b3039;
}
.button2 a:link,
.button2 a:visited {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 15px 22px;
  text-transform: uppercase;
  background: #2b3039;
  border: 1px solid #2b3039;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button2 a:hover {
  background: #42a5e4;
  border: 1px solid #fff;
}
/********* button end **********/

/********* testimonials *********/
.testimonials {
  text-align: center;
  width: 100%;
  padding: 0;
}
.testimonials .testimonialsinner {
  width: 100%;
}
.testimonials .testimonialsinner.testimonials-white p {
  color: #fff;
} 
.testimonials .testimonialsinner.testimonials-white h5 {
  color: #fafafa;
}
.testimonial {
  padding: 0 0 27px 0;
  text-align: center;
}
.testimonial p {
  line-height: 1.7;
  font-weight: 500;
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 12px auto;
}
.testimonial img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 30px;
}
.testimonial h5 {
  margin-bottom: 27px!important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "pt sans";
  line-height: 1;
}
/********* testimonials end *********/




/********* services **************/
.rtserviceone-wrapper1 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.rtserviceone-wrapper1 .rtserviceone-flex-item {
	padding: 30px;
	background: #42a5e4;
	border: 1px solid #fff;
	  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtserviceone-wrapper1 .rtserviceone-flex-item:hover {
	background: #282c34;
	  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtserviceone1 {
  display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 12px;
}
.rtserviceone1 img {
  width: auto;
	height: auto;
	max-width: 37px;
}
.rtserviceonemargin {
	margin-right: 10px;
}
.rtserviceone2 p {
  color: #fff;
  margin-bottom: 10px;
}
.rtserviceone1 h3 {
  display: block;
	margin-bottom: 0;
	margin-left: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}	
.rtserviceone1 h3 a:link,
.rtserviceone1 h3 a:visited,
.rtserviceone1 h3 a:hover {
  color: #fff;
}	
.rtserviceone2 a,
.rtserviceone2 a:link,
.rtserviceone2 a:visited,
.rtserviceone2 a:hover {
  color: #fff!important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtserviceone2 i {
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtserviceone2 a:hover i {
  padding-left: 7px;
	 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* for align center */
.rtserviceone-text-center {
	text-align: center;
}
.rtserviceone-text-center .rtserviceone1 {
  display: block;
	margin-bottom: 12px;
}
.rtserviceone-text-center img {
	margin-right: 0;
}
.rtserviceone-text-center .rtserviceone1 .rtserviceonemargin {
  margin-right: 0;
	margin-bottom: 12px;
}

/**** for style two ****/
 .rtserviceone-wrapper1 .rtserviceone-flex-item.rtserviceone-style2 {
	background: #fafafa!important;
	border: 1px solid #fff!important;
}
@media (max-width: 767px) {
.rtserviceone-wrapper1 .rtserviceone-flex-item.rtserviceone-style2 {
	text-align: center;
}	
.rtserviceone-wrapper1 .rtserviceone-flex-item.rtserviceone-style2 .rtserviceone1 .rtserviceone1-imgwrapper {
	margin-right: auto;
	margin-left: auto;
}
}
.rtserviceone-style2 .rtserviceone2 p {
  color: inherit;
  opacity: 1;
}
.rtserviceone-style2 .rtserviceone1 h3 a:link,
.rtserviceone-style2 .rtserviceone1 h3 a:visited {
  color: #333333;
		 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}	
.rtserviceone-style2 .rtserviceone1 h3 a:hover {
  color: #42a5e4;
		 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}	
.rtserviceone-style2 .rtserviceonemargin {
	margin-right: 0;
}
.rtserviceone-style2 .rtserviceone1 {
  display: block;
}	
.rtserviceone-style2 .rtserviceone1 h3 {
  color: #42a5e4;
	opacity: 1;
}	
.rtserviceone-style2 .rtserviceone2 a,
.rtserviceone-style2 .rtserviceone2 a:link,
.rtserviceone-style2 .rtserviceone2 a:visited,
.rtserviceone-style2 .rtserviceone2 a:hover {
  color: #000!important;
	opacity: 1;
}
.rtserviceone-style2 .rtserviceone1-imgwrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0 0 14px 0;
	background: #42a5e4;
	border-radius: 500px;
	width: 60px;
	height: 60px;
}
.rtserviceone-text-center.rtserviceone-style2 .rtserviceone1-imgwrapper {
	margin-right: auto;
	margin-left: auto;
}
.rtserviceone-style2 .rtserviceone1-imgwrapper .rtserviceonemargin {
	margin-bottom: 0;
}
.rtserviceone-style2  .rtserviceone {
	display: block;
}

.rtserviceone-style2  .rtserviceone .rtserviceone1-imgwrapper {
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtserviceone-style2  .rtserviceone:hover .rtserviceone1-imgwrapper {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/****** for box 1 *****/
.rtserviceone-wrapper2 .rtserviceone1 img {
	margin-right: 12px;
}
.rtserviceone-wrapper2 .rtserviceone {
	padding: 24px;
	background: #42a5e4;
}
/********* services end **************/


/* --------------------------------------------
--------------------Counter custom1-----------------------
---------------------------------------------- */

.counter-custom1 .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 1;
}
.counter-custom1 span.elementor-counter-number {
  display: block;
  font-size: 25px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  background: url(assets/images/line2.png) bottom center no-repeat;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "pt sans";
}
.counter-custom1.counter-custom1-white span.elementor-counter-number {
  background: url(assets/images/line.png) bottom center no-repeat;
  color: #fff;
}

.counter-custom1 .elementor-counter-number-prefix {
  display: block;
  font-size: 25px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.counter-custom1.counter-custom1-white .elementor-counter-number-prefix {
  color: #fff;
}
.counter-custom1 .elementor-counter-number-suffix {
  display: block;
  font-size: 25px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "pt sans";
}
.counter-custom1.counter-custom1-white .elementor-counter-number-suffix {
  color: #fff;
}
.counter-custom1 .elementor-counter .elementor-counter-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
	font-family: "pt sans";
}	
.counter-custom1.counter-custom1-white .elementor-counter .elementor-counter-title {
  color: #fff;
}	
/* --------------------------------------------
--------------------Counter custom1 end-----------------------
---------------------------------------------- */

/************ flickity carousel ****************/
/******* carousel *******/
@media (max-width: 992px) {
  .gallery .partnerone {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.gallery {
  text-align: center;
}
/*** carousel end ****/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.js-flickity .flickity-prev-next-button {
  opacity: 0!important;
}
.js-flickity:hover .flickity-prev-next-button {
  opacity: 0.8!important;
}
.js-flickity:hover .flickity-prev-next-button:hover,
.js-flickity:hover .flickity-prev-next-button:active {
  opacity: 1!important;
}
.js-flickity:hover .flickity-prev-next-button:disabled {
  opacity: 0.3!important;
  cursor: auto;
}
.flickity-prev-next-button {
  position: absolute;
  top: 30%;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  /* vertically center */

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  outline: none;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button.previous {
  left: 40px;
  background: url(assets/images/prev.png) center center no-repeat;
}
.flickity-prev-next-button.previous:disabled {
  background: url(assets/images/prev.png) center center no-repeat;
}
.flickity-prev-next-button.next {
  right: 40px;
  background: url(assets/images/next.png) center center no-repeat;
}
.flickity-prev-next-button.next:disabled {
  background: url(assets/images/next.png) center center no-repeat;
}
@media (max-width: 1250px) {
  .flickity-prev-next-button.previous {
    left: 0;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
}
.flickity-prev-next-button svg {
  display: none;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  z-index: 15;
  z-index: 100;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.testimonials .flickity-page-dots {
  margin-bottom: 0;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #333333;
  border-radius: 50%;
  filter: alpha(opacity=5);
  /* IE8 */

  opacity: 0.5;
  cursor: pointer;
}
.testimonials .flickity-page-dots .dot {
  background: #fff;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */

  opacity: 1;
  border: 3px solid #fff;
  width: 15px;
  height: 15px;
  background: transparent;
}
/******** flickity carousel end ************/
/****************** team ******************/
.teamcolumn {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
.teamcolumn .teamcolumn-inner {
  float: left;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .teamcolumn {
    float: none;
    margin: 0 auto;
  }
}
.teamcolumn h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
}
.teamcolumn img {
  display: inline-block;
  margin: 0;
  float: none;
}
.teamcolumn .team-name {
  padding: 14px 14px 20px 14px;
  float: left;
  width: 100%;
}
.teamcolumn .team-name h6 {
  margin-bottom: 14px;
  font-size: 16px;
  font-family: "pt sans";
  font-weight: 400;
  color: #d0d0d0;
}
.teamcolumn .team-name p {
  margin-bottom: 20px;
}
ul.teamcolumn-icons {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
ul.teamcolumn-icons li {
  display: inline-block;
  margin-bottom: 0;
}
i.teamicon {
  display: flex;
	align-items: center;
  font-size: 16px;
  text-align: center;
	justify-content: center;
  width: 40px;
  height: 40px;
	padding-left: 5px;
  margin-right: 5px;
  margin-left: 5px;
  background: #fafafa;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
i.teamicon:hover {
  color: #42a5e4;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (max-width: 992px) {
  .teamcolumn .teamcolumn-inner  {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/***hover effect***/
.view1 {
  -webkit-backface-visibility: hidden;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view1 .mask,
.view1 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.view1 .mask {
  padding: 0%;
  -webkit-backface-visibility: hidden;
}
.view1 .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -8px;
}
.view1 a:link,
.view1 a:visited {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "source sans pro";
  padding-top: 0;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  text-align: center;
  width: 100%;
  height: auto;
}
.view-first1 img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view-first1 .mask {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teamcolumn:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.teamcolumn:hover .mask {
  opacity: 1;
}
.teamcolumn .view-first1:hover a {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/***hover effect end***/
.bio-list ul {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  width: 50%;
  float: left;
  font-weight: bold;
}
.bio-list ul li {
  border-bottom: 1px solid #ededed;
  padding: 13px 27px;
  margin-bottom: 0;
  list-style: none;
}
.bio-list ul span {
  text-align: right;
  float: right;
  font-weight: normal;
}
.bio-list ul:last-child {
  border-left: none;
}
@media (max-width: 767px) {
  .bio-list ul {
    width: 100%;
    margin-bottom: 0;
  }
  .bio-list ul:last-child {
    border-left: 1px solid #ededed;
    border-top: none;
  }
}
/************* team end *************/
/************** home blog ********************/
.homeblog-wrapper {
  margin-bottom: 27px;
}
.homeblog {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.homeblog .homeblog-inner {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.homeblog .view1.view-first1 {
  margin-bottom: 14px!important;
}
.homeblog h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 27px;
}
.homeblog .date {
  width: 100%;
}
.homeblog .date p {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: "pt sans";
	color: #d0d0d0;
  margin-right: 7px;
}
.homeblog .date i {
  font-size: 13px;
  margin: 0 3px;
  padding: 0;
  color: #d0d0d0;
}
.homeblog:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.homeblog:hover .mask {
  opacity: 1;
}
.homeblog .view-first1:hover a {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/************** home blog end ********************/
/************ single page ************/
/*** stay at bottom fix***/
#wrapperpages {
  width: 100%;
  min-height: 100%;
  padding-bottom: 84px;
}

.wrapperpages1 {
  width: 100%;
  float: left;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .wrapperpages1 {
    margin-top: 0;
  }
}
.bottom {
  width: 100%;
  float: left;
  min-height: 44px;
}
.bottominner {
  width: 100%;
  float: left;
  background: #282c34;
}
.bottominner1 {
  width: 100%;
  float: left;
}
/** footer stay to bottom fix end **/
/** singletitlebg is background for single post and pages title image. used with function **/
.singletitlebg {
  width: 100%;
  background-color: #282c34;
  background-position: center;
  background-size: cover;
}
.singletitlebg .mainheadlinewrapperpage-left {
  padding-top: 81px;
  padding-bottom: 81px;
}

.singletitlebg h1 {
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.singletitlebg p {
  color: #fff;
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 7px;
  font-family: "source sans pro";
}
/** mainheadlinewrapperpage is background for all inner pages. used with function **/
.mainheadlinewrapperpage {
  display: flex;
	align-items: center;
  width: 100%;
  background-color: #282c34;
  background-position: center;
  background-size: cover;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage-left {
  display: flex;
	align-items: center;
	height: 100%;
	padding-top: 56px;
  padding-bottom: 56px;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage-right {
  display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-top: 56px;
  padding-bottom: 56px;
}
.mainheadlinewrapperpage h1 {
  font-size: 39px;
  margin-bottom: 0;
  color: #fff;
}
.mainheadlinewrapperpage p {
  color: #fff;
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 7px;
  font-family: "source sans pro";
}
.breadcrumb-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.breadcrumb {	
	float: right;
  list-style: none;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  color: #fff;
	padding-right: 0;
	padding-left: 0;
}
.breadcrumb a {
  color: #fff;
  font-family: "pt sans";
  font-size: 16px;
  margin: 0;
  padding-right: 3px;
  line-height: 0;
	 word-break: break-word;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb span {
  color: #fff!important;
  font-family: "source sans pro";
  font-size: 15px;
  font-style: italic;
  padding-left: 1px;
	word-break: break-word;
}
@media (max-width: 767px) {
.mainheadlinewrapperpage .mainheadlinewrapperpage-left {
  display: flex;
	align-items: center;
	height: 100%;
	padding-top: 56px;
  padding-bottom: 0;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage-right {
  display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	padding-top: 0;
  padding-bottom: 56px;
}
}
.mainheadlinewrapperpage h1.entry-title {
	 word-break: break-word;
}
/************ single page end ************/
/********* blog pages *********/
.masonry-grid1 img,
.masonry-grid2 img {
  width: 100%;
}
.blogpost {
  width: 100%;
  margin-bottom: 54px;
}
.blogpages h2.blog-title {
  font-size: 28px;
}
.meta {
  width: 100%;
  float: left;
  padding: 14px 0;
  margin-bottom: 14px;
	border-bottom: 1px solid #efefef;
}
.meta p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  margin-right: 7px;
  padding-right: 12px;
  border-right: 1px solid #efefef;
}
.meta p:last-child {
  border-right: none;
}
.meta i {
  font-size: 16px;
  margin: 0 3px;
  padding: 0;
}

.post-page-numbers,
.page-numbers,
.pagination {
  display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
  display: none;
}
.pagination a:link,
.pagination a:visited {
  width: 37px;
  height: 37px;
  margin-left: 5px;
  font-size: 13px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #2b3039;
  text-align: center;
  border: 2px solid #2b3039;
}
.pagination a:hover {
  border: 2px solid #42a5e4;
  color: #42a5e4;
}
.pagination .current {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  font-size: 13px;
  padding-top: 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #42a5e4;
  text-align: center;
  border: 2px solid #42a5e4;
}
/* tags */
.tags {
  margin: 27px 0 12px 0;
}
.tags a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 17px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.tags a:hover {
  border: 1px solid #42a5e4;
  color: #42a5e4;
}
/* tags end */
/* comments */

.commentwrapper ol {
  padding-left: 0;
}
.commentwrapper ol li {
  list-style: none;
}
.commentwrapper ol li ol li {
  padding-left: 54px;
}
.comment {
  position: relative;
  width: 100%;
  float: left;
}
.comment .comment-body {
  width: 100%;
  float: left;
  padding: 27px 27px 0 27px;
  margin-bottom: 27px;
  background: #f9f9f9;
}
.comment .comment-body .comment-meta {
  float: left;
}
.comment .comment-body .reply a {
  position: absolute;
  top: 27px;
  right: 27px;
  color: #b8b7b7;
  text-transform: uppercase;
  font-style: normal;
  font-family: "source sans pro";
  padding-left: 25px;
  font-weight: 600;
  background: url(assets/images/reply.png) left center no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment .comment-body .reply a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #42a5e4;
  background: url(assets/images/replyh.png) left center no-repeat;
}
@media (max-width: 500px) {
  .comment .comment-body .reply a {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 7px;
    margin-bottom: 7px;
    float: right;
  }
}
.comment img {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.comment cite.fn a,
.comment cite.fn {
  margin-bottom: 14px;
  font-weight: 600;
  font-style: normal;
  color: #555555;
  font-size: 16px;
}
.comment p {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.8;
}
.comment p br {
  margin: 0;
}
/** bootstrap fix **/
code {
  display: block;
  white-space: normal!important;
}
/** bootstrap fix end **/
/** comment form **/
h3#reply-title {
  font-size: 27px;
  margin-bottom: 14px;
}
.commentwrapper h4 {
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
form#commentform {
  display: block;
  width: 100%;
	float: left;
}

.comment-form-cookies-consent {
  width: 100%;
}
.comment-form-cookies-consent label {
  margin: 0;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent{
  margin-right: 10px;
	max-width: 15px;
	outline: none;
}
.comment-form-author {
  width: 49%;
  margin-right: 1%;
  float: left;
}
.comment-form-email {
  width: 50%;
  float: left;
}
@media (max-width: 500px) {
  .comment-form-author {
    width: 100%;
    margin-right: 0;
  }
  .comment-form-email {
    width: 100%;
  }
}
.comment-form-author input,
.comment-form-email input {
  min-width: 100%;

}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  min-width: 100%;
  color: #2b3039 !important;
  margin-top: 0;
  height: 41px;
  padding: 0 14px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 14px;

  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  border: 2px solid #e4e8ee;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.comment-form textarea {
  margin-top: 0;
  height: 200px;
  padding: 14px;
  color: #2b3039 !important;
  border-radius: 30px;
  margin-bottom: 14px;

  width: 100%;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  border: 2px solid #e4e8ee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment-form input:hover,
.comment-form textarea:hover {
  border: 2px solid #2b3039;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
  text-transform: none;
  border: 2px solid #2b3039;
}
.comment-form input[type="submit"] {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 12px 22px;
  width: auto;
  text-transform: uppercase;
  background: #2b3039;
  font-weight: 600;
	border-radius: 500px;
	letter-space: 1px;
  font-size: 14px;
  margin-bottom: 54px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: none;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.comment-form input[type="submit"]:hover {
  background: #42a5e4;
}
/* for placeholders */.comment-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #2b3039;
  opacity: 1;
  font-family: "source sans pro";
}
.comment-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039;
  opacity: 1;
  font-family: "source sans pro";
}
.comment-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039;
  font-family: "source sans pro";
  opacity: 1;
}
.comment-form:input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039;
  font-family: "source sans pro";
  opacity: 1;
}
/* for placeholders end *//** comment form end **/
/******* comments end *******/
/*************** blog pages end ***************/

/************* footer *************/
footer.bottom {
  width: 100%;
  float: left;
  padding: 112px 0 20px 0;
  background: #2b3039;
}
@media (max-width: 992px) {
footer.bottom {
  padding: 70px 0 20px 0;
}	
}	
footer.bottom h1,
footer.bottom h2,
footer.bottom h3,
footer.bottom h4,
footer.bottom h5,
footer.bottom h5 {
  color: #fff;
}
footer.bottom p,
footer.bottom a,
footer.bottom li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer.bottom li {
  list-style: none;
}
footer.bottom .widget_text li a,
footer.bottom .widget_recent_comments li a,
footer.bottom .widget_categories li a,
footer.bottom .widget_recent_entries li a,
footer.bottom .widget_pages li a {
  padding-left: 14px!important;
  background: url(assets/images/bullet.png) left center no-repeat;
}
footer.bottom .widget_text li a:hover,
footer.bottom .widget_recent_comments li a:hover,
footer.bottom .widget_categories li a:hover,
footer.bottom .widget_recent_entries li a:hover,
footer.bottom .widget_pages li a:hover {
  background: url(assets/images/bullet2h.png) left center no-repeat;
}
footer.bottom .widgets-style1 h3 {
  border: none;
  padding: 0;
}

footer.bottom ul  {
  padding-left: 0;
}
/** social icons **/
.socialicons li {
  margin: 0 3px 0 0;
  display: inline-block;
  list-style: none;
}
.socialicons i {
  font-size: 20px;
  color: #9f9f9f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 3px;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  background-color: #22252b;
  background-image: none!important;
  color: #646872;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
ul.socialicons li a:hover {
  background: #42a5e4 !important;
}
ul.socialicons li a:hover i {
  color: #fff;
}
/** social icons end **/
.copyright {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 27px;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
  font-size: 13px;
}
.copyright a:link,
.copyright a:visited {
  font-weight: bold;
}
.copyright a:hover {
  color: #42a5e4;
}
.scroll {
  margin-top: 54px;
}

/* ----------------------------
To top button
----------------------------- */
.button-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  padding-top: 8px;
  text-align: center;
  background: #42a5e4;
  opacity: 1;
	color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 8px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.button-top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
@media (max-width: 767px) {
  .button-top {
    bottom: 20px;
    right: 20px;
  }
}
/* ----------------------------
To top button end
----------------------------- */
/********* footer end *********/
/*********** sidebar and widgets ************/
/* sidebars */
.sidebar {
  float: left;
  max-width: 450px;
  border-left: 1px solid #f4f4f4;
  padding-left: 22px;
}
.sidebar ol {
  padding-left: 0;
}
.sidebar .widget_recent_comments li a,
.sidebar .widget_categories li a,
.sidebar .widget_recent_entries li a,
.sidebar .widget_pages li a {
  padding-right: 14px!important;
  background: url(assets/images/bullet2.png) right center no-repeat;
}
.sidebar .widget_recent_comments li a:hover,
.sidebar .widget_categories li a:hover,
.sidebar .widget_recent_entries li a:hover,
.sidebar .widget_pages li a:hover {
  background: url(assets/images/bullet2h.png) right center no-repeat;
}

@media (max-width: 1200px) {
  .sidebar {
    padding-left: 27px;
    max-width: 200px;
  }

}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    margin: 0;
    margin-top: 27px;
    max-width: 300px;
  }

}
/* sidebars end */
/*** widgets style1 for sidebar ***/
.widgets-style1 .widget {
  float: left;
  width: 100%;
  padding: 0;
}
.widgets-style1 .widget ul {
  margin: 0;
}
.widgets-style1 h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 27px;
}

.widget select {
  width: 100%;
  max-width: 300px;
}
.widgets-style1 .tagcloud a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 15px!important;
  border: 1px solid #e7e7e7;
  padding: 3px 13px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.bottom .widgets-style1 .tagcloud a {
  border: 1px solid #9f9f9f;
}
.bottom .searchform {
  border: 1px solid #9f9f9f !important;
}
.widgets-style1 .tagcloud a:hover {
  color: #42a5e4;
  border: 1px solid #42a5e4;
}
/* Calendar Widget */
.widgets-style1 .widget #wp-calendar {
  width: 100%;
}
.widgets-style1 .widget_calendar table,
.widgets-style1 .widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}
.widgets-style1 .widget_calendar caption {
  font-size: 14px;
  margin: 0 0 11px 0;
  text-align: left;
}
.widgets-style1 .widget_calendar th,
.widgets-style1 .widget_calendar td {
  padding: 0;
  text-align: center;
}
.widgets-style1 .widget_calendar a {
  display: block;
  border: 1px solid #42a5e4;
}
.widgets-style1 .widget_calendar a:hover {
  background: #42a5e4;
  color: #fff;
}
.widgets-style1 .widget_calendar a:active {
  background: #42a5e4;
}
.widgets-style1 .widget_calendar tbody td {
  border: 1px solid #646872;
  padding: 3px;
}
/***widgets style1 for sidebar***/
/************* sidebar and widgets end **************/
/************ insurance single page ************/

ul.insurance-list {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
ul.insurance-list li {
  border-bottom: 1px solid #ededed;
  padding: 13px 27px;
  margin-bottom: 0;
  list-style: none;
}
ul.insurance-list li.insurance-list-title {
  background: #cee7f7;
  padding: 14px 0 14px 27pxpx;
  text-transform: uppercase;
  color: #555555;
  font-family: "source sans pro";
  font-size: 14px;
  font-weight: 600;
}
ul.insurance-list span {
  width: 50%;
  text-align: left;
  float: right;
}
.section1 ul.insurance-list b,
.section1a ul.insurance-list b {
  color: #282c34;
}
@media (max-width: 767px) {
  .insurance-headline .single-icon {
    border-right: none;
  }
  .insurance-headline ul.single-icons-wrapper li {
    display: block;
    padding: 0 0 14px 0;
    border-bottom: none;
  }
  .insurance-headline ul.single-icons-wrapper li:hover {
    border-bottom: none;
  }
}
/*** circle service icons center ***/
.insurance-icons {
  text-align: center;
}
.insurance-icons:hover .insurance-icon {   
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.insurance-icons h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 20px;
}
.insurance-icons p {
  margin-bottom: 14px;
}
.insurance-icons .insurance-icon {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
  height: 75px;
  margin: 0 auto 14px auto;
  text-align: center;
  background: #42a5e4;
  border: 6px solid #ededed;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
	  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.insurance-icons .insurance-icon img {
  max-width: 30px;
}
.section2 .insurance-icons,
.section2a .insurance-icons {
  text-align: center;
}
.section2 .insurance-icons h5,
.section2a .insurance-icons h5 {
  text-transform: uppercase;
  font-weight: 600;
}
.section2 .insurance-icons .insurance-icon,
.section2a .insurance-icons .insurance-icon {
  background: #fff;
}
/*** circle service icons center end ***/
/*** circle service icons left ***/
.circle-service-icon-left {
	display: flex;
  position: relative;
  border: 1px solid #ededed;
  padding:14px;
}
.circle-service-icon-left:hover .img-wrapper-inner {   
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle-service-icon-left .img-wrapper {
  margin-right: 15px;
}
.circle-service-icon-left .img-wrapper-inner {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
  height: 75px;
  text-align: center;
  background: #42a5e4;
  border: 6px solid #ededed;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle-service-icon-left .img-wrapper-inner img {
  max-width: 30px;
}
.circle-service-icon-left .text-wrapper {
  display: flex;
	flex-direction: column;
  min-width: auto;
}
.circle-service-icon-left h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}
.circle-service-icon-left p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.circle-service-icon-left {
	display: block;
	text-align: center;
}	
.circle-service-icon-left .img-wrapper {
  margin-bottom: 15px;
}
.img-wrapper {
	display: flex;
	justify-content: center;
	margin-right: 0!important;
}	
}
/*** circle service icons left end ***/
/************ insurance single page end ************/
/********* pagebuilder unyson *********/
#services .fw-container {
  padding: 0!important;
  overflow-x: hidden;
}
#services .fw-container-fluid {
  padding: 0!important;
  overflow-x: hidden;
}
.fw-iconbox-1 .fw-iconbox-image {
  color: #42a5e4 !important;
}
.fw-iconbox-1.bg-on .fw-iconbox-image {
  background-color: #42a5e4 !important;
}
.fw-iconbox-2 .fw-iconbox-image {
  color: #42a5e4 !important;
}
.fw-iconbox-2.bg-on .fw-iconbox-image {
  background-color: #42a5e4 !important;
}
.fw-iconbox-3 .fw-iconbox-image {
  color: #42a5e4 !important;
}
.fw-iconbox-3.bg-on .fw-iconbox-image {
  background-color: #42a5e4 !important;
}
.inner-container .fw-container {
  width: 100%;
  margin: 0 auto;
}
.inner-container .fw-container .fw-row {
  max-width: 1145px;
  margin: 0 auto;
}
.inner-container .fw-container-fluid .fw-row {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .inner-container .fw-container .fw-row {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .inner-container .container,
  .inner-container .fw-container,
  .inner-container .fw-container-fluid .fw-row {
    max-width: 960px;
    margin: 0 auto;
  }
  .inner-container .fw-container-fluid .fw-row {
    max-width: 960px;
    margin: 0 auto;
  }
}
.fw-main-row {
  background-position: center;
}
/********* pagebuilder unyson end *********/
/************* Contact Form plugin ***************/
.wpcf7-form {
  float: left;
  width: 100%;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-acceptance {
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
}
.wpcf7-form .wpcf7-checkbox span,
.wpcf7-form .wpcf7-radio span,
.wpcf7-form .wpcf7-acceptance span {
  display: block;
  float: left;
  line-height: 1.5;
  color: #282c34;
  margin-left: 0;
  margin-right: 10px;
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-radio input[type="radio"],
.wpcf7-form .wpcf7-acceptance input[type="acceptance"] {
  display: block;
  float: left;
  width: auto;
  max-width: auto;
  margin-left: 0;
  margin-right: 5px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select {
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
  max-width: 100%;
  color: #454c59!important;
  margin-top: 0;
  height: 43px;
  padding: 0 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border: none;
  background: #fff;
	border: 2px solid #454c59;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.wpcf7-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  height: 200px;
  margin-top: 0;
  float: left;
  color: #454c59;
	border: 2px solid #454c59;
  box-shadow: none;
  outline: none;
  background: #fff;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 15px 22px;
  width: auto;
  text-transform: uppercase;
  background: #42a5e4;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  outline: none;
  margin-top: 14px;
  font-weight: 600;
  font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #1d2b33;
}
/* for placeholders */.wpcf7-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  font-family: "source sans pro";
  text-transform: uppercase;
}
.wpcf7-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #fff!important;
  opacity: 1;
  font-family: "source sans pro";
  text-transform: uppercase;
}
.wpcf7-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  font-family: "source sans pro";
  opacity: 1;
  text-transform: uppercase;
}
.wpcf7-form:input:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  font-family: "source sans pro";
  opacity: 1;
  text-transform: uppercase;
}
/* for placeholders end *//************ contact form plugin end ************/
/************* Contact Form variant2 plugin ***************/
.contactform2 {
  /* for placeholders */
}
.contactform2 .wpcf7-form {
  float: left;
  width: 100%;
}
.contactform2 .wpcf7-form .wpcf7-checkbox,
.contactform2 .wpcf7-form .wpcf7-radio,
.contactform2 .wpcf7-form .wpcf7-acceptance {
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
}
.contactform2 .wpcf7-form .wpcf7-checkbox span,
.contactform2 .wpcf7-form .wpcf7-radio span,
.contactform2 .wpcf7-form .wpcf7-acceptance span {
  display: block;
  float: left;
  line-height: 1.5;
  color: #282c34;
  margin-left: 0;
  margin-right: 10px;
}
.contactform2 .wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.contactform2 .wpcf7-form .wpcf7-radio input[type="radio"],
.contactform2 .wpcf7-form .wpcf7-acceptance input[type="acceptance"] {
  display: block;
  float: left;
  width: auto;
  max-width: auto;
  margin-left: 0;
  margin-right: 5px;
}
.contactform2 .wpcf7-form input[type="text"],
.contactform2 .wpcf7-form input[type="email"],
.contactform2 .wpcf7-form input[type="url"],
.contactform2 .wpcf7-form input[type="tel"],
.contactform2 .wpcf7-form input[type="number"],
.contactform2 .wpcf7-form input[type="date"],
.contactform2 .wpcf7-form select {
  width: 100%;
  min-width: 100%;
  color: #2b3039 !important;
  margin-top: 0;
  height: 41px;
  padding: 0 14px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 14px;
  float: left;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  border: 2px solid #e4e8ee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}
.contactform2 .wpcf7-form input[type="text"]:hover,
.contactform2 .wpcf7-form input[type="email"]:hover,
.contactform2 .wpcf7-form input[type="url"]:hover,
.contactform2 .wpcf7-form input[type="tel"]:hover,
.contactform2 .wpcf7-form input[type="number"]:hover,
.contactform2 .wpcf7-form input[type="date"]:hover,
.contactform2 .wpcf7-form select:hover {
  border: 2px solid #646872;
}
.contactform2 .wpcf7-form input[type="text"]:focus,
.contactform2 .wpcf7-form input[type="email"]:focus,
.contactform2 .wpcf7-form input[type="url"]:focus,
.contactform2 .wpcf7-form input[type="tel"]:focus,
.contactform2 .wpcf7-form input[type="number"]:focus,
.contactform2 .wpcf7-form input[type="date"]:focus,
.contactform2 .wpcf7-form select:focus {
  border: 2px solid #646872;
}
.contactform2 .wpcf7-form textarea {
  margin-top: 0;
  height: 200px;
  padding: 14px;
  border-radius: 30px;
  margin-bottom: 14px;
  float: left;
  width: 100%;
  color: #2b3039 !important;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  border: 2px solid #e4e8ee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}
.contactform2 .wpcf7-form textarea:hover {
  border: 2px solid #646872;
}
.contactform2 .wpcf7-form textarea:focus {
  border: 2px solid #646872;
}
.contactform2 input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 15px 22px;
  width: auto;
  text-transform: uppercase;
  background: #42a5e4;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  font-family: "source sans pro";
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  outline: none;
  margin-top: 14px;
  font-weight: 400;
}
.contactform2 input.wpcf7-form-control.wpcf7-submit:hover {
  background: #1d2b33;
}
.contactform2 .wpcf7-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039 !important;
  text-transform: none;
  opacity: 1;
  font-family: "source sans pro";
}
.contactform2 .wpcf7-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039 !important;
  opacity: 1;
  text-transform: none;
  font-family: "source sans pro";
}
.contactform2 .wpcf7-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #2b3039 !important;
  opacity: 1;
  text-transform: none;
  font-family: "source sans pro";
}
.contactform2 .wpcf7-form:input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #2b3039 !important;
  opacity: 1;
  font-family: "source sans pro";
}
/* for placeholders end *//************ contact form variant2 plugin end ************/


/* --------------------------------------------
--------------------Accordion faq------------------------
---------------------------------------------- */
/* class for custom accordion */
.elementor-accordion-faq .elementor-tab-title {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px!important;
  padding: 17px!important;
  margin-bottom: 14px!important;
  background: #454c59;
  font-family: "source sans pro";
  color: #fff!important;
  font-weight: 400!important;
  border: none!important;
  box-shadow: none!important;
  text-transform: uppercase;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 500px;
	border: none!important;
	outline: none;
}
.elementor-accordion-faq .elementor-tab-title a {
	border: none!important;
	outline: none;
	font-weight: 500;
	color: #fff;
}
.elementor-accordion-faq .elementor-tab-title span {
  padding: 0;
  font-size: 15px;
	color: #fff;
}
.elementor-accordion-faq .elementor-tab-title.elementor-active {
  background: #288fc5;
}
.elementor-accordion-faq .elementor-tab-title.elementor-active a {
  color: #fff;
}
.elementor-accordion-faq .elementor-tab-content {
	border: none!important;
}
/* white color */
.elementor-accordion-faq.elementor-accordion-faq2 .elementor-tab-content {
	border: none!important;
	color: #fff!important;
}

.elementor-accordion-faq .elementor-accordion-title {
  padding: 0;
	border: none!important;
}
.elementor-accordion-faq .elementor-active .elementor-accordion-title {
  padding: 0;
	border: none!important;
}
.elementor-accordion-faq .elementor-accordion-item {
  margin: 24px 12px;
  border: none!important;
}
.elementor-accordion-faq .elementor-tab-content {
  padding: 0 18px!important;
}

/* white */

.elementor-accordion-faq.elementor-accordion-faq-white .elementor-tab-content p {
  color: #fafafa;
}
/* --------------------------------------------
--------------------Accordion faq end------------------------
---------------------------------------------- */


/*************** gallery filter isotope ********************/
.isotopewrapper img {
  width: 100%;
}
.isotopewrapper #filters {
  text-align: center;
  margin-bottom: 50px;
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal {
  display: inline-block;
  margin: 4px 2px;
  font-size: 15px;
  outline: none;
  border: 1px solid #e7e7e7;
  background: transparent!important;
  padding: 5px 17px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal:hover {
  border: 1px solid #42a5e4;
  color: #42a5e4;
}
/**** hover effect on images ****/
.carouselwrapper {
	position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
	margin-bottom: 30px;
  cursor: default;
}
.view.view-first {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
}
.view .maskhover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view .maskhover ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.view .maskhover ul li {
  display: inline-block;
  list-style: none;
}
.view .maskhover a {
  display: block;
  font-size: 15px;
  padding-top: 7px;
  background: #42a5e4;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin: 5px;
  color: #fff;
  text-align: center;
}
.view .maskhover p {
  margin: 0;
}
.view-first .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view-first:hover .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
	overflow: hidden;
}
.view-first a {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first:hover a {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first a.delay {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.view-first:hover a.delay {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -o-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/**** hover effect on images end ****/
/*************** gallery filter isotope end ********************/
/************* chart **************/
.ct-chart text.ct-label {
  font-size: 14px;
  font-family: "source sans pro";
  font-weight: 600;
}
.ct-chart .ct-bar,
.ct-chart .ct-line,
.ct-chart .ct-point {
  stroke: #42a5e4 !important;
}
/*********** chart end *****************/
/************* woocommerce **************/
.woocommerce-main-image img {
  width: auto!important;
}
.woocommerce-breadcrumb {
  padding: 11px 22px!important;
  background: #f0f0f0;
  font-size: 14px!important;
  text-transform: uppercase;
  color: #333333!important;
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  color: #42a5e4 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #282c34 !important;
}
a.button,
button.button,
input.button,
#respond input#submit {
  border-radius: 0!important;
  height: auto!important;
}
button.button {
  background-color: #42a5e4 !important;
  color: #fff!important;
}
button.button:hover {
  background-color: #282c34 !important;
}
.woocommerce-tabs ul.tabs li {
  border-radius: 0!important;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 14px!important;
  text-transform: uppercase;
}
.woocommerce-tabs ul.tabs li.active {
  background: #f0f0f0;
}
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before {
  -webkit-border-bottom-right-radius: 0!important;
  -moz-border-bottom-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  border: none!important;
}
@media (max-width: 500px) {
  .woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center;
  }
  .woocommerce-tabs ul.tabs li a {
    display: block;
    width: 100%;
  }
}
.product_meta a {
  text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
  background: #42a5e4 !important;
  text-transform: uppercase;
  padding: 14px;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background: #282c34 !important;
}
form .form-row input[type="submit"]#place_order {
  background: #42a5e4 !important;
  text-transform: uppercase;
  padding: 14px;
}
form .form-row input[type="submit"]#place_order:hover {
  background: #282c34 !important;
}
.coupon input#coupon_code {
  margin-bottom: 6px;
}
.coupon input.button {
  background: #282c34 !important;
  color: #fff!important;
}
.star-rating {
  color: #42a5e4;
}
.woocommerce-product-gallery img {
  width: auto!important;
}
.woocommerce-tabs .meta {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 27px;
  background: transparent;
}
.woocommerce-tabs .meta p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-right: 7px;
  padding-right: 12px;
  border-right: 1px solid #ececec;
  opacity: 0.7;
}
.woocommerce-tabs .meta p:last-child {
  border-right: none;
}
.woocommerce-tabs .meta i {
  font-size: 12px;
  margin: 0 3px;
  padding: 0;
  color: #fff;
}
.woocommerce-tabs .meta a {
  color: #fff;
}
.woocommerce-tabs p.stars a {
  color: #42a5e4;
  line-height: 1;
}
.woocommerce-tabs p.comment-form-rating label {
  margin-right: 5px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  font-size: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  overflow: visible;
  padding: 12px 24px!important;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  left: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff!important;
  text-shadow: none!important;
  border: none!important;
  background: #42a5e4 !important;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.woocommerce h1.page-title,
.woocommerce .cart_totals h2,
.woocommerce h1.product_title,
.woocommerce .woocommerce-Tabs-panel h2,
.woocommerce .related.products h2,
.woocommerce #customer_details h3,
.woocommerce h3#order_review_heading {
  font-size: 28px!important;
  line-height: 1.7!important;
  font-family: "source sans pro", arial, sans-serif !important;
}
.woocommerce .coupon input#coupon_code {
  margin-bottom: 6px;
}
.woocommerce .star-rating {
  color: #42a5e4;
}
.woocommerce .woocommerce-product-gallery img {
  width: auto!important;
}
/************* woocommerce end **************/
/********** scroll button ***************/
.scrollbutton {
  text-align: center;
}
.scrollbutton a {
  z-index: 999;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scrollbutton i {
  padding-top: 8px;
  color: #42a5e4;
  font-size: 25px;
}
/*********** scroll button end ***********/


/*********** custom icon elementor ***********/
.customicon1 i {
  display: inline-flex;
  justify-content: center;
	align-items: center;
  border: 1px solid #ededed;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #42a5e4;
  font-size: 20px;
}
/*********** custom icon elementor ***********/


/* --------------------------------------------
--------------------List 2------------------------
---------------------------------------------- */
.textbox5 {
	display: flex;
  justify-content: space-between;	
	align-items: center;
}
.textbox5 h3 {
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
	font-family: #42a5e4;
  line-height: 1.3;
}
.textbox5 h4 {
  color: #1D1D1D;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3; 
}
@media (max-width: 992px) {
.textbox5 {
	display: block;
}	
.textbox5 h3 {
  margin-bottom: 12px;
}
}	
/* --------------------------------------------
--------------------List 2 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Video button ------------------------
---------------------------------------------- */
.video-button-wrapper {
  width: 100%;
  height: 100%;
}
.video-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexl {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexr {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: row;
}
a.video-button:link, a.video-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 28px;
  background: #42a5e4;
  color: #fff;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.video-button:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	background: #282c34;
}
.video-button-hidden a.video-button:link, .video-button-hidden a.video-button:visited {
  visibility: hidden;
}
.video-button-hidden:hover .video-button-wrapper a.video-button:link, .video-button-hidden:hover .video-button-wrapper a.video-button:visited {
  visibility: visible;
}
.video-button-wrapper h5 {
  margin: 0;
  line-height: 1;
}
/* --------------------------------------------
--------------------Video button end ------------------------
---------------------------------------------- */



/* -------------------------------------------- --------------------Gallery1------------------------ ---------------------------------------------- */
 .gallery1 .view {
    position: relative;
    overflow: hidden;
}
 .gallery1 .maskinner {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.gallery1 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery1:hover img {
	transform: scale(1.1);
}

 .gallery1 .maskinner .maskinner2 {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
}

 .gallery1 .maskinner a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* -------------------------------------------- --------------------Gallery1 end------------------------ ---------------------------------------------- */







/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
		
		
		


