.anim {
  position: relative;
}
span.anim {
  display: inline-block;
}

.animated {
  animation-duration: 1.1s !important;
  -webkit-animation-duration: 1.1s;
}
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #555;
  background: #fff;
  line-height: 22px;
}
.body-padding {
  padding-top: 90px;
}
a {
  color: #0099ff;
}
a:hover {
  color: #990000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 25px;
}
red {
  color: #ff0000;
}
.hr {
  height: 1px;
  width: 100%;
  background: #ccc;
  line-height: 1px;
  font-size: 0;
  margin: 15px 0;
}
.dis-bl {
  display: block;
}
.fleft {
  float: left;
  display: inline;
}
.fright {
  float: right;
  display: inline;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.textLeft {
  text-align: left !important;
}
.textRight {
  text-align: right !important;
}
.textCenter {
  text-align: center !important;
}
.title1,
.title,
.border-box h2,
#footer h4 {
  text-transform: uppercase;
}
.title1 h1,
.title1 h6 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
}
.title1 strong {
  color: #E31E24;
}
.title-wrap {
  background-image: url(../images/bg-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 50px;
  background-attachment: fixed;
}
.title-wrap .title {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}
.title-wrap .title h1 {
  color: #fff;
}
.title {
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.title span {
  display: inline-block;
  line-height: 30px;
}
.title span.bounceInLeft {
  font-weight: normal;
}
.title span.animRight {
  font-weight: bold;
  color: #d73133;
}
.title span.animRight::after {
  position: absolute;
  width: 30px;
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 30px;
  text-align: right;
  top: 0;
  font-weight: normal;
  left: 100%;
  line-height: 28px;
  height: 30px;
}
.title span.bounceInLeft::before {
  position: absolute;
  width: 30px;
  content: "\f100";
  font-family: "FontAwesome";
  font-size: 30px;
  text-align: left;
  top: 0;
  right: 100%;
  line-height: 28px;
  height: 30px;
}
.clients .title h4 {
  color: #fff;
}
.subtitle {
  margin: 15px 0;
}
.subtitle h1,
.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle h5,
.subtitle h6 {
  color: #1695c9;
  font-size: 17px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-weight: bold;
  margin: 0;
  line-height: 34px;
}
.subtitle h1 span:before,
.subtitle h2 span:before,
.subtitle h3 span:before,
.subtitle h4 span:before,
.subtitle h5 span:before,
.subtitle h6 span:before {
  content: "\f100";
  font-family: "FontAwesome";
  color: #e21e23;
  padding-right: 5px;
  font-weight: normal;
  font-size: 20px;
}
.subtitle h1 span:after,
.subtitle h2 span:after,
.subtitle h3 span:after,
.subtitle h4 span:after,
.subtitle h5 span:after,
.subtitle h6 span:after {
  content: "\f101";
  font-family: "FontAwesome";
  color: #e21e23;
  padding-left: 5px;
  font-weight: normal;
  font-size: 20px;
}

.bigdark {
  margin: 50px 0;
}
.bigdark h1,
.bigdark h2,
.bigdark h3,
.bigdark h4,
.bigdark h5,
.bigdark h6 {
  font-size: 26px !important;
  text-align: center;
  color: #fff;
}
.bigdark h1 span:before,
.bigdark h2 span:before,
.bigdark h3 span:before,
.bigdark h4 span:before,
.bigdark h5 span:before,
.bigdark h6 span:before {
  font-size: 29px;
  color: #eee;
  padding-right: 10px;
}
.bigdark h1 span:after,
.bigdark h2 span:after,
.bigdark h3 span:after,
.bigdark h4 span:after,
.bigdark h5 span:after,
.bigdark h6 span:after {
  font-size: 29px;
  color: #eee;
  padding-left: 10px;
}
.search-lists .title {
  border: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.form-control {
  border-radius: 0;
}
.btn-style1 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 15px;
}
.btn-style1:hover,
.btn-style1:focus {
  color: #fff;
}
.btn-style2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 15px;
}
.btn-style2:hover,
.btn-style2:focus {
  color: #fff;
}
.btn i {
  padding-right: 8px;
}
.m1 {
  margin-top: 15px;
}
.pr-10 {
  padding-right: 10px;
}
.p15 {
  padding: 15px;
}
.mauto {
  margin: 0 auto;
}
.p0 {
  padding: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.c-grid-title,
#quickContact .modal-header,
.btn-style1 {
  background: #c2080e;
  background: -moz-linear-gradient(top, #e21d24 0%, #c2080e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e21d24),
    color-stop(100%, #c2080e)
  );
  background: -webkit-linear-gradient(top, #e21d24 0%, #c2080e 100%);
  background: -o-linear-gradient(top, #e21d24 0%, #c2080e 100%);
  background: -ms-linear-gradient(top, #e21d24 0%, #c2080e 100%);
  background: linear-gradient(top, #e21d24 0%, #c2080e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E21D24', endColorstr='#c2080e',GradientType=0);
}
.btn-style1:hover,
.btn-style1:focus {
  background: #e21d24;
  background: -moz-linear-gradient(top, #c2080e 0%, #e21d24 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c2080e),
    color-stop(100%, #e21d24)
  );
  background: -webkit-linear-gradient(top, #c2080e 0%, #e21d24 100%);
  background: -o-linear-gradient(top, #c2080e 0%, #e21d24 100%);
  background: -ms-linear-gradient(top, #c2080e 0%, #e21d24 100%);
  background: linear-gradient(top, #c2080e 0%, #e21d24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2080e', endColorstr='#E21D24',GradientType=0 );
}
.btn-style2 {
  background: #e89604;
  background: -moz-linear-gradient(top, #fda302 0%, #e89604 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fda302),
    color-stop(100%, #e89604)
  );
  background: -webkit-linear-gradient(top, #fda302 0%, #e89604 100%);
  background: -o-linear-gradient(top, #fda302 0%, #e89604 100%);
  background: -ms-linear-gradient(top, #fda302 0%, #e89604 100%);
  background: linear-gradient(top, #fda302 0%, #e89604 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda302', endColorstr='#e89604',GradientType=0 );
}
.btn-style2:hover,
.btn-style2:focus {
  background: #fda302;
  background: -moz-linear-gradient(top, #e89604 0%, #fda302 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e89604),
    color-stop(100%, #fda302)
  );
  background: -webkit-linear-gradient(top, #e89604 0%, #fda302 100%);
  background: -o-linear-gradient(top, #e89604 0%, #fda302 100%);
  background: -ms-linear-gradient(top, #e89604 0%, #fda302 100%);
  background: linear-gradient(top, #e89604 0%, #fda302 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89604', endColorstr='#fda302',GradientType=0 );
}
#header {
  position: relative;
  z-index: 1040;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.logo {
  display: block;
  margin: 0 !important;
  padding: 5px 0;
  height: 40px;
  position: relative;
  text-align: center;
}
.logo img {
  display: inline-block;
  height: 90px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: bottom;
  margin-top: 6px;
  display: block;
}

.top-logo {
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 8px 15px;
  color: #fff !important;
  height: auto;
}
.navbar-brand img {
  height: 60px;
}

.topBar {
  background: #2f2d29;
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
}
#header .headerMenu {
  width: 100%;
  background-color:#354F9A;
}
#header .headerNav {
  background: #354F9A;
  position: relative;
  display: block;
}
#header .headerNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
#header .headerNav > ul > li {
  display: inline;
  float: left;
}
#header .headerNav > ul > li > a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 23px 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#header .headerNav > ul > li > a.iconMenu {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px 10px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 10px;
  margin-left: 0;
  color: #354f9a;
  position: relative;
  z-index: 1;
}
#header .headerNav > ul.pull-right > li > a.iconMenu {
  margin-left: 10px ;
  margin-right: 0;
}
#header .headerNav > ul > li > a.iconMenu i.fa-bars, #header .headerNav > ul > li > a.iconMenu i.fa-whatsapp{margin-left: 2px;}
#header .headerNav > ul > li > a.iconMenu:hover
{
  color: #d73133;
  transition: all 0.3s ease-in;
  transform: rotate(-360deg);
}

.iconMenu span {
  font-size: 16px;
  line-height: 30px;
  padding-left: 30px;
}
#header .headerNav > ul > li > a > i {
  font-size: 30px;
  position: absolute;
}
.dropdownMenu > a{
  position: relative;
}
.dropdownMenu > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  margin-left: -4px;
  position: relative;
  left: -50%;
  top: 18px;
}
#header .headerNav li.dropdownMenu:hover > a:after,
#header .headerNav li.dropdownMenu:focus > a:after {
  content: "\f106";
  transition: all 0.2s ease-in;
  transform: rotate(-360deg);
}
.iconli > a:after{display: none;}

#header .fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
}
#header .fixed .headerNav {
  padding-left: 0;
  margin-left: 0;
}
#header .headerNav .dropdwn {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  right: 0;
  padding: 15px 10px;
  z-index: -1;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  display: none;
}
#header .headerNav .dropdwn h3{text-transform: uppercase;padding:10px 15px;margin: 0;}
#header .headerNav .dropdwn li {
  display: block;
}
#header .headerNav .dropdwn ul.w33{
  float: none;
}
#header .headerNav .dropdwn ul.w33 li {
  width: 33%;
  float: left;
  display: inline;
}

#header .headerNav .dropdwn li {
  border-top: 1px dashed #ddd;
}
#header .headerNav .dropdwn li a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: uppercase;
  display: block;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#header .headerNav .dropdwn li a:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -20px;
  font-weight: normal;
}

#header .headerNav li:hover .dropdwn,
#header .headerNav li:focus .dropdwn {
  display: block;
}
.navbar-topmenu {
  line-height: 28px;
  padding: 5px 0;
  text-transform: uppercase;;
}
.navbar-topmenu p.contact-info {
  padding-left: 40px !important;
  padding-right: 10px !important;
  line-height: 30px;
  margin: 0;
  position: relative;
  font-weight: bold;
  margin-left: 10px;
}
.navbar-topmenu p:hover::before{
  height: 30px !important;
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
}

.navbar-topmenu p:before
{
  background-color: #354F9A !important;
  border-radius: 100%;
  color: #fff;
  padding: 0px;
  font-size: 16px !important;
  width: 30px !important;
  margin-left: 0px !important;
  text-align: center !important;
  background: none;
  height: 30px !important;
  line-height: 30px !important;
  font-weight: normal !important;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
.rightSideHead p:before{
  right: 0;
  left: auto;
}
.rightSideHead p.contact-info {
  padding-left: 10px !important;
  padding-right: 40px !important; 
  text-align: right !important;
  margin-left: 0px;
  margin-right: 10px;
}

#webSearchWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 0;
  overflow: hidden;
  z-index: 1;
}
#webSearchClsBtn {
  position: absolute;
  font-size: 36px;
  font-weight: normal;
  right: 20px;
  top: 15px;
  color: #000;
}
.webSearch {
  margin-top: 50%;
}
.webSearch .form-group {
  margin: 0;
}
.webSearch .form-control {
  font-size: 22px;
  font-weight: bold;
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 3px solid#555;
  color: #555;
  height: 46px;
}
.webSearch .btn {
  border: none;
  border-bottom: 3px solid #555;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  font-size: 22px;
  background: none;
}
.webSearch .btn i {
  padding: 0;
}

.social {
}
.social a {
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  padding: 0;
  display: block;
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.social a:hover {
  color: #fff;
}
#google_translate_element {
  height: 30px;
  overflow: hidden;
  margin: 5px 0 !important;
  float: right;
}
.goog-te-gadget .goog-te-combo {
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

#slider-wrap {
  border-bottom: 1px solid #ccc;
}
#page-slider {
}
.sng-image img {
  width: 100%;
}

#slider-wrap .owl-theme .owl-dots {
  padding: 7px 0;
  margin-top: -38px !important;
}
#slider-wrap .owl-theme .owl-dots,
#slider-wrap .owl-theme .owl-nav {
  text-align: center;
}
#slider-wrap .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
#slider-wrap .owl-theme .owl-dots .owl-dot.active span,
#slider-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff8d5c;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
  background: #ff8d5c;
  opacity: 1;
}
#progressBar {
  width: 100%;
  background: none;
  position: absolute;
  z-index: 3;
  bottom: -1px;
}
#fg-tbtn span {
  background-color: #e21e23 !important;
}


.top-shade {
  width: 100%;
  height: 52px;
  position: relative;
  background-image: url(../images/top-shade.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -52px;
  z-index: 2;
}
.bot-shade {
  width: 100%;
  height: 22px;
  position: relative;
  background-image: url(../images/bot-shade.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -22px;
  z-index: 2;
}

.light-div {
  padding: 50px 0;
  background: #eee;
}
.dark-div {
  color: #000;
  background: url("../images/bg-img.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 60px ;
  background-attachment: fixed;
}
.clients {
  color: #000;
  background: url("../images/clients.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.border-box {
  padding: 30px 15px;
  margin: 0;
  text-align: center;
  background: #fff;
  border-bottom: none;
  margin-bottom: 50px;
  position: relative;
  margin-top: 100px;
  border: 4px solid #354F9A;
}
.border-box .img {
  margin: 0 auto;
  margin-top: -97px;
  height: 130px;
  width: 130px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #354F9A;
  border-radius: 100%;
}
.border-box i {
  font-size: 65px;
  color: #fff;
  text-shadow: 2px 2px #000;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  line-height: 90px;
  transition: all 0.4s ease-in-out 0.2s;
  position: relative;
}
.border-box .img img {
  width: 100%;
}
.border-box h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #e21e23;
  text-shadow: 2px 2px #fff;
  text-align: center;
}
.border-box ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style: square;
}
.border-box ul li{text-align: left; margin-bottom: 10px;}
.border-box:hover {
  border-color: #111;
}
.border-box:hover .img {
  color: #fff;
  transition: all 0.2s ease-in;
  transform: rotate(-360deg);
}
.border-box:hover h2 {
  color: #000;
}

.color1-div {
  background: #333;
  color: #333;
}
.border-box-dark {
  padding: 10px 0;
  text-align: center;
  margin: 10px 0;
}
.border-box-dark h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  line-height: 25px;
  text-shadow: 1px 1px 0px #000;
}
.color1 {
  color: #102969;
}

.f-box {
  min-height: 50px;
}
.f-box-ic {
  color: #3e4095;
  background: #fff;
  padding: 0;
  text-align: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  position: absolute;
}
.f-box-info {
  color: #0192d5;
  font-weight: bold;
  padding-left: 65px;
}

.box-right .f-box-ic {
  right: 15px;
}
.box-right .f-box-info {
  text-align: right;
  padding-right: 65px;
  padding-left: 0;
}

.body {
  padding: 50px 0;
  position: relative;
  background: #fff;
}
.big-style {
  font-size: 20px;
  line-height: 32px;
}

.pro-block-gal {
  position: relative;
}
.pro-block {
  text-align: center;
  box-sizing: content-box;
  overflow: hidden;
  background: #fff;
  border: 3px solid #ddd;
  transition: background-position 0.4s linear 0s;
}
.prolists .pro-block {
  margin: 15px 0;
}
.pro-block h3 {
  margin: 0 !important;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  height: 52px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  background-color: #ddd;
  background-image: linear-gradient(#dddddd 25%, #dddddd);
  background-repeat: no-repeat;
  color: #273c79;
  transition: background-position 0.4s linear 0s;
}
.pro-block:hover{
  border-color: #d73133;
  transition: background-position 0.4s linear 0s;
}
.pro-block:hover > h3{
    background-color: #d73133;
    background-position: 0 -70px;
    color: #fff;
    transition: background-position 0.4s linear 0s;
}





.pro-block .pro-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  display: block;
  height: 230px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border: 3px solid #ddd;
}
.pro-block .pro-img a {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  display: block;
}
.pro-block img {
  max-width: 100%;
  width: 100%;
}
.pro-block:hover img,
.pro-block:hover .pro-img {
  
}

.playicon {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 40px;
  color: #fff;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.playicon i {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
.progal-wrap{position: relative;}
.img-gal{position: relative;}
.proNav {
  position: absolute;
  top: 50%;
  color: #fff;
  padding: 0px 10px;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
  z-index: 100;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-top: -17px;
  opacity: 0.5;
  background: #000;
  border-radius: 100%;
}
.proNav:hover {
  opacity: 1;
}
.btn-prev {
  left: 0;
  margin-left: 5px;
}
.btn-next {
  right: 0;
  margin-right: 5px;
}

.root {
  background: none;
  margin: 0;
  font-size: 12px;
  border: none;
  padding: 0px 0px;
  text-transform: uppercase;
}
.root .breadcrumb {
  margin: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.root .breadcrumb > .active {
  color: #fff;
  font-weight: bold;
}
.root .breadcrumb > li + li::before {
  font-family: FontAwesome;
  color: #fff;
  content: "\f101";
  padding: 0 5px;
  font-weight: normal;
}
.root .breadcrumb a {
  color: #ccc;
}

.left-blocks {
  margin-bottom: 30px;
}
.left-blocks-data {
  padding: 10px 15px;
  background: #ddd;
  color: #333;
}
.left-blocks-data p {
  margin: 0;
  margin-bottom: 5px;
}

.updates-wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.updates-block {
  margin: 15px 0;
}
.updates-block h3 {
  margin-bottom: 10px;
  font-size: 18px;
  overflow: hidden;
}
.updates-block .date{
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.updates-desc{padding: 10px 0;}
.update-title {
  padding-left: 45px;
  margin-bottom: 15px;
}
.update-title span.date {
  position: absolute;
  width: 30px;
  height: 40px;
  margin-left: -45px;
  text-align: center;
}
.update-title span.day {
  display: block;
  background: #000;
  color: #fff;
  line-height: 20px;
}
.update-title span.month {
  display: block;
  background: #d10000;
  color: #fff;
  line-height: 20px;
}
.updates-block span i {
  margin-right: 5px;
}
.updates-date span {
  display: block;
  margin: 10px 0;
}
.contactPerson{margin-bottom: 20px;}
p.contact-info a {
  color: #555;
}
p.contact-info {
  margin: 5px 0;
  padding-left: 22px;
}
p.contact-info:hover:before {
  transition: all 0.3s ease-in;
  transform: rotate(-360deg);
}
p.contact-info:before {
  font-family: "FontAwesome";
  margin-left: -22px;
  display: inline-block;
  width: 22px;
  font-size: 14px;
  text-align: center;
}
p.address:before {
  content: "\f041";
}
p.phone:before {
  content: "\f098";
}
p.mobile:before {
  content: "\f2a0";
}
p.fax:before {
  content: "\f1ac";
}
p.skype:before {
  content: "\f17e";
}
p.whatsapp:before {
  content: "\f232";
}
p.email:before {
  content: "\f0e0";
}
p.user:before {
  content: "\f007";
}

.leftside h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 10px;
  line-height: 22px;
  background: #555;
  margin-bottom: 2px;
}

.leftside .pro-block{margin-bottom: 15px;}
.leftside .pro-block h4{
  margin: 0;
  padding: 10px 0;
}
ul.pro-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.pro-group > li {
  position: relative;
  margin-bottom: 2px;
  background: #ddd;
}
ul.pro-group > li a:before {
  /*font-family: FontAwesome;content: "\f101\00a0\00a0";*/
}
ul.pro-group > li:first-child {
}
ul.pro-group > li > a {
  padding: 6px 10px;
  display: block;
  background: none;
  font-size: 14px;
  color: #333;
}
ul.pro-group > li:hover > a,
ul.pro-group > li > a:hover,
ul.pro-group > li a.current,
ul.pro-group .dropdown-menu li a.current {
  background: #555;
  color: #fff;
}
ul.pro-group > li.dropdown-submenu > a::after {
  margin-right: 0;
}
ul.pro-group > li > .dropdown-menu {
  margin-top: 0;
}
ul.pro-group > li:hover > a {
  background: #333;
  color: #fff;
}

.page-content {
  margin-bottom: 30px;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}
.page-gallery {
  margin: 0 -15px;
  margin-top: 15px;
}
.tab-data {
  padding: 15px 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.contactform .left-blocks {
  border: none;
}
.contactform .left-blocks-data {
  padding: 8px 0;
  background: none;
}
.nav-tabs {
  border-bottom: 1px solid #d8423c;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 1px solid #e9e0ca;
  border-bottom: 1px solid #d8423c;
  background: #f5f2e9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: #d8423c;
  border-bottom-color: #fff;
}

.pro-details {
}

.pro-details .spe-data {
  margin: 15px 0;
}
.page-content ul,
.tab-data ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.page-content ul li,
.tab-data ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 18px;
}
.page-content ul li::before,
.tab-data ul li::before{
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -30px;

}
.post-content ul li,
.tab-data ul li {
  margin-bottom: 5px;
  background-position: 0 3px;
  background-size: 14px 14px;
}

.tab-data table,
.page-content table {
  border: none;
  padding: 0;
  margin: 15px 0;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.tab-data table td,
.tab-data table th,
.page-content table td,
.page-content table th {
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: auto !important;
  min-width: auto;
  display: auto;
}
.tab-data table p,
.page-content table p {
  margin: 0;
  padding: 0;
}

#map_canvas {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.footer-blocks #map_canvas {
  height: 230px;
}
#map-wrap #map_canvas {
  border: none;
}

.probuttonlist {
  margin: 20px 0;
}
.probuttonlist .btn {
  border-radius: 0;
  font-weight: bold;
  margin: 8px 0;
  text-transform: uppercase;
}

#footer {
  color: #fff;
  padding: 20px 0;
  background: #243976;
  font-size: 14px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
.footer-blocks {
  padding: 20px 0;
}
.footer-blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #1b2e63;
}
.footer-blocks ul li {
  padding-right: 15px;
  border-bottom: 1px solid #324a90;
  border-top: 1px solid #1b2e63;
  position: relative;
}
.footer-blocks ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  line-height: 46px;
  right: 0;
  top: 0;
  margin-right: 7px;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.footer-blocks ul li:hover:after {
  content: "\f101";
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  color: #fda302;
}
.footer-blocks ul li:first-child {
  border-top: none;
}
.footer-blocks ul li a {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#footer .contacts {
  padding: 15px 0;
}
#footer .contacts i {
  color: #fff;
  position: absolute;
  width: 30px;
  font-size: 16px;
  margin-left: -30px;
  margin-top: 3px;
  text-align: center;
}
#footer .contacts p {
  padding-left: 30px;
}
#footer h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  overflow: hidden !important;
  font-weight: normal;
  margin: 0;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #324a90;
  padding: 15px 0;
  position: relative;
}
#footer h4 strong{
  margin-left: 3px;
  font-weight: bold;
  color: #d73133;
  display: inline-block;
  background-color: #fff;
  padding:0 10px;
  border-radius: 25px;
}
#footer h4::after{
  content: "\f085";
  font-family: "FontAwesome";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  font-size: 24px;
  z-index: 0;
}
.footer-blocks-data {
  border-top: 2px solid #1b2e63;
  padding: 20px 0;
}
#footer p {
  margin-bottom: 8px;
}
#footer hr {
  border-top: 1px solid #324a90;
  border-bottom: 2px solid #1b2e63;
}

#footer .footer-call p {
  padding-left: 80px;
}
#footer .footer-call span {
  position: absolute;
  margin-left: -80px;
  font-weight: bold;
  color: #d73133;
  text-align: left;
  width: 70px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  padding: 0 10px;
}

#footer-menu {
  text-align: center;
}
#footer-menu a {
  padding: 0 15px;
  border-left: 1px solid #ccc;
  line-height: 14px;
}
#footer-menu a:first-child {
  padding-left: 0;
  border: none;
}

#footer-bottom {
  padding: 15px 0;
  background: #111;
  color: #999;
}
#footer-bottom a {
  color: #999;
}
#footer-bottom p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
#footer-bottom span {
  padding-left: 15px;
}
#footer-bottom span:first-child {
  padding: 0;
}
#footer-bottom span i {
  padding-right: 5px;
}

#quickContact {
  background: url(../images/overlay.png);
}
#quickContact .modal-dialog {
  border-radius: 5px;
}
#quickContact .modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
#quickContact h4.modal-title {
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
#quickContact .modal-header {
  color: #fff;
  border: none;
  border-radius: 5px 5px 0 0;
}
#quickContact .modal-body {
  background: #fff;
}
#quickContact .modal-footer {
  background: #fff;
  border: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding-top: 0;
}
#quickContact button.close {
  color: #fff;
}
#quickContact .modal-footer .btn {
  text-transform: uppercase;
}
#quickContact .btn-style1 {
  display: inline;
}

#qc-form-loading {
  background: url(../images/loading.gif) center center no-repeat;
  height: 80px;
  width: 100%;
  display: none;
}
#qc-form-body {
}
.qc-img-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 133px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  background-image: url(../images/loading.gif);
  background-color: #fff;
}
#quickContact .form-control,
#quickContact .input-group-addon {
  border-radius: 0;
}
.last-form-group {
  margin: 0;
}

#qk-contact {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: -20px;
  z-index: 1;
  border: 1px solid #20476a;
  border-right: none;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
#qk-contact span {
  padding: 8px;
  background: #fff;
  color: #20476a;
}
#qk-contact span.icon {
  display: inline-block;
  color: #fff;
}
#qk-contact span.qk-title {
  display: none;
}
#qk-contact:hover .qk-title {
  display: inline-block;
}
#qk-contact i {
  padding: 0 3px 0 2px;
  z-index: 1;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 480px) {
}
@media (max-width: 979px) {
}
@media (min-width: 980px) {
}
@media (min-width: 768px) and (max-width: 979px) {
  .top-logo {
    padding: 0;
  }
  .topBar {
    text-align: center;
  }
  .topBar a {
    float: none;
  }
  .topBar .pull-right {
    float: none !important;
    display: block;
    text-align: center;
  }
  #header .headerMenu {
    margin: 0;
    position: relative;
  }
  #header .headerNav {
    padding: 0;
  }
  #header .headerNav  ul,
  #header .headerNav > ul.pull-right {
    float: none !important;
  }
  #header .headerNav > ul > li {
    display: none;
    float: none;
  }
  #header .headerNav > ul > li > a {
    border-top: 1px dashed #fff;
    padding: 15px;
  }
  #header .headerNav > ul > li.iconli {
    display: none;
  }
  #header .headerNav > ul > li.mobMenu {
    display: block;
  }
  
  #header .headerNav > ul.pull-right > li.mobMenu {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
  }

  #header .headerNav .dropdwn {
    position: relative;
    top: auto;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    width: 100%;
    padding: 0;
  }
  
  #header .headerNav .dropdwn ul.w33 li {
    float: none;
    width: 100%;
    display: block;
  }
  #header .headerNav .dropdwn li {
    border-top: 1px dashed #ddd;
  }
  #header .headerNav .dropdwn li a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .logo {
    text-align: center;
    padding: 0;
    height: 23px;
  }
  .logo img {
    margin: 0 auto;
    height: 70px;
  }
  .navigation-div {
    margin: 0;
  }
  .title-wrap .title {
    padding-bottom: 15px;
  }
  .title-wrap .root .breadcrumb {
    text-align: left;
  }
  .title-wrap .root {
    padding-top: 0;
  }
  .eventsdiv {
    margin-top: 30px;
  }
  #footer-bottom,
  #footer-bottom .textRight {
    text-align: center !important;
  }
  /* General styles*/
  .leftside {
    margin-top: 30px;
  }
  .progal-wrap {
    margin-bottom: 15px;
  }
  .updates-desc {
    margin-bottom: 15px;
  }
  .border-left {
    border: none;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-brand img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .top-logo {
    padding: 0;
  }
  .topBar {
    text-align: center;
  }
  .topBar a {
    float: none;
  }
  .topBar .pull-right {
    float: none !important;
    display: block;
    text-align: center;
  }
  #header .headerMenu {
    margin: 0;
    position: relative;
  }
  .navbar-topmenu{display: none;}
  #header .headerNav {
    padding: 0;
  }
  #header .headerNav  ul,
  #header .headerNav > ul.pull-right {
    float: none !important;
  }
  #header .headerNav > ul > li {
    display: none;
    float: none;
  }
  #header .headerNav > ul > li > a {
    border-top: 1px dashed #fff;
    padding: 15px;
  }
  #header .headerNav > ul > li.iconli {
    display: none;
  }
  #header .headerNav > ul > li.mobMenu {
    display: block;
  }
  
  #header .headerNav > ul.pull-right > li.mobMenu {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
  }

  #header .headerNav .dropdwn {
    position: relative;
    top: auto;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    width: 100%;
    padding: 0;
  }
  #header .headerNav .dropdwn ul.w33 li {
    float: none;
    width: 100%;
    display: block;
  }
  #header .headerNav .dropdwn li {
    border-top: 1px dashed #ddd;
  }
  #header .headerNav .dropdwn li a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .logo {
    text-align: center;
    padding: 0;
    height: 33px;
    padding-top: 17px;
  }
  .logo img {
    margin: 0 auto;
    height: 50px;
  }
  .navigation-div {
    margin: 0;
  }
  .title-wrap .title {
    padding-bottom: 15px;
  }
  .title-wrap .root .breadcrumb {
    text-align: left;
  }
  .title-wrap .root {
    padding-top: 0;
  }
  .eventsdiv {
    margin-top: 30px;
  }
  #footer-bottom,
  #footer-bottom .textRight {
    text-align: center !important;
  }
  /* General styles*/
  .leftside {
    margin-top: 30px;
  }
  .progal-wrap {
    margin-bottom: 15px;
  }
  .updates-desc {
    margin-bottom: 15px;
  }
  .border-left {
    border: none;
  }
  .hero_box {
    display: none !important;
  }
}

.hero_box {
  position: absolute;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  margin-top: -100px;
  text-transform: uppercase;
  text-align: left;
}
.hero_box h3 {
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-shadow: 2px 2px #000;
  line-height: 30px;
}
.hero_box h3 span {
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 10px 0;
  line-height: 30px;
}
.hero_box h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-shadow: 2px 2px #000;
}
.hero_box p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-shadow: 2px 2px #000;
}

.btn-bg {
  color: #111;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  border-radius: 25px;
  margin-top: 20px;
}
.btn-bg:hover {
  background: #d73133;
  color: #fff;
}
.btn-bg:hover::before, .btn-bg:hover::after{
  
}