
@font-face {
  font-family:'Gotham-Round-Light';
  src: url('../fonts/Gotham-Rounded-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family:'Gotham-Round-Light-Italic';
  src: url('../fonts/Gotham-Rounded-Light-Italic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family:'Gotham-Round-Book';
  src: url('../fonts/Gotham-Rounded-Book.ttf');
  font-weight: 400;
}
@font-face {
  font-family:'Gotham-Round-Book-Italic';
  src: url('../fonts/Gotham-Rounded-Book-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family:'Gotham-Round-Medium';
  src: url('../fonts/Gotham-Rounded-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family:'Gotham-Round-Medium-Italic';
  src: url('../fonts/Gotham-Rounded-Medium-Italic.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family:'Gotham-Round-Bold';
  src: url('../fonts/Gotham-Rounded-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family:'Gotham-Round-Bold-Italic';
  src: url('../fonts/Gotham-Rounded-Bold-Italic.ttf');
  font-weight: 700;
  font-style: italic;
}




body
{
  background-color: #fff;
  font-size: 14px;
  font-family:'Gotham-Round-Light';
}

/* Font face starts 

Light : font-family:'Aileron Light';
Regular : font-family:'Aileron';
SemiBold : font-family:'Aileron SemiBold';
Bold : font-family:'Aileron Bold';

 Font face ends */

/* Font Style */

.ft-light
{
  font-family:'Gotham-Round-Light';
}
.ft-light-i
{
  font-family:'Gotham-Round-Light-Italic';
}
.ft-reg
{
  font-family:'Gotham-Round-Book';
}
.ft-reg-i
{
  font-family:'Gotham-Round-Book-Italic';
}
.ft-med
{
  font-family:'Gotham-Round-Medium';
}
.ft-med-i
{
  font-family:'Gotham-Round-Medium-Italic';
}
.ft-bold
{
  font-family:'Gotham-Round-Bold';
}
.ft-bold-i
{
  font-family:'Gotham-Round-Bold-Italic';
}

/* Font-Size */

/* Font Color */

.clr-green
{
  color: #b2d234; /* Green  */
}
.clr-black2
{
  color: #1b1e22; /* Black */
}
.clr-white
{
  color: #fff; /* White */
}
.clr-blue
{
  color: #00d8ff; /* Blue */
}
.clr-red
{
  color: #f61a43; /* Red */
}


.btn-default, .btn-default:hover, .header-fixed .navbar-brand .logo, .navbar-brand .logo, .header-fixed .navbar-nav, .navbar-nav
{
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* Header starts */
  
header
{
  background-color: #fff;
  /* height: 110px; */
  /* height: 150px; */
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  border-bottom: 1px solid #999;
}
.navbar-default
{
  background-color: transparent;
  border: 0;
}
.navbar-brand
{
  padding: 8px 15px;
}
.navbar-brand .logo
{
  width: 57px;
  height: 80px;
  display: block;
  background: url('../images/logo.png') no-repeat;
  background-size: 57px 80px;
  /* margin-top: 26px; */
}
.navbar-nav
{
  float: left;
  margin-top: 25px;
  /* margin-top: 50px; */
}
.navbar-default .navbar-nav > li
{

  /* text-transform: uppercase; */
}
.navbar-default .navbar-nav > li > a
{
  background-color: transparent;
  outline: 0;
  padding: 15px 27px;
  color: #444;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:focus, .navbar-default .navbar-nav > li > a.active:hover
{
  background-color: transparent;
  /* font-weight: 600; */
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
  background-color: transparent;
  color: #000;
}
.navbar-default .navbar-collapse
{
  /* display: inline-block !important; */
  float: right;
}

.top-bar {
  background-color: #000;
  /* padding: 8px 0; */
}
.top-bar .lang-set {
  float: left;
}
.top-bar .lang-set a {
  color: #fff;
  line-height: 28px;
  margin-right: 20px;
}
.top-bar .lang-set a img {
  width: 28px;
  margin-right: 10px;
}
.top-bar .cont-set {
  float: right;
}
.top-bar .cont-set p {
  color: #fff;
  line-height: 28px;
}
.top-bar .cont-set p span {
  color: #fff;
  padding-right: 10px;
}

/* Header ends */

/* Content starts */

.sec-type{
  padding: 30px 0;
}
.title-sec
{
  color: #333;
  line-height: 36px;
}
p{
  color: #333;
  line-height: 34px;
}
.content-1 p
{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-2 img
{
  width: 100%;
}
.content-2 .service-red img {
  width: 130px;
  margin: 0 auto;
  display: block;
}
.btn-default
{
  background-color: #333;
  text-align: center;
  color: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: 210px;
  display: block;
  height: 45px;
  margin-top: 30px;
  line-height: 34px;
}
.btn-default:hover, .btn-default:focus {
  background-color: #000;
  color: #fff;
}
.content-3 {
  background-color: #f1f1f1;
  margin: 40px 0 0;
}
.service-cont {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
.service-cont .ser-img {
  background-color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  line-height: 130px;
}
.service-cont .ser-img img {
  width: 50px;
}
.service-cont .ser-text {

}
.service-cont .ser-text h4 {

}
.service-cont .ser-text p {
  text-align: center;
  width: 90%;
  margin-left: 5%;
}
.btn-center
{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-3 .btn-default
{

}

.content-4
{

}
.content-4 form
{
  width: 80%;
  margin: 0 auto;
}
.form-control
{
  border: 1px solid #999;
  border-radius: 0;
  height: 45px;
}
textarea.form-control
{
  height: 100px;
}
.address-sec {
  background-color: #333333;
  padding: 30px 0
}
.copy-sec {
  background-color: #141414;
}
.footer-cont {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.footer-cont p {
  color: #fff;
}
.copy-sec {
  padding: 5px 0;
}
.copy-sec p {
  color: #9c9b9b;
  float: left;
}
.copy-sec ul {
  float: right;
}
.copy-sec ul li {
  float: left;
  padding: 10px 20px;
  font-size: 16px;
}
.copy-sec ul li a {
 color: #fff; 
}

/* Content ends */

/* Contact starts */

.map-decx {
  width: 100%;
  height: 350px;
}
#map
{
  width: 100%;
  height: 100%;
}
#map iframe
{
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#map iframe.clicked
{
  pointer-events: auto;
}

/* Contact ends */

/* Service starts */

.service-red {

}
.ser-in-img {
  background-color: #f4f4f4;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 180px;
}
.content-2 .service-red .ser-in-img img {
  width: 90px;
  display: initial;
}
.bg-ser1 .ser-in-img {
  background-color: #fff;
}
.ser-in-img img {

}
.bg-ser {
  padding: 60px 0;
}
.bg-ser1 {
  background-color: #f4f4f4;
}


/* Service ends */

