/**
 * Change4Win.com
 * Version: 1.0
 *
 */
@charset "utf-8";
@import "font-awesome.min.css";
/*@import "wfmi-style.css"; */
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Karla:400,700|Poppins:400,500,600,700|Open+Sans:300,400,600,700|Roboto:400,500,700');*/
@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel.eot');
    src: url('../fonts/Corbel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Corbel.woff2') format('woff2'),
        url('../fonts/Corbel.woff') format('woff'),
        url('../fonts/Corbel.ttf') format('truetype'),
        url('../fonts/Corbel.svg#Corbel') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* GT Walsheim Web Light */

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GT-Walsheim-Light.eot');
    src: url('../fonts/GT-Walsheim-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GT-Walsheim-Light.woff') format('woff'),
         url('../fonts/GT-Walsheim-Light.ttf') format('truetype'),
         url('../fonts/GT-Walsheim-Light.svg#GT-Walsheim-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro Italic';
    src: url('../fonts/GT-Walsheim-Light-Oblique.eot');
    src: url('../fonts/GT-Walsheim-Light-Oblique.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GT-Walsheim-Light-Oblique.woff') format('woff'),
         url('../fonts/GT-Walsheim-Light-Oblique.ttf') format('truetype'),
         url('../fonts/GT-Walsheim-Light-Oblique.svg#GT-Walsheim-Light-Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GT Walsheim Web Bold */

@font-face {
    font-family: 'GT Walsheim Pro Bold';
    src: url('../fonts/GT-Walsheim-Bold.eot');
    src: url('../fonts/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GT-Walsheim-Bold.woff') format('woff'),
         url('../fonts/GT-Walsheim-Bold.ttf') format('truetype'),
         url('../fonts/GT-Walsheim-Bold.svg#gt_walsheim_bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
	margin: 0;
	/*padding: 0;*/
	border: 0;
	outline: none;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	font-family: "GT Walsheim Pro", Helvetica,Arial,sans-serif!important;
	font-size: 16px;
	overflow: hidden;
	line-height: 22px;
	overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
	color: #656464;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.ttu {
	text-transform: uppercase;
}

.ttl {
	text-transform: lowercase;
}

.ttn {
	text-transform: normal;
}

.error {
	color: red;
	margin-bottom: 10px;
}

.success {
	color: green;
	margin-bottom: 10px;
}
ol, ul {
	padding: 0;
}



/**
 * ---------------------------------------------------
 * Preloader
 * ---------------------------------------------------
 */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #181d27;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloaders/1.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
/*
.c4wloader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
          animation: bigSqrShrink 1s linear infinite;
}

.square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFF;
}

.bigSqr .first {
  left: 0px;
  top: 20px;
}

.bigSqr .second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
          animation: drop2 1s linear infinite;
}

.bigSqr .third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
          animation: drop3 1s linear infinite;
}

.bigSqr .fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
          animation: drop4 1s linear infinite;
}

.c4wloader .text {
  line-height: 16px;
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #FFF;
  display: block;
  margin: 10px auto;
  padding: 3px;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
*/


/**
 * ---------------------------------------------------
 * Global Style
 * ---------------------------------------------------
 */

a {
	text-decoration: none!important;
	cursor: pointer;
}

a:link, a:visited {
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}

:active,
:hover,
:focus,
:visited {
	text-decoration: none;
	outline: none!important;
}

input,
button,
select,
textarea {
	/* font-family: "Open Sans", sans-serif; */
}

.page-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #333;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.sep {
	position: relative;
    left: 0;
    right: 0;
	width: 30px;
    height: 1.5px;
    background: #333;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #333;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}

.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #333;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}

.sep-white {
	background: #fff;
}

.sep-white:before {
	background: #fff;
}

.sep-white:after {
	background: #fff;
}

.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}

img {
	border: 0;
	outline: none;
}

.img-fullwidth {
	width: 100%;
}

.img-responsive {
	display: block;
    width: 100%;
    height: auto;
}

.bg-white {
	background: #fff!important;
}

.bg-white-dark {
	background: #f1f1f1!important;
}

.heading-normal {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
}

.heading-normal h2 {
	/*font-family: 'Roboto', sans-serif; */
	color: #2795d0!important;
	padding-bottom: 10px;
	border-bottom: 2px solid #2795d0;
	font-size: 22px;
}

/**
 * ---------------------------------------------------
 * Top Bar Styles
 * ---------------------------------------------------
 */
.top-bar {
	/*font-family: 'Roboto', sans-serif;*/
	background: #25393F;
	padding: 3px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}

.top-contact {
	float: left;
}

.top-contact .list {
	float: left;
	color: #B8B8B8;
	margin-right: 20px;
}

.top-contact .list i {
	margin-right: 5px;
}

.top-contact .list a {
	color: #B8B8B8;
}

.top-social {
	float: right;
	margin-top:6px;
}

.top-social ul {
	float: right;
	margin-bottom: 0;
}

.top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}

.top-social ul li a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #B8B8B8;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 14px;
}

.top-social ul li a:hover {
	color: #EE7423;
	background: #fff;
}


/**
 * ---------------------------------------------------
 * Header Styles
 * ---------------------------------------------------
 */

header {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    z-index: 9;
}


header .logo {
	float: left;
	-webkit-transition: background .2s;
    transition: background .2s;
}

header .logo img {
    max-height: 69px;
    margin: 12px 0 10px;
}

header .nav-wrapper {
	float: right;
}

header .nav-wrapper ul {
	float: right;
}

/**
 * ---------------------------------------------------
 * Sticky Header Style
 * ---------------------------------------------------
 */

header.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 99999;
	border-bottom: 1px solid #d7d7d7;
}

header.sticky .logo img {
	height: 40px;
	margin-top: 10px;
}

header.sticky .sf-menu .menu-description {
	display: none;
}

header.sticky .sf-menu li a {
	padding: 18px;
}

header.sticky .sf-menu li li a {
	padding-top: 0;
	padding-bottom: 0;
}

header.sticky .sf-menu .contactbtn {
	margin-top:8px;
}

header.sticky .sf-menu .arrowanchor {
	margin-top: 17px;
}
header.sticky #menu .main-menu {
	margin-top:5px;
}
/*** Menu ***/
#menu .main-menu .arrowanchor {
	position: absolute;
    font-size: 18px;
    right: 0;
    top: 0;
    margin-top: 14px;
    color: #EE7423;
}
#menu .main-menu {
  display: none;
  margin-top:20px;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #fff;
  border:1px solid #333;
  margin: 0 5px;
  border: 1px solid rgba(0,0,0,.15);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
   box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: #2A3C41;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

#toggle-menu, 
#menu a {
  padding: 1em 1em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}



#menu .sub-menu {
  display: none;
  	margin:0;
}
#menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	padding:10px 12px;
}
.sub-menu li{
  /* border-bottom: 1px solid #ddd; */
}
.sub-menu li:last-child {
  border-bottom: 0;
}
#menu .sub-menu a:hover {
  color: #000;
  background:#FDECE1;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

@media only screen and (max-width: 991px) {
	#menu {
	position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ccc;
	}
	header.sticky #menu .main-menu {
		margin-top:0;
	}
	header.sticky #menu {
		top:61px;
	}
  header .logo img {
    max-height: 40px;
  }


	 #toggle-menu {
  margin: 10px 12px;
    color: #333;
    position: fixed;
    top: 0;
    border-radius: 34px;
    padding: 10px;
    left: 0;
    font-size: 17px;
	}
	#menu a {
		border: 1px solid #ccc;
		background:#fff;
	}
	#menu .main-menu {
		margin-top:0;
		margin-bottom: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
	}
	#menu .main-menu .arrowanchor {
		right: 20px;
	}
	#menu .main-menu .dropdown  {
		background: #fff;
		padding-bottom: 5px;
		border: 1px solid #ccc;
	}
}
@media only screen and (min-width: 991px) {
#menu .main-menu .arrowanchor {
    right: 0;
}
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

 #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

#menu .contactbtn {
	border: 3px solid #EE7423;
    padding: 7px 12px!important;
    text-align: center;
    margin-top: 4px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 50%;
}
#menu > li:hover > i {
	color:#EE7423!important;
  font-size: 22px;
}
#menu .contactbtn i {
	color:#EE7423!important;
  font-size: 22px;
}
#menu .sub-menu .arrowanchor {
	right: 12px;
	top:-2px;
}
.btnrequestdemo {
    background: #EE7423;
    color: #fff!important;
    padding: 8px 12px!important;
    margin: 5px!important;
    font-size: 16px!important;
    margin-left: 16px!important;
}

.dropdowncontactblk {
  padding:10px;margin-left: -136px; margin-top: 4px;
}
.contactlistbtn {
  display:inline!important;
  padding:0!important;
  font-size: 14px!important;
  font-weight: normal!important;
  color: #333!important;
  text-transform: none!important;
}
.socialwraplist {
  text-align: center;margin-top:5px;
}
.sociallistbtn {
  display: inline-block!important;
  width: 26px;
  padding: 0px!important;
  font-size: 13px!important;
  margin-right: 8px;
  border-radius: 50%;
  background: #EE7423;
}
.contactdefaultfont {
  color:#333;line-height: 24px; font-family: Arial;
}
/**
 * ---------------------------------------------------
 * Custom Superfish Menu Style
 * ---------------------------------------------------
 */

.sf-menu {
	margin-bottom: 0;
}

.sf-menu a {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}

.sf-menu ul {
	box-shadow: none;
	border-top: 0;
}

.sf-menu li {
	background: none;
	position: relative;
}

.sf-menu li:last-child {
	margin-right: 0;
}

.sf-menu li a {
	/*font-family: 'Roboto', sans-serif; */
	color: #2795d0;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 36px 15px 36px 25px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	 background: #ffffff; 
}

.sf-menu li a:hover {
	color: #333!important;
}

.sf-menu li:hover a {
	color: #2795d0;
}

.sf-menu li:hover li a {
	/* color: #fff!important; */
}

.sf-menu li li {
	min-width: 220px;
	height: auto;
	line-height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #333;
	color: #fff;
	margin-right: 0;
	border-bottom: 1px solid #5f5d5d;
	-webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.sf-menu li li:last-child {
	border-bottom: 0;
}

.sf-menu li li:hover {
	background: #2795d0;
}

.sf-menu li li a {
	/*font-family: 'Roboto', sans-serif;*/
    font-weight: normal!important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
}

.sf-menu li li:hover a {
	padding-left: 25px;
	color: #fff;
	font-weight: normal;
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: slideInUp 0.4s ease;
    -webkit-animation: slideInUp 0.4s ease;
    animation: slideInUp 0.4s ease;
}

.sf-menu li li:hover > ul {
	-moz-animation: slideInRight 0.4s ease;
    -webkit-animation: slideInRight 0.4s ease;
    animation: slideInRight 0.4s ease;
}

.sf-menu li li li {
	background: #333;
}

.sf-menu ul ul li a {
	color: #333333;
}

.sf-menu li li:hover li a {
	color: #333333;
	padding-left: 15px;
}

.sf-menu ul ul li a:hover {
	color: #fff;
	padding-left: 25px;
}

.sf-menu .menu-description {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.sf-menu .menu-description i {
	font-size: 24px;
}

.sf-menu .menu-title {
	/*font-family: 'Roboto', sans-serif;*/
	display: block;
	text-align: center;
}

.sf-menu .arrowanchor {
	position: absolute;
    font-size: 18px;
    right: 0;
    top: 0;
    margin-top: 34px;
}
.sf-menu .contactbtn {
	background: #EE7423;
    padding: 10px 16px!important;
    text-align: center;
    margin-top: 24px;
    margin-left: 20px;
    border-radius: 50%;
}
.sf-menu > li:hover > i {
	color:#fff!important;
}
.sf-menu .contactbtn i {
	color:#fff!important;
}
/**
 * ---------------------------------------------------
 * GDPR Popup
 * ---------------------------------------------------
 */
.gdpr-popup {
 	position: fixed; left: 0; right:0;top:0;bottom:0;z-index: 999999; padding:20px 10px; opacity: 0; display: block;
}
.gdpr-overlay {
	background:#111;position: absolute;left:0;right: 0;bottom:0;top:0;z-index: 1000000; opacity: 0.9;
}
.gdpr-centerbox {
	position: absolute; top: -50%; left: 50%; transform: translate(-50%, 50%); width: auto; min-width: 300px; background: #fff; padding: 25px; z-index: 1000001; color: #333; font-size: 16px; /*font-family: Arial;*/ font-weight: normal; line-height: 28px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);border-radius: 6px;
}
.gdpr-popup img {
	max-width: 140px;
    display: block;
    margin: 0 auto;
}
.gdpr-popup h3 {
	color:#EE7423;font-weight: bold;
}
.gdpr-popup .buttonlist {
	padding:10px 0px 0px 0px; text-align: right;margin:0;
}
@media only screen and (max-width: 991px) {
	.gdpr-centerbox {
		top: 50%!important;
    	transform: translate(-50%, -50%);
	}
}
/**
 * ---------------------------------------------------
 * Bx Slider Style
 * ---------------------------------------------------
 */

.main-slider {
	width: 100%;
	height: auto;
	position: relative;
  	z-index: 99;

}

.slider ul li {
	width: 100%;
	height: 530px;
	/*display: table;*/
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}

.slider ul li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #25393F; */
  background:#111;
	opacity: 0.6;
	z-index: 99;
}

.slider ul li .content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
  position: relative;
	text-align: center;
	z-index: 999;
}

.slider ul li .inner {

	width: calc(100% - 100px);
	margin: 0 auto;
}

.slider ul li .text {
	width: auto;
	display: inline-block;
	padding: 25px;
	border-radius: 10px;
}

.slider h2 {
	/*font-family: 'Roboto', sans-serif;*/
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}


.slider p {
	/*font-family: 'Roboto', sans-serif;*/
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.slider p.button {
	overflow: hidden;
	margin-top: 20px;
}

.slider p.button a {
	font-size: 18px;
  font-family: Arial;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #2795d0;
	color: #ffffff;
	padding: 10px 20px;
}

.slider p.button a:hover {
	background: #333;
}

.bx-wrapper .bx-viewport {
	left: 0;
	border: 0 !important;
	box-shadow: none !important;
}

/**
 * ---------------------------------------------------
 * Solutions - Version 1
 * ---------------------------------------------------
 */

.solutions-v1 {
	background: #fff;
	/*padding-top: 50px;
	padding-bottom: 30px;*/
}

.solutions-v1 .heading {
	/* margin-bottom: 50px; */
}

.solutions-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;*/
}

.solutions-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #333;*/
}

.solutions-v1 .item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.solutions-v1 .photo {
	width: 100%;
	height: 120px;
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: top center;
	background-repeat: no-repeat;
	/*border: 1px solid #ccc; */
	position: relative;
}

.solutions-v1 .item .photo .iconblock {
	font-size: 80px;
    text-align: center;
    line-height: 120px;
  
}

.solutions-v1 .text {
	width: 100%;
	height: auto;
	text-align: center;
}

.solutions-v1 .text h3 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
  line-height: 23px;
	margin-bottom: 0;
	opacity: 1;

}

.solutions-v1 .text h3 a {

	font-weight: 700;
	display: block;
	line-height: 26px;
  
   /* padding-top: 12px;
	padding-bottom: 15px;*/
}

.solutions-v1 .text p {
	font-size: 15px;

}

.solutions-v1 .text p.button {
	margin-top: 20px;
}

.solutions-v1 .text p.button a {
	color: #4a4a4a;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
}

.solutions-v1 .text p.button a:hover {
	color: #2795d0;
}

/**
 * ---------------------------------------------------
 * Solution Sub-Section - Version 1
 * ---------------------------------------------------
 */

.solutionsub-v1 {
	background: #f2f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
	/*padding-top: 50px;
	padding-bottom: 50px; */
}

.solutionsub-v1 .heading {
	/* margin-bottom: 50px; */
}

.solutionsub-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;*/
}

.solutionsub-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #333;*/
}

.solutionsub-v1 .solutionsub-carousel {
	position: relative;
  margin-top:20px;
}


.solutionsub-v1 .owl-controls .owl-prev,
.solutionsub-v1 .owl-controls .owl-next {
	background: #25393F;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 25px;
}

.solutionsub-v1 .owl-controls .owl-prev i,
.solutionsub-v1 .owl-controls .owl-next i {
	font-size: 16px;
}

.solutionsub-v1 .owl-controls .owl-prev:hover,
.solutionsub-v1 .owl-controls .owl-next:hover {
	background: #2795d0;
}


.solutionsub-v1 .text {
	background: #EE7423;
	color: #fff;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.solutionsub-v1 .text {
	min-height: 162px;
}

.solutionsub-v1 .text:hover {
	background: #333;
}

.solutionsub-v1 .text h3 {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.solutionsub-v1 .text h3 a {
	color: #fff;
	/*font-family: 'Roboto', sans-serif;*/
}

.solutionsub-v1 .text p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 0;
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}

.solutionsub-v1 .item .thumb {
	position: relative;
	overflow: hidden;
}

.solutionsub-v1 .item .thumb .photo {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background: #fff; color: #000; border: 1px solid #ccc; border-bottom: 0;
}

.solutionsub-v1 .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(32, 60, 67, 0.6);
}


.solutionsub-v1 .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.solutionsub-v1 .social-icons ul {
	text-align: center;
	margin-top: calc(100% - 40px);
}

.solutionsub-v1 .social-icons ul li {
	list-style-type: none;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 5px;
}

.solutionsub-v1 .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #2795d0;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}

/**
 * ---------------------------------------------------
 * Service - Version 1
 * ---------------------------------------------------
 */

.service-v1 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
}

.service-v1 .heading {
	margin-bottom: 50px;
}

.service-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;
}

.service-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	text-align: center;
	color: #333;
}

.service-v1 .item {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.service-v1 .photo {
	width: 100%;
	height: 240px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.service-v1 .text {
	width: 100%;
	height: auto;
}

.service-v1 .text h3 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	color: #2795d0;
	margin-bottom: 0;
	opacity: 1;
	z-index: 999999;
}

.service-v1 .text h3 a {
	/*font-family: 'Roboto', sans-serif;*/
	color: #2795d0;
	font-weight: 700;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.service-v1 .text p {
	font-size: 14px;
	line-height: 1.4;
}

.service-v1 .text p.button {
	margin-top: 20px;
}

.service-v1 .text p.button a {
	color: #4a4a4a;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
}

.service-v1 .text p.button a:hover {
	color: #2795d0;
}

/**
 * ---------------------------------------------------
 * Department - Version 1
 * ---------------------------------------------------
 */

.department-v1 {
	background: #f7f7f7 url(../images/pattern/pattern1.png);
	padding-top: 50px;
	padding-bottom: 50px;
}

.department-v1 .heading {
	margin-bottom: 50px;
}

.department-v1 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.department-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.department-v1 .department-tab {
	background: #fff;
	border: 1px solid #f1f1f1;
}

.department-v1 .department-tab .nav-tabs {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.department-v1 .department-tab .nav-tabs > li {
	border-left: 1px solid #eeeeee;
	margin-bottom: 0;
	width: 20%;
}

.department-v1 .department-tab .nav-tabs > li:first-child {
  	border-left: none;
}

.department-v1 .department-tab .nav-tabs > li > a {
	background: #fff;
	font-weight: 700;
	color: #2795d0;
	font-size: 13px;
	margin-right: 0;
	padding: 15px 20px;
	text-transform: uppercase;
}

.department-v1 .department-tab .nav-tabs > li > a span {
	display: block;
	font-size: 36px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}

.department-v1 .department-tab .nav-tabs > li.active > a,
.department-v1 .department-tab .nav-tabs > li.active > a:hover,
.department-v1 .department-tab .nav-tabs > li.active > a:focus,
.department-v1 .department-tab .nav-tabs > li a:hover,
.department-v1 .department-tab .nav-tabs > li a:focus {
  	color: #fff!important;
}

.department-v1 .department-tab .nav-tabs > li.active > a {
	position: relative;
}

.department-v1 .department-tab .nav-tabs > li.active > a:after {
	font-family: "FontAwesome", sans-serif;
	content: '\f0d7';
	position: absolute;
	bottom: -25px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 30px;
	color: #2795d0;
}

.department-v1 .department-tab .nav-tabs > li.active > a span,
.department-v1 .department-tab .nav-tabs > li.active > a:hover span,
.department-v1 .department-tab .nav-tabs > li.active > a:focus span,
.department-v1 .department-tab .nav-tabs > li a:hover span,
.department-v1 .department-tab .nav-tabs > li a:focus span {
  	color: #fff!important;
}

/* For Screen Version */
.department-v1 .department-tab .nav-tabs > li.active > a,
.department-v1 .department-tab .nav-tabs > li.active > a:hover,
.department-v1 .department-tab .nav-tabs > li.active > a:focus,
.department-v1 .department-tab .nav-tabs > li a:hover,
.department-v1 .department-tab .nav-tabs > li a:focus {
  	background-color: #2795d0!important;
}

.department-v1 .department-tab .nav-tabs > li > a span {
 	color: #00a3c8!important;
}

.department-v1 .department-tab .department-content {
	padding: 50px 20px 20px 50px;
}

.department-v1 .department-tab .department-content h2 {
	font-size: 38px;
	color: #656464;
	font-weight: 700;
	/*font-family: 'Lato', sans-serif;*/
	text-transform: uppercase;
}

.department-v1 .department-tab .department-content p {
	line-height: 24px;
}

.department-v1 .department-tab .department-content h3 {
	font-size: 18px;
	color: #656464;
	/*font-family: 'Lato', sans-serif;*/
	margin-top: 30px;
}

.department-v1 .department-tab .department-content ul {
	margin-bottom: 0;
}

.department-v1 .department-tab .department-content ul li {
	list-style-type: none;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 3px 15px 3px 30px;
	position: relative;
}

.department-v1 .department-tab .department-content ul li:hover {
	background: #2795d0;
	color: #fff;
}

.department-v1 .department-tab .department-content ul li:before {
	font-family: 'FontAwesome';
	content: '\f0a4';
	position: absolute;
	top: 4px;
	left: 10px;
}

.department-v1 .department-tab .department-content p.button {
	margin-top: 30px;
}

.department-v1 .department-tab .department-content p.button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #2795d0;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.department-v1 .department-tab .department-content p.button a:hover {
	background: #656464;
}

.department-v1 .department-tab .thumb {
	padding: 25px;
}


/**
 * ---------------------------------------------------
 * Team Member - Version 1
 * ---------------------------------------------------
 */

.team-member-v1 {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team-member-v1 .heading {
	margin-bottom: 50px;
}

.team-member-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;
}

.team-member-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	text-align: center;
	color: #333;
}

.team-member-v1 .team-member-carousel {
	position: relative;
}


.team-member-v1 .owl-controls .owl-prev,
.team-member-v1 .owl-controls .owl-next {
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 25px;
}

.team-member-v1 .owl-controls .owl-prev i,
.team-member-v1 .owl-controls .owl-next i {
	font-size: 16px;
}

.team-member-v1 .owl-controls .owl-prev:hover,
.team-member-v1 .owl-controls .owl-next:hover {
	background: #2795d0;
}


.team-member-v1 .text {
	background: #2795d0;
	color: #fff;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-member-v1 .text:hover {
	background: #333;
}

.team-member-v1 .text h3 {
	text-align: center;
	color: #2795d0;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.team-member-v1 .text h3 a {
	color: #fff;
	/*font-family: 'Roboto', sans-serif;*/
}

.team-member-v1 .text p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}

.team-member-v1 .item .thumb {
	position: relative;
	overflow: hidden;
}

.team-member-v1 .item .thumb .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}

.team-member-v1 .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(32, 60, 67, 0.6);
}


.team-member-v1 .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.team-member-v1 .social-icons ul {
	text-align: center;
	margin-top: calc(100% - 40px);
}

.team-member-v1 .social-icons ul li {
	list-style-type: none;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 5px;
}

.team-member-v1 .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #2795d0;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}



/**
 * ---------------------------------------------------
 * Quote - Version 1
 * ---------------------------------------------------
 */
.quote-v1 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(../images/quotes/1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.quote-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2795d0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.quote-v1 .container {
	position: relative;
	z-index: 9999;
}

.quote-v1 .quote-text {
	font-size: 24px;
	color: #fff;
	line-height: 38px;
}

.quote-v1 .quote-button {
	text-align: right;
}

.quote-v1 .quote-button a {
	padding: 14px 26px 18px;
	background: #fff;
	color: #2795d0;
	font-size: 24px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.quote-v1 .quote-button a:hover {
	background: #333;
	color: #fff;
}


/**
 * ---------------------------------------------------
 * Scroll to Top
 * ---------------------------------------------------
 */
.scrollup {
	position: fixed;
	z-index: 99999;
	bottom: 55px;
	right: 20px;
	display: none;
}

.scrollup i {
	background: #EE7423;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	padding: 12px 18px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scrollup i:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}


/**
 * ---------------------------------------------------
 * Pricing - Version 1
 * ---------------------------------------------------
 */
.pricing-v1 {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pricing-v1 .heading {
	margin-bottom: 50px;
}

.pricing-v1 .heading h2 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
/*
.pricing-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}*/

.pricing-v1 .pricing-item {
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pricing-v1 .pricing-item .title {
	color: #333;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 16px;
	/*font-family: 'Lato', sans-serif;*/
	font-weight: 600;
}

.pricing-v1 .pricing-item .subtitle {
	font-size: 14px;
	color: #656464;
	margin-bottom: 10px;
}

.pricing-v1 .pricing-item .price {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.pricing-v1 .pricing-item .price .hexa {
	width: 130px;
	height: 70px;
	background: #2795d0;
	position: relative;
	margin: 0 auto;
}

.pricing-v1 .pricing-item .price .hexa:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-bottom: 30px solid #2795d0;
}

.pricing-v1 .pricing-item .price .hexa:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 30px solid #2795d0;
}

.pricing-v1 .pricing-item:hover .price .hexa {
	background: #fff!important;
}

.pricing-v1 .pricing-item:hover .price .hexa:before {
	border-bottom-color: #fff!important;
}
.pricing-v1 .pricing-item:hover .price .hexa:after {
	border-top-color: #fff!important;
}

.pricing-v1 .pricing-item:hover .button a {
	background: #fff!important;
}

.pricing-v1 .pricing-item .price .hexa .amount {
	color: #fff;
	font-size: 50px;
	padding-top: 12px;
}

.pricing-v1 .pricing-item .price .hexa .amount span {
	font-size: 26px;
}

.pricing-v1 .pricing-item .price .hexa .time {
	color: #fff;
	font-size: 14px;
	padding-top: 2px;
}

.pricing-v1 .pricing-item .offer ul li {
	list-style-type: none;
	border-bottom: 1px solid #d9d7d7;
	padding: 6px 0;
}

.pricing-v1 .pricing-item .offer ul li:first-child {
	border-top: 1px solid #d9d7d7;
}

.pricing-v1 .pricing-item .button {
	margin-top: 40px;
}

.pricing-v1 .pricing-item .button a {
	padding: 6px 16px;
	background: #2795d0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
}

.pricing-v1 .pricing-item .button a:hover {
	background: #333;
	color: #fff;
}

.pricing-v1 .pricing-item:hover {
	background: #2795d0;
}

.pricing-v1 .pricing-item:hover .title {
	color: #fff;
}

.pricing-v1 .pricing-item:hover .subtitle {
	color: #fff;
}

.pricing-v1 .pricing-item:hover .price .hexa {
	background: #fff;
}

.pricing-v1 .pricing-item:hover .price .hexa:before {
	border-bottom-color: #fff;
}

.pricing-v1 .pricing-item:hover .price .hexa:after {
	border-top-color: #fff;
}

.pricing-v1 .pricing-item:hover .price .hexa .amount {
	color: #2795d0;
}

.pricing-v1 .pricing-item:hover .price .hexa .time {
	color: #2795d0;
}

.pricing-v1 .pricing-item:hover .offer ul li {
	border-bottom-color: #f7f7f7;
	color: #fff;
}

.pricing-v1 .pricing-item:hover .offer ul li:first-child {
	border-top-color: #f7f7f7;
}

.pricing-v1 .pricing-item:hover .button a {
	background: #fff;
	color: #2795d0;
}

.pricing-v1 .pricing-item:hover .button a:hover {
	background: #333;
	color: #fff;
}



/**
 * ---------------------------------------------------
 * Testimonial - Version 1
 * ---------------------------------------------------
 */
.testimonial-v1 {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #2795d0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #2795d0;
}

.testimonial-v1 .container {
	position: relative;
	z-index: 9999;
}

.testimonial-v1 .heading {
	margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 32px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.testimonial-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  	margin-top: 0px;
  	text-align: center;
  	position: relative;
  	width: 100%;
  	margin: 0 auto;
}

.testimonial-v1 .content {
	background: transparent;
	padding-bottom: 30px;
	border: 1px dashed #fff;
}

.testimonial-v1 .content .comment {
	color: #333;
	padding: 15px 100px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	padding-top: 0px;
}

.testimonial-v1 .content .comment p {
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.testimonial-v1 .author {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.testimonial-v1 .photo {
	width: 100%;
	display: block;
	text-align: center;
}

.testimonial-v1 .photo img {
	width: 75px;
	height: 75px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.testimonial-v1 .text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-v1 .text h3 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.testimonial-v1 .text h4 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
}

.testimonial-v1 .owl-controls {
	margin-top: 30px;
}

.testimonial-v1 .owl-controls .owl-prev,
.testimonial-v1 .owl-controls .owl-next {
	background: #fff;
	color: #2795d0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.testimonial-v1 .owl-controls .owl-prev i,
.testimonial-v1 .owl-controls .owl-next i {
	font-size: 18px;
}

.testimonial-v1 .owl-controls .owl-prev:hover,
.testimonial-v1 .owl-controls .owl-next:hover {
	background: #333;
	color: #fff;
}




/**
 * ---------------------------------------------------
 * News - Version 1
 * ---------------------------------------------------
 */
.news-v1 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news-v1 .heading {
	margin-bottom: 50px;
}

.news-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;
}

.news-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	text-align: center;
	color: #333;
}

.news-v1 .news-carousel {
	position: relative;
}

.news-v1 .owl-controls {

}

.news-v1 .owl-controls .owl-prev,
.news-v1 .owl-controls .owl-next {
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.news-v1 .owl-controls .owl-prev i,
.news-v1 .owl-controls .owl-next i {
	font-size: 16px;
}

.news-v1 .owl-controls .owl-prev:hover,
.news-v1 .owl-controls .owl-next:hover {
	background: #2795d0;
}

.news-v1 .text {
	background: #fff;
	padding: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.news-v1 .text h3 {
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
}

.news-v1 .text h3 a {
	/*font-family: 'Roboto', sans-serif;*/
	color: #2795d0;
	font-weight: 500;
}

.news-v1 .text h3 a:hover {
	color: #333;
}

.news-v1 .text h4 {
	text-align: left;
	color: #333;
	font-size: 13px;
	margin-bottom: 20px;
}

.news-v1 .text p {
	text-align: left;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
}

.news-v1 .item .thumb {
	position: relative;
	overflow: hidden;
}

.news-v1 .item .thumb .photo {
	width: 100%;
	height: 250px;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.news-v1 .date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
}

.news-v1 .date .day {
	float: left;
	background: #2795d0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.news-v1 .date .day:before {
	position: absolute;
	top: 0;
	font-size: 30px;
	right: -8px;
	font-family: 'FontAwesome', sans-serif;
	content: '\f0da';
	color: #2795d0;
}

.news-v1 .date .month {
	float: left;
	background: #333;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 10px;
	text-transform: uppercase;
}

/**
 * ---------------------------------------------------
 * Partner - Version 1
 * ---------------------------------------------------
 */
.partner-v1 {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background: #fff;
}

.partner-v1 .heading {
	margin-bottom: 50px;
}

.partner-v1 .heading h2 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #2795d0;
	text-transform: uppercase;
}

.partner-v1 .heading p {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	text-align: center;
	color: #333;
}

.partner-v1 .partner-carousel {
	position: relative;
}

.partner-carousel .inner {
	padding-left: 20px;
	padding-right: 20px;
}


/**
 * ---------------------------------------------------
 * Footer Social
 * ---------------------------------------------------
 */
.footer-social {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #2795d0;
}

.footer-social .item ul {
	margin-bottom: 0;
	text-align: center;
}

.footer-social .item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	background: #2795d0;
}

.footer-social .item ul li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #2795d0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 20px;
}

.footer-social .item ul li:hover a {
	border: 2px solid #fff!important;
}

/**
 * ---------------------------------------------------
 * Footer Main
 * ---------------------------------------------------
 */
.footer-main {
  margin-top:30px;
	width: 100%;
	height: auto;
	padding: 50px 0 30px 0;
	background: #25393F;
}

.footer-col h3	{
	/*font-family: 'Roboto', sans-serif;*/
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 9px;
	font-weight: 700;
  border-left:4px solid #ED7327;
  padding-left: 10px;
  padding-top:5px;
}

.footer-col p {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 22px;
}

.footer-col ul li,
.footer-col ul li a {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-col ul li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.footer-col ul li:before {
	color: #999;
	content: "\f0da";
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0;
}

.footer-col ul li a:hover {
	color: #fff;
}

.footer-col .news-item {
	color: #999;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #676666;
}

.footer-col .news-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-col .news-item .news-title {
	font-size: 13px;
	line-height: 22px;
}

.footer-col .news-item .news-title a {
	color: #b9b9b9;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}

.footer-col .news-item .news-title a:hover {
	color: #fff;
}

.footer-col .news-item .news-date {
	color: #b5b5b5;
	font-size: 12px;
	margin-top: 10px;
}

.footer-col .news-item .news-date a {
	color: #b5b5b5;
}

.footer-col .contact-item {
	color: #b9b9b9;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
}

.footer-col .contact-item .icon {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

.footer-col .contact-item .text {
	float: left;
	line-height: 22px;
}

/**
 * ---------------------------------------------------
 * Footer Bottom
 * ---------------------------------------------------
 */
.footer-bottom {
  border-top:1px solid #4e5155;
	width: 100%;
	height: auto;
	background: #25393F;
	padding: 15px 0;
}

.copyright {
	font-size: 13px;
	color: #fff;
}

.footer-menu {
	float: right;
}

.footer-menu ul {
	float: right;
}

.footer-menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

.footer-menu ul li a {
	color: #999;
}

.footer-menu ul li a:hover {
	color: #fff;
}



/**
 * ---------------------------------------------------
 * Banner
 * ---------------------------------------------------
 */
.page-banner {
	/*background: url(../images/about.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 60px;*/
	position: relative;
}

.page-banner .overlay {
	background: #25393F;
	/* opacity: 0.7; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-banner-single {
	background: #333!important;
	padding-top: 40px;
	padding-bottom: 40px;
}

.banner-text {
	text-align: left;
	padding: 20px 0 0 0;
}

.banner-text h1 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}

.banner-text ul {
	margin-bottom: 0;
	text-align: center;
}

.banner-text ul li {
	/*font-family: 'Roboto', sans-serif;*/
	display: inline-block;
	list-style-type: none;
	font-style: italic;
	color: #d8d8d8;
	font-weight: 700;
	margin-right: 5px;
	font-size: 14px;
}

.banner-text ul li a {
	color: #d8d8d8;
}


/**
 * ---------------------------------------------------
 * About - Version 1
 * ---------------------------------------------------
 */
.about-v1 {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #fff;
}

.about-v1 .why-choose h1 {
	font-size: 24px;
	font-weight: 700;
}

.about-v1 .why-choose h3 {
	font-size: 14px;
	margin-bottom: 25px;
}

.about-v1 .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}

.about-v1 .panel-default>.panel-heading {
	background: #2795d0;
	color: #fff;
	padding: 0;
	border-radius: 0;
	border: 1px solid #2795d0;
	position: relative;
}

.about-v1 .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 10px;
	font-size: 14px;
}

.about-v1 .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}

.about-v1 h4.panel-title a {
	display: block;
	padding: 10px 15px;
}

.about-v1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.about-v1 .facility h1 {
	font-size: 24px;
	font-weight: 700;
}

.about-v1 .facility h3 {
	font-size: 14px;
	margin-bottom: 25px;
}

.about-v1 .facility-title {
	color: #2795d0;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.about-v1 .facility-meter {
	width: 100%;
	height: 8px;
	background: #dcd9d9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 26px;
}

.about-v1 .facility-meter-fill {
	height: 8px;
	background: #2795d0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}

.about-v1 .facility-meter-percentage {
	position: absolute;
	top: -34px;
	right: 0;
	color: #fff;
	background: #333;
	border: 1px solid #dcd9d9;
	padding: 3px 12px;
	font-size: 14px;
}

/**
 * ---------------------------------------------------
 * About - Version 2
 * ---------------------------------------------------
 */
.about-v2 {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}
/*
.about-v2 h2 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

.about-v2 p {
	font-size: 14px;
}
*/
.about-v2 p.button {
	margin-top: 20px;
}

.about-v2 p.button a {
	font-size: 14px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #2795d0;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.about-v2 p.button a:hover {
	background: #656464;
}



/**
 * ---------------------------------------------------
 * Team Member - Version 2
 * ---------------------------------------------------
 */

.team-member-v2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team-member-v2 .heading {
	margin-bottom: 50px;
}

.team-member-v2 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.team-member-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.team-member-v2 .team-member-carousel {
	position: relative;
}

.team-member-v2 .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
}

.team-member-v2 .owl-controls .owl-prev,
.team-member-v2 .owl-controls .owl-next {
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.team-member-v2 .owl-controls .owl-prev i,
.team-member-v2 .owl-controls .owl-next i {
	font-size: 16px;
}

.team-member-v2 .owl-controls .owl-prev:hover,
.team-member-v2 .owl-controls .owl-next:hover {
	background: #2795d0;
}

.team-member-v2 .item .thumb .photo {
	width: 100%;
	height: 275px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}


.team-member-v2 .text {
	background: #f1f1f1;
	padding: 15px;
}

.team-member-v2 .text h3 {
	text-align: center;
	color: #2795d0;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}

.team-member-v2 .text p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}

.team-member-v2 .item .thumb {
	position: relative;
	overflow: hidden;
}

.team-member-v2 .social-icons {
	margin-top: 15px;
}

.team-member-v2 .social-icons ul {
	text-align: center;
}

.team-member-v2 .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.team-member-v2 .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #2795d0;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}

.team-member-v2 .social-icons ul li a:hover {
	background: #333;
}


/**
 * ---------------------------------------------------
 * Statistic
 * ---------------------------------------------------
 */
.statistic {
	background: url(../images/statistic/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.statistic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.statistic .icon {
	text-align: center;
	font-size: 60px;
	margin-bottom: 10px;
}

.statistic .icon span {
	display: inline-block;
	background: #2795d0;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.statistic .number {
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 40px;
}

.statistic .text {
	color: #fff;
	font-size: 20px;
	text-align: center;
}


/**
 * ---------------------------------------------------
 * Contact - Version 1
 * ---------------------------------------------------
 */
.contact-v1 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-v1 .item {
	margin-bottom: 20px;
	overflow: hidden;
	background: #f1f1f1;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-v1 .icon {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	color: #2795d0;
	font-size: 20px;
}

.contact-v1 .text {
	float: left;
}

.contact-v1 .text h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}

.contact-v1 .text p {
	font-size: 14px;
}

.contact-v1 .text ul li {
	list-style-type: none;
}

.contact-v1 .item:hover {
	background: #2795d0;
}

.contact-v1 .item:hover .icon,
.contact-v1 .item:hover .text h3,
.contact-v1 .item:hover .text p,
.contact-v1 .item:hover .text ul li {
	color: #fff;
}

.contact-v1 .cform-1 .btn-success {
	background-color: #2795d0;
	border-color: #2795d0;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-v1 .cform-1 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.contact-v1 .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
      font-size: 16px;
    padding: 11px 13px;
    height: 38px;
}


/**
 * ---------------------------------------------------
 * Contact - Version 2
 * ---------------------------------------------------
 */
.contact-v2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-v2 .cform-2 .btn-success {
	background-color: #2795d0;
	border-color: #2795d0;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-v2 .cform-2 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.contact-v2 .cform-2 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.contact-v2 .cform-2 textarea {
	height: 180px;
}


/**
 * ---------------------------------------------------
 * Contact - Version 3
 * ---------------------------------------------------
 */
.contact-v3 {
	background: url(../images/contact/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 40px;
	position: relative;
}

.contact-v3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.contact-v3 .item {
	margin-bottom: 20px;
	padding: 25px;
	border: 1px solid #c7c5c5;
	position: relative;
}

.contact-v3 .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
	background: #2795d0;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -25px;
	left: 40px;
}

.contact-v3 .text {
	margin-top: 20px;
	padding-left: 15px;
}

.contact-v3 .text h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
	color: #fff;
}

.contact-v3 .text ul li {
	list-style-type: none;
	color: #c7c5c5;
	font-size: 14px;
}

/**
 * ---------------------------------------------------
 * Gmap Styles
 * ---------------------------------------------------
 */
.gmap-container {
	width: 100%;
	height: auto;
}
.gmap-container #map {
	display: block;
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
.gmap-container #map.large {
  	height: 500px;
}


/**
 * ---------------------------------------------------
 * Error - 404
 * ---------------------------------------------------
 */
.error-page {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.error-page .title .inner {
	width: 200px;
	height: 200px;
	background: #2795d0;
	color: #fff;
	border: 5px solid #2795d0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}

.error-page .title .inner span:first-child {
	display: block;
	margin: 0;
	line-height: 60px;
	margin-top: 40px;
	font-size: 76px;
}

.error-page .title .inner span:last-child {
	display: block;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
}

.error-page .content {
	margin-top: 40px;
	text-align: center;
}

.error-page .content .button {
	margin-top: 40px;
}

.error-page .content .button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #2795d0;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.error-page .content .button a:hover {
	background: #656464;
}


/**
 * ---------------------------------------------------
 * Gallery Page
 * ---------------------------------------------------
 */
.gallery {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.gallery .heading {
	margin-bottom: 50px;
}

.gallery .heading h2 {
	font-size: 30px;
	text-align: center;
}

.gallery .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

ul.gallery-menu {
	text-align: center;
	margin-bottom: 25px;
}

ul.gallery-menu li {
	display: inline-block;
	margin-right: -4px;
	padding: 6px 14px;
	cursor: pointer;
	border: 2px solid #efeded;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #efeded;
	color: #2795d0;
}

ul.gallery-menu li:hover {
	border: 2px solid #2795d0;
	background: #2795d0;
	color: #fff;
}

ul.gallery-menu li.filter.active {
	border: 2px solid #2795d0;
	background: #2795d0;
	color: #fff;
}

ul.gallery-menu li {
	border-radius: 0;
	margin-right: 10px;
}

ul.gallery-menu li.filter:nth-of-type(1) {
	border-radius: 0;
}

ul.gallery-menu li.filter:nth-last-of-type(1) {
	border-radius: 0;
}

.gallery .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);\
}

.gallery .mix .content-box {
	position: relative;
}

.gallery .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery .mix .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.gallery .mix .inner .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}

.gallery .inner .overlay {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #333;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.gallery .inner:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gallery .inner .icons {
	position: absolute;
	top: 50%;
	left: calc(50% - 20px);
	margin-left: 0px;
	margin-top: -20px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 36px;
	z-index: 200;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery .inner .icons-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.gallery .inner .icons-inner a {
	background: #2795d0;
	color: #fff;
	width: 40px;
	height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.gallery .inner .icons-inner a:hover {
	background: #333;
}
.gallery .inner .icons-inner a i {
	font-size: 16px;
}
.gallery .inner:hover .icons-inner a {
	opacity: 1;
	filter: alpha(opacity=1);
}

.viframe iframe {
	width: 100%;
	height: 250px;
}


/**
 * ---------------------------------------------------
 * Team Member - Column Styles
 * ---------------------------------------------------
 */

.team-member-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.team-member-v3 .heading {
	margin-bottom: 20px;
}

.team-member-v3 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.team-member-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.team-member-v3 .team-member-inner {
	position: relative;
}

.team-member-v3 .text {
	padding: 25px;
	background: #f6f6f6;
}

.team-member-v3 .text h3 {
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.team-member-v3 .text h3 a {
	color: #2795d0;
  /*font-family: 'Roboto', sans-serif;*/
}

.team-member-v3 .text h3 a:hover {
	color: #2795d0;
}

.team-member-v3 .text h4 {
	color: #656464;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.team-member-v3 .text p.button {
	margin-top: 20px;
	text-align: center;
}

.team-member-v3 .text p.button a {
	/*font-family: 'Roboto', sans-serif;*/
	background: #2795d0;
	color: #fff;
	padding: 8px 14px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}

.team-member-v3 .text p.button a:hover {
	background: #656464;
}

.team-member-v3 .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.team-member-v3 .item .thumb {
	position: relative;
	overflow: hidden;
}

.team-member-v3 .item .thumb .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.team-member-v3 .item .thumb img {
	width: 100%;
}

.team-member-v3 .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(255, 255, 255, 0.8);
}

.team-member-v3 .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.team-member-v3 .social-icons ul {
	text-align: center;
	padding-left: 15px;
}

.team-member-v3 .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.team-member-v3 .social-icons ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(26,171,221,0.6);
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 22px!important;
}

.team-member-v3 .social-icons ul li a:hover {
	background: #333;
}

/**
 * ---------------------------------------------------
 * Team Member Detail
 * ---------------------------------------------------
 */
.team-member-detail {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.team-member-detail .team-member-single {
	margin-bottom: 30px;
}

.team-member-detail .team-member-single .text {
	background: #f1f1f1;
	text-align: center;
	padding: 25px 10px;
}

.team-member-detail .team-member-single .text h2 {
	/*font-family: 'Roboto', sans-serif;*/
	color: #333;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
}

.team-member-detail .team-member-single .text h3 {
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}

.team-member-detail .team-member-single .text p {
	color: #333;
	color: #2795d0;
}

.team-member-detail .team-member-single .thumb img {
	width: 100%;
	height: auto;
}

.team-member-detail .team-member-single .social .title {
	/*font-family: 'Roboto', sans-serif;*/
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.team-member-detail .team-member-single .social ul {
	margin-top: 15px;
	text-align: center;
}

.team-member-detail .team-member-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.team-member-detail .team-member-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: #2795d0;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-member-detail .team-member-single .social ul li a:hover {
	background: #656464;
}

.team-member-detail .team-member-detail-tab .content {
	padding: 15px 0;
}

.team-member-detail .team-member-detail-tab .content h2 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 10px;
}

.team-member-detail .team-member-detail-tab .content ul li {
	list-style-position: inside;
}

.team-member-detail .team-member-detail-tab .nav-tabs>li>a {
	/*font-family: 'Roboto', sans-serif;*/
	color: #2795d0;
}

.team-member-detail .team-member-detail-tab .nav-tabs>li.active>a {
	/*font-family: 'Roboto', sans-serif;*/
	color: #333;
}

.team-member-detail .testimonial-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #656464;
}

.team-member-detail .testimonial-content:last-child {
	border-bottom: 0;
}

.team-member-detail .testimonial-content .top {
	overflow: hidden;
}

.team-member-detail .testimonial-content .top img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.team-member-detail .testimonial-content .top h2 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}

.team-member-detail .testimonial-content .top h3 {
	color: #656464;
	font-size: 14px;
}

.team-member-detail .testimonial-content .bottom {
	color: #656464;
}

.team-member-detail .ask-question .btn-success {
	background-color: #2795d0;
	border-color: #2795d0;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.team-member-detail .ask-question .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.team-member-detail .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.team-member-detail .contact {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 20px;
}

.team-member-detail .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;

	background: #2795d0;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.team-member-detail .contact .icon i {
	font-size: 20px;
}

.team-member-detail .contact .text {
	text-align: center;
}

.team-member-detail .contact .text h4 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

.team-member-detail .contact .text p {
	font-size: 14px;
}


/**
 * ---------------------------------------------------
 * Blog Grid Style
 * ---------------------------------------------------
 */
.blog {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0px;
}

.blog .post-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.blog .image-holder {
	width: 285px;
	float: left;
	position: relative;
	margin-right: 15px;
}

.blog .image-holder-service {
	width: 100%;
	text-align: center;
}

.blog .text-service {
	width: 100%!important;
	margin-top: 25px;
}

.blog .image-holder-single {
	width: 100%;
	float: none;
  margin-top: 20px;
	position: relative;
}

.blog .image-holder .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 999;
}

.blog .image-holder .day {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #2795d0;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
}

.blog .image-holder .day:before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: #2795d0;
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 24px;
}

.blog .image-holder .month {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.blog .text {
	width: calc(100% - 300px);
	float: left;
}

.blog .text-single {
	width: 100%;
	float: none;
}

.blog .text-single h3 {
	/*font-family: 'Roboto', sans-serif;*/
	margin-top: 20px;
}

.blog .text .inner {
	padding: 0 20px 20px 20px;
}

.blog h3 {
	/*font-family: 'Roboto', sans-serif;*/
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
	text-transform: uppercase;
}

.blog h3 a {
	/*font-family: 'Roboto', sans-serif;*/
	color: #333;
}

.blog h3 a:hover {
	color: #2795d0;
}

.blog .text ul.status {
	overflow: hidden;
	margin-bottom: 15px;
}

.blog .text ul.status li {
	text-align: left;
	margin-bottom: 15px;
	color: #2795d0;
	font-size: 14px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}

.blog .text ul.status li a {
	color: #2795d0;
}

.blog .text ul.status li i {
	margin-right: 8px;
}

.blog ul.status li:before {
	content: '';
}

.blog ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	list-style-type: none;
}

.blog ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f044';
	color: #333;
}

.blog h1 {
	font-size: 24px;
	color: #2795d0;
	font-weight: 700;
}

.blog h2 {
	font-size: 20px;
	color: #2795d0;
	font-weight: 700;;
}

.blog h3 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.blog h4 {
	font-size: 16px;
	color: #2795d0;
	font-weight: 700;
}

.blog h5 {
	font-size: 14px;
	color: #2795d0;
	font-weight: 700;
}

.blog h6 {
	font-size: 12px;
	color: #2795d0;
	font-weight: 700;
}

.blog p {
	margin-bottom: 15px;
	font-size: 14px;
}

.blog p.button {
	margin-top: 20px;
}

.blog p.button a {
	/*font-family: 'Roboto', sans-serif;*/
	background: #656464;
	color: #fff;
	padding: 10px 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.blog p.button a:hover {
	background: #2795d0;
}

.blog .pagination {
	margin-top: 20px;
}

.blog .pagination ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}

.blog .pagination ul li:before {
	content: '';
}

.blog .pagination ul li a {
	background: #2795d0;
	color: #fff;
	display: block;
	font-size: 16px;
}

.blog .pagination ul li a i {
	margin-right: 0;
}

.blog .pagination ul li a:hover {
	background: #333;
}

.blog .pagination ul li a.active {
	background: #333;
}

.blog .gallery-carousel {
	position: relative;
	z-index: 999;
}

.blog .owl-controls {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
	background: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
	font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
	background: #2795d0;
}

.blog .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.blog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog .audio {
	width: 100%;
	height: 100%;
  	margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
	width: 100%;
}

.widget {
	overflow: hidden;
  margin-top: 20px;
	margin-bottom: 20px;
}

.widget-search input {
	height: 36px;
	border: 2px solid #afafaf;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.widget-search input:focus {
	border: 2px solid #2795d0;
}

.widget-search button {
	width: 42px;
	height: 36px;
	float: left;
	border: 2px solid #2795d0;
	background: #2795d0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget-search button:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.widget h4 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #2795d0;
	color: #fff;
}

.widget ul li {
	display: block;
	float: none;
	color: #333;
	position: relative;
	padding-left: 15px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #adadad;
}

.widget ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: #333;
	top: 1px;
	left: 3px;
}

.widget ul li a {
	color: #333;
	font-size: 14px;
}

.widget ul li a:hover {
	color: #2795d0;
}

.widget ul.tag-cloud li {
	display: inline-block;
	padding-left: 0;
	padding: 4px 10px;
	border: 2px solid #afafaf;
	font-size: 12px;
	margin-right: 5px;
}

.widget ul.tag-cloud li:before {
	content: '';
}

.widget ul.tag-cloud li:hover {
	background: #2795d0;
	border: 2px solid #2795d0;
}

.widget ul.tag-cloud li:hover a {
	color: #fff;
}

/**
 * ---------------------------------------------------
 * Author Box Style
 * ---------------------------------------------------
 */
.author-box {
	width: 100%;
	height: auto;
	background: #2795d0;
	color: #fff;
	text-align: left;
}

.author-box .inner {
	padding: 20px;
	overflow: hidden;
}

.author-thumb {
	width: 15%;
	float: left;
}

.author-thumb img {
	width: 100%;
	height: auto;
	padding-right: 15px;
}

.author-info {
	width: 85%;
	float: left;
}

.author-info h3 {
	color: #fff;
	font-weight: 700;
	text-transform: none;
}

.author-info p {
	color: #fff;
}

.author-info ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 0;
}

.author-info ul li:before {
	content: '';
}

.author-info ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #2795d0;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
}

.author-info ul li a i {
	margin-right: 0;
}

.author-info ul li a:hover {
	background: #333;
	color: #fff;
}

/**
 * ---------------------------------------------------
 * Comment Style
 * ---------------------------------------------------
 */
.comments {
	margin-top: 40px;
}

.comments h2 {
	font-size: 18px;
	/*font-family: 'Roboto', sans-serif;*/
}

.comment-list {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
}

.comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}

.comment-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.comment-list .text .inner {
	margin-left: 10px;
}

.comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 14px;
}

.comment-list .text p,
.comment-list .text span {
	color: #333;
	font-size: 14px;
}

.comment-list .text span.date {
	margin-right: 40px;
}

.comment-list .text span.date i {
	margin-right: 5px;
}

.comment-list .text span.reply a {
	background: #2795d0;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.comment-list .text span.reply a:hover {
	background: #333;
}

.comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}

.comment-list .children .parent {
	margin-bottom: 20px;
}

.comment-list .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}

.comment-list .children .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}

.comments ul.comment-list > li,
.comments ul.children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments ul.comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}

.comments ul.comment-list > li:before,
.comments ul.children > li:before {
	content: '';
}

.comments ul.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.respond {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
	margin-bottom: 20px;
}

.respond .cform-1 .btn-success {
	background-color: #2795d0;
	border-color: #2795d0;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.respond .cform-1 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

/**
 * ---------------------------------------------------
 * Prev Next Style
 * ---------------------------------------------------
 */
.prev-next-container {
	background: #f8f8f8;
	border: 1px solid #eae7e7;
	padding: 0;
	margin-bottom: 30px;
}

.prev-next-container .inner {
	margin: 0;
}

.prev,
.next {
	background: #f8f8f8;
	padding: 60px 25px 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.prev {
	border-right: 1px solid #eae7e7;
}

.prev .inner {
	float: left;
}

.next .inner {
	float: right;
}

.prev:hover,
.next:hover {
	background: #fff;
}

.prev a,
.next a {
	display: table-cell;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #656464;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 10px 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.prev p,
.next p {
	display: table-cell;
	font-size: 14px;
	font-weight: 700;
}

.prev p {
	padding-left: 10px;
}

.next p {
	padding-right: 10px;
}

/**
 * ---------------------------------------------------
 * Under Construction - Version 1
 * ---------------------------------------------------
 */
.under-construction-v1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.under-construction-v1 img {
	width: 100%;
	height: 100%;
}

.under-construction-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

.under-construction-v1 .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.under-construction-v1 h1 {
	/*font-family: 'Roboto', sans-serif;*/
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.under-construction-v1 p {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v1 .newsletter {
	text-align: center;
}

.under-construction-v1 .btn-success {
	display: inline-block;
	background-color: #2795d0;
	border: 0;
	border-color: #2795d0;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.under-construction-v1 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.under-construction-v1 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
}

/**
 * ---------------------------------------------------
 * Under Construction - Version 2
 * ---------------------------------------------------
 */
.under-construction-v2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.under-construction-v2 .inner {
	width: 100%;
	margin-top: 200px;
}

.under-construction-v2 h1 {
	/*font-family: 'Roboto', sans-serif;*/
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #333;
	margin-bottom: 25px;
}

.under-construction-v2 p {
	color: #333;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v2 .newsletter {
	text-align: center;
}

.under-construction-v2 .btn-success {
	display: inline-block;
	background-color: #2795d0;
	border: 0;
	border-color: #2795d0;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.under-construction-v2 .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.under-construction-v2 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
	border-width: 2px;
}


/**
 * ---------------------------------------------------
 * Service - Version 2
 * ---------------------------------------------------
 */

.service-v2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-v2 .heading {
	margin-bottom: 50px;
}

.service-v2 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.service-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.service-v2 .item {
	height: auto;
	margin-bottom: 30px;
	background: #2795d0;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-v2 .icon {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-top: 15px;
}

.service-v2 .icon span {
	height: auto;
	color: #2795d0;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.service-v2 .text {
	width: 100%;
	height: auto;
	padding-top: 30px;
	text-align: center;
}

.service-v2 .text h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.service-v2 .text p {
	font-size: 14px;
	color: #fff;
}

.service-v2 .item:hover span {
	color: #333;
}

.service-v2 .item:hover {
	background: #333;
}


/**
 * ---------------------------------------------------
 * Department - Version 2
 * ---------------------------------------------------
 */

.department-v2 {
	background: #f2f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.department-v2 .heading {
	margin-bottom: 50px;
}

.department-v2 .heading h2 {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #2795d0;
}

.department-v2 .heading p {
	font-size: 14px;
	text-align: center;
	color: #333;
	font-style: italic;
}

.department-v2 .department-tab {
	border: 1px solid #f1f1f1;
}

.department-v2 .department-tab .nav-tabs {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.department-v2 .department-tab .tab-content {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.department-v2 .department-tab .nav-tabs > li {
	border-left: 0;
	margin-bottom: 0;
	float: none;
	display: inline-block;
	margin-right: 10px;
}

.department-v2 .department-tab .nav-tabs > li > a {
	background: #fff;
	font-weight: 700;
	color: #2795d0;
	font-size: 14px;
	margin-right: 0;
	padding: 8px 10px;
	text-transform: uppercase;
	border-radius: 0;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.department-v2 .department-tab .nav-tabs > li > a span {
	font-size: 36px;
	margin-right: 10px;
	vertical-align: middle;
}

.department-v2 .department-tab .nav-tabs > li.active > a,
.department-v2 .department-tab .nav-tabs > li.active > a:hover,
.department-v2 .department-tab .nav-tabs > li.active > a:focus,
.department-v2 .department-tab .nav-tabs > li a:hover,
.department-v2 .department-tab .nav-tabs > li a:focus {
  	color: #fff!important;
  	border-left: 1px solid #2795d0;
	border-right: 1px solid #2795d0;
}

.department-v2 .department-tab .nav-tabs > li.active > a {
	position: relative;
}

.department-v2 .department-tab .nav-tabs > li.active > a span,
.department-v2 .department-tab .nav-tabs > li.active > a:hover span,
.department-v2 .department-tab .nav-tabs > li.active > a:focus span,
.department-v2 .department-tab .nav-tabs > li a:hover span,
.department-v2 .department-tab .nav-tabs > li a:focus span {
  	color: #fff!important;
}

/* For Screen Version */
.department-v2 .department-tab .nav-tabs > li.active > a,
.department-v2 .department-tab .nav-tabs > li.active > a:hover,
.department-v2 .department-tab .nav-tabs > li.active > a:focus,
.department-v2 .department-tab .nav-tabs > li a:hover,
.department-v2 .department-tab .nav-tabs > li a:focus {
  	background-color: #2795d0!important;
}

.department-v2 .department-tab .nav-tabs > li > a span {
 	color: #00a3c8!important;
}

.department-v2 .department-tab .department-content {
	padding: 30px 15px;
}

.department-v2 .department-tab .department-content h2 {
	font-size: 26px;
	color: #333;
	font-weight: 600;
	/*font-family: 'Lato', sans-serif;*/
	margin-bottom: 20px;
}

.department-v2 .department-tab .department-content p {
	font-size: 14px;
	line-height: 1.6;
}

.department-v2 .department-tab .department-content h3 {
	font-size: 18px;
	color: #333;
	/*font-family: 'Lato', sans-serif;*/
	margin-top: 30px;
}

.department-v2 .department-tab .department-content ul {
	margin-bottom: 0;
}

.department-v2 .department-tab .department-content ul li {
	list-style-type: none;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 3px 15px 3px 30px;
	position: relative;
}

.department-v2 .department-tab .department-content ul li:hover {
	background: #2795d0;
	color: #fff;
}

.department-v2 .department-tab .department-content ul li:before {
	font-family: 'FontAwesome';
	content: '\f0a4';
	position: absolute;
	top: 4px;
	left: 10px;
}

.department-v2 .department-tab .department-content p.button {
	margin-top: 30px;
}

.department-v2 .department-tab .department-content p.button a {
	font-size: 14px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #2795d0;
	color: #ffffff;
	padding: 8px 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.department-v2 .department-tab .department-content p.button a:hover {
	background: #656464;
}

.department-v2 .department-tab .thumb {
	padding: 40px 25px 40px 0;
}


/**
 * ---------------------------------------------------
 * Testimonial - Version 2
 * ---------------------------------------------------
 */
.testimonial-v2 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-v2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.testimonial-v2 .container {
	position: relative;
	z-index: 9999;
}

.testimonial-v2 .heading {
	margin-bottom: 50px;
}

.testimonial-v2 .heading h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.testimonial-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.testimonial-v2 .testimonial-carousel-2 {
  	margin-top: 0px;
  	text-align: center;
  	position: relative;
  	width: 100%;
  	margin: 0 auto;
}

.testimonial-v2 .content .comment {
	color: #333;
	background: #fff;
	padding: 15px 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	font-style: italic;
	margin-top: 15px;
}

.testimonial-v2 .content .comment p {
	margin: 0 auto;
}

.testimonial-v2 .author {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.testimonial-v2 .photo {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.testimonial-v2 .photo img {
	width: 80px;
	height: 80px;
	float: right;
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testimonial-v2 .text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-v2 .text h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}

.testimonial-v2 .text h4 {
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.testimonial-v2 .owl-nav {
	margin-top: 20px;
}

.testimonial-v2 .owl-nav i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	text-align: center;
}

.testimonial-v2 .owl-nav .owl-prev,
.testimonial-v2 .owl-nav .owl-next {
	color: #fff;
	background: none;
	position: absolute;
	top: 14%;
}

.testimonial-v2 .owl-nav .owl-prev i,
.testimonial-v2 .owl-nav .owl-next i {
	font-size: 30px;
	font-weight: 700;
}

.testimonial-v2 .owl-nav .owl-prev {
	left: -80px;
}

.testimonial-v2 .owl-nav .owl-next {
	right: -80px;
}

.testimonial-v2 .owl-nav .owl-prev:hover,
.testimonial-v2 .owl-nav .owl-next:hover {
	background: none;
}





/**
 * ---------------------------------------------------
 * Pricing - Version 2
 * ---------------------------------------------------
 */
.pricing-v2 {
	background: #fff url(../images/pattern/pattern2.png);
	padding-top: 50px;
	padding-bottom: 50px;
}

.pricing-v2 .heading {
	margin-bottom: 50px;
}

.pricing-v2 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.pricing-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.pricing-v2 .pricing-item {
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pricing-v2 .pricing-item .title {
	color: #333;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 16px;
	/*font-family: 'Lato', sans-serif;*/
	font-weight: 600;
}

.pricing-v2 .pricing-item .subtitle {
	font-size: 14px;
	color: #656464;
	margin-bottom: 10px;
}

.pricing-v2 .pricing-item .price {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.pricing-v2 .pricing-item .price .hexa {
	width: 130px;
	height: 70px;
	background: #2795d0;
	position: relative;
	margin: 0 auto;
}

.pricing-v2 .pricing-item .price .hexa:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-bottom: 30px solid #2795d0;
}

.pricing-v2 .pricing-item .price .hexa:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 30px solid #2795d0;
}

.pricing-v2 .pricing-item .price .hexa .amount {
	color: #fff;
	font-size: 50px;
	line-height: 34px;
}

.pricing-v2 .pricing-item .price .hexa .amount span {
	font-size: 26px;
}

.pricing-v2 .pricing-item .price .hexa .time {
	color: #fff;
	font-size: 14px;
}

.pricing-v2 .pricing-item .offer ul li {
	list-style-type: none;
	border-bottom: 1px solid #d9d7d7;
	padding: 6px 0;
}

.pricing-v2 .pricing-item .offer ul li:first-child {
	border-top: 1px solid #d9d7d7;
}

.pricing-v2 .pricing-item .button {
	margin-top: 40px;
}

.pricing-v2 .pricing-item .button a {
	padding: 8px 22px 12px;
	background: #2795d0;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.pricing-v2 .pricing-item .button a:hover {
	background: #333;
	color: #fff;
}

.pricing-v2 .pricing-item:hover {
	background: #2795d0;
	transform: scale(1.1);
}

.pricing-v2 .pricing-item:hover .title {
	color: #fff;
}

.pricing-v2 .pricing-item:hover .subtitle {
	color: #fff;
}

.pricing-v2 .pricing-item:hover .price .hexa {
	background: #fff;
}

.pricing-v2 .pricing-item:hover .price .hexa:before {
	border-bottom-color: #fff;
}

.pricing-v2 .pricing-item:hover .price .hexa:after {
	border-top-color: #fff;
}

.pricing-v2 .pricing-item:hover .price .hexa .amount {
	color: #2795d0;
	padding-top: 6px;
}

.pricing-v2 .pricing-item:hover .price .hexa .time {
	color: #2795d0;
}

.pricing-v2 .pricing-item:hover .offer ul li {
	border-bottom-color: #f7f7f7;
	color: #fff;
}

.pricing-v2 .pricing-item:hover .offer ul li:first-child {
	border-top-color: #f7f7f7;
}

.pricing-v2 .pricing-item:hover .button a {
	background: #fff;
	color: #2795d0;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.pricing-v2 .pricing-item:hover .button a:hover {
	background: #333;
	color: #fff;
}

/**
 * ---------------------------------------------------
 * Pricing - Version 3
 * ---------------------------------------------------
 */
 /*** design 1 ***/
 .pricing-v3 {
  background: #fff;
  /*padding-top: 50px;
  padding-bottom: 50px;*/
}
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 280px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: 'Arial', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}
@media screen and (max-width: 1200px) {
  .pricing-palden .pricing-item {
   
  }
}
@media screen and (min-width: 1200px) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }


}

.pricing-palden .pricing__item--featured .pricing-deco {
    background:#25393F;
  }
  .pricing-palden .pricing__item--featured .pricing-action {
    background:#25393F;
  }
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: #EE7423;
  padding: 1.3em 0 10.5em;
  position: relative;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;

  color: #fff;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 50px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-currency {
  font-size: 36px;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 12px;
  padding: 0;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
      margin-top: -55px;
    z-index: 1;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #EE7423;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
  background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
/**** design 2 ****/
.snip1207 {
  font-family: Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 10px;
}
.snip1207 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1207 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1207 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1207 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1207 .plan-title {
  font-weight: bold;
  padding: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #595959;
  text-transform: capitalize;
  font-size: 20px;
}
.snip1207 .plan-cost {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.snip1207 .plan-price {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #2980b9;
}
.snip1207 .plan-type {
  opacity: 0.6;
}
.snip1207 .plan-features {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1207 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1207 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1207 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1207 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 30px 10px;
}
.snip1207 .plan-select a {
  background-color: #2980b9;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1207 .plan-select a:hover {
  background-color: #409ad5;
}
.snip1207 .featured {
  margin-top: -20px;
  background-color: #2980b9;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;
}
.snip1207 .featured .plan-title,
.snip1207 .featured .plan-price {
  color: #ffffff;
}
.snip1207 .featured .plan-title {
  padding: 25px 10px;
}
.snip1207 .featured .plan-select {
  padding: 40px 10px;
}
.snip1207 .featured .plan-select a {
  color: #2980b9;
  background-color: #ffffff;
}
.snip1207 .featured .plan-select a:hover {
  background-color: #409ad5;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .snip1207 .plan {
    width: 50%;
    border-radius: 0 !important;
  }
  .snip1207 .featured {
    margin-top: 0;
    border-radius: 0;
  }
  .snip1207 .featured .plan-title {
    padding: 15px;
  }
  .snip1207 .featured .plan-select {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 440px) {
  .snip1207 .plan {
    width: 100%;
  }
}

/*** design 3 ****/
.snip1265 {
  font-family: Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 50px 10px 10px;
}
.snip1265 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #25393F;
  border: 1px solid #1e1e1e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.snip1265 .plan:hover,
.snip1265 .plan.hover {
  background-color: #1c1c1c;
}
.snip1265 .plan:hover i,
.snip1265 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1265 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1265 .header {
  position: relative;
  padding: 20px 10px;
}
.snip1265 .header i {
  font-size: 56px;
  margin: 0 15px;
  color: #fff;
  display: inline-block;
  float: left;
}
.snip1265 .plan-title {
  top: 0;
  font-weight: 800;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.snip1265 .plan-cost {
  margin: 0;
  opacity: 0.2;
}
.snip1265 .plan-price {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1.3em;
}
.snip1265 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.snip1265 .plan-features {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
  text-align: left;
}
.snip1265 .plan-features li {
  padding: 5px 5%;
  font-weight: 500;
  opacity: 0.5;
  border-left: 5px solid #f39c12;
  margin: 2px 20px;
}
.snip1265 .plan-select {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.snip1265 .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f39c12;
}
.snip1265 .plan-select a:hover {
  background-color: #262626;
}
.snip1265 .featured {
  margin-top: -10px;
  background-color: #444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.snip1265 .featured .plan-select a {
  margin: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1265 .plan {
    width: 50%;
  }
  .snip1265 .plan-title,
  .snip1265 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1265 .plan-select a,
  .snip1265 .featured .plan-select a {
    margin: 20px;
  }
  .snip1265 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1265 .plan {
    width: 100%;
  }
}



/**
 * ---------------------------------------------------
 * FAQ Page Styles
 * ---------------------------------------------------
 */
.faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.faq h1 {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
	list-style-position: inside;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: #333;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 10px;
	font-size: 14px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}

.faq h4.panel-title a {
	/*font-family: 'Roboto', sans-serif;*/
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}


/**
 * ---------------------------------------------------
 * Service Page Style
 * ---------------------------------------------------
 */
.service-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-v3 .heading {
	margin-bottom: 50px;
}

.service-v3 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.service-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

ul.service-v3-menu {
	text-align: center;
	margin-bottom: 25px;
}

ul.service-v3-menu li {
	display: inline-block;
	padding: 6px 14px;
	margin-right: 5px;
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

ul.service-v3-menu li:hover {
	border: 2px solid #2795d0;
	background: #2795d0;
	color: #fff;
}

ul.service-v3-menu li.filter.active {
	border: 2px solid #2795d0;
	background: #2795d0;
	color: #fff;
}

.service-v3 .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);\
}

.service-v3 .mix .content-box {
	position: relative;
}

.service-v3 .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-v3 .inner {
	border: 1px solid #e7e7e7;
}

.service-v3 .text {
	background: #f3f3f3;
	padding: 20px 20px;
	overflow: hidden;
}

.service-v3 .text h3 {
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-v3 .text h3 a {
	color: #333;
}

.service-v3 .text h3 a:hover {
	color: #2795d0;
}

.service-v3 .text h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service-v3 .text p {
	text-align: left;
}

.service-v3 .text p.button {
	margin-top: 20px;
	float: left;
}

.service-v3 .text p.button a {
	background: #656464;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.service-v3 .text p.button a:hover {
	background: #2795d0;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.service-v3 .thumb {
	position: relative;
	overflow: hidden;
}

.service-v3 .thumb img {
	width: 100%;
}

.dep-panel-sidebar .panel-heading {
	padding: 0;
}

.dep-panel-sidebar h4 {
	border: 0;
	text-transform: none;
	color: #4a4a4a;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dep-panel-sidebar h4 a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}



div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
}

div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none; /* no underline */
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}

div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: 700;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}

div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}


.google-map iframe {
	width: 100%;
}


.why-us {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #2795d0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.why-us .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2795d0;
	opacity: 0.8;
}
.why-us h2 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.why-us-counter {
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.why-us-counter .counter {
	font-size: 70px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.why-us-counter .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	color: #fff;
}



.newsletter-area {
    width: 100%;
    height: auto;
    text-align: center;
    background: #2795d0;
    color: #fff;
    padding: 60px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.newsletter-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25393F;
    opacity: 0.8;
}
.newsletter-headline {
    margin-bottom: 30px;
}
.newsletter-headline h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.newsletter-headline p {
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
}
.newsletter-submit input[type='text'] {
    width: 36%;
    height: 50px;
    text-indent: 20px;
    padding-right: 10px;
    color: #2a2a2a;
}
.newsletter-submit input[type='submit'] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    height: 51px;
    border-bottom: 1px solid #333;
    background: #333;
    color: #fff;
    margin-left: -5px;
    transition: all 0.4s;
}
.newsletter-submit input[type='submit']:hover {
    background: #000;
    border-bottom: 1px solid #000;
}
/** error message ***/
.callout.callout-danger {
    border-color: #c23321;
}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.callout.callout-danger {
    background-color: #dd4b39 !important;
}
.callout.callout-success {
  background-color: #00a65a !important;
  border-color: #00733e;
}
.callout.callout-danger p, .callout.callout-success p {
    color:#fff!important;
}
/*** Verification Page ***/
.robot-success-wrapper {
  text-align:center; margin-bottom:100px; display: none;
}
.account-verify-title {
text-align:center!important;font-size:30px!important;margin-bottom: 10px!important; 
}
.account-verify-content {
  font-size:20px!important;margin-bottom: 20px!important;
}
.robot-animholder {
  width: 250px; height: 300px; margin: 0 auto; position: relative;
}

/*** robot animation **/
#robot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: 50vw;
  max-height: 80vh;
  margin: 0 auto;
}

#body {
  -webkit-animation: hover 1.1s ease-in-out 0s infinite alternate;
          animation: hover 1.1s ease-in-out 0s infinite alternate;
}

#head {
  -webkit-animation: hover 1.1s ease-in-out 0.05s infinite alternate;
          animation: hover 1.1s ease-in-out 0.05s infinite alternate;
}

#arms {
  -webkit-animation: hover 1.1s ease-in-out 0.1s infinite alternate;
          animation: hover 1.1s ease-in-out 0.1s infinite alternate;
}

#left_arm {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: arms_bounce_left 1.1s ease-in-out 0s infinite alternate;
          animation: arms_bounce_left 1.1s ease-in-out 0s infinite alternate;
}

#right_arm {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: arms_bounce_right 1.1s ease-in-out 0s infinite alternate;
          animation: arms_bounce_right 1.1s ease-in-out 0s infinite alternate;
}

#eyes ellipse {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: eyes_blink 2s ease-out 0s infinite alternate;
          animation: eyes_blink 2s ease-out 0s infinite alternate;
}

#shadow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: shadow 1.1s ease-in-out 0s infinite alternate;
          animation: shadow 1.1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5, 1.2);
            transform: translate3d(0, 0, 0) scale(1.5, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0.2;
  }
}
@keyframes shadow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5, 1.2);
            transform: translate3d(0, 0, 0) scale(1.5, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0.2;
  }
}
@-webkit-keyframes arms_bounce_left {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(-10deg);
            transform: translate3d(0, 30px, 0) rotate(-10deg);
  }
}
@keyframes arms_bounce_left {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(-10deg);
            transform: translate3d(0, 30px, 0) rotate(-10deg);
  }
}
@-webkit-keyframes arms_bounce_right {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(10deg);
            transform: translate3d(0, 30px, 0) rotate(10deg);
  }
}
@keyframes arms_bounce_right {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(10deg);
            transform: translate3d(0, 30px, 0) rotate(10deg);
  }
}
@-webkit-keyframes eyes_blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(0.8, 0);
            transform: scale(0.8, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes eyes_blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(0.8, 0);
            transform: scale(0.8, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}


/** preloader **/

.xspinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.xspinner .xpath {
  stroke: #ED7328;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*********** Page Not Found ********/
.p-error-page__wrap {
    position: relative;
    max-width: 890px;
    max-height: 647px;
        padding-bottom: 90px;
    margin-top: 45px;
}
.p-error-page__error {
    text-align: center;
    position: absolute;
    top: 38px;
    margin-left: 350px;
}
.p-error-page__code {
    color: #939daa;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 5px;
}
.p-error-page__desc {
    font-size: 30px;
    line-height: 40px;
    color: #939daa;
    margin-bottom: 25px;
}
.p-error-page__image {
    height: 350px;
}
.p-error-page__image-container {
    margin-left: 520px;
}

.p-error-page__image-container {
    max-width: 890px;
    max-height: 647px;
}


.contact-optlist li {
  list-style: none;
  padding-left: 20px;
  padding-top:5px;
  padding-bottom: 5px;
}
.optrequestfield {
  width: 100%;
}
.optrequestfield td span {
  padding-left: 26px;
}
.optrequestfield td label, .optrequestfield2 td label {
  cursor: pointer;
}
.optrequestfield2 {
  width: 100%;color:#EE7423;
}
/*** material checkbox ***/
.md-checkbox {
  position: relative;
  display:inline-block;
  text-align: left;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #EE7423;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.33654em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

/*** contact ***/
.joblinkedin {
  display: none;
}

/**** free task and project ***/
.optfreetaskfield {
  width: 100%;
}
.optfreetaskfield td span {
  padding-left: 26px;
}
.optfreetaskfield td label {
  cursor: pointer;
  max-width: 95%; 
}
.freetask-item {
    margin: 20px 0;
    min-height: 80px;
}
.freetask-item .taskcontent {
  padding-left: 10px;
}
.freetask-item .title {
    display: block;
    color: #333;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}

.freetask-item .icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.freetask-item .icon img {
    
    height: 58px;
}

.freetask-item .desc {
    padding: 0 15px 15px 15px;
}

.freetask-item .desc p {
    text-align: center;
    font-size: 14px;
}

.freetask-item .more {
    text-align: center;
}

.freetask-item .more a {
    display: block;
    background: #ED7327;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.freetask-item .more a:hover {
    background: #DA5E12;
}

.ft-group {
  display: flex;
}

.ftbutton {
  background: #EE7423; color: #fff; font-size: 14px; font-weight: bold; padding: 8px 18px; border: 0; font-family: Arial;
}
.ftbutton:hover, .ftbutton:focus, .ftbutton:active {
  color:#FFEFBF;
}



/*** fselect ****/
.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 100%;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 11px 32px 11px 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 96%;
    margin-top: 2px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
    text-align: left!important;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}

/**** consulting content ****/
.ven-elements {
     height: 610px;
    width: 756px;
  margin: 0 auto;
  position: relative;
}
.center-image{
    z-index: 4;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    opacity: 1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 35px;
    border: 6px solid #cccccc;
}
.circlepagehead{

    padding-top:15px;
    margin-bottom: 25px;
}

.circlepageheadsub{
    margin-bottom: 40px;
}

.leftarrow{
    position:absolute;
    left: -100px;
    margin-top:114px;
}
.leftcircletext{
    position: absolute;
    z-index: 999;
    left: -314px;
    margin-top: -180px;
    font-size: 16px;
    color: #ffffff;
    background-color: #FB6D13;
    padding: 15px;
    border-radius: 5px;
}

.lefthidden{
    opacity: 0;

}

.rightarrow{
    position:absolute;
    right: -100px;
    z-index: 9999;
    margin-top:114px;
}
.rightcircletext{
    position: absolute;
    right: -264px;
    margin-top: -115px;
    z-index: 999;
    font-size: 16px;
    color: #ffffff;
    background-color: #FB6D13;
    padding: 15px;
    border-radius: 5px;
}
.righthidden{
    opacity: 0;
}

.bottomarrow{
        position: absolute;
        right: 70px;
    top: 85px;
}
.bottomcircletext{
    position: absolute;
    right: -190px;
    z-index: 999;
    font-size: 16px;
    color: #ffffff;
    background-color: #FB6D13;
    padding: 10px;
    border-radius: 5px;
}
.bottomthidden{
    opacity: 0;
}
.venncirclft {
    text-align: left;
    padding: 25px;
    padding-top:35px;
    width: 330px;
    height: 330px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 50%;
    position: absolute;
        top: 276px;
    left: 49px;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;

    background-color: #EE7423;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    background-color: rgba(251, 109, 19, 0.7);
    z-index: 2;
    border:10px solid #cccccc;
}

.venncirclft > a {
    margin-top: 6px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: .004em;
    color: #FFFFFF;
    text-decoration: none;
}
.venncirclft:hover {
    z-index: 5;
    background-color: #EE7423;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-color:  rgba(251, 109, 19, 1);
}
.venncircrt {
    padding: 15px;
    padding-right:0px;
    padding-left:0px;
    width: 330px;
    height: 330px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
    right: 49px;
    top: 276px;
     background-color: #009AD0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    background-color: rgba(0, 154, 208, 0.7);
    z-index: 3;
    text-align: right;
    border:10px solid #cccccc;
}
.venncircrt > a {
    margin-top: 6px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: .004em;
    color: #FFFFFF;
    text-decoration: none;
}
.venncircrt:hover {
     z-index: 5;
    background-color: #009AD0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-color:  rgba(0, 154, 208, 1);
}
.venncircbtm {
    padding-top: 10px;

    width: 330px;
    height: 330px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background-color: #25393F;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-color: rgba(37, 57, 63, 0.7);
    z-index: 1;
    position: relative;
    border:10px solid #cccccc;
}
.venncircbtm > a {
    margin-top: 16px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: .004em;
    color: #FFFFFF;
    text-decoration: none;
}
.venncircbtm:hover {
    z-index: 5;
    background-color: #25393F;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background-color: rgba(37, 57, 63, 1);
}

.venntxtrt {
        width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    z-index: 5;
}
.venntxtrt:hover {
    color: #FFFFFF;
    text-decoration:none;
}

.venntxtlft {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    z-index: 5;
}
.venntxtlft:hover {
    color: #FFFFFF;
    text-decoration:none;
}
.venntxtbtm {
    text-align: center;
    display: inline-block;
    width: 80%;
    position: relative;
}
.venntxtbtm:hover {
    color: #FFFFFF;
    text-decoration:none;
}


/***** Section Iterative Approach *****/
.box {margin: 70px;
          position: relative;
  width:200px;
  height:200px;
  border-radius:50%;
  padding:50px;
  background:
    linear-gradient(#fff,#fff) content-box,
    linear-gradient(-0deg,#FFD3B4 59%, transparent 60%) bottom left/50% 85%,
    linear-gradient( 0deg,#FFC700 59%, transparent 60%) bottom right/50% 85%,
    linear-gradient(to left,#F77A27 50%,#FFE9D5 50%);
  background-repeat:no-repeat;
  box-sizing:border-box;
}
.box-1 {
  position: absolute; left: 20%; top: 20%; font-size: 20px; font-weight: bold; color: #333;
}
.box-2 {
  position: absolute; right: 20%; top: 20%; font-size: 20px; font-weight: bold; color: #ffffff;
}
.box-3 {
  position: absolute; left: 20%; bottom: 20%; font-size: 20px; font-weight: bold; color: #767171;
}
.box-4 {
  position: absolute; right: 20%; bottom: 20%; font-size: 20px; font-weight: bold; color: #ffffff;
}
.box-1:after {
  content: url("data:image/svg+xml; utf8, <svg height='24' viewBox='0 0 512 512' width='24' xmlns='http://www.w3.org/2000/svg'><g><path fill='rgba(118, 113, 113, 1)' d='m492 54.5h-118c-11.046 0-20 8.954-20 20v74.25h-98c-11.046 0-20 8.954-20 20v74.4h-98c-11.046 0-20 8.954-20 20v74.4h-98c-11.046 0-20 8.954-20 20v79.95c0 11.046 8.954 20 20 20h472c11.046 0 20-8.954 20-20v-363c0-11.046-8.954-20-20-20zm-20 363h-432v-39.95h98c11.046 0 20-8.955 20-20v-74.4h98c11.046 0 20-8.955 20-20v-74.4h98c11.046 0 20-8.954 20-20v-74.25h78z'/></g></svg>");
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 53px;
    position: absolute;
    top: -65px;
    left: -65px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFE9D5;
}
.box-1:before {
  content: '';
    position: absolute;
    top: -27px;
    left: 57px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFE9D5;
}
.box-2:after {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 512 512' width='24'> <g> <path fill='white' d='M 45 90 C 45.578125 90 46.152344 89.976562 46.730469 89.957031 L 73.734375 158.917969 C 47.84375 171.28125 30 199.078125 30 230.210938 L 30 377 C 30 451.4375 90.5625 512 165 512 L 346.136719 512 C 346.152344 512 346.164062 511.996094 346.179688 511.996094 C 437.632812 511.898438 512 437.921875 512 347 L 512 332 C 512 227.785156 421.628906 142.519531 313.367188 152.84375 C 257.695312 158.152344 209.359375 190.449219 180 236.449219 L 180 227 C 180 197.289062 162.5625 170.878906 136.292969 158.847656 L 163.269531 89.957031 C 163.84375 89.976562 164.421875 90 165 90 C 189.8125 90 210 69.8125 210 45 C 210 20.1875 189.8125 0 165 0 C 140.1875 0 120 20.1875 120 45 C 120 58.488281 125.972656 70.597656 135.402344 78.851562 L 106.738281 152.042969 C 105.582031 152.011719 104.421875 152.011719 103.257812 152.039062 L 74.601562 78.851562 C 84.027344 70.597656 90 58.488281 90 45 C 90 20.1875 69.8125 0 45 0 C 20.1875 0 0 20.1875 0 45 C 0 69.8125 20.1875 90 45 90 Z M 165 30 C 173.269531 30 180 36.730469 180 45 C 180 53.269531 173.269531 60 165 60 C 156.730469 60 150 53.269531 150 45 C 150 36.730469 156.730469 30 165 30 Z M 316.214844 182.707031 C 407.320312 174.019531 482 245.859375 482 332 L 482 347 C 482 421.4375 420.988281 482 346 482 C 287.550781 482 240 434.898438 240 377 L 240 352.097656 C 240 310.070312 272.273438 274.1875 311.945312 272.105469 C 355.234375 269.839844 391 304.148438 391 346.996094 L 391 362 C 391 378.542969 377.542969 392 361 392 C 344.457031 392 331 378.542969 331 362 L 331 347 C 331 338.714844 324.285156 332 316 332 C 307.714844 332 301 338.714844 301 347 L 301 362 C 301 395.085938 327.914062 422 361 422 C 394.085938 422 421 395.085938 421 362 L 421 346.996094 C 421 286.984375 370.894531 238.984375 310.375 242.148438 C 253.375 245.136719 210 295.695312 210 352.097656 L 210 377 C 210 381.257812 210.210938 385.464844 210.597656 389.621094 C 192.828125 383.601562 180 366.777344 180 347 L 180 339.089844 C 180 258.683594 239.832031 189.992188 316.214844 182.707031 Z M 150 347 C 150 385.875 179.730469 417.929688 217.648438 421.636719 C 226.109375 445.53125 241.15625 466.371094 260.625 482 L 165 482 C 107.101562 482 60 434.898438 60 377 L 60 230.210938 C 60 206.546875 76.050781 186.089844 97.332031 182.628906 C 125.84375 177.988281 150 199.835938 150 227 Z M 45 30 C 53.269531 30 60 36.730469 60 45 C 60 53.269531 53.269531 60 45 60 C 36.730469 60 30 53.269531 30 45 C 30 36.730469 36.730469 30 45 30 Z M 45 30 ' /> <path fill='white' d='M 105 212 C 96.714844 212 90 218.714844 90 227 L 90 257 C 90 265.285156 96.714844 272 105 272 C 113.285156 272 120 265.285156 120 257 L 120 227 C 120 218.714844 113.285156 212 105 212 Z M 105 212 ' /> </g> </svg>");
  font-size: 21px;
  line-height: 55px;
    position: absolute;
    top: -65px;
    right: -65px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F77A27;
}

.box-2:before {
  content: '';
    position: absolute;
    top: 55px;
    right: -26px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #F77A27;
}
.box-3:after {
  content: url("../img/increase-icon.png");
  line-height: 63px;
    position: absolute;
    bottom: -65px;
    left: -65px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFD3B4;
     font-weight: normal;
}
.box-3:before {
  content: '';
    position: absolute;
    top: -59px;
    left: -26px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFD3B4;
}
.box-4:after {
  content: '\f0eb';
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 48px;
    position: absolute;
    bottom: -65px;
    right: -65px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFC700;
     font-weight: normal;
}
.box-4:before {
  content: '';
    position: absolute;
    bottom: -26px;
    right: 56px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFC700;
}
@media only screen and (max-width: 991px) {
.listnumbox {
  padding: 20px;
}

}
@media only screen and (min-width: 1220px) {
  .listnumbox li:nth-child(1) {
    position: absolute;
      top: 0%;
      right: 12%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(2) {
    position: absolute;
      bottom: 0%;
      right: 12%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(3) {
    position: absolute;
      bottom: 19%;
      left: 12%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(4) {
    position: absolute;
      top: 3%;
      left: 12%;
      display: inline-block;
      width: 280px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1220px) {
  .listnumbox li:nth-child(1) {
    position: absolute;
      top: 0%;
      right: 5%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(2) {
    position: absolute;
      bottom: 0%;
      right: 5%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(3) {
    position: absolute;
      bottom: 19%;
      left: 5%;
      display: inline-block;
      width: 280px;
  }
  .listnumbox li:nth-child(4) {
    position: absolute;
      top: 3%;
      left: 5%;
      display: inline-block;
      width: 280px;
  }
}
.listnumbox li b {
  display: block;
  color:#ED7327;
}
.iterative-section {
    background-color: #ED7327;
    display: inline-block;
    padding-left: 16%;
    padding-right: 16%;
    font-size: 22px;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 10px;
}
.mx-iterative {
  margin-top:10px; margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
.iterative-section {
    background-color: #ED7327;
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 22px;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 10px;
}
.mx-iterative {
  margin-top:0; margin-bottom: 0;
}
}

/**** WE MASTER ALL DOMAINS OF ACCELERATION ****/
.acc-domainwrapper {
  margin-top: 170px; margin-bottom: 170px; width: 800px; left: 50%; position: relative; transform: translate(-50%, 0%);
}
.acc-domaincenter {
  background: #fff; border: 6px solid #EE7526; width: 150px; height: 150px; border-radius: 50%; margin: 0 auto; text-align: center; line-height: 122px;
}
.acc-domain1 {
  position: absolute; width: 50px; height: 50px; top: -120px; left: 48%; transform: translate(0%, -50%);
}
.acc-domain1 .text {
  position: relative; text-align: center; left: -196%; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain2 {
  position: absolute; width: 50px; height: 50px; top: -100px; left: 29%; transform: translate(0%, 28%);
}
.acc-domain2 .text {
  position: relative; left: -125%; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain3 {
  position: absolute; width: 50px; height: 50px; top: -100px; right: 29%; transform: translate(0%, 28%);
}
.acc-domain3 .text {
  position: relative; right: 85%; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain4 {
  position: absolute; width: 50px; height: 50px; top: 10px; left: 22%; transform: translate(0%, 28%);
}
.acc-domain4 .text {
  position: relative; left: -125%; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain5 {
  position: absolute; width: 50px; height: 50px; top: 10px; right: 22%; transform: translate(0%, 28%);
}
.acc-domain5 .text {
  position: relative; right: 85%; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain6 {
  position: absolute; width: 50px; height: 50px; bottom: -20px; left: 29%; transform: translate(0%, 28%);
}
.acc-domain6 .text {
  position: relative; left: -204%; text-align: center; margin-top: 60px; font-size: 15px; width: 250px;
}
.acc-domain7 {
  position: absolute; width: 50px; height: 50px; bottom: -20px; right: 29%; transform: translate(0%, 28%);
}
.acc-domain7 .text {
  position: relative; right: 200%; margin-top: 60px; font-size: 15px; width: 250px; text-align: center;
}
.acc-domain8 {
  position: absolute; width: 50px; height: 50px; bottom: -120px; left: 48%; transform: translate(0%, -50%);
}
.acc-domain8 .text {
  position: relative; left: -196%; margin-top: 60px; font-size: 15px; width: 250px; text-align: center;
}

@media only screen and (max-width: 610px) {
  .acc-domainwrapper{
    margin-top:30px;margin-bottom: 70px;
  }
  .acc-domain1 {
      position: relative;
      top: 10px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain1 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 68px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain2 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain2 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 42px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain3 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain3 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain4 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain4 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain5 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain5 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain6 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain6 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain7 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain7 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
  .acc-domain8 {
      position: relative;
      top: 45px;
      left: 47%;
     transform: translate(0%, -50%);
  }
  .acc-domain8 .text {
  position: relative;
    text-align: center;
    left: -246%;
    top: 54px;
    margin-top: 60px;
    font-size: 15px;
    width: 250px;
  }
}

/***** 3rd slide ****/
.plt-transformation table td {
      padding: 0 50px;
}
#slanted {
  position: relative;
}
@media only screen and (max-width: 1226px) {
  #slanted > ul {
    list-style: none;
  }
  #slanted > ul > li > a {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  cursor: default;
  height: 60px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 4px;
    background: #34363A;
    color: white;
    text-decoration: none;
    position: relative;
    margin-bottom: 0;
  }
  #slanted > ul > li:nth-child(1) > a, #slanted > ul > li:nth-child(4) > a {
  background:#F07624;
}
#slanted > ul > li:nth-child(3) > a, #slanted > ul > li:nth-child(6) > a {
  background:#4D6B82;
}
  #slanted > ul > li > div {
    display: none;
  }

  .sl-contentlist {
    display: block;
    padding: 10px;
  }

  .sl-solutiontitle {
  display: block;
    text-align: center;
    padding: 18px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    border-top: 1px dashed #333;
  }
}

@media only screen and (min-width: 1226px) {
.sl-solutiontitle {
  position: absolute;
    left: 50%;
    top: 130px;
    transform: translate(-50%, 0%);
    display: inline-block;
    background: #F07624;
    padding: 5px 18px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
}  
#slanted > ul {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
  text-align: center;
  background: white;
  border-bottom:5px solid #F07624;
  padding-bottom: 8px;
}
#slanted > ul:after {
  left: 100%;
    bottom: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #F07624;
    border-width: 12px;
    margin-top: 37px;
}

#slanted > ul > li {
      display: inline-block;
    margin: 0 46px 0 -15px;
    position: relative;
    z-index: 0;
}
#slanted > ul > li > ul {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -40px;
}
#slanted > ul > li > ul > li {
  display: block;
}
#slanted > ul > li > ul > li > a {
  display: block;
  padding: 20px;
}
#slanted > ul > li:hover {
  z-index: 1;
}
#slanted > ul > li > a {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  cursor: default;
  height: 60px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 4px;
    background: #34363A;
    color: white;
    text-decoration: none;
    position: relative;
}
#slanted > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  height: 0;
  width: 0;
      border-left: 15px solid transparent;
    border-top: 30px solid #34363A;
    border-right: 15px solid #34363A;
    border-bottom: 30px solid transparent;
}
#slanted > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  height: 0;
  width: 0;
  border-left: 15px solid #34363A;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #34363A;
}
#slanted > ul > li > div {
  position: absolute; top: -20px; transform: translate(-50%, -50%); left: 50%; color: #333; font-size: 30px; font-weight: bold;color:#F07624;
}
#slanted > ul > li:nth-child(1) > a, #slanted > ul > li:nth-child(4) > a {
  background:#F07624;
}
#slanted > ul > li:nth-child(1) > a:before, #slanted > ul > li:nth-child(4) > a:before {
  border-left: 15px solid transparent;
    border-top: 30px solid #F07624;
    border-right: 15px solid #F07624;
    border-bottom: 30px solid transparent;
}
#slanted > ul > li:nth-child(1) > a:after, #slanted > ul > li:nth-child(4) > a:after {
  border-left: 15px solid #F07624;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #F07624;
}

#slanted > ul > li:nth-child(3) > a, #slanted > ul > li:nth-child(6) > a {
  background:#4D6B82;
}
#slanted > ul > li:nth-child(3) > a:before, #slanted > ul > li:nth-child(6) > a:before {
  border-left: 15px solid transparent;
    border-top: 30px solid #4D6B82;
    border-right: 15px solid #4D6B82;
    border-bottom: 30px solid transparent;
}
#slanted > ul > li:nth-child(3) > a:after, #slanted > ul > li:nth-child(6) > a:after {
  border-left: 15px solid #4D6B82;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #4D6B82;
}
/*
@media only screen and (max-width: 1200px) {
  #slanted > ul > li:nth-child(4) {
    position: relative; top: 61px; left: 97px; right: 0; display: table-cell;
  }
}
*/

.slanted-desc li {
      display: inline-block;
    vertical-align: text-top;
    width: 185px;
}

.sl-contentlist {
  padding-top: 80px; display: table-caption; vertical-align: top;padding-left:10px; border-right: 1px dashed #4D6B82;min-height: 250px;
}
#slanted > ul > li:nth-child(1) .sl-contentlist {
  width: 134px;
  position: absolute;
}
#slanted > ul > li:nth-child(2) .sl-contentlist {
  width: 175px;
  position: absolute;
}
#slanted > ul > li:nth-child(3) .sl-contentlist {
  width: 207px;
  position: absolute;
}
#slanted > ul > li:nth-child(4) .sl-contentlist {
  width: 183px;
  position: absolute;
}
#slanted > ul > li:nth-child(5) .sl-contentlist {
  width: 156px;
  position: absolute;
}
#slanted > ul > li:nth-child(6) .sl-contentlist {
  width: 124px;
    border-right: 0;
}

}