@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,400italic);
@import url(//fonts.googleapis.com/css?family=Exo:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Rokkitt:400,700);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);

/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*============  Search form  =============*/
.js-search {
  position: relative;
  display: inline-block;
  margin: 43px -13px 3px 26px;
  float: right;
}

.js-search.active .toggle {
  color: #e52f86;
  /*background: @toggle-hov-bg;*/
}

.js-search.active .toggle:before {
  content: '\f00d';
}

.js-search.active .search-form {
  width: 200px;
  border-radius: 0px;
}

.js-search.active .search-form .input {
  border-color: #e52f86;
}

.js-search .toggle {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #000000;
  font: 400 14px 'FontAwesome';
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
  /*background: @hcolor;
		border-radius: 500px;*/
}

.js-search .toggle:hover {
  color: #1462a0;
  /*background: @toggle-hov-bg;*/
}

.js-search .toggle:before {
  content: '\f002';
}

.js-search .search-form {
  position: absolute;
  width: 0;
  top: 0;
  right: 100%;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  transition: .3s all ease;
}

.js-search .search-form .input {
  position: relative;
  display: block;
  color: #000000;
  padding: 6px 35px 6px 10px;
  height: 20px;
  background-color: #ffffff;
  font: 400 14px Arial, sans-serif;
  line-height: 20px;
  border: 4px solid transparent;
  border-radius: 0px;
}

.js-search .search-form a {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  color: #b3b4a7;
  text-decoration: none;
  font: normal 14px 'FontAwesome';
  line-height: 20px;
  cursor: pointer;
}

.js-search .search-form a:before {
  content: '\f054';
}

.js-search .search-form a:hover {
  color: #232323;
  text-decoration: none;
}

.js-search .search-form input {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font: inherit;
  line-height: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
}

@media (max-width: 979px) {
  .js-search {
    margin: 7px 10px 0px;
  }
}

@media (max-width: 767px) {
  .js-search {
    display: block;
    margin: 10px auto 1px;
    max-width: 100%;
    border-radius: 0;
    padding: 15px 0px 0;
    float: none;
  }

  .js-search .toggle {
    display: none !important;
  }

  .js-search .search-form {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    border: 4px solid;
    border-color: #e52f86;
  }

  .js-search .search-form .input {
    padding: 6px 35px 6px 10px;
    border-radius: 0;
  }
}

/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-width: 300px;
  background: #323232;
  color: #5d5d5d;
  font: 13px/22px 'Ubuntu', Arial, sans-serif;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-text-size-adjust: none;
}

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  margin-bottom: -28px;
}

h1 img {
  max-width: inherit;
}

h2 {
  font: bold 24px/30px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 0px;
}

.footer_h2 {
  font: 600 18px/26px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
}

h3 {
  font: 12px/21px 'Exo', Arial, sans-serif;
  color: #868686;
  margin-top: 6px;
  text-transform: uppercase;
}

h4 {
  font: 14px/20px 'Ubuntu', Arial, sans-serif;
  color: #1b1b1b;
  margin-top: 25px;
  text-transform: uppercase;
}

span.search {
  color: #e52f86 !important;
}

.top_section {
  position: relative;
  background: #1462a0;
  /*background: #e5e5e5;*/
  padding: 5px 0 8px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}

/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}

/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  position: relative;
  margin-top: 58px;
}

nav:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 19px;
  right: 34px;
  top: 0;
}

.sf-menu {
  float: right;
}

.sf-menu>li {
  float: left;
  position: relative;
  margin: 0 0 0 27px;
}

.sf-menu>li:last-child,
.sf-menu>li#last-li {
  /*margin: 0;*/
}

.sf-menu>li+li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 8px;
  left: -15px;
  top: 8px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}

.sf-menu>li>a {
  display: inline-block;
  padding: 1px;
  font: 17px/24px 'Rokkitt', Arial, sans-serif;
  text-transform: uppercase;
  color: #515151;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}

.sf-menu>li>a:hover {
  color: #1462a0;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu>li>a:hover strong {
  width: 100%;
  opacity: 1;
}

.sf-menu>li>a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -2px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #6e6e6e transparent transparent transparent;
}

.sf-menu>li>a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}

.sf-menu>li>a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}

.sf-menu>li.current>a {
  color: #1462a0;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.current>a strong {
  width: 100%;
  opacity: 1;
}

.sf-menu>li.sfHover>a {
  color: #e52f86;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.sfHover>a strong {
  width: 100%;
  opacity: 1;
}

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: -20px;
  background: #323232;
  padding: 25px 10px 10px;
  width: 160px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 10px;
  line-height: 30px;
}

.sf-menu ul li a {
  font: 12px/16px Arial, sans-serif;
  text-transform: uppercase;
  color: #8e8e8e;
  display: inline-block;
}

.sf-menu ul li a:hover {
  color: #ffffff;
}

.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}

.sf-menu ul li.sfHover>a {
  color: #ffffff;
}

/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 148px;
  width: 120px;
  background: #323232;
  background: #e52f86;
  /*padding: 10px 10px;*/
  z-index: 4;
  visibility: hidden;
}

.sf-menu ul li ul {
  position: absolute;
  top: -10px;
  left: 148px;
  width: 120px;
  background: #323232;
  background: #e52f86;
  /*padding: 10px 10px;*/
  z-index: 4;
  visibility: hidden;
}

.sf-menu ul li ul {

  visibility: visible;
}

.sf-menu ul ul li a {
  color: #8e8e8e;
  color: #000;
}















@media only screen and (max-width: 979px) {
  nav:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  nav {
    margin-top: 1px;
  }

  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 4px solid #e52f86;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #eee;
  padding: 0px 0 2px;
  z-index: 999;
}

.isStuck h1,
.isStuck h1 img {
  height: 50px;
}

.isStuck nav {
  margin-top: 7px;
}

.isStuck .js-search {
  display: none;
}

/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 28px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

a:hover {
  color: #1462a0;
  text-decoration: none;
}

a.link1 {
  margin-left: 5px;
  color: #fff !important;
}

a.link2:hover {
  color: #1462a0;
}

a.link3 {
  color: #fff;
}

a.link3:hover {
  color: #fff;
}

a.link4 {
  color: #e52f86;
}

a.link4:hover {
  color: #000;
}

#footer .footer_txt_h1 {
  font: 30px/32px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 38px;
  letter-spacing: -1px;
}

.txt1 {
  font: 14px/24px 'Rokkitt', Arial, sans-serif;
  /*color: #323232;*/
  color: #fff;
  margin-top: 5px;
  float: right;
  text-transform: uppercase;
}

.txt2 {
  font: 13px/22px 'Ubuntu', Arial, sans-serif;
  color: #777;
  margin-top: 20px;
}

.txt3 {
  font: bold 30px/36px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 56px;
}

.txt4 {
  font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 56px;
}

.txt5 {
  font: 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #707070;
  margin-top: 0px;
  max-width: 585px;
}

.txt6 {
  font: 18px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #303030;
  margin-top: 17px;
}

.txt7 {
  font: 52px/52px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 17px;
}

.txt8 {
  font: bold 52px/52px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 17px;
  margin-left: 56px;
}

.txt8 i {
  margin-top: -5px;
  margin-left: 3px;
}

.txt9 {
  color: #fff;
  font-size: 14px;
}

#footer .txt10 {
  font: bold 30px/32px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: -6px;
}

.txt11 {
  font: 600 40px/48px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}

.txt12 {
  font: 300 18px/28px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #323232;
  margin-top: 20px;
}

.txt13 {
  font: 600 30px/36px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}

.txt14 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
}

.txt15 {
  font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 29px;
}

.txt16 {
  font: 700 36px/40px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: -9px;
}

.txt17 {
  font: 600 20px/26px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}

.txt18 {
  position: relative;
  font: 30px/42px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 43px;
}

.txt18:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 14px;
  height: 11px;
  left: 0;
  top: -30px;
  background: url(../images/quote_sign.png) no-repeat 0 0;
}

.txt19 {
  font: bold 24px/28px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 40px;
}

.txt20 {
  font: 12px/18px 'Exo', Arial, sans-serif;
  color: #868686;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 40px;
}

.txt21 {
  font-size: 14px;
  color: #e52f86;
  font-style: italic;
  margin-top: 7px;
}

.txt22 {
  font: 14px/21px 'Exo', Arial, sans-serif;
  color: #fff;
  background: #e52f86;
  text-transform: uppercase;
  margin-top: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  text-indent: 17px;
}

.txt23 {
  font: 14px/21px 'Exo', Arial, sans-serif;
  color: #fff;
  background: #323232;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  text-indent: 17px;
}

.line1 {
  position: relative;
  display: inline-block;
  content: '';
  width: 1px;
  height: 19px;
  top: 1px;
  margin: 0 9px;
  background: #c9c9c9;
}

.color1 {
  color: #fff;
}

.color2 {
  color: #5d5d5d;
}

.color3 {
  color: #fff;
}

.box {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fz15 {
  font-size: 15px;
}

.circle {
  overflow: hidden;
  border-radius: 1000px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.txt_upp {
  text-transform: uppercase;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_cntr {
  text-align: center;
}

.txt_ital {
  font-style: italic;
}

.txt_line_through {
  text-decoration: line-through;
}

.pos_rel {
  position: relative;
}

.txt_und {
  text-decoration: underline;
}

/*.letter_spacing1 {
  letter-spacing: 2px;
}*/
.padTop1 {
  padding-top: 10px;
}

.padBot1 {
  padding-bottom: 59px;
}

.padLeft1 {
  padding-left: 10px;
}

.padRight1 {
  padding-right: 10px;
}

.mar1 {
  margin: 0 4px;
}

.marTop0 {
  margin-top: 0px;
}

.marTop1 {
  margin-top: 26px;
}

.marTop2 {
  margin-top: 9px;
}

.marTop3 {
  margin-top: 20px;
}

.marTop4 {
  margin-top: 10px;
}

.marTop5 {
  margin-top: 27px;
  margin-bottom: -24px;
}

.marTop6 {
  margin-top: 30px;
}

.marTop7 {
  margin-top: 31px;
}

.marTop8 {
  margin-top: 18px;
}

.marTop9 {
  margin-top: 21px;
}

.marTop10 {
  margin-top: 72px;
}

.hline {
  width: 100%;
  height: 1px;
  background: #c7c8c8;
  margin-top: 22px;
  margin-bottom: 0px;
}

.hline2 {
  width: 100%;
  height: 1px;
  background: #464646;
  margin-top: 14px;
  margin-bottom: 0px;
}

.hline3 {
  width: 100%;
  height: 1px;
  max-width: 222px;
  border-bottom: 1px dotted #6a6967;
  margin-top: 14px;
  margin-bottom: 0px;
}

p {
  margin-top: 35px;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}

.img1 {
  margin-top: 7px;
  max-width: 200%;
}

.img2 {
  margin-top: 4px;
  float: left;
  margin-right: 10px;
}

.img3 {
  margin-top: 34px;
}

.img4 {
  margin-top: 34px;
  float: left;
  margin-right: 20px;
}

.img5 {
  margin-top: 34px;
  float: left;
  margin-right: 26px;
}

.img_border {
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
}

.icon1 {
  margin-top: 28px;
  float: left;
  color: #e52f86;
  font-size: 48px;
  width: 68px;
}

.icon2 {
  margin-top: 21px;
  float: left;
  color: #e52f86;
  font-size: 30px;
  width: 40px;
}

blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}

blockquote p {
  margin-top: 0;
}

.num_section {
  font: 500 14px/35px 'Ubuntu', Arial, sans-serif;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #323232;
  border-radius: 500px;
  display: block;
  margin-top: 29px;
  float: left;
  margin-right: 16px;
}

.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}

.day {
  font: bold 37px/37px 'Ubuntu', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}

.month {
  font: 300 10px/12px 'Ubuntu', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}

/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 40px;
}

.listWithMarker.v2 {
  margin-top: 25px;
}

.listWithMarker li {
  display: block;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
}

.listWithMarker li:before {
  position: absolute;
  /*content: '\f101';*/
  content: '';
  /*font: normal normal 14px/20px 'FontAwesome';*/
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 1500px;
  background: url(../images/list_marker.png) 0 0 no-repeat;
}

.listWithMarker li a {
  color: #5e5e5e;
  text-decoration: none;
  font: 13px/20px "Inder", Arial, sans-serif;
}

.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #e52f86;
}

/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 18px;
  text-decoration: none;
  font: 12px/18px "Exo", Arial, sans-serif;
  color: #222;
  background: #fff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}

.more_btn:hover {
  color: #fff;
  background: #1462a0;
  border: 1px solid #e52f86;
}

.more_btn.v2 {
  background: #e52f86;
  color: #fff;
  margin-top: 56px;
}

.more_btn.v2:hover {
  background: #fff;
  color: #000;
}

.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Ubuntu", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}

.more_btn2:hover {
  color: #e52f86;
}

/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}

.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

a.magnifier2:hover .zoom {
  opacity: 1;
}

a.magnifier2 .zoom {
  opacity: 0;
}

/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
#footer .soc_icons {
  margin-top: 28px;
}

.soc_icons {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}

.soc_icons>li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.soc_icons>li>a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  /*color: #949494;*/
}

.soc_icons i {
  font: normal normal 22px/24px 'FontAwesome';
}

.soc_icons>li>a:hover {
  color: #e52f86;
  text-decoration: none;
}

.soc_icons2 {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}

.soc_icons2>li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.soc_icons2>li>a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  color: #e52f86;
}

.soc_icons2 i {
  font: normal normal 14px/24px 'FontAwesome';
}

.soc_icons2>li>a:hover {
  color: #000;
  text-decoration: none;
}

/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  overflow: hidden;
}

#content.content_pages {
  padding-top: 51px;
}

.box-1 {
  /*color: #fff;*/
  background: url('../images/bg1.jpg') 0 0;
  padding: 52px 0 91px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1.v2 {
  background: url('../images/bg2.jpg') 0 0;
  padding-bottom: 72px;
}

.box-1.v3 {
  background: url('../images/bg3.jpg') 0 0;
  padding-bottom: 72px;
  min-height: 478px;
  margin-bottom: 20px;
  text-align: center;
}

.box-2 {
  position: relative;
  width: 100%;
  margin-top: 21px;
  padding: 6px 0 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1462a0;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
}

.box-2.v2 {
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
}

.bg2 {
  position: relative;
  z-index: 0;
  display: block;
}

.bg2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4000px;
  height: 4000px;
  left: -2px;
  top: -20px;
  background: #323232;
  z-index: -1;
}

.box-2.v2 .bg2:before {
  top: -1200px;
}

.box-3 {
  background: #f0f2f1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.col1 {
  float: left;
  width: 170px;
  margin-right: 35px;
}

.col1.last {
  margin-right: 0;
}

.col2 {
  float: right;
}

.col3,
.col4 {
  float: left;
}

.col3 {
  width: 203px;
  margin-right: 0;
}

.col4 {
  width: 198px;
  margin-right: 0;
}

/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 272px;
}

.content_map2 {
  margin-top: 34px;
  position: relative;
  height: 426px;
}

.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#map-canvas img {
  max-width: none !important;
}

/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}

.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}

.img_border.map {
  max-width: 535px;
}

/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}

.address1 dt {
  margin-bottom: 1px;
}

.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}

.address1 dd span.col1 {
  min-width: 0;
}

/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 18px;
  background: #323232;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

#footer p {
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}

.txt_priv {
  font: 14px/20px 'Exo', Arial, sans-serif !important;
  color: #959595;
  text-transform: uppercase;
  margin-top: -5px !important;
  /*min-width: 280px;*/
}

/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #555;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  z-index: 20;
  text-align: center;
  background: #353535;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#toTop:hover {
  outline: none;
  color: #e52f86;
  background: #000;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {

  figure a,
  figure a img {
    width: 100%;
  }

  #owl .owl-prev,
  #owl .owl-next {
    right: 49px !important;
    bottom: -45px !important;
  }

  #owl .owl-next {
    right: 0px !important;
  }

  .txt22 {
    font: 12px/21px 'Exo', Arial, sans-serif;
    text-align: center;
    text-indent: 0;
  }

  .img1 {
    max-width: 100%;
  }

  #footer .txt10 {
    font: bold 20px/26px 'Exo', Arial, sans-serif;
  }
}

@media only screen and (max-width: 979px) {

  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }

  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }

  .txt8 {
    margin-left: 10px;
  }

  .txt7 {
    font: 38px/52px 'Rokkitt', Arial, sans-serif;
  }

  .txt19,
  .txt20 {
    margin-left: 15px;
  }

  .img5 {
    float: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }

  img.no_resize,
  h1 img {
    width: auto;
  }

  .map figure iframe {
    height: 300px;
  }

  figure a {
    width: 100%;
  }

  .line1,
  .mar1 {
    margin: 0 2px;
  }

  .letter_spacing1 {
    letter-spacing: 0px;
  }

  #owl2 .owl-pagination span {
    width: 64px !important;
    height: 64px !important;
    margin-right: 7px !important;
  }

  #owl2 .owl-pagination span:before {
    width: 64px !important;
    height: 64px !important;
  }

  .txt4 {
    margin-top: 5px;
  }

  .txt7 {
    font: 38px/38px 'Rokkitt', Arial, sans-serif;
  }

  .bg2 {
    margin-top: 30px;
  }

  .bg2:before {
    left: -1200px;
  }

  .txt19,
  .txt20 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}

/*Core variables and mixins*/


.blocks {
  margin: 0px;
  padding: 0px;
  width: 24%;
  float: right;
}

.block1 {
  margin: 0px 40px 10px 0;
  padding: 10px;
  width: 253px;
  float: left;
  border: 1px solid #CCC;
}

.block2 {
  margin: 0px;
  padding: 10px;
  width: 253px;
  float: left;
  border: 1px solid #CCC;
}

.blocks_img {
  margin: 0px 17px 0 0;
  padding: 0px;
  float: left;
  border: 3px solid #333;
}

.block_matter {
  margin: 0px;
  padding: 0px;
}

.block_matter h1 {
  margin: 0px 0 0 0px;
  padding: 0px;
  font: 18px/18px "Rokkitt", Arial, sans-serif;
  color: #777;
  font-weight: bold;
  text-transform: capitalize;
}

.block_matter h2 {
  margin: 0px 0 0 0px;
  padding: 0px;
  font: 16px/18px "Rokkitt", Arial, sans-serif;
  color: #777;
  text-transform: capitalize;
}

.about_index {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 869px;
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
}

.read_more {
  margin: 5px 0 0 0;
  padding: 0px;
  float: right;
}



















































@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);

body {
  line-height: 18px;
  background-color: #FFFFFF;
  color: #333;
  font-family: 'PT Serif', Arial, sans-serif;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}

h1 {
  font-size: 200%;
  line-height: 115%;
}




.parallax {
  background: url(../images/parallax1.jpg) fixed;
  background-size: cover;
}

.overlay {
  padding: 40px 0px;
  /*background-color:rgba(51, 51, 51, 0.9);*/
  background-color: rgba(51, 51, 51, 0.6);
}

.parallax h1.title {
  font-size: 30px;
  color: #fff;
  padding: 37px 0px 25px 0;
  text-transform: capitalize;
  letter-spacing: 0.75px;
}

.page_title h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
}

.page_title {
  margin: 20px 0 0px 0;
  padding: 0px;
  text-align: left;
}

.rituraj_matter {
  margin: 0px 0 20px 0;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

.about_rr {
  padding: 0px;
  float: right;
  margin: -9px 0 29px;
}

.about_left {
  /* border: 5px solid #333; */
  float: left;
  margin: 10px 10px 10px 0px;
  padding: 0;
}

.clr {
  margin: 0px;
  padding: 0px;
  clear: both;
  line-height: 0px;
}

.address h2 {
  margin: 0px;
  padding: 15px 0 10px 0px;
  font: 20px Arial, Helvetica, sans-serif;
  height: 33px;
  padding-bottom: 10px;
  font-weight: normal !important;
  text-transform: capitalize;
  color: #000;
}

.cnt_left {
  margin: 0px 30px 0 0;
  padding: 0px;
  float: left;
}

.cnt_right {
  margin: 0px;
  padding: 0px;
  float: left;
}

.rituraj_matter span {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

.rituraj_matter ul {
  margin: 0px 0 0 13px;
  padding: 0px;
}

.cnt_right {
  float: left;
}

.hr_line {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #d9d9d9;
}

.sub_heading {
  margin: 20px 0 20px 0;
  padding: 0px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.placement {
  margin: 0px;
  padding: 0px;
}

.placement ul {
  margin: 0px;
  padding: 0px;
}

.placement li {
  margin: 0 65px 35px 0;
  padding: 0px;
  list-style: none;
  float: left;
  cursor: pointer;
  width: 20%;
}

.placement li:hover {
  /* border:1px solid #999; */
}

.placement li:nth-child(4) {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  cursor: pointer;
}

.placement li:nth-child(8) {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  cursor: pointer;
  border: 1px solid #666;
}

.placement li:hover:nth-child(8) {
  border: 1px solid #999;
}

.slide {
  margin: 0px 38px 30px 0;
  padding: 0px;
  float: left;
  display: block;
}

.slide1 {
  margin: 0px 0px 20px 0;
  padding: 0px;
  float: left;
  display: block;
}


.menubar {
  margin: 0px;
  padding: 0px;
  float: right
}

.menubar ul {
  margin: 0px;
  padding: 0px;
  float: right
}

.menubar ul li {
  margin: 0px 17px 0 0;
  padding: 0px;
  position: relative;
  z-index: 1000;
  float: left;
  display: block;
}

.menubar ul li span {
  margin: 0px 0 0 1px;
  padding: 0px;
  top: 1px;
  position: relative;
}

.menubar ul li:nth-child(9) {
  margin: 0px 0px 0 0;
}

.menubar ul li a {
  margin: 0px 0px 0 0;
  padding: 0px;
  font: 17px/24px "Rokkitt", Arial, sans-serif;
  padding: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.menubar ul li ul {
  position: absolute;
  visibility: hidden;
  background-color: #1462a0;
  /*background-color:#333;*/
  transition: all 0.3s ease 0s;
  width: 175px;
  text-align: center;
  padding: 10px;
}

.menubar ul li:hover ul {
  visibility: visible;

}

.menubar ul li ul li a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
}

.menubar ul li ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 180px;
}

.menubar ul li ul li a:hover {
  color: #ccc !important;
}

.active {
  color: #1462a0 !important;
}

.txt_spacing {
  margin: 10px 0px;
  padding: 0px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.list-desc li {
  line-height: 34px;
  font-size: 15px;
  margin-left: 17px;
  list-style: square;
  letter-spacing: 0.25px;
}

.description {
  margin-top: -16px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 28px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.title-description {
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  color: #333333;
}

.underline-symbol1 {
  display: inline-block;
  background-color: #051f63;
  width: 5%;
  min-height: 4px;
  border-radius: 4px;
  margin-bottom: 4px !important;
}

.about_rr1 {
  margin: 8px 0 10px 5px;
  border: 2px solid #333;
  padding: 0px;
  float: right;
}

.about_itc {
  margin-top: 1px;
  font-size: 14px;
  text-align: left;
}

.about-itc {
  margin: 8px 0 10px 5px;
  padding: 0px;
  float: right;
  width: 300px;
}

.second_content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  text-transform: capitalize;
}

.img_responsive {
  border: 4px solid #eeeeee;
  border-radius: 6px;
}

.title_description {
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}



.title-custom h3 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 20px 0px;
  color: #333;
  letter-spacing: 1px;
}

.title-custom .short-line-custom {
  width: 10%;
  border: 2px solid #1462a0;
}

.staff-table-custom {}

.staff-table-custom table {
  margin: 30px 0px;
}

.staff-table-custom table,
tbody,
tr,
th,
td {
  border: 1px solid #333;
  text-align: center;
  font-size: 15px;
  padding: 10px;
}

.staff-table-custom table tr th {
  font-weight: bold;
}

.staff-table-custom td img {
  width: 100px;
  height: 100px;
}



/* new */

.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}


.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.mobile-header {
  padding: 10px 15px;
}

.mobile-menu-btn {
  border: 0;
  background: transparent;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #222222;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}


.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  cursor: url(../images/cancel.png), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #1462a0;
}

.off-canvas-wrapper .btn-close-off-canvas img {
  width: 20px;
  height: 20px;
  padding: 10px;
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}

.mobile-navigation {
  overflow: hidden;
  max-height: 100%;
}

.mobile-navigation nav {
  height: 100%;
  margin: 0;
}
nav {
  position: relative;
  margin-top: 58px;
}

.mobile-menu {
  height: 100%;
  padding: 0;
  list-style: none;
}

.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}

.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #222222;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu li>a {
  font-size: 15px;
  color: #222222;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}

.mobile-menu li ul li {
  border: none;
  list-style: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 8px;
}

.highslide:hover img {
  border-color: gray;
}

.highslide-active-anchor img {
  visibility: hidden;
  width: 100%;
  height: auto;
}

.highslide img {
  border: 2px solid silver;
  width: 260px;
  height: 185px;
  object-fit: cover;
}