/* --------------------------------------------------------
CANDIDATES - Political/Activism HTML Template
Author: http://themeforest.net/user/rayoflightt
Website: http://rayoflightthemes.com
----------------------------------------------------------*/
/* -----------------------------------------------------------
CONTENTS:
html5 and responsive content
reset
general clases
menu
top slider
buttons
icon boxes
team box
main boxes
blog home
flickity gallery carousel
testimonials
social icons cta
hover effect
gallery home
single page
footer
landing
blog pages
sidebar
events
timer
countdown
tabs
accordion
gallery page
contact page
pagination
------------------------------------------------------------*/

/* 
  OLD
  primary: #E5B8AB;
  secondary: #052135
  button: #617CE7  
  buttom hover background-color: #5e77c1;
  button hover border-color: #5e77c1;
*/

/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
img {
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}
img,
embed,
object,
video {
  max-width: 100%;
}
/********* html5 and responsive content end *********/
/********* reset *********/
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #2c3e50;
}
a:link:hover,
a:visited:hover {
  color: #5e77c1;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  -o-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
ul,
ol {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
}
ul li,
ol li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h1.fontdomine,
h2.fontdomine,
h3.fontdomine,
h4.fontdomine,
h5.fontdomine,
h6.fontdomine {
  font-family: "domine";
}
h1.colorsecond,
h2.colorsecond,
h3.colorsecond,
h4.colorsecond,
h5.colorsecond,
h6.colorsecond {
  color: #5e77c1;
}
h1 {
  margin-bottom: 3px;
  font-size: 36px;
}
h2 {
  margin-bottom: 5px;
  font-size: 30px;
}
h3 {
  margin-bottom: 7px;
  font-size: 24px;
}
h4 {
  margin-bottom: 9px;
  font-size: 19px;
}
h5 {
  margin-bottom: 11px;
  font-size: 15px;
}
h6 {
  margin-bottom: 9px;
  font-size: 13px;
}
p {
  color: #919193;
  font-size: 15px;
  font-family: "Domine", Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 18px;
}
ul.ul-list i {
  color: #5e77c1;
  padding-right: 5px;
}
ul.ul-list-2 {
  font-size: 15px;
  line-height: 2;
  font-family: montserrat;
  font-weight: normal;
}
ul.ul-list-2 i {
  color: #5e77c1;
  padding-right: 5px;
}
/***bootstrap fix important***/
.row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .pull-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .navbar-fixed-top {
    position: relative !important;
  }
}
.padding-out {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
input[id="search"] {
  background: url("../images/search.png") center right no-repeat;
  width: 100%;
  max-width: 300px;
}
input[type="text"] {
  padding: 6px 12px;
  border: 2px solid #ecf0f1;
  -webkit-transition: border 0.7s ease;
  -moz-transition: border 0.7s ease;
  -o-transition: border 0.7s ease;
  transition: border 0.7s ease;
}
input[type="text"]:hover {
  border: 2px solid #2c3e50;
}
input[type="text"]:focus {
  border: 2px solid #5e77c1;
}
input[type="submit"] {
  padding: 6px 12px;
  border: none;
  background: transparent;
  border: 2px solid #2c3e50;
  font-family: montserrat;
}
input[type="submit"]:hover {
  text-transform: uppercase;
}
input[type="submit"]:focus {
  text-transform: uppercase;
}
.col-lg-5 {
  width: 20%;
  float: left;
}
@media (max-width: 992px) {
  .col-lg-5 {
    width: 100%;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
blockquote {
  float: left;
  border-left: 2px solid #ecf0f1;
}
/************ reset end *************/
/************ general classes ************/
html,
body {
  height: 100%;
}
body {
  height: 100%;
  font-size: 15px;
  font-family: "domine", Arial, sans-serif;
  background-attachment: fixed;
  background-color: #fff;
  color: #919193;
  line-height: 1.7;
  letter-spacing: 0.4px;
}
@media (max-width: 500px) {
  body {
    padding: 0;
  }
}
::selection {
  background: #5e77c1;
  color: #fff;
}
::-moz-selection {
  background: #5e77c1;
  color: #fff;
}
.wrapper100percent {
  float: left;
  width: 100%;
}
.divider-line {
  width: 100%;
  float: left;
  border-bottom: #ecf0f1 2px solid;
  margin-top: 24px;
  margin-bottom: 24px;
}
.divider-space {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/*** sections ***/
.sectionwrapper {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 1px;
  padding-bottom: 50px;
  background: #fff;
}
.section {
  float: left;
  width: 100%;
  background: #fff;
}
.section1 {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.section2 {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #ecf0f1;
}
.section3 {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #2c3e50;
}
.section3 a,
.section3 h1,
.section3 h2,
.section3 h3,
.section3 h4,
.section3 h5,
.section3 h6,
.section3 p,
.section3 body,
.section3 div {
  color: #fff;
}
.section4 {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #5e77c1;
}
.section4 a,
.section4 h1,
.section4 h2,
.section4 h3,
.section4 h4,
.section4 h5,
.section4 h6,
.section4 p,
.section4 body,
.section4 div {
  color: #fff;
}
.section5 {
  float: left;
  width: 100%;
  background: url("../images/bg2.png") center center no-repeat;
  background-size: cover;
}
.section5 .section5inner {
  float: left;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
  background: rgba(44, 62, 80, 0.8);
}
.section5 a,
.section5 h1,
.section5 h2,
.section5 h3,
.section5 h4,
.section5 h5,
.section5 h6,
.section5 p,
.section5 body,
.section5 div {
  color: #fff;
}
.section5 h1,
.section5 h2,
.section5 h3,
.section5 h4,
.section5 h5,
.section5 h6 {
  margin-bottom: 25px;
}
.section6 {
  float: left;
  width: 100%;
  background: url("../images/bg2.png") center center no-repeat;
  background-size: cover;
}
.section6 .section6inner {
  float: left;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
  background: rgba(192, 57, 43, 0.8);
}
.section6 a,
.section6 h1,
.section6 h2,
.section6 h3,
.section6 h4,
.section6 h5,
.section6 h6,
.section6 p,
.section6 body,
.section6 div {
  color: #fff;
}
.section6 h1,
.section6 h2,
.section6 h3,
.section6 h4,
.section6 h5,
.section6 h6 {
  margin-bottom: 25px;
}
.section7 {
  float: left;
  width: 100%;
  background: url("../images/bg2.png") center center no-repeat;
  background-size: cover;
}
.section7 .section7inner {
  background-size: cover;
  padding: 50px 0;
  background: rgba(236, 240, 241, 0.8);
}
.section7 h1,
.section7 h2,
.section7 h3,
.section7 h4,
.section7 h5,
.section7 h6 {
  margin-bottom: 25px;
}
.section8 {
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}
.section8 a,
.section8 h1,
.section8 h2,
.section8 h3,
.section8 h4,
.section8 h5,
.section8 h6,
.section8 p,
.section8 body,
.section8 div {
  color: #fff;
}
.section8 .section8text {
  width: 50%;
  float: left;
  padding: 100px;
  background: #2c3e50;
  text-align: center;
  font-family: montserrat;
  font-weight: 400;
}
.section8 .section8text .flickity-page-dots li {
  background: #ecf0f1;
}
.section8 .section8text p {
  font-family: montserrat;
}
.section8 .section8text h2 {
  font-size: 43px;
  font-family: domine;
  line-height: 1.3;
  font-weight: 700;
}
.section8 .section8text .onelist {
  margin-bottom: 50px;
}
.section8 .section8image {
  width: 50%;
  float: left;
  background: #fff url("../images/neubauer_at_desk.jpg") top center no-repeat;
  background-size: cover;
}
.section8 .section8imagea {
  width: 50%;
  float: left;
  background: #ecf0f1 url("../images/about.png") center center no-repeat;
}
@media (max-width: 1200px) {
  .section8 .section8text {
    padding: 50px 25px;
  }
  .section8 .section8text .onelist {
    float: left;
    width: 100%;
  }
  .section8 .section8text h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .section8 {
    display: block;
    padding: 0;
  }
  .section8 .section8text {
    width: 100%;
  }
  .section8 .section8text h2 {
    font-size: 30px;
  }
  .section8 .section8image {
    width: 100%;
    min-height: 350px;
  }
}
/* for subscribe */
.section9 {
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  background: #5e77c1;
  margin-bottom: -60px;
}
.section9 .section9a {
  width: 50%;
  float: left;
  padding: 25px 40px;
  text-align: right;
  color: #fff;
  border-right: 1px solid #fff;
}
.section9 .section9a h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.section9 .section9a a,
.section9 .section9a h1,
.section9 .section9a h2,
.section9 .section9a h3,
.section9 .section9a h4,
.section9 .section9a h5,
.section9 .section9a h6,
.section9 .section9a p,
.section9 .section9a body,
.section9 .section9a div {
  color: #fff;
}
.section9 .section9b {
  width: 50%;
  float: left;
  padding: 23px 25px 10px 25px;
  border-left: 1px solid #fff;
}
.section9 .section9b input[type="text"] {
  padding: 6px 25px;
  color: #2c3e50;
  min-height: 41px;
  float: left;
  background: #fff;
  border: #fff 2px solid;
}
.section9 .section9b input[type="text"]:hover,
.section9 .section9b input[type="text"]:focus {
  border: #fff 2px solid;
}
.section9 .section9b input[type="button"] {
  display: inline-block;
  float: left;
  background: transparent;
  padding: 6px 25px;
  color: #fff;
  border: #fff 2px solid;
  text-transform: none;
  -webkit-transition: text-transform 0.7s ease;
  -moz-transition: text-transform 0.7s ease;
  -o-transition: text-transform 0.7s ease;
  transition: text-transform 0.7s ease;
}
.section9 .section9b input[type="button"]:hover,
.section9 .section9b input[type="button"]:focus {
  text-transform: uppercase;
}
.section9 .section9b ul {
  color: #fff;
}
@media (max-width: 992px) {
  .section9 {
    display: block !important;
    margin-bottom: 0;
  }
  .section9 .section9a {
    width: 100%;
    float: left;
    padding: 50px 20px;
    text-align: center;
    border-right: none;
  }
  .section9 .section9b {
    width: 100%;
    float: left;
    padding: 50px 20px;
    border-left: none;
  }
  .section9 .section9b input[type="text"] {
    width: 100%;
    text-align: center;
  }
  .section9 .section9b input[type="button"] {
    width: 100%;
    max-width: 100%;
  }
}
/*** sections end ***/
.mainheadlinewrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mainheadlinewrapper .mainheadline {
  padding-left: 30px;
  border-left: 4px solid #2c3e50;
}
.mainheadlinewrapper .mainheadline h2 {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  font-family: "Montserrat";
}
.mainheadlinewrapper .mainheadline h3 {
  font-weight: 400;
  font-family: Domine;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: none;
  color: #919193;
}
@media (max-width: 992px) {
  .mainheadlinewrapper .mainheadline {
    padding: none;
    border: none;
    text-align: center;
  }
  .mainheadlinewrapper .mainheadline h2 {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    font-family: "Montserrat";
  }
  .mainheadlinewrapper .mainheadline h3 {
    font-weight: 400;
    font-family: Domine;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: none;
    color: #919193;
  }
}
/********* general classes end *********/
/************ menu ************/
.top {
  position: relative;
  z-index: 200;
  width: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #ecf0f1;
}
.top .topright a {
  float: right;
}
.top i {
  padding: 10px 14px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 13px;
  float: left;
  color: #2c3e50;
  opacity: 0.6;
}
.top i:hover {
  color: #5e77c1;
  opacity: 1;
}
.top i i.last {
  border: none;
}
.top i span {
  font-weight: 400;
  font-size: 13px;
  margin-left: 2px;
}
.top-disappear {
  display: none;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width: 767px) {
  .top {
    text-align: center;
  }
  .top .topright a {
    float: left;
  }
  .top .topright {
    float: left;
    width: 100%;
  }
}
/** toggle icon **/
#toggle-icon {
  position: relative;
  width: 60px;
  height: 45px;
  margin: 27px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}
#toggle-icon span {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  background: #2c3e50;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#toggle-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#toggle-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#toggle-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 9px;
}
/** toggle icon end **/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 30000px;
}
.navbar {
  z-index: 1000;
  width: 100%;
  float: left;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 2px solid #ecf0f1;
}
.navbar-height1 {
  height: 100px;
}
.navbar-height1 .nav > li {
  float: left;
  padding: 0;
}
.navbar-height1 .nav > li > a {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.navbar-height1 .navbar-brand {
  padding-top: 25px;
  height: auto;
}
.nav > li > a:link,
.nav > li > a:visited {
  padding: 0 12px;
  background: transparent;
  font-family: montserrat;
  font-size: 13px;
  color: #2c3e50;
  font-weight: 700;
  text-transform: uppercase;
}
.nav > li > a:hover {
  color: #5e77c1;
}
.nav > li:hover,
li.active {
  color: #5e77c1;
}
.navbar-nav > .active > a:link,
.navbar-nav > .active > a:visited,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  display: inlne-block;
  color: #5e77c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-height1 .navbar-nav > li > ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navbar-height2 .navbar-nav > li > ul {
  padding: 0;
  margin: 12px 0 0 0;
  width: 100%;
}
/*** for dropdown hide ***/
.navbar-nav li ul {
  position: absolute;
  z-index: 100;
  left: -9999px;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: -9999px;
}
.navbar-nav li ul li ul {
  postion: absolute;
  left: -9999px;
}
.navbar-nav li ul li:hover ul {
  left: 0;
}
/*** for dropdown hide end ***/
/*** second level ***/
.navbar-nav > li > ul > li {
  margin: 0;
  width: 100%;
}
.nav li ul {
  display: block;
  float: left;
  min-width: 200px !important;
  background: #ecf0f1;
  padding: 12px 0 !important;
  border-bottom: 2px solid #fff;
}
.navbar-nav > li > ul > li > a:link,
.navbar-nav > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 12px 25px;
  min-width: 200px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: montserrat;
}
.navbar-nav > li > ul > li > a:hover {
  color: #5e77c1;
}
.navbar-nav > li:hover ul {
  left: 0;
}
/*** second level end ***/
/*** third level ***/
.navbar-nav > li > ul > li > ul > li {
  margin: 0;
  width: 100%;
}
.nav li ul li ul {
  display: block;
  float: left;
  margin-left: 90%;
  margin-top: -55px;
  min-width: 200px !important;
  background: #dadcdc;
  padding: 12px 0 !important;
}
.navbar-nav > li > ul > li > ul > li a:link,
.navbar-nav > li > ul > li > ul > li a:visited {
  position: relative;
  display: block;
  padding: 12px 25px;
  min-width: 200px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: montserrat;
}
.navbar-nav > li > ul > li > ul > li > a:hover {
  color: #5e77c1;
}
.navbar-nav > li > ul > li:hover ul {
  left: 0;
}
/*** third level end ***/
/** fix for navigation breakpoing **/
@media (max-width: 992px) {
  .nav > li {
    border-top: none !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
/** fix for navigation breakpoing end **/
@media (max-width: 992px) {
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 14px 4px;
    font-size: 13px;
  }
  /** fix for navigation breakpoint 2 **/
  .navbar-header {
    float: right;
  }
  .collapse {
    float: right;
    width: 100%;
  }
  .responsive-wrapper {
    float: right;
    width: 100%;
  }
  /** fix for navigation breakpoint 2 end **/
  .navbar-nav > li > a {
    margin-left: 0;
  }
  .navbar-nav > li > a {
    margin-right: 0;
    color: #fff;
  }
  .navbar {
    position: relative !important;
    height: auto;
    min-height: 120px;
  }
  .nav {
    margin-top: 20px;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > ul > li > a:link,
  .navbar-nav > li > ul > li > a:visited {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > ul > li > ul > li > a:link,
  .navbar-nav > li > ul > li > ul > li > a:visited {
    display: block;
    width: 100%;
    text-align: center;
  }
  .nav li ul li ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 0;
  }
  .navbar-nav li ul {
    position: relative;
    z-index: 100;
    left: 0;
  }
  .navbar-nav li:hover ul {
    left: 0;
  }
  .navbar-nav li:hover ul li ul {
    left: 0;
  }
  .navbar-nav li ul li ul {
    postion: relative;
    left: 0;
  }
  .navbar-nav li ul li:hover ul {
    left: 0;
  }
  .navbarwrapper {
    position: relative;
    z-index: 900;
  }
}
@media (max-width: 992px) {
  .navbar-height1 {
    float: left;
  }
  .navbar-height1 .nav {
    padding-top: 12px;
  }
  .navbar-height1 .nav > li {
    padding: 0;
  }
  .navbar-height1 .nav > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .navbar-height-inner {
    height: auto;
  }
  .navbar-height-inner .nav {
    padding-top: 12px;
  }
  .navbar-height-inner .nav > li {
    padding: 0;
  }
  .navbar-height-inner .nav > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
/********* menu end **********/
/**************** top slider ******************/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  float: left;
  width: 100%;
  margin: 100px auto 0 auto;
  background: #fff;
  position: relative;
  zoom: 1;
}
@media screen and (max-width: 992px) {
  .flexslider {
    margin: 0 auto;
  }
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 5;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #5e77c1;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: " ";
}
.flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -9999px;
  background-image: url("../images/arrow-left.png");
  width: 50px;
  height: 50px;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-indent: -9999px;
  background-image: url("../images/arrow-right.png");
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-control-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 25px;
  height: 7px;
  display: block;
  background: #2c3e50;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.6;
}
.flex-control-paging li a:hover {
  background: #2c3e50;
  opacity: 1;
}
.flex-control-paging li a.flex-active {
  background: #2c3e50;
  cursor: default;
  opacity: 1;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 1000px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
    background: rgba(236, 240, 241, 0.8);
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
    background: rgba(236, 240, 241, 0.8);
  }
}
.flex-caption1 {
  position: absolute;
  /* top: 50%; */
  width: 100%;
  margin-top: -280px;
}
.flex-caption1 h1,
.flex-caption1 h2,
.flex-caption1 h3,
.flex-caption1 h4,
.flex-caption1 h5,
.flex-caption1 h6,
.flex-caption1 p {
  color: #2c3e50;
}
.flex-caption1 h1.caption-headline,
.flex-caption1 h2.caption-headline {
  font-weight: 700;
  font-family: "domine";
  font-size: 43px;
  margin-bottom: 19px;
  line-height: 1;
  color: #2c3e50;
  letter-spacing: 3px;
}
.flex-caption1 h2.caption-subheadline {
  font-weight: 700;
  font-family: "montserrat";
  font-size: 30px;
  margin-bottom: 12px;
}
.flex-caption1 .caption-list {
  margin-bottom: 25px;
}
.flex-caption1 p {
  font-weight: 400;
  font-family: "montserrat";
  font-size: 19px;
  margin-bottom: 12px;
}
.flex-caption1 i {
  color: #5e77c1;
  margin-right: 5px;
}
.flex-caption2 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -175px;
}
.flex-caption2 h1,
.flex-caption2 h2,
.flex-caption2 h3,
.flex-caption2 h4,
.flex-caption2 h5,
.flex-caption2 h6,
.flex-caption2 p {
  color: #2c3e50;
}
.flex-caption2 h1.caption-headline,
.flex-caption2 h2.caption-headline {
  font-weight: 700;
  font-family: "domine";
  font-size: 43px;
  margin-bottom: 19px;
  line-height: 1;
  color: #5e77c1;
  letter-spacing: 3px;
}
.flex-caption2 h2.caption-subheadline {
  font-weight: 700;
  font-family: "montserrat";
  font-size: 24px;
  margin-bottom: 6px;
}
.flex-caption2 .caption-list {
  margin-bottom: 25px;
}
.flex-caption2 p {
  font-weight: 400;
  font-family: "montserrat";
  font-size: 19px;
  margin-bottom: 12px;
}
.flex-caption2 i {
  color: #2c3e50;
  font-size: 19px;
  margin-bottom: 25px;
  margin-right: 5px;
}
.flex-caption2 .captioninner {
  display: inline-block;
  background: #ecf0f1;
  width: 360px;
  height: 360px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 110px 19px;
  margin: 0 auto;
}
@media (max-width: 1270px) {
  /* .flex-caption1 {
    margin-top: -125px;
  } */
  .flex-caption1 h1.caption-headline,
  .flex-caption1 h2.caption-headline {
    font-size: 30px;
  }
  .flex-caption1 h2.caption-subheadline {
    font-size: 19px;
  }
  .flex-caption1 p {
    font-size: 13px;
  }
  .flex-caption2 {
    margin-top: -125px;
  }
  .flex-caption2 h1.caption-headline,
  .flex-caption2 h2.caption-headline {
    font-size: 24px;
  }
  .flex-caption2 i {
    font-size: 15px;
  }
  .flex-caption2 h2.caption-subheadline {
    font-size: 19px;
  }
  .flex-caption2 p {
    font-size: 13px;
  }
  .flex-caption2 .captioninner {
    display: inline-block;
    background: #ecf0f1;
    width: 260px;
    height: 260px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 70px 12px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .flexslider {
    margin-top: 0;
  }
  .flex-caption {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 54px;
    padding-bottom: 54px;
    text-align: center;
  }
}
/**************** top slider end ******************/
/************ buttons ************/
a.button1 {
  z-index: 10;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 25px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}
a.button1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.button1:hover,
a.button1:focus,
a.button1:active {
  color: #fff;
}
a.button1:hover:before,
a.button1:focus:before,
a.button1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
a.button1.firstcolor {
  background: #2c3e50;
  border-bottom: 4px solid #5e77c1;
}
a.button1.firstcolor:before {
  background: #111920;
}
a.button1.secondcolor {
  background: #5e77c1;
  border-bottom: 4px solid #2c3e50;
}
a.button1.secondcolor:before {
  background: #9e3025;
}
a.button1.thirdcolor {
  background: #ecf0f1;
  color: #2c3e50;
  border-bottom: 4px solid #2c3e50;
}
a.button1.thirdcolor:before {
  background: #dadcdc;
}
a.button1.firstcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #5e77c1;
}
a.button1.firstcolor.small i {
  font-size: 15px;
}
a.button1.secondcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #2c3e50;
}
a.button1.secondcolor.small i {
  font-size: 15px;
}
a.button1.thirdcolor.small {
  padding: 12px 19px;
  font-size: 13px;
  border-bottom: 2px solid #2c3e50;
}
a.button1.thirdcolor.small i {
  font-size: 15px;
}
a.button1.whiteborder {
  border-bottom: 4px solid #fff;
}
a.button1.small.whiteborder {
  border-bottom: 2px solid #fff;
}
a.button1 i {
  font-size: 19px;
  line-height: 0;
  padding-left: 6px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-weight: bold;
}
a.button1:hover i {
  padding-left: 12px;
}
/************ buttons end ************/
/************ icon boxes ****************/
.icon-box1 {
  width: 100%;
  float: left;
  text-align: center;
  border: 2px solid #ecf0f1;
  padding: 50px 30px;
  margin-bottom: 25px;
}
.icon-box1 i.icon {
  color: #2c3e50;
  font-size: 40px;
  margin-bottom: 25px;
}
.icon-box1 a {
  color: #2c3e50;
  font-family: montserrat;
  font-size: 13px;
  text-transform: uppercase;
}
.icon-box1 h4 {
  font-weight: 700;
}
.icon-box1 h4,
.icon-box1 p,
.icon-box1 a {
  margin-bottom: 25px;
}
.icon-box1:hover {
  background: #ecf0f1;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.icon-box1:hover i.icon {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #5e77c1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.icon-box2 {
  width: 100%;
  float: left;
  padding: 50px 30px 30px 0;
  max-width: 400px;
}
.icon-box2 .iconwrapper {
  position: relative;
  width: 30%;
  float: left;
  text-align: center;
  border-left: 4px solid rgba(44, 62, 80, 0.8);
  margin-top: 12px;
}
.icon-box2 i.icon {
  margin-top: 0;
  color: #2c3e50;
  font-size: 40px;
  margin-bottom: 25px;
}
.icon-box2 .textwrapper {
  width: 70%;
  float: left;
}
.icon-box2 a {
  color: #2c3e50;
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 13px;
}
.icon-box2 h4 {
  font-weight: 700;
  font-size: 19px;
}
.icon-box2 h4,
.icon-box2 p,
.icon-box2 a {
  margin-bottom: 25px;
}
.icon-box2:hover i.icon {
  color: #5e77c1;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.icon-box2:hover a {
  color: #5e77c1;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  -o-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
@media (max-width: 992px) {
  .icon-box2 {
    float: none;
    margin: 0 auto;
  }
  .icon-box2 .iconwrapper {
    margin-top: 37px;
  }
  .icon-box2 .textwrapper {
    margin-top: 25px;
  }
}
/************ icon boxes end ***********/
/************ team box ************/
.team-box {
  width: 100%;
  float: left;
  max-width: 600px;
  text-align: center;
  margin-bottom: 50px;
}
.team-box .team-box-inner {
  float: left;
  width: 100%;
  padding: 30px 30px 0 30px;
  border: 2px solid #ecf0f1;
}
.team-box i.icon {
  color: #919193;
  font-size: 15px;
  margin: 0 5px;
}
.team-box i.icon:hover {
  color: #5e77c1;
}
.team-box a.link {
  display: inline-block;
  color: #2c3e50;
  font-family: montserrat;
  font-style: italic;
  font-size: 15px;
  margin-top: 25px;
}
.team-box a.link i {
  color: white;
  width: 37px;
  height: 37px;
  padding-top: 12px;
  background: #2c3e50;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.team-box a.link i:hover {
  background: #5e77c1;
}
.team-box h4 {
  font-weight: 700;
  margin-bottom: 3px;
}
.team-box p {
  margin-bottom: 25px;
}
/************ team box end ************/
/************ main boxes ****************/
.main-boxes {
  display: flex;
  background: #fff;
  text-align: center;
  align-items: stretch;
}
.main-boxes h1,
.main-boxes h2,
.main-boxes h3,
.main-boxes h4,
.main-boxes h5,
.main-boxes h6,
.main-boxes p,
.main-boxes a,
.main-boxes div {
  margin-bottom: 0;
  line-height: 1.6;
}
.main-boxes .one-box1 {
  width: 33.33%;
  float: left;
  background: #ecf0f1;
}
.main-boxes .one-box1 h3 {
  font-weight: 700;
}
.main-boxes .one-box1 .one-box1-inner {
  width: 100%;
  float: left;
  padding: 102px 0;
  background: #ecf0f1;
}
.main-boxes .one-box2 {
  width: 33.33%;
  float: left;
  background: #2c3e50;
}
.main-boxes .one-box2 .one-box2-inner {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: #2c3e50;
}
.main-boxes .one-box2 h2 {
  display: inline-block;
  font-family: "domine";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 19px;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 1;
  letter-spacing: 3px;
}
.main-boxes .one-box2 i {
  position: relative;
  top: -7px;
  display: inline-block;
  font-size: 15px;
}
.main-boxes .one-box2 h5 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.main-boxes .one-box2 h3 {
  margin-bottom: 0;
}
.main-boxes .one-box2 h1,
.main-boxes .one-box2 h2,
.main-boxes .one-box2 h3,
.main-boxes .one-box2 h4,
.main-boxes .one-box2 h5,
.main-boxes .one-box2 h6,
.main-boxes .one-box2 p,
.main-boxes .one-box2 a,
.main-boxes .one-box2 div {
  color: #fff;
}
.main-boxes .one-box3 {
  width: 33.33%;
  float: left;
  background: #5e77c1;
}
.main-boxes .one-box3 h3 {
  font-weight: 700;
}
.main-boxes .one-box3 .one-box3-inner {
  width: 100%;
  height: 100%;
  float: left;
  padding: 67px 0;
  background: #5e77c1;
}
.main-boxes .one-box3 h1,
.main-boxes .one-box3 h2,
.main-boxes .one-box3 h3,
.main-boxes .one-box3 h4,
.main-boxes .one-box3 h5,
.main-boxes .one-box3 h6,
.main-boxes .one-box3 p,
.main-boxes .one-box3 a,
.main-boxes .one-box3 div {
  color: #fff;
}
@media (max-width: 1200px) {
  .main-boxes .one-box2 h2 {
    font-size: 30px;
  }
  .main-boxes .one-box2 h5 {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .main-boxes {
    display: block;
  }
  .main-boxes .one-box1 {
    width: 100%;
  }
  .main-boxes .one-box1 .one-box1-inner {
    padding: 60px 0 50px 0;
  }
  .main-boxes .one-box2 {
    width: 100%;
  }
  .main-boxes .one-box3 {
    width: 100%;
  }
}
/************ main boxes end ****************/
/************ blog home ****************/
.blog-box {
  position: relative;
  float: left;
  width: 100%;
  border: #ecf0f1 2px solid;
  background: #fff;
  padding: 40px 25px 50px 50px;
  margin-bottom: 12px;
}
.blog-box img {
  max-width: 95px;
  float: left;
  margin-right: 25px;
}
.blog-box h4 {
  font-size: 19px;
  font-family: domine;
  letter-spacing: 1px;
  font-weight: 700;
}
.blog-box .meta {
  margin-bottom: 25px;
}
.blog-box .meta p {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-family: montserrat;
  font-size: 13px;
  color: #2c3e50;
}
.blog-box a.link {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  display: inline-block;
  color: #2c3e50;
  font-family: montserrat;
  font-style: italic;
  font-size: 15px;
  margin-top: 25px;
  text-align: center;
}
.blog-box a.link i {
  color: #fff;
  width: 37px;
  height: 37px;
  padding-top: 11px;
  background: #2c3e50;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.blog-box:hover a.link i {
  background: #5e77c1;
}
@media (max-width: 1200px) {
  .blog-box h4 {
    float: left;
    width: 100%;
    margin-top: 25px;
  }
}
/************ blog home end ***************/
/*********** flickity gallery carousel ****************/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -40px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  float: left;
  bottom: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 25px;
  height: 6px;
  margin: 0 7px;
  opacity: 0.5;
  background: #2c3e50;
  cursor: pointer;
}
.flickity-page-dots .dot:hover {
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  background: #2c3e50;
  opacity: 1;
  cursor: auto;
}
/**** carousel ****/
@media (max-width: 1000px) {
  .carouselwidth {
    width: 50%;
    float: left;
  }
  .gallery .partnerone {
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .carouselwidth {
    width: 100%;
  }
}
.carouselwrapper {
  position: relative;
}
.carouselimage {
  position: relative;
  z-index: 100;
}
.flickity-enabled .gallery-cell {
  margin-bottom: 0;
}
/*** carousel end ****/
.gallery--not-counting .gallery-cell:before {
  content: none;
}
.gallery--full-width .gallery-cell {
  width: 100%;
}
.gallery--half-width .gallery-cell {
  width: 50%;
}
.gallery--various-widths .gallery-cell {
  width: 33%;
}
.gallery--various-widths .gallery-cell.size-180 {
  width: 180px;
}
.gallery--various-widths .gallery-cell.size-large {
  width: 75%;
}
.gallery--media-queried .gallery-cell {
  width: 100%;
}
.gallery--selected-cell .gallery-cell.is-selected {
  background: #ed2;
}
.gallery--gallery-focus:focus .flickity-viewport {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/* ---- show-several ---- */
.gallery--show-several .gallery-cell {
  width: 28%;
}
/* ---- auto-play ---- */
/* ---- images-loaded ---- */
.gallery--images-loaded-demo img {
  display: block;
  height: 160px;
}
.gallery--images-demo {
  margin-bottom: 40px;
}
.gallery--images-demo img {
  display: block;
  height: 160px;
}
.gallery--watch-demo:after {
  content: "flickity";
  display: none;
}
.gallery--watch-demo .gallery-cell {
  margin-right: 10px;
}
.gallery--cell-selector-demo {
  position: relative;
}
.gallery--pixel-position-demo .gallery-cell {
  width: 300px;
}
.gallery--set-gallery-size-disabled {
  height: 160px;
}
.gallery--set-gallery-size-disabled .gallery-cell {
  height: 100%;
}
.gallery--set-gallery-size-disabled-percentage {
  padding-bottom: 50%;
}
.gallery--set-gallery-size-disabled-percentage .flickity-viewport {
  position: absolute;
  width: 100%;
}
.gallery--set-gallery-size-disabled-percentage .gallery-cell {
  height: 100%;
}
.gallery--resize-option {
  width: 300px;
}
.gallery--resize {
  width: 50%;
  min-width: 240px;
}
.gallery--resize.is-expanded {
  width: 100%;
}
.gallery--resize.is-expanded .gallery-cell:before {
  line-height: 320px;
}
.gallery--position-cells .gallery-cell {
  position: relative;
  width: 33%;
}
.gallery--position-cells .gallery-cell.is-expanded {
  width: 80%;
}
.gallery-cell .button {
  position: absolute;
  left: 10px;
  top: 10px;
}
.gallery--as-nav-for-main {
  margin-bottom: 40px;
}
.gallery--nav .gallery-cell {
  height: 80px;
  width: 100px;
}
.gallery--nav .gallery-cell:before {
  font-size: 50px;
  line-height: 80px;
}
.gallery--nav .gallery-cell.is-nav-selected {
  background: #ed2;
}
.gallery--static-click .gallery-cell {
  width: 26%;
}
.gallery--static-click .gallery-cell.is-clicked {
  background: #ed2;
}
@media screen and (min-width: 768px) {
  .gallery--media-queried .gallery-cell {
    width: 50%;
  }
  .gallery--watch-demo:after {
    content: "";
  }
  .gallery--images-demo img {
    height: 400px;
  }
}
/*** important fix for carousel ******/
@media (max-width: 992px) {
  .js-flickity .col-md-1,
  .js-flickity .col-md-2,
  .js-flickity .col-md-3,
  .js-flickity .col-md-4,
  .js-flickity .col-md-5,
  .js-flickity .col-md-6,
  .js-flickity .col-md-7,
  .js-flickity .col-md-8,
  .js-flickity .col-md-9,
  .js-flickity .col-md-10,
  .js-flickity .col-md-11,
  .js-flickity .col-md-12 {
    width: 100%;
    float: left;
  }
}
/************* flickity gallery carousel end ****************/
/************ testimonials ************/
.testimonials {
  width: 100%;
  float: left;
}
.testimonials .testimonialsinner {
  width: 100%;
  float: left;
}
.testimonial {
  padding: 25px;
}
.testimonial i {
  font-size: 24px;
  margin-bottom: 12px;
  color: #5e77c1;
}
.testimonial h4 {
  font-style: italic;
  text-transform: none;
  font-weight: 700;
  font-family: domine;
}
.testimonial h6 {
  color: #919193;
}
.testimonial img {
  float: left;
  width: 150px;
  margin-bottom: 50px;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 4px solid #2c3e50;
}
.testimonial p {
  margin-bottom: 25px;
}
/************ testimonials end ************/
/*********** social icons cta ***********/
.socialicons-big {
  text-align: center;
}
.socialicons-big h2 {
  font-size: 50px;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "domine";
}
.socialicons-big .socialicons {
  text-align: center;
}
.socialicons-big .socialicons li {
  display: inline-block;
  text-align: center;
  margin: 0 12px 0 12px;
}
.socialicons-big ul.socialicons li a:link,
.socialicons-big ul.socialicons li a:visited {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.socialicons-big ul.socialicons li i {
  display: inline-block;
  font-size: 25px;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  margin-bottom: 6px;
  color: #ecf0f1;
  border: 2px solid #fff;
  -webkit-transition: border 0.7s ease;
  -moz-transition: border 0.7s ease;
  -o-transition: border 0.7s ease;
  transition: border 0.7s ease;
}
.socialicons-big ul.socialicons li i:hover {
  border: 3px solid #5e77c1;
  color: #fff !important;
}
@media (max-width: 992px) {
  .socialicons-big {
    text-align: center;
  }
  .socialicons-big h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .socialicons-big {
    text-align: center;
  }
  .socialicons-big h2 {
    font-size: 30px;
  }
}
/************* social icons cta end *************/
/************* hover effect *************/
.view {
  -webkit-backface-visibility: hidden;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.view .mask {
  padding: 0%;
  -webkit-backface-visibility: hidden;
}
.view .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.view img {
  display: block;
  position: relative;
}
.view a:link,
.view a:visited {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 3px;
}
.view i {
  color: #ecf0f1;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  -o-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.view i:hover {
  color: #5e77c1;
}
.view-first img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.view-first .mask {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.view-first a {
  opacity: 0;
}
.view-first:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view-first:hover .mask {
  background: rgba(44, 62, 80, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover a,
.view-first:hover p,
.view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/************ hover effect end ************/
/************** gallery home ****************/
.galleryhome .view .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -16px;
}
.galleryhome .view a:link,
.galleryhome .view a:visited {
  font-size: 13px;
  margin-bottom: 14px;
  padding-top: 7px;
  width: 35px;
  height: 35px;
}
.galleryhome .view a:link:hover i,
.galleryhome .view a:visited:hover i {
  color: #fff;
}
.galleryhome i {
  color: #2c3e50;
}
@media (max-width: 992px) {
  .galleryhome img {
    float: none;
    margin: 0 auto;
  }
}
/************* gallery home end ***************/
/************ single page ************/
.mainheadlinewrapperpage {
  float: left;
  width: 100%;
  margin-top: 132px;
  background: url("../images/bg1.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage-inner {
  padding: 50px 0;
  background: rgba(44, 62, 80, 0.8);
}
.mainheadlinewrapperpage .mainheadlinepage h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  font-family: Domine;
}
@media (max-width: 992px) {
  .mainheadlinewrapperpage {
    margin-top: 0;
  }
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-family: montserrat;
  font-size: 15px;
}
.breadcrumb > li a {
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
}
.breadcrumb > li a:hover {
  opacity: 1;
  color: #fff;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #fff;
}
/************ single page end ************/
/*************** footer ***************/
footer.bottom {
  width: 100%;
  float: left;
  padding: 100px 0 50px 0;
  background: #ecf0f1;
}
footer.bottom h5 {
  font-weight: bold;
}
@media (max-width: 992px) {
  footer.bottom {
    text-align: center;
  }
}
/** social icons **/
.socialicons {
  text-align: center;
}
.socialicons li {
  margin: 0 10px 2px 10px;
  display: inline-block;
  text-align: center;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #2c3e50;
}
ul.socialicons li a:link:hover i,
ul.socialicons li a:visited:hover i {
  color: #5e77c1;
}
ul.socialicons li i {
  font-size: 19px;
  color: #2c3e50;
}
/** social icons end **/
.copyright {
  width: 100%;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.copyright p {
  font-size: 13px;
}
.scrollbutton {
  text-align: center;
}
.scrollbutton i {
  font-size: 24px;
}
/** footer stick to bottom fix **/
.push {
  height: 44px;
}
.bodywrapper {
  min-height: 100%;
  height: 100%;
  margin-bottom: -44px;
}
@media (max-width: 992px) {
  .bodywrapper {
    min-height: auto;
    height: auto;
    margin-bottom: 0;
  }
}
/** footer stick to bottom fix end **/
/************ footer end ************/
/************* landing ****************/
/**
 * multiscroll 0.0.6 Beta
 * https://github.com/alvarotrigo/multiscroll.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#landingheader,
#landingfooter {
  position: fixed;
  display: block;
  z-index: 9;
  width: 100%;
  min-height: 25px;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 780px) {
  #landingheader,
  #landingfooter {
    position: relative;
    display: none;
    top: auto;
  }
}
#landingheader {
  top: 0;
  background: #ecf0f1;
}
#landingheader h6 {
  margin-bottom: 6px;
  font-size: 15px;
  font-family: domine;
  font-weight: bold;
}
#landingfooter {
  bottom: 0;
  background: #ecf0f1;
}
#landingfooter h6 {
  margin-bottom: 18px;
  font-size: 15px;
  font-family: domine;
  font-weight: bold;
}
#landingfooter,
#landingheader {
  /** social icons **/
  /** social icons end **/
}
#landingfooter .socialicons,
#landingheader .socialicons {
  margin: 0;
}
#landingfooter .socialicons li,
#landingheader .socialicons li {
  margin: 0 25px 2px 25px;
  display: inline-block;
  text-align: left;
}
#landingfooter ul.socialicons li a:link,
#landingheader ul.socialicons li a:link,
#landingfooter ul.socialicons li a:visited,
#landingheader ul.socialicons li a:visited {
  display: inline-block;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #2c3e50;
}
#landingfooter ul.socialicons li a:link:hover i,
#landingheader ul.socialicons li a:link:hover i,
#landingfooter ul.socialicons li a:visited:hover i,
#landingheader ul.socialicons li a:visited:hover i {
  color: #5e77c1;
}
#landingfooter ul.socialicons li i,
#landingheader ul.socialicons li i {
  font-size: 24px;
  color: #2c3e50;
}
#landingfooter .landing-countdown .countdown-section,
#landingheader .landing-countdown .countdown-section {
  margin: 0;
}
#landingfooter .landing-countdown .countdown-amount,
#landingheader .landing-countdown .countdown-amount {
  font-size: 24px;
  font-family: "montserrat";
  font-weight: bold;
  padding: 0;
  color: #2c3e50;
  margin: 0 6px 0 0;
}
#landingfooter .landing-countdown .countdown-period,
#landingheader .landing-countdown .countdown-period {
  font-size: 13px;
  font-family: domine;
}
#landingfooter .landing-countdown .landingfooter1,
#landingheader .landing-countdown .landingfooter1 {
  max-width: 450px;
  margin: 0 auto;
}
.menuinner i {
  font-size: 50px;
  color: #2c3e50;
  font-weight: bold;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.menuinner i:hover {
  font-size: 65px;
  color: #5e77c1;
}
#multiscroll-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#multiscroll-nav.right {
  right: 17px;
}
#multiscroll-nav.left {
  left: 17px;
}
#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}
#multiscroll-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#multiscroll-nav li .active span {
  background: #333;
}
#multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
  white-space: nowrap;
  max-width: 220px;
}
.multiscroll-tooltip.right {
  right: 20px;
}
.multiscroll-tooltip.left {
  left: 20px;
}
.landing-container {
  width: 100%;
  float: left;
}
.landing-container .ms-left {
  margin-top: 0;
}
.landing-container .ms-left .ms-section1l {
  margin-top: -60px;
  background: #fff url("../images/landingbg1.png") center center no-repeat;
  background-size: cover;
}
.landing-container .ms-left .ms-section2l {
  position: relative;
  background: #2c3e50;
  background-size: cover;
}
.landing-container .ms-left .ms-section2l .flex-caption1 {
  position: absolute;
  /* top: 50%; */
  width: 100%;
  float: left;
  margin-top: -120px;
  text-align: right;
  margin-right: 75px;
}
.landing-container .ms-left .ms-section2l .flex-caption1 h1.caption-headline,
.landing-container .ms-left .ms-section2l .flex-caption1 h2.caption-headline {
  font-size: 50px;
}
.landing-container .ms-left .ms-section2l .flex-caption1 h2,
.landing-container .ms-left .ms-section2l .flex-caption1 h1,
.landing-container .ms-left .ms-section2l .flex-caption1 h3,
.landing-container .ms-left .ms-section2l .flex-caption1 h4,
.landing-container .ms-left .ms-section2l .flex-caption1 h5,
.landing-container .ms-left .ms-section2l .flex-caption1 h6,
.landing-container .ms-left .ms-section2l .flex-caption1 p,
.landing-container .ms-left .ms-section2l .flex-caption1 div,
.landing-container .ms-left .ms-section2l .flex-caption1 i {
  color: #fff;
}
.landing-container .ms-left .ms-section3l {
  margin-top: -60px;
  background: #5e77c1 url("../images/landingbg3.png") center center no-repeat;
  background-size: cover;
}
.landing-container .ms-right {
  margin-top: 0;
}
.landing-container .ms-right .ms-section1r {
  position: relative;
  background: #fff;
  background-size: cover;
}
.landing-container .ms-right .ms-section1r .flex-caption1 {
  position: absolute;
  /* top: 50%; */
  width: 100%;
  float: left;
  margin-top: -120px;
  text-align: left;
  margin-left: 75px;
}
.landing-container .ms-right .ms-section1r .flex-caption1 h1.caption-headline,
.landing-container .ms-right .ms-section1r .flex-caption1 h2.caption-headline {
  font-size: 50px;
}
.landing-container .ms-right .ms-section2r {
  background: #2c3e50 url("../images/landingbg2.png") right center no-repeat;
  background-size: cover;
}
.landing-container .ms-right .ms-section3r {
  position: relative;
  background: #5e77c1;
}
.landing-container .ms-right .ms-section3r .flex-caption1 {
  position: absolute;
  top: 50%;
  width: 100%;
  float: left;
  margin-top: -60px;
  margin-left: 75px;
}
.landing-container .ms-right .ms-section3r .flex-caption1 h1.caption-headline,
.landing-container .ms-right .ms-section3r .flex-caption1 h2.caption-headline {
  font-size: 50px;
  margin-bottom: 20px;
}
.landing-container .ms-right .ms-section3r .flex-caption1 h2,
.landing-container .ms-right .ms-section3r .flex-caption1 h1,
.landing-container .ms-right .ms-section3r .flex-caption1 h3,
.landing-container .ms-right .ms-section3r .flex-caption1 h4,
.landing-container .ms-right .ms-section3r .flex-caption1 h5,
.landing-container .ms-right .ms-section3r .flex-caption1 h6,
.landing-container .ms-right .ms-section3r .flex-caption1 p,
.landing-container .ms-right .ms-section3r .flex-caption1 div,
.landing-container .ms-right .ms-section3r .flex-caption1 i {
  color: #fff;
}
@media (max-width: 1200px) {
  .landing-container {
    width: 100%;
    float: left;
  }
  .landing-container .ms-left {
    margin-top: 0;
  }
  .landing-container .ms-left .ms-section1l {
    margin-top: 0;
    background: #fff url("../images/landingbg1.png") center center no-repeat;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l {
    position: relative;
    background: #2c3e50;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -120px;
    text-align: right;
    margin-right: 25px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h1.caption-headline,
  .landing-container .ms-left .ms-section2l .flex-caption1 h2.caption-headline {
    font-size: 35px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h2,
  .landing-container .ms-left .ms-section2l .flex-caption1 h1,
  .landing-container .ms-left .ms-section2l .flex-caption1 h3,
  .landing-container .ms-left .ms-section2l .flex-caption1 h4,
  .landing-container .ms-left .ms-section2l .flex-caption1 h5,
  .landing-container .ms-left .ms-section2l .flex-caption1 h6,
  .landing-container .ms-left .ms-section2l .flex-caption1 p,
  .landing-container .ms-left .ms-section2l .flex-caption1 div,
  .landing-container .ms-left .ms-section2l .flex-caption1 i {
    color: #fff;
  }
  .landing-container .ms-left .ms-section3l {
    margin-top: 0;
    background: #5e77c1 url("../images/landingbg3.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right {
    margin-top: 0;
  }
  .landing-container .ms-right .ms-section1r {
    position: relative;
    background: #fff;
    background-size: cover;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -120px;
    text-align: left;
    margin-left: 25px;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section1r
    .flex-caption1
    h2.caption-headline {
    font-size: 35px;
  }
  .landing-container .ms-right .ms-section2r {
    background: #2c3e50 url("../images/landingbg2.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right .ms-section3r {
    position: relative;
    background: #5e77c1;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -60px;
    margin-left: 25px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section3r
    .flex-caption1
    h2.caption-headline {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h2,
  .landing-container .ms-right .ms-section3r .flex-caption1 h1,
  .landing-container .ms-right .ms-section3r .flex-caption1 h3,
  .landing-container .ms-right .ms-section3r .flex-caption1 h4,
  .landing-container .ms-right .ms-section3r .flex-caption1 h5,
  .landing-container .ms-right .ms-section3r .flex-caption1 h6,
  .landing-container .ms-right .ms-section3r .flex-caption1 p,
  .landing-container .ms-right .ms-section3r .flex-caption1 div,
  .landing-container .ms-right .ms-section3r .flex-caption1 i {
    color: #fff;
  }
}
@media (max-width: 800px) {
  .landing-container {
    width: 100%;
    float: left;
  }
  .landing-container .ms-left {
    margin-top: 0;
  }
  .landing-container .ms-left .ms-section1l {
    margin-top: 0;
    background: #fff url("../images/landingbg1.png") center center no-repeat;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l {
    position: relative;
    background: #2c3e50;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -120px;
    text-align: right;
    margin-right: 25px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h1.caption-headline,
  .landing-container .ms-left .ms-section2l .flex-caption1 h2.caption-headline {
    font-size: 24px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h2,
  .landing-container .ms-left .ms-section2l .flex-caption1 h1,
  .landing-container .ms-left .ms-section2l .flex-caption1 h3,
  .landing-container .ms-left .ms-section2l .flex-caption1 h4,
  .landing-container .ms-left .ms-section2l .flex-caption1 h5,
  .landing-container .ms-left .ms-section2l .flex-caption1 h6,
  .landing-container .ms-left .ms-section2l .flex-caption1 p,
  .landing-container .ms-left .ms-section2l .flex-caption1 div,
  .landing-container .ms-left .ms-section2l .flex-caption1 i {
    color: #fff;
  }
  .landing-container .ms-left .ms-section3l {
    margin-top: 0;
    background: #5e77c1 url("../images/landingbg3.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right {
    margin-top: 0;
  }
  .landing-container .ms-right .ms-section1r {
    position: relative;
    background: #fff;
    background-size: cover;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -120px;
    text-align: left;
    margin-left: 25px;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section1r
    .flex-caption1
    h2.caption-headline {
    font-size: 24px;
  }
  .landing-container .ms-right .ms-section2r {
    background: #2c3e50 url("../images/landingbg2.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right .ms-section3r {
    position: relative;
    background: #5e77c1;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -60px;
    margin-left: 25px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section3r
    .flex-caption1
    h2.caption-headline {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h2,
  .landing-container .ms-right .ms-section3r .flex-caption1 h1,
  .landing-container .ms-right .ms-section3r .flex-caption1 h3,
  .landing-container .ms-right .ms-section3r .flex-caption1 h4,
  .landing-container .ms-right .ms-section3r .flex-caption1 h5,
  .landing-container .ms-right .ms-section3r .flex-caption1 h6,
  .landing-container .ms-right .ms-section3r .flex-caption1 p,
  .landing-container .ms-right .ms-section3r .flex-caption1 div,
  .landing-container .ms-right .ms-section3r .flex-caption1 i {
    color: #fff;
  }
}
@media (max-width: 500px) {
  .landing-container {
    width: 100%;
    float: left;
  }
  .landing-container .ms-left {
    margin-top: 0;
  }
  .landing-container .ms-left .ms-section1l {
    margin-top: 0;
    background: #fff url("../images/landingbg1.png") bottom center no-repeat;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l {
    position: relative;
    background: #2c3e50;
    background-size: cover;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -100px;
    text-align: right;
    margin-right: 0;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h1.caption-headline,
  .landing-container .ms-left .ms-section2l .flex-caption1 h2.caption-headline {
    font-size: 19px;
  }
  .landing-container
    .ms-left
    .ms-section2l
    .flex-caption1
    h2.caption-subheadline {
    font-size: 10px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 p {
    font-size: 10px;
  }
  .landing-container .ms-left .ms-section2l .flex-caption1 h2,
  .landing-container .ms-left .ms-section2l .flex-caption1 h1,
  .landing-container .ms-left .ms-section2l .flex-caption1 h3,
  .landing-container .ms-left .ms-section2l .flex-caption1 h4,
  .landing-container .ms-left .ms-section2l .flex-caption1 h5,
  .landing-container .ms-left .ms-section2l .flex-caption1 h6,
  .landing-container .ms-left .ms-section2l .flex-caption1 p,
  .landing-container .ms-left .ms-section2l .flex-caption1 div,
  .landing-container .ms-left .ms-section2l .flex-caption1 i {
    color: #fff;
  }
  .landing-container .ms-left .ms-section3l {
    margin-top: 0;
    background: #5e77c1 url("../images/landingbg3.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right {
    margin-top: 0;
  }
  .landing-container .ms-right .ms-section1r {
    position: relative;
    background: #fff;
    background-size: cover;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -100px;
    text-align: left;
    margin-left: 0;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section1r
    .flex-caption1
    h2.caption-headline {
    font-size: 19px;
  }
  .landing-container
    .ms-right
    .ms-section1r
    .flex-caption1
    h2.caption-subheadline {
    font-size: 10px;
  }
  .landing-container .ms-right .ms-section1r .flex-caption1 p {
    font-size: 10px;
  }
  .landing-container .ms-right .ms-section2r {
    background: #2c3e50 url("../images/landingbg2.png") center center no-repeat;
    background-size: 100% auto;
  }
  .landing-container .ms-right .ms-section3r {
    position: relative;
    background: #5e77c1;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 {
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
    margin-top: -100px;
    margin-left: 0;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h1.caption-headline,
  .landing-container
    .ms-right
    .ms-section3r
    .flex-caption1
    h2.caption-headline {
    font-size: 19px;
  }
  .landing-container
    .ms-right
    .ms-section3r
    .flex-caption1
    h2.caption-subheadline {
    font-size: 10px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 p {
    font-size: 10px;
  }
  .landing-container .ms-right .ms-section3r .flex-caption1 h2,
  .landing-container .ms-right .ms-section3r .flex-caption1 h1,
  .landing-container .ms-right .ms-section3r .flex-caption1 h3,
  .landing-container .ms-right .ms-section3r .flex-caption1 h4,
  .landing-container .ms-right .ms-section3r .flex-caption1 h5,
  .landing-container .ms-right .ms-section3r .flex-caption1 h6,
  .landing-container .ms-right .ms-section3r .flex-caption1 p,
  .landing-container .ms-right .ms-section3r .flex-caption1 div,
  .landing-container .ms-right .ms-section3r .flex-caption1 i {
    color: #fff;
  }
}
/************** landing end ***************/
/************** blog pages **************/
.blogpost h2 {
  font-weight: bold;
}
.blogpost ul.meta {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 6px;
  margin-top: 15px;
}
.blogpost ul.meta li {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 20px;
  font-family: montserrat;
}
.blogpost ul.meta li i {
  color: #2c3e50;
  font-size: 13px;
}
.blogpost ul.meta li.metatime {
  position: relative;
  z-index: 10;
  margin-top: -65px;
  min-width: 105px;
  background: #ecf0f1;
  text-align: center;
  font-weight: bold;
  color: #2c3e50;
  padding: 12px;
  font-size: 15px;
  border-bottom: 2px solid #2c3e50;
}
.blogpost ul.meta li.metatime i {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 992px) {
  .blogpost {
    text-align: center;
  }
  .blogpost ul.meta {
    margin: 0;
  }
  .blogpost ul.meta li {
    display: block;
    width: 100%;
    margin: 12px auto;
  }
  .blogpost ul.meta li.metatime {
    margin-top: 0;
  }
}
/************* blog pages end *************/
/************** sidebar **************/
.sidebar h4 {
  font-size: 15px;
  margin-bottom: 25px;
}
/************** sidebar end **************/
/************** events **************/
.events.blogpost {
  text-align: center;
}
.events.blogpost h2 {
  font-size: 36px;
  font-weight: bold;
}
.events.blogpost ul.meta {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 12px;
  margin-top: -40px;
  text-align: center;
}
.events.blogpost ul.meta li {
  display: inline-block;
  float: none;
  font-size: 15px;
  margin-right: 25px;
}
.events.blogpost ul.meta li i {
  color: #2c3e50;
  font-size: 13px;
}
.events.blogpost ul.meta li.metatime {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
  min-width: 105px;
  background: #ecf0f1;
  text-align: center;
  font-family: montserrat;
  font-weight: bold;
  color: #2c3e50;
  padding: 12px;
  font-size: 15px;
}
.events.blogpost ul.meta li.metatime i {
  color: #2c3e50;
  font-size: 15px;
}
@media (max-width: 992px) {
  .events.blogpost {
    text-align: center;
  }
  .events.blogpost ul.meta {
    margin: 0;
  }
  .events.blogpost ul.meta li {
    display: block;
    width: 100%;
    margin: 12px auto;
  }
  .events.blogpost ul.meta li.metatime {
    margin-top: 0;
  }
}
/************** events end **************/
/************** timer **************/
.timerwrapper {
  text-align: center;
}
.timerwrapper .onecounter {
  width: 25%;
  float: left;
}
.timerwrapper .onecounter h2 {
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #2c3e50;
  line-height: 1;
  font-family: "montserrat";
  font-size: 30px;
  font-weight: bold;
  color: #2c3e50;
}
.timerwrapper .onecounter h5 {
  margin-bottom: 0;
  font-family: domine;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .timerwrapper .onecounter {
    width: 100%;
    margin: 12px auto;
  }
}
/************** timer end **************/
/************ countdown ***********/
.countdown-holding span {
  color: #2c3e50;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 100%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 100%;
  text-align: center;
}
.countdown-amount {
  font-size: 43px;
  font-family: "montserrat";
  font-weight: bold;
  padding-bottom: 0;
  padding-right: 6px;
}
@media (max-width: 992px) {
  .countdown-amount {
    font-size: 30px;
  }
}
.countdown-period {
  text-transform: lowercase;
}
@media (max-width: 500px) {
  .countdown-period {
    display: block;
    font-size: 12px;
  }
}
.countdown-descr {
  display: block;
  width: 100%;
}
/********** count down end ************/
/*********** tabs **************/
.nav-tabs {
  margin-bottom: 12px;
}
.tab-pane {
  padding: 12px 0;
}
.nav-tabs > li {
  float: left;
  background: transparent;
  font-weight: bold;
}
.nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1.7;
  color: #2c3e50;
  font-size: 13px !important;
  font-family: montserrat !important;
  border-radius: 0;
  background: #fff !important;
  padding: 12px !important;
  border-top: 2px solid #2c3e50;
  border-right: #ecf0f1 1px solid;
  border-left: #ecf0f1 1px solid;
  border-bottom: #ecf0f1 1px solid;
  border-top: #2c3e50 2px solid;
}
.nav-tabs > li > a:hover {
  color: #2c3e50;
  background: #ecf0f1 !important;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
  border-top: 2px solid #2c3e50;
}
.nav-tabs > li > a:focus {
  color: #fff !important;
  background: #2c3e50 !important;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
  border-top: 2px solid #ecf0f1;
}
/************* tabs end **************/
/*********** accordion **************/
.panel {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
}
.panel .panel-body {
  padding: 25px;
  border: #ecf0f1 1px solid;
}
.panel .panel-heading {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.panel .panel-title {
  border-radius: 0 !important;
  font-size: 13px !important;
  font-family: montserrat !important;
  color: #2c3e50 !important;
  font-weight: bold;
  border-right: #ecf0f1 1px solid;
  border-left: #ecf0f1 1px solid;
  border-bottom: #ecf0f1 1px solid;
  border-top: #2c3e50 2px solid;
  padding: 0 !important;
}
.panel .panel-title a {
  display: block;
  padding: 12px !important;
  border-radius: 0 !important;
  background: #fff;
  color: #2c3e50;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.panel .panel-title a:hover {
  background: #ecf0f1;
}
.panel .panel-title a:focus {
  background: #2c3e50;
  color: #fff;
}
/************accordion end ***************/
/********* gallery page **********/
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/**** filter Options ****/
#options ul {
  min-height: 25px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 25px;
  padding: 0;
  text-transform: uppercase;
}
#options ul li {
  display: inline-block;
  margin: 0 6px;
}
#options ul li a:link,
#options ul li a:visited {
  font-size: 15px;
  color: #2c3e50;
  background: transparent;
  border-bottom: 2px solid #2c3e50;
  font-family: "montserrat";
  font-weight: 600;
  padding: 6px 25px;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
#options ul li a:hover {
  background: #2c3e50;
  color: #fff;
}
#options ul li a:focus {
  background: #2c3e50;
  color: #fff;
}
.isotopecontainer {
  margin: 0 auto 50px auto;
  float: none;
  width: 100%;
  background: transparent;
}
.photos .photo {
  max-width: 33%;
  margin: 0;
  float: none;
}
@media (max-width: 1000px) {
  .photos .photo {
    max-width: 49%;
    margin: 0;
    float: none;
  }
}
@media (max-width: 500px) {
  .photos .photo {
    max-width: 100%;
    margin: 12px 0;
    float: none;
  }
}
.photos .photo img {
  display: block;
  width: 100%;
}
.photos .photo2 img {
  display: block;
  width: 100%;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope portfolio end*****/
/***hover effect***/
.view {
  -webkit-backface-visibility: hidden;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.view .mask {
  padding: 0%;
  -webkit-backface-visibility: hidden;
}
.view .maskinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -44px;
}
.view img {
  display: block;
  position: relative;
}
.view h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.view a:link,
.view a:visited {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 14px;
  padding-top: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  background: #fff;
  text-align: center;
  width: 54px;
  height: 54px;
}
.view a:hover {
  background: #5e77c1;
  color: #fff;
}
.view-first img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.view-first .mask {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.view-first a {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.view-first:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view-first:hover .mask {
  background: rgba(44, 62, 80, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover a,
.view-first:hover p,
.view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/***hover effect end***/
/************* gallery page end *****************/
/************ contact page *****************/
.map-overlay {
  position: relative;
  z-index: 100;
  width: 100%;
  float: left;
  height: 455px;
  top: 455px;
  margin-top: -455px;
  max-width: 100%;
}
.map {
  position: relative;
  z-index: 5;
  width: 100%;
  float: left;
  text-align: center;
  max-width: 100%;
}
.map iframe {
  position: relative;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  min-height: 455px;
  border: none;
}
@media (max-width: 1000px) {
  .map-overlay {
    height: 200px;
    top: 200px;
    margin-top: -200px;
    max-width: 100%;
  }
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 700px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 500px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .map iframe {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 220px;
    float: none;
    margin: 0 auto;
  }
}
.address {
  float: left;
  width: 100%;
  border: 2px solid #ecf0f1;
  padding: 50px 25px;
}
.address h4 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  font-family: domine;
  margin-bottom: 25px;
}
.address p {
  text-align: center;
}
.address .ul-list {
  padding-left: 25px;
}
.address .ul-list li {
  font-family: "montserrat";
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 25px;
}
.address .ul-list li i {
  display: inline-block;
  border: 2px solid #ecf0f1;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #2c3e50;
  font-size: 19px;
  padding-top: 15px;
  padding-left: 10px;
  margin-right: 14px;
}
/* for contact form */
#main {
  width: 100%;
  float: left;
  height: auto;
  padding: 0;
}
#main #response li.error {
  color: red;
}
#main #response li.success {
  color: green;
}
#main input[type="text"] {
  width: 100%;
  margin-top: 0;
  height: 50px;
  padding: 0 25px;
  margin-bottom: 12px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  text-transform: none;
  border: 2px solid #dadcdc;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
#main input[type="text"]:focus {
  border: 2px solid #2c3e50;
}
#main ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
}
#main ::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
}
#main :-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
}
#main :input:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
}
#main textarea {
  width: 100%;
  padding: 12px 25px;
  height: 220px;
  margin-top: 0;
  float: left;
  border: 2px solid #dadcdc;
  text-transform: none;
  box-shadow: none;
  outline: none;
}
#main textarea:focus {
  border: 2px solid #2c3e50;
}
.buttoncontact input {
  display: inline-block;
  text-wrap: none;
  text-align: center;
  line-height: 1;
  padding: 15px 22px;
  background: transparent;
  color: #2c3e50;
  font-size: 15px;
  border: 2px solid #2c3e50;
  outline: none;
  margin-top: 25px;
  font-weight: 400;
}
.buttoncontact input:hover {
  text-transform: uppercase;
}
/******* contact form end ********/
/*************** contact page end **************/
/******** pagination ************/
ul.pagination li a {
  border-radius: 0 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #2c3e50;
}
/************ pagination end ************/

/************* Elle's Styles *************/

.navbar-nav > li button {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
}

.buttonWrapper,
#navButtonWrapper {
  padding: 0 !important;
  margin: 15px 10px;
}

.flex-caption .caption-headline {
  padding: 20px;
  border-radius: 5px;
}

.get-involved-section .row {
  margin: 40px 80px;
}

#contact-info li {
  color: black;
}

.copyright {
  border: 1px solid;
}

.copyright p {
  margin-top: 18px;
}

footer.bottom {
  padding-bottom: 25px;
}

.socialicons-big ul.socialicons li i:hover {
  border-width: 2px;
}

@media (max-width: 600px) {
  #donate_button {
    margin-bottom: 10px;
  }
}

/****** Colors *******/

.section4,
.section9 {
  background: #052135;
}

.get-involved-section,
.section8 .section8text,
.section3 {
  background: #e5b8ab;
}

.navbar {
  border-width: 0px;
  border-bottom: 2px solid #bbbebe;
}

.get-involved-section p,
.get-involved-section h4,
.navbar {
  color: white;
}

footer.bottom {
  background-color: rgb(255, 252, 247);
}

.flex-caption .caption-headline {
  background: rgba(255, 255, 255, 0.5);
}

.btn-danger {
  background: #617ce7;
  border-color: #617ce7;
}

.btn-danger:hover {
  background-color: #5e77c1;
  border-color: #5e77c1;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
  background-color: #5e77c1 !important;
  border-color: #5e77c1 !important;
}

.get-involved-section a {
  color: white;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
