/* Fonts */
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Montserrat ExtraBold';
    src: url('../fonts/Montserrat ExtraBold.eot');
	src: url('../fonts/Montserrat ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat ExtraBold.woff2') format('woff2'),
		url('../fonts/Montserrat ExtraBold.woff') format('woff'),
		url('../fonts/Montserrat ExtraBold.svg#Montserrat ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Montserrat Ultra Light';
    src: url('../fonts/Montserrat Ultra Light.eot');
	src: url('../fonts/Montserrat Ultra Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat Ultra Light.woff2') format('woff2'),
		url('../fonts/Montserrat Ultra Light.woff') format('woff'),
		url('../fonts/Montserrat Ultra Light.svg#Montserrat Ultra Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*basics*/
body{
	 overflow-x: hidden;
}
.no-side-pad{
	padding:0;
}
.no-side-margin{
	margin:0;
}
.no-side-pad-l{
	padding-left:0;
}
.no-side-pad-r{
	padding-right:0;
}



.preload {
   position: fixed;
   height: 100%;
   width: 100%;
   background: linear-gradient(to right, #c82431 , #f27f25);
   z-index: 999999999999;
   top:0;
   bottom:0;			
}
.preload img {
   top: 50%;
   left: 50%;
   position: absolute;
   -moz-transform: translate(-50%);
   -webkit-transform: translate(-50%);
   transform: translate(-50%);
   -webkit-animation: blink 3s infinite ease-in-out;
  animation: blink 3s infinite ease-in-out;
}
@keyframes blink {
  0% {
    opacity:.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity:.3;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}
.preload.in_active {
   bottom: 0;
   top: 100%;
   height: 0;
   overflow: hidden;
   -moz-transition: top 1s, height 1s;
   -webkit-transition: top 1s, height 1s;
   transition: top 1s, height 1s;
}
.preload.in_active img {
   display:none;
   -moz-transition: all 1.5s;
   -webkit-transition: all 1.5s;
   transition: all 1.5s;
}
/*loader*/	






.header-block{}
.header-block{
	background:#069;
	position: relative;
    z-index: 99999;
}
.header-block .top-part{
	background:#ffffff;
	padding:1.5em 7em;
}
.header-block .top-part > div{
	display:inline-flex;
	width:100%;
	vertical-align:top;
}
.header-block .top-part .logo-holder{
	text-align:left;
}
.header-block .top-part .logo-holder a{
	display: inline-block;
}
.header-block .top-part .logo-holder a img{
	max-width:90%;
}
.header-block .top-part .right{
	float:right;
	padding-top: .9em;
}
.header-block .top-part .right .contact-part{
	display:inline-block;
	vertical-align: middle;
}
.header-block .top-part .right .contact-part .number{
	color:#0074c8;
	font-family: 'open_sansregular';
	font-size:1.1em;
	text-align:left;
	letter-spacing:.2em;
	display:inline-block;
	vertical-align: middle;
	padding-right:1em;
}
.header-block .top-part .right .contact-part .number span{
	color:#f58a0d;
	font-family: 'open_sansbold';
}
.header-block .top-part .right .contact-part .contact-btn{
	position: relative;
	padding: .8em 2.3em .7em 2.3em;
	color: #000000;
	text-align: center;
	font-family: 'montserratblack';
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none !important;
	outline: none;
	z-index: 1;
	/*border: solid 1px #c62032;*/
	border-radius: 25px;
	border-left: 1px solid #c62032;
    border-right:1px solid #f58524;
	border-top: 1px solid #c62032;
    border-bottom:1px solid #f58524;
    background-image: 
        linear-gradient(#c62032, #f58524),
        linear-gradient(#c62032, #f58524);
    background-size:1px 100%;
    background-position:-3px 0, -3px 0;
    background-repeat:no-repeat;
}
.header-block .top-part .right .contact-part .contact-btn span{
	color:#c62032;
	font-family: 'montserratsemi_bold';
}

.header-block .top-part .right .search-part{
	display:inline-block;
	vertical-align: middle;
	padding-right: 1.3em;
    padding-top: 0.3em;
}
.header-block .top-part .right .search-part i{
	color:#858585;
	font-size:20px;
}

.header-block .navigation-part{
	background:#f58524;
}


/*menu css*/


#cssmenu {
	position: relative;
    width: auto;
    padding: 0.4em 2em 0.34em 2em;
    height: 50px;
    background: #f58524;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
  text-align:center;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'ubunturegular';
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  padding: 15px 25px;
  color: #ffffff;
  display:block;
  float:left;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.active > a:after {
	position: absolute;
	content: "";
	height: 8px;
	width: 28px;
	background: #c62032;
	bottom: -3px;
	text-align: center;
	display: block;
	left: 50%;
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition:all .3s;
	transition:all .3s;
}
#cssmenu > ul > li > a:hover:after {
	 position: absolute;
	content: "";
	height: 8px;
	width: 28px;
	background: #c62032;
	bottom: -3px;
	text-align: center;
	display: block;
	
	left: 50%;
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	
	-webkit-transition:all .3s;
	transition:all .3s;	
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li > a span .fa{
	transition:all .2s;
	-webkit-transition: all .2s;
}
#cssmenu > ul > li:hover > a span .fa{
	color:#ffffff;
}
#cssmenu > ul > li > a span{
	width:100%;
	float:left;
	text-align:center;
}
#cssmenu > ul > li > a span .fa{
	font-size:1.5em;
	padding-bottom:.5em;
	color:#aaea53;
}
#cssmenu > ul > li.active > a span .fa{
	color:#ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
  display:none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 90px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
 font-family: 'ubunturegular';
  width: 200px;
  border-bottom: 1px solid #dcd8d8;
  padding: 10px 7px;
  text-align:left;
  font-size: 12px;
  color: #fff;
  background: #c62032;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #e02237;
  color: #ffffff;
}
#cssmenu ul ul li.active a{
	background: #639a0d;
    color: #ffffff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #c62032;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1360px) {
    #cssmenu > ul > li > a{
	   padding: 15px 15px;
	}
}
@media (max-width: 1200px) {
	#cssmenu > ul > li > a{
		padding: 15px 15px;
	}
	
}
@media (max-width: 992px) {
	#cssmenu > ul{
		text-align:center;
	}
	#cssmenu > ul > li > a{
		padding: 8px 3px;
	}
	#cssmenu > ul > li > a{
		font-size:12px;
	}
	#cssmenu > ul > li > a span .fa{
		font-size:1.2em;
	}
	
	#cssmenu ul ul {
  
  top: 65px;
 
}

#cssmenu > ul > li:hover > ul {
 
  top: 47px;
  
}
}
@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
	height:auto;
	padding:0;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
	background:#f58524;
	height:auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu > ul > li > a {
	  width:100%;
	  text-align:left;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul li a:hover{
	  background:#c82332;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 10px 40px;
	text-align:left;
	border-bottom:1px solid #ed7c1b;
  }
  
  #cssmenu ul ul{
	  display: block;
	  float:left;
	  width:100%;

	  background:#e57412;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  
  #cssmenu ul ul li a {
	  color:#ffffff;
  }
  #cssmenu ul ul li:hover > a {
    background: #c8630c;
    color: #ffffff;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 15px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
	float:left;
	width:100%;
  }
  #cssmenu > ul > li#menu-button > a {
	  width:100%;
	  text-align:left;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 15px;
    top: 14px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 15px;
    top: 24px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  #cssmenu > ul > li.active > a {
	color:#ffffff !important;
	background:#c82332;
}
#cssmenu > ul > li.active > a:after{
	display:none;
}
#cssmenu > ul > li:hover > a:after{
	display:none;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li > a span{
	float:none;
	width:auto;
}
#cssmenu > ul > li > a span .fa{
		font-size:1.2em;
		padding-bottom:0;
}
}








	



/*banner slider*/

.baner-block{
	background:#666;
	position:relative;
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
/*.banner-block img{
	width:100%;
}

.responsive-slider {
  width: 100%;
  height:100%;
  position: relative;
  overflow:hidden;
}

.responsive-slider .content-holder{
	width:80%;
	
	position:absolute;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	left:50%;
	bottom:10%;
	z-index:999;
	border-top:1px solid rgba(255,255,255,0.48);
	
	
}
.responsive-slider .content-holder > div > .row{
	display:inline-flex;
	vertical-align:top;
	width:100%;
	margin-left:0;
	margin-right:0;
}
.responsive-slider .content-holder .caption-holder{
	padding-top:3.5em;
	padding-bottom:3.5em;
	border-right:1px solid rgba(255,255,255,0.48);
	position:relative;
}
.responsive-slider .content-holder .caption-holder:before{
	content:"";
	display:block;
	position:absolute;
	left:-2em;
	top:1em;
	background: url(../img/icon-quote.png) no-repeat center;
	background-size:100%;
	width:60px;
	height:45px;
}

.responsive-slider .content-holder .caption-holder .caption{
	font-family: 'open_sansregular';
    font-size:1.25em;
    color: #ffffff;
    line-height: 1.3em;
    text-align: center;
	padding-left:1em;
	padding-right:1em;
	
}


.responsive-slider .content-holder .more-btn-holder{
	padding-top:3em;
	padding-left:5em;
}
.responsive-slider .content-holder .more-btn-holder .read-more{
	float:left;
	background:#75c616;
	text-decoration:none;
	color:#ffffff;
	font-family: 'open_sansbold';
	font-size:.85em;
	letter-spacing:.3em;
	padding:1.4em 5em;
	border:2px solid #ffffff;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	
	-webkit-border-radius:25px;
	border-radius:25px;
}
.responsive-slider .content-holder .more-btn-holder .read-more:before{
	position:absolute;
	-webkit-border-radius:25px;
	border-radius:25px;
	left:0px;
	top:0px;
	height:100%;
	content:"";
	width:0px;
	background:#1addd5;
	z-index:-1;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.responsive-slider .content-holder .more-btn-holder .read-more:after{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
	content: "\e00d";
}
.responsive-slider .content-holder .more-btn-holder .read-more:hover{
	text-decoration:none;
	color:#ffffff;
	border:2px solid #ffffff;
}
.responsive-slider .content-holder .more-btn-holder .read-more:focus{
	text-decoration:none;
	color:#000000;
}
.responsive-slider .content-holder .more-btn-holder .read-more:hover:before{
	width:100%;
}


.responsive-slider .touch-surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.responsive-slider .slides ul li {
  display: inline-block;
  
  width:100%;
}
.responsive-slider .slides ul li .slide-body {
  display: inline-block;
  position: relative;
  width:100%;
  font-size: 14px;
  background: linear-gradient(#fff, #fef2e8);
  height:30vw;
}

.responsive-slider .slides ul li .slide-body img {
    width: auto;
	float: right;
}
.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #000000;
  z-index:999;
  left:10%;
  font-family: 'intro_regular';
  font-size:1em;
  
}
.responsive-slider .slides ul li .slide-body .caption.header {
  bottom:0;
  width:40%
}
.responsive-slider .slides ul li .slide-body .caption.header h3{
  text-align:left;
  font-family: 'montserratregular';
  color:#333333;
  font-size:7vw;
  line-height:.8em;
  white-space:normal;
  margin:0;
  padding-bottom:.2em;
}
.responsive-slider .slides ul li .slide-body .caption.header h3 span{
	color:#f58524;
	font-family:'Montserrat ExtraBold';
}
.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}
.green{
	color:#75df16;
}

.responsive-slider .slides ul li .slide-body .caption.sub {
  width:40%;
  left:0;
  font-size:1.15em;
  position:relative;
  font-family: 'ubuntulight';
 
}

.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  top: 13%;
  right: 8%;
  width: 30%;
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.shape-triangle {
  top: 24%;
  left: 25%;
  width: 12.6vw;
}
.responsive-slider .slides ul li .slide-body .caption.shape-triangle svg {
  max-width: 100%;
  fill:#86108C;
}

.responsive-slider .slides ul li .slide-body .caption.img-hi {
  top: 35%;
  right: 45%;
  width: 10.9%;
}
.responsive-slider .slides ul li .slide-body .caption.img-hi img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-tc-1 {
  top:20%;
  right: 20%;
  width: 44.5%;

}
.responsive-slider .slides ul li .slide-body .caption.img-tc-1 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-tc-2 {
  top:52%;
  right: 20%;
  width:34.85%;

}
.responsive-slider .slides ul li .slide-body .caption.img-tc-2 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cap {
  top:20%;
  right:7%;
  width: 44.9%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cup {
  top: 20%;
  right: 10%;
  width: 33.8%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cup img {
  max-width: 100%;
}


.responsive-slider .slides ul li .slide-body .caption.img-diary {
  top: 15%;
  right: 5%;
  width: 38.53%;
}
.responsive-slider .slides ul li .slide-body .caption.img-diary img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-diary-logo {
      top: 36%;
    right: 30.5%;
    width: 7.53%;
}
.responsive-slider .slides ul li .slide-body .caption.img-diary-logo img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-card-1 {
  top: 16%;
  right: 16%;
  width: 33.35%;
}
.responsive-slider .slides ul li .slide-body .caption.img-card-1 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-card-2 {
  top: 22%;
  right:6%;
  width: 35.95%;
}
.responsive-slider .slides ul li .slide-body .caption.img-card-2 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cup-logo {
  top: 43%;
  right: 23%;
  width: 8.3%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cup-logo img {
  max-width: 100%;
}
.responsive-slider .slider-control {
  padding:2.3em 2.6em;
  position: absolute;
  z-index:1050;

}
.responsive-slider .slider-control img{
	width:20px;
}
.responsive-slider .slider-control.left {
	background:#86108c;
	bottom:94px;
  left: 0;
  -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s ;
}
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
}
.responsive-slider .slider-control.right {
	bottom:0;
	background:#7c7a7a;
  left: 0;
  -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s ;
}
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
	.responsive-slider .slides ul li .slide-body .caption.sub{
		width:60%;
	}
}
@media (max-width: 992px) {
	.responsive-slider .slides ul li .slide-body .caption{
		left: 13%;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3{
		font-size:6vw;
	}
	.responsive-slider .slides ul li .slide-body .caption.sub{
		font-size:1em;
	}
	.responsive-slider .slider-control{
		padding: 1.5em 1.8em;
	}
	.responsive-slider .slider-control.left{
		bottom: 72px;
	}
	
}
@media (min-width: 481px) and (max-width: 767px) {
	
	.responsive-slider .slider-control.left {
    bottom: 68px;
}
.responsive-slider .slides ul li .slide-body .caption.sub {
    width: 75%;
}
}
@media (max-width: 600px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
  .responsive-slider .slides ul li .slide-body .caption {
    left: 5%;
 }
 .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: .7em;
}
.responsive-slider .slides ul li .slide-body .caption.header h3 {
    font-size: 5vw;
}
.responsive-slider .slides ul li .slide-body .caption.shape-triangle{
	top: 30%;
}
}
@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.sub{
	  display:none;
  }
  .responsive-slider:before{
	  left: -25%;
  }
  .responsive-slider .slides ul li .slide-body .caption.shape-triangle{
	  left:17%;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h3{
	  font-size: 8vw;
  }
  .responsive-slider .pages{
	  display:none;
  }
}


.responsive-slider .pages {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index:999;
}
.responsive-slider .pages .page {
	margin:0 .2em;
  display: inline-block;
  color: transparent;
  width:6px;
  height:6px;
  border: 3px solid #fff;
  -webkit-border-radius:50%;
    -moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
     border-radius:50%;
}
.responsive-slider .pages .page.active {
  opacity: 1;
  border: 3px solid #86108c;
  width:6px;
  height:6px;
  position:relative;
}


@media (max-width: 500px) {
  .responsive-slider .pages {
	bottom:10px;
  }
}
@media (max-width: 768px) {
	.responsive-slider .slider-control img{
		width:18px;
	}
}
@media (max-width: 380px) {
	.responsive-slider .slides ul li .slide-body .caption.header p {
    font-size: 1.2em;
}
}*/

.responsive-slider {
  width: 100%;
  position: relative;
}
.slides{
	position: relative;
    width: 100%;
    z-index: 999;
}
.responsive-slider .touch-surface {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-slider .slides {
	position: relative;
 
}
.responsive-slider .slides ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 0;
}
.responsive-slider .slides ul li {
	display: inline-block;
	width:100%;
	background:#fff;
}
.responsive-slider .slides ul li .slide-body {
	display: inline-block;
	position: relative;
	width:100%;
	font-size: 14px;
	min-height:32vw;
	background: linear-gradient(#fff, #fef2e8);
}
.responsive-slider .slides ul li .slide-body img {
   width:88%;
}
.responsive-slider .slides ul li .slide-body .caption {
	position: absolute;
	color: #fff;
}
/*.responsive-slider .slides ul li .slide-body .caption.header {
	bottom:18%;
	width:47%;
	left:5%;
}
.responsive-slider .slides ul li .slide-body .caption.header h3{
	text-align:right;
	font-family: 'montserratregular';
	color:#333333;
	font-size:80px;
	padding:0;
	white-space:normal;
	text-transform:uppercase;
	line-height:0.83em;
	position:relative;
	padding-bottom:10px;
}
.responsive-slider .slides ul li .slide-body .caption.header h3 span{
	font-family:'Montserrat ExtraBold';
	color:#f58524;
}
.responsive-slider .slides ul li .slide-body .caption.header h3:after{
	position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: 0em;
    bottom: 0;
}*/

.responsive-slider .slides ul li .slide-body .caption.header {
	bottom:28%;
	width:47%;
	left:5%;
}

.responsive-slider .slides ul li .slide-body .caption.header h3{
	text-align:right;
	font-family: 'montserratregular';
	color:#333333;
	font-size:50px;
	padding:0;
	white-space:normal;
	text-transform:uppercase;
	line-height:1em;
	position:relative;
	padding-bottom:10px;
	margin-top:0;
}
.responsive-slider .slides ul li .slide-body .caption.header h3 span{
	font-family:'Montserrat ExtraBold';
	color:#f58524;
}
.responsive-slider .slides ul li .slide-body .caption.header h3:after{
	position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: 0em;
    bottom: 0;
}






.responsive-slider .slides ul li .slide-body .caption.header p{
  text-align:right;
  font-family: 'ubuntulight';
  color:#000000;
  font-size:17px;
  padding:0;
  padding-top:10px;
  white-space:normal;
}
.responsive-slider .slides ul li .slide-body .caption.header p span{
	color:#d10971;
}
.responsive-slider .slides ul li .slide-body .caption.header p b{
	color:#ffffff;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}
.yellow{
	color:#e5c909;
}

.responsive-slider .slides ul li .slide-body .caption.sub {
  top: 64px;
  width:100%;
 
}

.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  top: 13%;
  right: 8%;
  width: 30%;
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-hi {
  top: 35%;
  right: 45%;
  width: 10.9%;
}
.responsive-slider .slides ul li .slide-body .caption.img-hi img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-tc-1 {
  top:20%;
  right: 20%;
  width: 44.5%;

}
.responsive-slider .slides ul li .slide-body .caption.img-tc-1 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-tc-2 {
  top:52%;
  right: 20%;
  width:34.85%;

}
.responsive-slider .slides ul li .slide-body .caption.img-tc-2 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cap {
  top:20%;
  right:7%;
  width: 44.9%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cup {
  top: 20%;
  right: 10%;
  width: 33.8%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cup img {
  max-width: 100%;
}


.responsive-slider .slides ul li .slide-body .caption.img-diary {
  top: 15%;
  right: 5%;
  width: 38.53%;
}
.responsive-slider .slides ul li .slide-body .caption.img-diary img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-diary-logo {
      top: 36%;
    right: 30.5%;
    width: 7.53%;
}
.responsive-slider .slides ul li .slide-body .caption.img-diary-logo img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-card-1 {
  top: 16%;
  right: 16%;
  width: 33.35%;
}
.responsive-slider .slides ul li .slide-body .caption.img-card-1 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-card-2 {
  top: 22%;
  right:6%;
  width: 35.95%;
}
.responsive-slider .slides ul li .slide-body .caption.img-card-2 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-cup-logo {
  top: 43%;
  right: 23%;
  width: 8.3%;
}
.responsive-slider .slides ul li .slide-body .caption.img-cup-logo img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-slide-overlay-pic {
  top: 0;
  left: 0;
  width: 50%;
}
.responsive-slider .slides ul li .slide-body .caption.img-slide-overlay-pic img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.number {
	top: 8%;
	right:0%;
	z-index:999;
	font-size:11vw;
	line-height:.7em;
	color:#2e3192;
}

.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
	bottom: -9em;
    right: 0%;
    width: auto;
    position: absolute;
    z-index: 9999;
  
}
.responsive-slider .slides ul li .slide-body .caption.img-object-1 img {
  /*max-width: 100%;*/
}

.responsive-slider .slides ul li .slide-body .caption.img-model-2 {
  bottom: 0;
  right: 8%;
  width: 60%;
}
.responsive-slider .slides ul li .slide-body .caption.img-model-2 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.pic-box {
  bottom: 0em;
  right:9em;
  width: 38%;
}
/*.responsive-slider .slides ul li .slide-body .caption.pic-box:after {
	content:"";
	width:100%;
	height:100%;
	background:rgba(23,25,105,0.23);
	top:0;
	left:0;
	position:absolute;
	z-index:99;
}*/
.responsive-slider .slides ul li .slide-body .caption.pic-box img{
	width:100%;
	height:auto;
}

.left-controller{
	left:
}
.responsive-slider .slider-control {
  position: absolute;
  z-index:9999;
  bottom:27%;
}
.responsive-slider .slider-control a{
	display:block;
	width:100%;
	float:left;
}
.responsive-slider .slider-control a .arrow{
	width:100%;
	text-align:center;
	float:left;
}
.responsive-slider .slider-control a .slider-arrow-text{
	float:left;
	margin-top:5px;
	width:100%;
	text-align:center;
	font-size:1.2em;
	line-height:1em;
	color:#d10971;
	font-family: 'latoitalic';
}
.slider-count{
	position:absolute;
	z-index:99;
	bottom:4%;
	right:3.5%;
	font-size:1.5em;
	color:#ffffff;
	font-family: 'latoitalic';
	font-weight:lighter;
	cursor:default;
}
.slider-count span{
	color:#d10971 !important;
}
.responsive-slider .left-controller {
  left: 5%;
  -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s ;
}
.responsive-slider .left-controller:hover {
  text-decoration: none;
}
.responsive-slider .right-controller {
  left: 9.25%;
  -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s ;
}
.responsive-slider .right-controller:hover {
  text-decoration: none;
}

.responsive-slider .pages {
  position: absolute;
  right: 3em;
  z-index:99999999;
  -moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top:50%;
 /* display:none !important;*/
}
.responsive-slider .pages .page {
	position:relative;	
	color:#e1e1e1;
	line-height:26px;
	font-family: 'montserratregular';
}
.responsive-slider .pages .page.active{
	color:#8b181a;
}
.responsive-slider .pages .page:before {
	content: "";
    display: block;
    color: #e1e1e1;
    background: #e1e1e1;
    height: 2px;
    position: absolute;
    width: 22px;
    right: 1.8em;
    top: 6px;
 }
 .responsive-slider .pages .page:hover{
	text-decoration:none;	
}
.responsive-slider .pages .page:focus{
	text-decoration:none;	
}
.responsive-slider .pages .page.active:before {
  content: "";
    display: block;
    color: #8b181a;
    background: #8b181a;
    height: 2px;
    position: absolute;
    width: 45px;
    right: 1.8em;
    top: 6px;
}

@media (max-width: 1200px) {
	/*.responsive-slider .slides ul li .slide-body .caption.header p{
		font-size: 6vw;
	}
	.responsive-slider .slider-control img{
		width:35px;
	}
	.responsive-slider .slider-control{
		bottom: 26%;
	}*/
	
}
@media (max-width: 992px) {
	/*.responsive-slider .slides ul li .slide-body .caption.header p {
    
}
.responsive-slider .right-controller{
	left: 10.25%;
}
.responsive-slider .slides ul li .slide-body{
}*/
	
}

@media (max-width: 768px) {
	/*.responsive-slider .slider-control img{
		width:28px;
	}
  .responsive-slider .pages {
	bottom:15px;
  }
  .slider-count{
	  font-size:1.2em;
  }
  .responsive-slider .slides ul li .slide-body{
	min-height: 57vw;
}
.responsive-slider .slider-control {
    bottom: 24%;
}*/
  
}
@media (max-width: 600px) {
.responsive-slider .slider-control{
	display:none !important;
}
.responsive-slider .slides ul li .slide-body{
	
}
.baner-block .red-block .box {
    
}
.baner-block .red-block {
    
}
.baner-block {
    /*padding: 2.5em;*/
}
.responsive-slider .slides ul li .slide-body .caption.number{
	font-size:13vw;
}
}
@media (max-width: 500px) {
  .responsive-slider .pages {
	bottom:5px;
  }
  .slider-count {
	  font-size: 1em;
  }
}


@media (min-width: 481px) and (max-width: 768px) {
	
	.responsive-slider .slides ul li .slide-body .caption.header{
		
	}
	.responsive-slider .slides ul li .slide-body .caption.header p {
    
}
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 30px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 20px;
  }
  .responsive-slider .pages{
	  bottom:18px;
  }
}
@media (max-width: 480px) {
	.responsive-slider .slides ul li .slide-body .caption.header{
		
	}
	.responsive-slider .slides ul li .slide-body .caption.header p {
    
    padding: 0px;
}

.responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
  .baner-block .slides {
		width: 100%;
	}
}


@media (max-width: 450px) {
	.responsive-slider .slides ul li .slide-body .caption.img-model-1{
		width:30%;
		right:9%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-model-2{
		width:43%;
	}
	
	.responsive-slider .slides ul li .slide-body .caption.header p{
		
	}
	.slider-count {
		font-size: .85em;
	}
}
@media (max-width: 380px){
	.responsive-slider .slides ul li .slide-body{
		min-height: 48vh;
	}
	.baner-block .red-block {
		height: 45vh;
	}
	.baner-block .red-block .box {
		height: 42vh;
	}
	.baner-block .slides {
		width: 100%;
	}
	.baner-block .red-block .box{
		width: 68vw;
	}
	.responsive-slider .slides ul li .slide-body .caption.header p {
    font-size: 8vw;
}
.responsive-slider .slides ul li .slide-body .caption.number {
    font-size: 17vw;
}
}













.first-block{
	position:relative;
	padding:10em 0em 6em 3em;
}
.first-block h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
    position: relative;
	margin-bottom: 1em;
}
.first-block h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: -1em;
	bottom:0;
}
.first-block .row:first-child > div {
    text-align: center;
}
.first-block h2:before {
	content:attr(data-bg);
	position:absolute;
	color:#f0f5f9;
	text-transform:uppercase;
	font-size:9vw;
	z-index:-9;
	text-align:center;
	left:50%;
	font-family:'Montserrat ExtraBold';
	top:50%;
	-moz-transform: translate(-50%,-68%);
	-webkit-transform: translate(-50%,-68%);
	transform: translate(-50%,-68%);
}

.first-block .welcome{
	position: relative;
    background: #f9f9f9;
    padding: 4em 3em 6em 3em;
	margin-top:3em;
}
.first-block .welcome:before{
	position: absolute;
    content: "";
    background: url(../img/dots.svg) no-repeat;
    left: -3em;
    height: 100%;
    width: 100%;
    top: -2.5em;
	z-index:-9;
}
.first-block .welcome:after{
	position: absolute;
    content: "";
    background: url(../img/border.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 7em;
    width: 7em;
    bottom: -3em;
    left: -2.5em;
    z-index: -9;
}
.first-block .welcome p{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	text-align:justify;
	line-height:23px;
}
.first-block .welcome a {
    border-radius: 20px;
    color: #fff;
    font-family: 'ubuntumedium';
    background: linear-gradient(to right, #c82431 , #f48224);
    padding: 10px 25px;
    position: relative;
    margin-bottom: 2em;
	margin-top: 0.5em;
    float: left;
    z-index: 9999;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.first-block .welcome a:hover {
    text-decoration: none;
    background: linear-gradient(to right, #f48224 , #c82431);
}


.first-block .about-img{
	padding-right:3em;
}

.second-block {
	position:relative;
	padding:2em 0em 2em 3em;
}
.second-block .headings{
	text-align:center;
}
.second-block .headings h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
}
.second-block .headings h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 45%;
    left: -1em;
	bottom:0;
}
.second-block .row:first-child > .headings {
    text-align: center;
}
.second-block .headings h2:before {
	content:attr(data-bg);
	position:absolute;
	color:#f0f5f9;
	text-transform:uppercase;
	font-size:9vw;
	z-index:-9;
	text-align:center;
	left:50%;
	font-family:'Montserrat ExtraBold';
	top:50%;
	-moz-transform: translate(-50%,-68%);
	-webkit-transform: translate(-50%,-68%);
	transform: translate(-50%,-68%);
}

.second-block .services{
	 /*padding-top:6em;*/
}
.second-block .services svg{
	position:relative;
}
.second-block .services svg .hover{
	
}
.second-block .services svg .svg_item{
	position:relative;
	display:inline-block;
	z-index:999;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.second-block .services svg .hover {
	visibility: hidden;
	   	 -webkit-transform-origin: center;
	transform-origin: center;
	

}
.second-block .services svg .svg_item.m_hover .hover_change,
.second-block .services svg .svg_item:hover .hover_change{
	fill:#fff !important;
	font-size:16px;
}
.second-block .services svg .svg_item .hover_change{
	font-family: 'ubuntulight';
}

.second-block .services svg .svg_item:nth-child(1) .hover,
.second-block .services svg .svg_item:nth-child(1):hover .hover{ 

 transform:rotate(-119deg) translateX(16.5%) translateY(0.8%);
    -ms-transform:rotate(-119deg) translateX(16.5%) translateY(0.8%);
    -webkit-transform:rotate(-119deg) translateX(16.5%) translateY(0.8%);
}
.second-block .services svg .svg_item:nth-child(2) .hover,
.second-block .services svg .svg_item:nth-child(2):hover .hover{
	 transform:rotate(-60.6deg) translateX(8.5%) translateY(-4.2%);
    -ms-transform:rotate(-60.6deg) translateX(8.5%) translateY(-4.2%);
    -webkit-transform:rotate(-60.6deg) translateX(8.5%) translateY(-4.2%);

}
.second-block .services svg .svg_item:nth-child(3) .hover,
.second-block .services svg .svg_item:nth-child(3):hover .hover{
	 transform:rotate(-0.6deg) translateX(-0.3%) translateY(-0.2%);
    -ms-transform:rotate(-0.6deg) translateX(-0.3%) translateY(-0.2%);
    -webkit-transform:rotate(-0.6deg) translateX(-0.3%) translateY(-0.2%);

}
.second-block .services svg .svg_item:nth-child(4) .hover,
.second-block .services svg .svg_item:nth-child(4):hover .hover{
	 transform:rotate(61.3deg) translateX(-0.4%) translateY(9.4%);
    -ms-transform:rotate(61.3deg) translateX(-0.4%) translateY(9.4%);
    -webkit-transform:rotate(61.3deg) translateX(-0.4%) translateY(9.4%);

}

.second-block .services svg .svg_item:nth-child(5) .hover,
.second-block .services svg .svg_item:nth-child(5):hover .hover{
	 transform:rotate(120.2deg) translateX(7.2%) translateY(14.8%);
    -ms-transform:rotate(120.2deg) translateX(7.2%) translateY(14.8%);
    -webkit-transform:rotate(120.2deg) translateX(7.2%) translateY(14.8%);

}

.second-block .services svg .svg_item:nth-child(6) .hover,
.second-block .services svg .svg_item:nth-child(6):hover .hover{
	 transform:rotate(180deg) translateX(15.5%) translateY(10.7%);
    -ms-transform:rotate(180deg) translateX(15.5%) translateY(10.7%);
    -webkit-transform:rotate(180deg) translateX(15.5%) translateY(10.7%);

}

.second-block .services svg .svg_item.m_hover .hover,
.second-block .services svg .svg_item:nth-child(1):hover .hover,
.second-block .services svg .svg_item:nth-child(2):hover .hover,
.second-block .services svg .svg_item:nth-child(3):hover .hover,
.second-block .services svg .svg_item:nth-child(4):hover .hover,
.second-block .services svg .svg_item:nth-child(5):hover .hover,
.second-block .services svg .svg_item:nth-child(6):hover .hover{
	visibility: visible;
			-webkit-transition: visibility .3s ease-in-out;
    -ms-transition: visibility .3s ease-in-out;
    transition: visibility .3s ease-in-out;
}

.second-block .services svg a{}
.second-block .services svg a:hover{
	text-decoration:none;
}

.second-block .services svg .texts_offer{}
.second-block .services svg .texts_offer text{
	font-family:'Montserrat Ultra Light';
	color:#333333;
	font-size:32px;
	text-align:center;
}

.second-block .featured_service_list{
	padding-right:4em;
}
.second-block .offers{
	color:#585858;
	font-size:32px;
	font-family: 'ubuntulight';
}
.second-block .service-sec{
	position:relative;
	margin-top:2em;
}
.second-block .service-sec .all{
	position: relative;
    padding: 3em 3em;
    display: inline-block;
    background: #f9f9f9;
}
.second-block .headings{
	text-align:center;
}
.second-block .service-sec:before{
	position: absolute;
    content: "";
    background: url(../img/ser-1.svg) no-repeat;
    left: -10px;
    height: 100%;
    width: 100%;
    display: block;
    top: -11px;
    z-index: -9
}
.second-block .service-sec:after{
	position: relative;
    content: "";
    background: url(../img/ser-2.svg) no-repeat;
    background-size: contain;
    top: calc(-5em - -3.8px);
    display: block;
    height: 5em;
    width: 2em;
    bottom: 0;
	left:-3.8px;
    z-index: 1000;
}
.second-block .service-sec p{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	text-align:justify;
	line-height:23px;
	clear:both;
}
.second-block .service-sec h6{
	font-size:22px;
	color:#000000;
	font-family: 'ubuntumedium';
	clear:both;
	margin-bottom:1.5em;
}
.second-block .service-sec h6 img{
	float:left;
	margin-right:10px;
	margin-top:-10px;
}
.second-block .service-sec a{
	border-radius:20px;
	color:#fff;
	font-family: 'ubuntumedium';
	background: linear-gradient(to right, #c82431 , #f48224);
	padding:10px 25px;
	position: relative;
    margin-top: 1em;
    float: left;
	z-index:9999;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.second-block .service-sec a:hover{
	text-decoration:none;
	background: linear-gradient(to right, #f48224 , #c82431);
	
}

.third-block{
	position:relative;
	padding:2em 3em;
}
.third-block h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
}
.third-block h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: -1em;
	bottom:0;
}
.third-block .row:first-child > div {
    text-align: center;
}
.third-block h2:before {
	content:attr(data-bg);
	position:absolute;
	color:#f0f5f9;
	text-transform:uppercase;
	font-size:9vw;
	z-index:-9;
	text-align:center;
	left:50%;
	font-family:'Montserrat ExtraBold';
	top:50%;
	-moz-transform: translate(-50%,-68%);
	-webkit-transform: translate(-50%,-68%);
	transform: translate(-50%,-68%);
}


/* Doctors slider css */
#owl-demo .item{
		 margin-left:8px;
		 margin-right:8px;
}
#owl-demo .item a{	
	text-decoration:none;
}
#owl-demo .item a:hover{	
	text-decoration:none;
}
#owl-demo .item .image{
	position:relative;
	overflow:hidden;
	border-radius:50%;
	height:200px;
	width:200px;
	text-align:center;
	margin:0 auto;
}
#owl-demo .item .image img{
	
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
#owl-demo .item .image:before{
	content: "";
	position: absolute;
	background: linear-gradient( #c62032, #f58524 );
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0.3;
	-webkit-transition:all .3s;
	transition:all .3s;
}
#owl-demo .item:hover .image:before{
	content: "";
	position: absolute;
	background: linear-gradient( #c62032, #f58524 );
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0.6;
}
#owl-demo .item .title{
	position:relative;
}
#owl-demo .item .title h6{
	font-size:18px;
	color:#333333;
	font-family: 'montserratsemi_bold';
}
#owl-demo .item .title p{
	color:#333333;
	font-size:13px;
	font-family: 'ubunturegular';
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	/*display: inline-block;*/
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 21px 22px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	background: url(../img/prev.svg) no-repeat left;
    left: -2em;
    top: 30%;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	background:url(../img/next.svg) no-repeat right;
	right: -2em;
    top: 30%;
    position: absolute;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}





.fourth-block{
	position:relative;
	padding:2em 3em 23em 3em;
}
.fourth-block .headings h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 0.5em;
	text-align:right;
}
.fourth-block .headings h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: 0em;
	bottom:0;
}
.fourth-block .headings img{
	margin-top:2em;
}
.fourth-block .row:first-child > div {
    text-align: center;
}
.fourth-block .timmings{
	position: relative;
    padding: 2em 3em 3em 3em;
	margin-top:-2.2em;
	left:0em;
}
.fourth-block .hours{
	position:relative;
}
.fourth-block .hours:before{
	position: absolute;
    content: "";
    top: 18%;
    width: calc(100% - 5.6% - 11.9% );
    height: calc(100% - 18% - -0.5%);
    right: 0;
    bottom: 5%;
    background: #f9f9f9;
    left: 5.6%;
}

.fourth-block .timmings:before{
	position: absolute;
    content: "";
    background: url(../img/timming-border-1.svg) no-repeat;
    left: -2.5em;
    height: 100%;
    width: 100%;
    top: 0em;
    z-index: -9;
}
.fourth-block .timmings:after{
	position: absolute;
    content: "";
    background:url(../img/timming-border-2.svg) no-repeat;
    left: -2.4em;
    height: 100%;
    width: 100%;
}
.fourth-block .timmings table{
	position:relative;
	
}
.fourth-block .timmings table tr{}
.fourth-block .timmings table tr td{
	color:#333333;
	font-size:16px;
	font-family: 'ubunturegular';
	text-align:left;
}
.fourth-block .timmings table tr td span{
	color:#f58524;
	text-align:left;
}
.fourth-block .timmings .table>tbody>tr>td,
.fourth-block .timmings .table>tbody>tr>th,
.fourth-block .timmings .table>tfoot>tr>td,
.fourth-block .timmings .table>tfoot>tr>th,
.fourth-block .timmings .table>thead>tr>td,
.fourth-block .timmings .table>thead>tr>th{
	border-top:none;
}
.fourth-block .timmings a{
	border-radius: 20px;
    color: #fff;
	font-size:15px;
	text-transform:uppercase;
    font-family: 'montserratsemi_bold';
    background: linear-gradient(to right, #c82431 , #f48224);
    padding: 12px 30px 10px 30px;
    position: relative;
    margin-top: 1em;
    display: inline-block;
    z-index: 9999;
	left:-1em;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.fourth-block .timmings a:hover{
	text-decoration:none;
	background: linear-gradient(to right, #f48224 , #c82431);
}

.fourth-block .headings1 h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	position: relative;
	/*margin-bottom: 1em;*/
	text-align:right;
	width: 80%;
    float: right;
}
.fourth-block .headings1 h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 30%;
    right: 3.2em;
	bottom:0;
}




.news-box{
	
}
.news-item table{
	width:100%;
}
.panel{
	margin-bottom:30px;
	background:none;
	border:none !important;
	box-shadow:none !important;
}
.panel-body {
    padding:0px;
}
.panel-default{
	border:none;
}
.panel-footer {
	position: absolute;
    bottom: -1em;
    left: 6em;
    padding: 10px 15px;
    background-color: transparent;
    border:none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}
.glyphicon-chevron-down{
	background:#d1d1d1;
	padding:10px 20px;
	color:#fff;
}
.glyphicon-chevron-up{
	background:#c62032;
	padding:10px 20px;
	color:#fff;
}
.glyphicon-chevron-down:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size:30px;
	
}
.pagination>li>a, .pagination>li>span{
	border:none;
	padding:0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius:0;
}
.glyphicon-chevron-up:before {
    content: "\f105";
	font-family: FontAwesome;
	font-size:30px;
}
.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#BBB9B9;
}
.pagination a:hover
{
    color:#26333c;
}
.pagination a:focus
{
    color:#26333c;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.demo1{
	height:auto !important;
	overflow:visible !important;
}
.testi-item{
    padding:0px 0px 12px 0px;
    margin:0px;
}
.testi-item:before{
	position: absolute;
    content: "";
	top: 23%;
    width: calc(100% - 17% - 4.9% );
    height: calc(100% - 23% - 2.5%);
    right: 0;
    bottom: 5%;
    background: #f9f9f9;
    left: 17%;
}
.testi-item .testi-img{
	 -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s ;
	cursor:pointer;
	position:relative;
	/*margin-top:-35%;*/
}
.testi-item .testi-img:before{
	position: absolute;
    content: "";
    background: url(../img/test-border-1.svg) no-repeat;
    right: -8em;
    height: 100%;
    width: 59%;
    top: 4.5em;
    z-index: -9;
    display: block;
}
.testi-item .testi-img img{
	border-radius:50%;
	width:75%;
	text-align: center;
    margin: 0 auto;
}
.testi-item .testi-img p{
	position: relative;
    bottom: 2.5em;
    color: #fff;
    z-index: 999;
    display: inline-block;
	font-family: 'montserratblack';
	text-transform:uppercase;
	font-size:18px;
}
.testi-item .testi-field{
	padding-left:5px;
	float:left !important;
	position:relative;
	padding-right:4em;
	padding-top: 10.5em;
    padding-bottom: 1em;
}
.testi-item .testi-field:after{
	position: absolute;
    content: "";
    background:url(../img/test-border-2.svg) no-repeat;
    right: -1em;
    height: 100%;
    width: 25%;
	margin-top:-4em;
}
.testi-item .testi-title{
	font-family: 'ubuntumedium';
	font-size:20px;
	line-height:20px;
	color:#000000;
	padding-bottom:8px;
	display:block;
	font-weight:bold;
	padding-top:10%;
	text-align:left !important;
}
.testi-item .testi-breif{
	font-family: 'ubuntulight';
	font-size:16px;
	color:#333333;
	line-height:23px;
	text-align:justify !important;
}
.testi-item .testi-name{
	color:#dd512b;
	font-family: 'ubuntumedium';
	font-weight:bold;
	text-align:right;
	font-size:15px;
}

.inner-baner-block{
	position:relative;
	display: block;
    clear: both;
}
.inner-baner-block img{
	width:100%;
}
.inner-baner-block .banner-tittle{
	font-family: 'montserratregular';
	color:#333333;
	font-size: 35px;
    width: 45%;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	line-height:1em;
	 
	top: 32%;
	left: 20%;
	position: absolute;
	-moz-transform: translate(-40%);
	-webkit-transform: translate(-40%);
	transform: translate(-40%);
}
.inner-baner-block .banner-tittle span{
	font-family:'Montserrat ExtraBold';
	color:#f58524;
}
.inner-baner-block .banner-tittle:before{
	position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 40%;
    right: 0;
    bottom: -12px;
}

.footer-block{
	position:relative;
	padding:15em 5em 2em 5em;
	background: linear-gradient(to right, #c82431 , #c82431 , #f27f25);
	float:left;
	width:100%;
}
.footer-block:before{
    content: "";
    position: absolute;
    background: url(../img/footer-bg.svg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 2em;
    background-size: cover;
    bottom: 0;
    top: -2em;
}
.footer-block:after{
    content: "";
	position: absolute;
	background: url(../img/footer-bottom.svg) no-repeat center;
    background-size: auto auto;
	width: 11%;
	height: 10%;
	z-index: 9;
	background-size: contain;
	bottom: -10em;
	opacity: 0.15;
	
	 top: 100%;
   left: 50%;
   -moz-transform: translate(-100%,-50%);
   -webkit-transform: translate(-100%,-50%);
   transform: translate(-100%,-50%);
   
}
.footer-block .row > div h6{
	font-family: 'ubuntumedium';
	font-size:18px;
	padding-bottom:1.8em;
	color:#fff;
	margin:0;
	font-weight:bold;
}
.footer-block .row > div h6:after{
	position: absolute;
    content: "";
    height: 2px;
    background: #fff;
    width: 14%;
    left: 0em;
    top: 1.5em;
}
.footer-block .row .footer-logo{
	text-align:left;
	padding-bottom:1em;
}
.footer-block .row .footer-logo img{
	max-width:95%;
}
.footer-block .row > div ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.footer-block .row > div ul li{
	list-style:none;
	line-height:22px;
}
.footer-block .row > div ul li a{
	text-decoration:none;
	outline:none;
	color:#fff;
	font-size:1em;
	font-family: 'ubuntulight';
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
.footer-block .row > div ul li a:hover{
	color:#ffffff;
}
.footer-block .address p{
	display:flex;
}
.footer-block .address p img{
	width: 31px;
    height: 30px;
	margin-right:15px;
}
.footer-block p{
	text-decoration:none;
	outline:none;
	color:#fff;
	font-size:1em;
	font-family: 'ubuntulight';
	line-height:1.5em;
	text-align:left;
	margin:0;
	padding-bottom:1em;
	
}
.footer-block .social{
	float:left;
	width:100%;
}
.footer-block .social ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.footer-block .social ul li{
	list-style:none;
	padding:0 0.5em 0 0;
	float:left;
}
.footer-block .social ul li:first-child{
	padding-left:0px;
}
.footer-block .social ul li:last-child{
	padding-right:0px;
}
.footer-block .social ul li a{
	text-decoration:none !important;
	color:#ffffff !important;
	padding:0 !important;
	-moz-transition:all .2s;
	transition:all .2s;
}
.footer-block .social ul li a .fa{
	font-size:1.3em;
}
.footer-block .social ul li a:hover{
	color:#feebe7 !important;
}
.footer-block .number{
	color:#ffffff ;
	font-size:14px ;
	font-family: 'ubuntumedium';
	padding-bottom:1em;
	letter-spacing:0;
}
.footer-block .number img{
	float:left;
	margin-right:15px;
	margin-top:8px;
}
.footer-block .number p{
	padding-bottom:0.2em !important; 
}
.footer-block .footer_about{
	color:#fff;
	font-size:14px;
	font-family: 'ubuntulight';
	line-height:22px;
}
.footer-block .main{
	position:relative;
	padding-top:4em;
	float:left;
	width:100%;
	z-index:999;
}
.footer-block .inner-main{
	padding-top:2em;
}
.footer-block-inner{
	padding: 2em 5em 2em 5em !important;
}

.map-block{
	position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: -18em;
    padding: 5em 6em;
}


.map-block #map{
	height:400px;
	width:100%;
	z-index:99999;
	position:relative;
}
.map-block .map-sec{
	position:relative;
}
/*.map-block .map-sec:after{
	background: url(../img/shadow.svg) no-repeat;
    position: absolute;
    content: "";
    left: 2em;
    height: 20%;
    width: 100%;
    bottom: -3.2em;
}*/
.bottom{
	background:#0e0d0d;
	position:relative;
	padding:1.5em 1em;
	float:left;
	width:100%;
}
.bottom p{
	font-size:13px;
	color:#5b5b5b;
	letter-spacing:3px;
	text-align:center;
	margin:0;
	font-family: 'ubuntulight';
}
.bottom p a{
	color:#c62032;
}
.bottom p a:hover{
	text-decoration:none;
	color:#c62032;
}


[id^="content-wrap"] { display:none; }




.inner-page-content-block{
	position: relative;
    padding: 8em 3em 5em 4em;
}


.contact-image{
	text-align:center;
}
.get_in_touch{
	position: relative;
    background: #f9f9f9;
	padding:2em 1em 3em 1em;
}

.get_in_touch form{
	padding:2em 3em;
	margin-bottom:4em;
}
.get_in_touch form table{
	margin-top:1em;
	border:solid 1px #d8d8d8;
}
.get_in_touch form table tr th{
	font-family: 'montserratsemi_bold';
	text-align:center;
	font-size:15px;
	padding:1em 0.5em;
	border:solid 1px #d8d8d8;
}
.get_in_touch form table tr td{
	font-family: 'ubunturegular';
	font-size:14px;
	text-align:center;
	padding:1em 0.5em;
	border:solid 1px #d8d8d8;
	color:#676262;
}
.get_in_touch form table tr td a .fa-pencil{
	color:#f58020;
}
.get_in_touch form table tr td a .fa-trash-o{
	color:#c62032;
}
.get_in_touch form table tr td a{
	font-size:16px;
	margin-right:10px;
}
.get_in_touch form table tr td a:hover{
	text-decoration:none;
}
.checkbox-inline, .radio-inline{
	font-family: 'ubunturegular';
	padding-left:10px;
	padding-right:20px;
}



.contact-address span {
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
    color: #676262;
    font-family: 'ubunturegular';
}

.get_in_touch:before{
	position: absolute;
	content: "";
	background: url(../img/dots.svg) no-repeat;
	left: -1.5em;
	height: 100%;
	width: 100%;
	top: -1.5em;
	z-index: -9;
}
.get_in_touch:after{
	position: absolute;
	content: "";
	background: url(../img/border.svg) no-repeat;
	background-size: auto auto;
	background-size: contain;
	display: block;
	height: 7em;
	width: 7em;
	bottom: -3em;
	left: -2.5em;
	z-index: -9;
}

.contact-address{
	margin-top:20px;
	float:left;
	width:100%;
}
.contact-address h3{
	text-transform:uppercase;
	font-family:'Montserrat ExtraBold';
	font-size:24px;
	text-align:center;
	color:#333;
	letter-spacing:2px;
	margin-bottom:1em;
	position:relative;
}
.contact-address h3:after{
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 20%;
    left: 4em;
    bottom: -10px;
}
.contact-address h4{
	text-transform:uppercase;
	font-family:'Montserrat ExtraBold';
	font-size:24px;
	text-align:left;
	color:#333;
	letter-spacing:2px;
	margin-bottom:2em;
	position:relative;
	
}

.contact-address h4:after{
	position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 20%;
    left: 0em;
    bottom: -10px;
}
.inner-first-block form{
	position:relative;
	float:left;
	width:100%;
}
.contact-address p{
	text-align:center;
	font-size:16px;
	line-height:23px;
	color:#676262;
	font-family: 'ubunturegular';
}
.phone{
	font-size:22px;
	line-height:26px;
	color:#c62032;
	font-family: 'ubunturegular';
	text-align: center;
	margin-top:15px;
}
.phone span{
	color:#000000;
	font-family: 'ubuntumedium'; !important;
}

.form-styler{
	background:none !important;
	height:auto !important;
	color:#848483;
	border:1px solid #1c1c1b;
	padding:8px 0px !important;
	border-radius:0px !important;
	border:none;
	border-bottom:1px solid #D2D2D2;
	
	box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-styler::-moz-placeholder{color:#848483 !important;opacity:1}
.form-styler:-ms-input-placeholder{color:#848483 !important}
.form-styler::-webkit-input-placeholder{color:#848483 !important}
.form-styler:focus{
	border-bottom:1px solid #c62032;
}

.form-styler1{
	background:none !important;
	height:auto !important;
	color:#848483;
	border:1px solid #1c1c1b;
	padding:8px 5px !important;
	border-radius:0px !important;
	border:none;
	border:1px solid #D2D2D2;
	
	box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-styler1::-moz-placeholder{color:#848483 !important;opacity:1}
.form-styler1:-ms-input-placeholder{color:#848483 !important}
.form-styler1::-webkit-input-placeholder{color:#848483 !important}
.form-styler1:focus{
	border:1px solid #c62032;
}

.send-button{
    color: #fff;
    font-family: 'ubuntumedium';
    background: linear-gradient(to right, #c82431 , #f48224);
    padding: 15px 40px;
    position: relative;
    margin-top: 1em;
    float: left;
    z-index: 9999;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	border:none;
	text-transform:uppercase;
	letter-spacing:3px;
	 border-radius: 20px;
}


.map-container{
	 position:relative;
}
#map {
	width:100%;
	height:450px;
}




.inner-first-block{
	position:relative;
}
.inner-first-block h2{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	margin-top:0;
}
.inner-first-block h2:before {
    content: "Services";
    position: absolute;
    color: #f0f5f9;
    text-transform: uppercase;
    font-size: 9vw;
    z-index: -9;
    text-align: center;
    left: 50%;
    font-family: 'Montserrat ExtraBold';
    top: 50%;
    -moz-transform: translate(-50%,-68%);
    -webkit-transform: translate(-50%,-68%);
    transform: translate(-50%,-68%);
}

.inner-first-block h2:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: -1em;
	bottom:0;
}
.inner-first-block h3{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	margin-top:0;
	width:80%;
}
.inner-first-block h3:before {
    content: "About us";
    position: absolute;
    color: #f0f5f9;
    text-transform: uppercase;
    font-size: 9vw;
    z-index: -9;
    text-align: center;
    left: 50%;
    font-family: 'Montserrat ExtraBold';
    top: 50%;
    -moz-transform: translate(-50%,-68%);
    -webkit-transform: translate(-50%,-68%);
    transform: translate(-50%,-68%);
	width:100%;
}

.inner-first-block h3:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 35%;
    left: 1em;
	bottom:0;
}



.inner-first-block h4{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	margin-top:0;
}
.inner-first-block h4:before {
    content: "teams";
    position: absolute;
    color: #f0f5f9;
    text-transform: uppercase;
    font-size: 9vw;
    z-index: -9;
    text-align: center;
    left: 50%;
    font-family: 'Montserrat ExtraBold';
    top: 50%;
    -moz-transform: translate(-50%,-68%);
    -webkit-transform: translate(-50%,-68%);
    transform: translate(-50%,-68%);
}

.inner-first-block h4:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 58%;
    left: -1em;
	bottom:0;
}



.inner-first-block h5{
	font-size: 60px;
	color: #333333;
	font-family: 'montserratregular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	margin-top:0;
	width:80%;
}
.inner-first-block h5:before {
    content: attr(data-bg);
    position: absolute;
    color: #f0f5f9;
    text-transform: uppercase;
    font-size: 9vw;
    z-index: -9;
    text-align: center;
    left: 50%;
    font-family: 'Montserrat ExtraBold';
    top: 50%;
    -moz-transform: translate(-50%,-68%);
    -webkit-transform: translate(-50%,-68%);
    transform: translate(-50%,-68%);
	width:100%;
}

.inner-first-block h5:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #c62032;
    width: 40%;
    left: 1em;
	bottom:0;
}




.inner-first-block .sub-heads{
    text-align: center;
}

.inner-first-block .welcome{
	position: relative;
    background: #f9f9f9;
    padding: 5em 3em;
}
.inner-first-block .welcome a {
    border-radius: 20px;
    color: #fff;
    font-family: 'ubuntumedium';
    background: linear-gradient(to right, #c82431 , #f48224);
    padding: 10px 25px;
    position: relative;
	text-align:center;
    margin-bottom: 2em;
	margin-top: 0.5em;
    float: left;
    z-index: 9999;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.inner-first-block .welcome a:hover {
    text-decoration: none;
    background: linear-gradient(to right, #f48224 , #c82431);
}
.book_now {
    border-radius: 20px;
    color: #fff;
    font-family: 'ubuntumedium';
    background: linear-gradient(to right, #c82431 , #f48224);
    padding: 10px 25px;
    position: relative;
    margin-bottom: 2em;
	margin-top: 0.5em;
    float: left;
    z-index: 9999;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.book_now:hover {
    text-decoration: none;
	color:#fff;
    background: linear-gradient(to right, #f48224 , #c82431);
}
.inner-first-block .welcome:before{
	position: absolute;
    content: "";
    background: url(../img/dots.svg) no-repeat;
    left: -3em;
    height: 100%;
    width: 100%;
    top: -2.5em;
	z-index:-9;
}
.inner-first-block .welcome:after{
	position: absolute;
    content: "";
    background: url(../img/border.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 7em;
    width: 7em;
    bottom: -3em;
    left: -2.5em;
    z-index: -9;
}
.inner-first-block .welcome p{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	text-align:justify;
	line-height:23px;
}
.inner-first-block .about-img{
	padding-right:3em;
}




.service-first-block .welcome{
	position: relative;
    background: #f9f9f9;
    padding: 3em 3em;
	margin-top:3em;
}
.service-first-block .welcome:before{
	position: absolute;
    content: "";
    background: url(../img/dots.svg) no-repeat;
    left: -1.5em;
    height: 100%;
    width: 100%;
    top: -1.5em;
    z-index: -9;
}
.service-first-block .welcome:after{
	position: absolute;
    content: "";
    background: url(../img/border.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 7em;
    width: 7em;
    bottom: -3em;
    left: -2.5em;
    z-index: -9;
}
.service-first-block .welcome p{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	text-align:justify;
	line-height:23px;
}
.service-first-block .welcome ul{
	padding-left:18px;
}
.service-first-block .welcome ul li{
	list-style:disc;
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	text-align:justify;
	line-height:23px;
}

.service-first-block .about-img{
	padding-right:1em;
}
.service-first-block .about-img img{
	width:100%
}
.service-block{
	position: relative;
    padding: 8em 0em 5em 4em !important;
}
.service-first-block .welcome h6{
	font-size:25px;
	color:#333333;
	font-family: 'ubuntumedium';
	position:relative;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-bottom:1em;
}
.service-first-block .welcome h6:after{
	position: absolute;
	content: "";
	height: 5px;
	background: #c62032;
	width: 20%;
	left: 0em;
	bottom: -10px;
}
.service-first-block .welcome span{
	position:relative;
}
.service-first-block .welcome span:after{
	position: relative;
    content: "";
    background: url(../img/service-border.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 7em;
    width: 7em;
    bottom: -2.5em;
    right: -3em;
    z-index: -9;
    float: right;
}



.services-details{
	position:relative;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right:4em;
}

.services-details ul{
	padding: 0;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	margin-top: 1.5em;
	margin-bottom: 1em;
	width:100%;
}

.services-details ul li{
	position:relative;
	list-style:none;
	margin-bottom:4em;
}

.services-details ul li .service-sub-head{}

.services-details ul li .service-sub-head h5{
	color:#333333;
	font-size:30px;
	 font-family:'Montserrat Ultra Light';
	 text-transform:uppercase;
	 position:relative;
	 font-weight:bold;
}

.services-details ul li .service-sub-head h5 svg{
	width:10%;
	float:left;
	margin-right:15px;
}

.services-details ul li .service-sub-head h5:after{
	position: absolute;
    content: "";
    background: url(../img/sevicebottom.svg) no-repeat;
    right: 0;
    height: 42%;
    width: 25%;
    bottom: 0;
    z-index: -9;
    float: right;
}

.services-details ul li .service-sub-head h5 .service-texts{
	font-family: 'montserratblack';
	font-weight:bold;
	fill:#c62032;
	font-size:40px;
}

.services-details ul li .div-details{
	margin-top:2em;
	position:relative;
}


.services-details ul li .div-details ul{
	padding:0;
	display:block;
	overflow:visible;
	padding-left:20px;
}

.services-details ul li .div-details ul li{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	padding:0.2em 0.2em;
	cursor: pointer;
	margin-bottom:0;
	list-style-image: url(../img/arrow.png);
	
}
.services-details ul li .div-details p{
	font-size:16px;
	color:#333333;
	font-family: 'ubuntulight';
	line-height:23px;
}






.footer-block.footer-block-inner:before{
	display:none;
}



.content-block-3 > div{
	border-bottom:1px solid #c4c2c2;
	padding:1em 0;
}
.content-block-3 > div:first-child{
	border-bottom:none;
}
.content-block-3 > div:last-child{
	border-bottom:none;
}
.content-block-3{
	padding:4em 7em 0;
	position:relative;
}
.content-block-3:before{
	position: absolute;
    content: "";
    background: url(../img/timming-border-2.svg) no-repeat;
    left: 7em;
    height: 11em;
    width: 13em;
    z-index: 99;
    display: block;
    top: 5em;
}
.content-block-3:after{
	position: relative;
    content: "";
    background: url(../img/test-border-2.svg) no-repeat;
    right: -1em;
    height: 8em;
    width: 8em;
    display: block;
    float: right;
    bottom: 0em;
}

.content-block-3 h5{
	font-family: 'ubuntumedium';
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	margin:0 auto;
	position:relative;
	padding-bottom:1.3em;
}
.content-block-3 h5:after{
	content:"";
	display:block;
	height:2px;
	background:#c62032;
	width:130px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.content-block-3 .icon-holder{
	text-align:center;
	padding-bottom:1em;
}
.content-block-3 h6{
	font-family: 'ubuntumedium';
    font-size: 1.3em;
	font-weight:bold;
    color: #333333;
    text-align: center;
    margin-bottom: 1em;
}
.content-block-3 p{
	text-align:justify;
	color:#727171;
	font-family: 'ubuntulight';
	font-size:16px;
}
.content-block-3 ul{
	padding-left:15px;
}
.content-block-3 ul li{
	list-style:disc;
	color:#727171;
	font-family: 'ubuntulight';
	font-size:16px;
}




.inner-page-content-block .team-holder{
	position:relative;
}
/*.inner-page-content-block .team-holder:before{
	content:"";
	display:block;
	width:80%;
	height:1px;
	background:#d4d4d4;
	position:absolute;
	top:40%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}*/

.inner-page-content-block .team-holder > .row > div .member-item{
	 -webkit-animation-name: ScaleOut-team;
  animation-name: ScaleOut-team;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 
  -webkit-transform-origin:center;
  transform-origin:center;
  margin-bottom:2em;
}
.inner-page-content-block.active .team-holder > .row > div .member-item{
   -webkit-animation-name: ScaleIn-team;
  animation-name: ScaleIn-team;
  -webkit-animation-duration:.6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  
}


.inner-page-content-block .team-holder > .row > div:nth-child(1) .member-item{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}
.inner-page-content-block.active .team-holder > .row > div:nth-child(1) .member-item{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}

.inner-page-content-block .team-holder > .row > div:nth-child(2) .member-item{
	-webkit-animation-delay: .6s; 
    animation-delay: .6s;
}
.inner-page-content-block.active .team-holder > .row > div:nth-child(2) .member-item{
	-webkit-animation-delay: .6s; 
    animation-delay: .6s;
}

.inner-page-content-block .team-holder > .row > div:nth-child(3) .member-item{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}
.inner-page-content-block.active .team-holder > .row > div:nth-child(3) .member-item{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}

.inner-page-content-block .team-holder > .row > div:nth-child(4) .member-item{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.inner-page-content-block.active .team-holder > .row > div:nth-child(4) .member-item{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}



.inner-page-content-block .team-holder .member-item .pic-holder{
	width:100%;
	margin-bottom:1.7em;
	position:relative;
}
.inner-page-content-block .team-holder .member-item .pic-holder:before{
	content:"";
	display:block;
	position:absolute;
	width:85%;
	height:40%;
	background:#ffffff;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}



.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
	display:block;
	position:relative;
}

.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
	 width: 220px;
	 height:auto;
    max-width: 100%;
    max-height: auto;
}
.ih-item a .member-number{
	background:linear-gradient(to right, #c82431 , #f27f25);
	position:absolute;
	bottom:0;
	right:1.5em;
	padding:1.2em;
	color:#ffffff;
	font-size:.89em;
	text-align:center;
	line-height:1.15em;
	font-family: 'ubuntumedium';
	z-index:99;
	-webkit-border-radius:50%;
	border-radius:50%;
	
	-webkit-transition:all .3s;
	transition:all .3s;
	
	opacity:1;
	
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
}
.ih-item a:hover .member-number{
	opacity:0;
	-webkit-transform:scale(0,0);
	transform:scale(0,0);
}
.ih-item.circle {
    position: relative;
    width: 220px;
    border-radius: 50%;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: auto;
    border-radius: 50%;
	max-width:100%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6.colored .info {
    background: linear-gradient(to right, #c82431 , #f27f25);
}
.ih-item.circle.effect6 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info .know {
    color: #fff;
    text-transform: uppercase;
	position:absolute;
	
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	
}
.ih-item.circle.effect6 .info .know img{
	width:95px;
}
.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
}
.ih-item.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out 0.2s;
    -moz-transition: all 0.35s ease-in-out 0.2s;
    transition: all 0.35s ease-in-out 0.2s;
}
.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



.inner-page-content-block .team-holder .member-item .name-holder{
	width:100%;
	text-align:left;
	color:#000000;
	font-family: 'ubuntumedium';
	font-size:1.5em;
	line-height:1.2em;
	padding-bottom:.7em;
}
.inner-page-content-block .team-holder .member-item .designation-holder{
	width:100%;
	text-align:left;
	color:#636163;
	font-family: 'ubuntulight';
	font-weight:bold;
	font-size:1.1em;
	line-height:1.1em;
	padding-bottom:1em;
}
.inner-page-content-block .team-holder .member-item .para p{
	width:100%;
	text-align:left;
	color:#636163;
	font-family: 'ubuntulight';
	font-size:1.1em;
	line-height:23px;
	padding-bottom:1em;
}
.inner-page-content-block .teams{
	/*display:flex;
	flex-wrap:wrap;*/
	border-bottom:solid 1px #d6d6d6;
	margin:2em 0;
}



.shadow {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow.down-bottom {
  box-shadow:0px 18px 30px -10px #2a1607;
}
.bottom-sec{
	margin-bottom:3em;
}



.form-row { display: flex; margin-bottom: 29px; }
        .form-row:last-child { margin-bottom: 0px; }
        .margin-top-10 { margin-top: 10px; }
        .float-left { float: left; }
        .float-right { float: right; }
        .display-inline { display: inline; }
        .display-inline-block { display: inline-block; }
        .width-200 { width: 200px; }
        .clear-both { clear: both; }
		
		
		
		


/* media query css */

@media (min-width: 1920px) {
	.first-block .welcome{
		margin-top:4em;
	}
	#cssmenu > ul > li > a {
    	padding: 8px 3.5em 22px 3.5em;
	}
	.responsive-slider .slides ul li .slide-body .caption.header {
    	bottom: 28%;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3{
		font-size:2vw;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3:after{
		left:0.4em;
	}
	#cssmenu {
		padding: 1.4em 2em 1.4em 2em;
		height: 65px;
	}
	.responsive-slider .slides ul li .slide-body img {
    	width: 100%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1{
		right:9em;
	}
	.second-block .services {
    	margin-top: -2em;
	}
	.second-block .service-sec {
    	margin-top: 4em;
	}
	.fourth-block .headings1 h2{
		width:80%;
		font-size:5vw;
		line-height:0.9em;
	}	
	.testi-item .testi-field{
		padding-top:11.5em;
	}
	.testi-item .testi-img:before{
		right:-11em;
		top:7.5em;
	}
	.testi-item .testi-field:after {
		right: -3em;
		margin-top: 3.5em;
		z-index: -9;
	}
	.first-block {
    	padding: 10em 0em 8em 3em;
	}
	.first-block h2 {
    	font-size: 5vw;
	}
	.first-block h2:after{
		bottom:-17px;
	}
	.second-block .headings h2 {
    	font-size: 5vw;
	}
	.second-block .headings h2:after{
		bottom:-17px;
	}
	.third-block h2 {
    	font-size: 5vw;
	}
	.inner-first-block h2{
		font-size: 5vw;
	}
	.third-block h2:after{
		bottom:-17px;
	}
	.fourth-block .headings h2 {
    	font-size: 5vw;
		line-height:0.9em;
	}
	.map-block {
    	padding: 5em 8em;
	}
	.footer-block {
   		padding: 15em 8em 2em 8em;
	}
	.fourth-block .hours:before {
		top: 19%;
		height: calc(100% - 19% - -0.4%);
		left: 2em;
		width: calc(100% - 2% - 17% );
	}
	.testi-item:before{
		height:calc(100% - 33% - 0.5%);
	}
	.panel-footer{
		left:9.5em;
	}
	.inner-baner-block .banner-tittle{
		width:23%;
	}
	.inner-baner-block .banner-tittle:before{
		left:0.5em;
	}
	.fourth-block .timmings a{
		left:-3em;
	}
	.contact-address h3:after{
		left:8em;
	}
	.inner-first-block h5:after {
		width: 31%;
		left: 2em;
		bottom: -15px;
	}
	.inner-first-block h3:after {
		width: 30%;
		left: 2em;
		bottom: -10px;
	}
	.inner-first-block h4:after {
    	width: 75%;
    	left: -2em;
    	bottom: -10px;
	}
	.inner-first-block h4 {
    	font-size: 5vw;
	}
	.inner-first-block h2 {
    	font-size: 5vw;
	}
	.inner-first-block h3 {
    	font-size: 5vw;
	}
	.inner-first-block h5 {
    	font-size: 5vw;
	}
}

@media (max-width: 1200px) {
	.nav>li>a {
    	padding: 20px 15px;
	}
	.header-block .top-part .right .contact-part .contact-btn{
		font-size:13px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3{
		font-size:22px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header p{
		font-size:16px;
		line-height:23px;
	}
	.responsive-slider .slides ul li .slide-body{
		min-height:38vw;
	}
	.fourth-block {
    	padding: 2em 3em 18em 3em;
	}
	.header-block .top-part {
    	padding: 1em 4em;
	}
	.responsive-slider .slides ul li .slide-body img {
    	width: 80%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1{
		right:-5%;
	}
	#cssmenu > ul > li > a {
    	font-size: 14px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header {
		bottom: 30%;
		width: 50%;
	}
	.first-block h2 {
    	font-size: 55px;
		margin-bottom:1.5em;
	}
	.first-block .welcome {
		padding: 3em 2em;
	}
	.second-block .headings h2 {
    	font-size: 55px;
	}
	.second-block .service-sec .all {
    	padding: 3em 2em;
	}
	.third-block h2 {
    	font-size: 55px;
	}
	.fourth-block .headings h2 {
    	font-size: 55px;
	}
	.fourth-block .headings1 h2 {
    	font-size: 55px;
	}
	.fourth-block .timmings a{
		font-size:13px;
	}
	.map-block #map {
    	height: 350px;
	}
	.inner-baner-block .banner-tittle{
		width: 42%;
		font-size: 22px;
	}
	.inner-first-block h2 {
    	font-size: 45px;
	}
	.content-block-3:before{
		top:2em;
	}
	.content-block-3:after{
		bottom:0;
	}
	.inner-first-block h3 {
    	font-size: 45px;
	}
	.inner-first-block h4 {
    	font-size: 45px;
	}
	.inner-first-block h5 {
    	font-size: 45px;
	}
}

@media (max-width: 992px) {
	.responsive-slider .slides ul li .slide-body .caption.header h3 {
    	font-size: 20px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header p {
    	font-size: 15px;
    	line-height: 21px;
	}
	.first-block h2 {
    	font-size: 46px;
	}
	.first-block .welcome p {
   		font-size: 14px;
		line-height:22px;
	}	
	.first-block .welcome {
    	padding: 2em 2em;
	}
	.second-block .headings h2 {
    	font-size: 46px;
	}
	.second-block .service-sec h6 {
    	font-size: 20px;
		margin-bottom:1em;
	}
	.second-block .service-sec p {
    	font-size: 14px;
		line-height:22px;
	}
	.second-block .service-sec h6 img {
    	margin-top: 0;
    	width: 5%;
	}
	.second-block .service-sec .all {
    	padding: 2em 2em;
	}
	.third-block h2 {
    	font-size: 46px;
	}
	#owl-demo .item .title h6 {
    	font-size: 16px;
	}
	.fourth-block .headings h2 {
    	font-size: 44px;
	}
	.fourth-block .headings1 h2 {
    	font-size: 46px;
	}
	.fourth-block .timmings {
    	padding: 2em 1em 7em 2em;
	}
	.fourth-block .timmings a {
    	font-size: 11px;
	}
	.fourth-block .timmings table tr td{
		font-size:14px;
	}
	.testi-item .testi-img:before {
		right: -9em;
		width: 125%;
		top: 2.5em;
	}
	.fourth-block .timmings{
		margin-top:-1.5%;
	}
	.testi-item .testi-title {
    	font-size: 18px;
	}
	.testi-item .testi-breif{
		font-size:14px;
		line-height:22px;
	}
	.testi-item:before {
		top: 26%;
		width: calc(100% - 14% - 4.9% );
		height: calc(100% - 26% - 2.5%);
		right: 0;
		bottom: 5%;
		left: 14%;
	}
	.testi-item .testi-field:after {
		right: -1.4em;
		height: 100%;
		width: 31%;
		margin-top: -4em;
	}
	.testi-item .testi-field {
		padding-left: 10px;
		padding-right: 3em;
		padding-top: 6.5em;
		padding-bottom: 0.5em;
	}
	.testi-item .testi-title{
		padding-top:4%;
	}
	.testi-item .testi-img p{
		font-size:15px;
	}
	.map-block {
    	margin-top: -40%;
	}
	.map-block #map {
    	height: 300px;
	}
	.footer-block .main {
    	padding-top: 3em;
	}
	.first-block h2:after{
		bottom:-5px;
	}
	.footer-block {
    	padding: 13em 2em 2em 2em;
	}
	.map-block{
		margin-top:-23%;
	}
	.map-block{
		padding:5em 2em;
	}
	.inner-page-content-block {
    	position: relative;
    	padding: 4em 2em;
	}
	.inner-baner-block .banner-tittle {
    	width: 40%;
		font-size: 19px;
	}
	.contact-address h4{
		font-size:20px;
	}
	.contact-address h3{
		font-size:20px;
	}
	.contact-address p {
		font-size: 15px;
		line-height: 21px;
	}
	.phone {
    	font-size: 20px;
    	line-height: 24px;
	}
	label{
		font-size:13px;
	}
	#map {
    	height: 350px;
	}
	.inner-first-block h2 {
    	font-size: 40px;
	}
	.inner-first-block .welcome {
    	padding: 3em 3em;
	}
	.inner-first-block .welcome p {
    	font-size: 15px;
	}
	.footer-block-inner {
    	padding: 1em 2em 2em 2em !important;
	}
	.content-block-3:before {
    	top: 1em;
    	z-index: -9;
	}
	.content-block-3 {
    	padding: 4em 3em 0;
	}
	.content-block-3 p{
		font-size:15px;
	}
	.content-block-3 ul li{
		font-size:15px;
	}
	.content-block-3:before{
		left:3em;
	}
	.content-block-3 h5{
		font-size:1em;
	}
	.content-block-3 h6{
		font-size:1.1em;
	}
	.services-details ul li .service-sub-head h5{
		font-size:28px;
	}
	.services-details ul li .div-details ul li {
    	font-size: 15px;
	}	
	.services-details ul li .div-details p {
    	font-size: 15px;
	}
	.service-first-block .welcome h6 {
    	font-size: 18px;
	}
	.service-first-block .welcome{
		padding:2em;
	}
	.service-first-block .welcome p {
    	font-size: 15px;
	}
	.service-first-block .welcome span:after{
		bottom: -1.5em;
	}
	.inner-first-block h3 {
    	font-size: 40px;
	}
	.inner-first-block h4 {
    	font-size: 40px;
	}
	.inner-first-block h5 {
    	font-size: 40px;
	}

}

@media (max-width: 920px) {
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
		right: -20%;
	}
	.responsive-slider .slides ul li .slide-body img {
    	width: 70%;
	}
	.fourth-block .headings h2 {
    	font-size: 40px;
	}
	.fourth-block .headings1 h2 {
    	font-size: 40px;
	}
	.third-block h2 {
    	font-size: 40px;
	}
	.second-block .headings h2 {
    	font-size: 40px;
	}
	.first-block h2 {
    	font-size: 40px;
	}
	.first-block h2:before{
		font-size:7vw;
	}
	.second-block .headings h2:before{
		font-size:7vw;
	}
	.third-block h2:before{
		font-size:7vw;
	}
	.third-block {
    	padding: 0em 3em 2em 3em;
	}
	.fourth-block {
    	padding: 2em 3em 12em 3em;
	}
	.testi-item .testi-field:after {
    	width: 35%;
	}
	.inner-baner-block .banner-tittle {
    	width: 47%;
    	font-size: 18px;
	}
}

@media (max-width: 800px) {
	.responsive-slider .slides ul li .slide-body .caption.header h3 {
		font-size: 20px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header {
    	bottom: 20%;
	}
	.responsive-slider .slides ul li .slide-body img {
    	width: 60%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -30%;
		bottom:-7em;
	}
	.times{
		display:none;
	}
	.testi-item .testi-field:after {
    	width: 40%;
	}
}

@media (max-width: 768px) {}
@media (max-width: 767px) {
	.header-block .top-part .right .search-part{
		display:none;
	}
	.first-block .about-img {
		padding-right: 0;
		text-align: center;
	}
	.first-block .about-img img{
		text-align:center;
		margin:0 auto;
	}
	.second-block .services {
    	padding-top: 0;
	}
	.second-block {
    	padding: 2em 2em 0em 2em;
	}
	.third-block h2 {
    	margin-top: 0;
	}
	.testi-item .testi-field:after {
    	right: -7.4em;
	}
	.fourth-block .headings1{
		padding-top:3em;
		margin-bottom:1em;
	}
	.fourth-block .headings1 h2{
		text-align:left;
	}
	.fourth-block .headings1 h2:after{
		left:0;
	}
	.map-block{
		margin-top:0;
	}
	.footer-block {
		padding: 3em 2em 2em 2em;
	}
	.map-block {
		margin-top: 0;
		float: left;
		width: 100%;
		padding: 0em;
		position:relative;
	}
	.fourth-block {
    	padding: 0em 2em 5em 2em;
	}
	.map-sec{
		padding:0;
	}
	.footer-block .main {
    	padding-top: 0;
	}
	.map-block #map {
    	height: 225px;
	}
	.responsive-slider .slides ul li .slide-body img {
    	width: 50%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -42%;
    	bottom: 0em;
	}
	.responsive-slider .slides ul li{
	
	}
	.responsive-slider .slides{
		overflow:hidden;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3 {
    	font-size: 18px;
		text-align:left;
	}
	.responsive-slider .slides ul li .slide-body .caption.header p {
    	font-size: 13px;
    	line-height: 17px;
		display:none;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3:after {
		height: 3px;
		width: 47%;
		left: 5em;
		bottom: 0;
	}
	.first-block {
    	padding: 6em 0em 2em 3em;
	}
	.first-block h2 {
    	font-size: 30px;
		line-height:38px;
	}
	.second-block .headings h2 {
    	font-size: 30px;
		line-height:38px;
	}
	.third-block h2 {
    	font-size: 30px;
		line-height:38px;
	}
	.fourth-block .headings h2 {
    	font-size: 30px;
		line-height:38px;
	}
	.fourth-block .headings1 h2 {
    	font-size: 30px;
		line-height:38px;
	}
	.second-block .featured_service_list {
    	padding-right: 0;
	}
	.second-block .service-sec h6 {
    	font-size: 17px;
	}
	.second-block .service-sec a{
		font-size:13px;
	}
	.second-block .service-sec h6 img{
		width:3%;
	}
	.third-block {
    	padding: 0em 2em 2em 2em;
	}
	#owl-demo .item .title h6 {
    	font-size: 15px;
	}
	.fourth-block .timmings table tr td{
		text-align:center;
	}
	.fourth-block .timmings {
    	padding: 2em 1em 4em 2em;
		background:#f9f9f9;
	}
		.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
		right: -75%;
	}
	.testi-item .testi-title {
    	font-size: 16px;
	}
	.testi-item .testi-name{
		font-size:13px;
	}
	.footer-block .row > div h6{
		font-size:14px;
	}
	.footer-block .row .footer-logo img {
		max-width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.responsive-slider .pages{
		right:0em;
	}
	.responsive-slider .pages .page{
		line-height:21px;
		font-size:13px;
	}
	.header-block .top-part .right .contact-part .contact-btn {
    	font-size: 10px;
	}
	.header-block .top-part {
    	padding: 1em 2em;
	}
	.header-block .top-part > div{
		display:inline-block;
	}
	.header-block .top-part .logo-holder a img{
		text-align:center;
		margin:0 auto;
	}
	.header-block .top-part .logo-holder{
		text-align:center;
	}
	.header-block .top-part .right {
		float: none;
		padding-top: .9em;
		text-align: center;
	}
	.fourth-block .headings1 h2{
		float:none;
		width:100%;
	}
	.inner-page-content-block {
		padding: 2em 2em;
	}
	.contact-address h4 {
    	font-size: 18px;
	}
	label {
    	font-size: 12px;
	}
	.contact-address h3 {
    	font-size: 18px;
	}
	.contact-address p {
    	font-size: 13px;
    	line-height: 18px;
	}
	.phone {
    	font-size: 17px;
    	line-height: 22px;
	}
	#map {
		height: 250px;
	}
	.form{
		margin-bottom:2em;
	}
	.send-button{
		font-size:11px;
	}
	.inner-baner-block .banner-tittle {
		width: 44%;
    	font-size: 12px;
    	line-height: 16px;
	}
	.inner-baner-block .banner-tittle:before{
		display:none;
	}
	#cssmenu > ul > li > a {
    	font-size: 12px;
	}
	.inner-first-block h2 {
    	font-size: 32px;
	}
	.inner-first-block .welcome p {
    	font-size: 13px;
    	line-height: 20px;
	}
	.inner-first-block .welcome {
    	padding: 2em 2em;
	}
	.inner-first-block h2 {
    	font-size: 26px;
    	line-height: 40px;
	}
	.inner-first-block .welcome {
    	padding: 1.5em;
	}
	.content-block-3 {
    	padding: 0em 1em 0;
	}
	.content-block-3 p {
    	font-size: 13px;
	}
	.content-block-3 ul li {
    	font-size: 13px;
	}
	.get_in_touch {
    	padding: 1em 1em 2em 1em;
		margin-bottom:3em;
	}
	.content-block-3:before{
		display:none;
	}
	.content-block-3:after{
		display:none;
	}
	.content-block-3 h5 {
    	font-size: 13px;
	}
	.content-block-3 h6 {
    	font-size: 14px;
	}
	.panel-footer{
		left:0;
	}
	.inner-page-content-block .team-holder .member-item .name-holder{
		font-size:1.2em;
	}
	.inner-page-content-block .team-holder .member-item .designation-holder{
		font-size:0.9em;
	}
	.service-first-block .about-img{
		padding-right:0;
		text-align:center;
		margin:0 auto;
	}
	.service-first-block .about-img img{
		text-align:center;
		margin:0 auto;
	}
	.service-block {
    	padding: 4em 0em 2em 2em !important;
	}
	.service-first-block .welcome h6 {
    	font-size: 16px;
	}
	.get_in_touch form {
    	padding: 0;
    	margin-bottom: 4em;
	}
	.contact-address span {
		font-size: 13px;
		line-height: 20px;
	}
	.get_in_touch form table tr th {
    	font-size: 13px;
	}
	.get_in_touch form table tr td {
    	font-size: 13px;
	}
	.service-first-block .welcome h6:after{
		height:2px;
		width:20%;
	}
	.service-first-block .welcome p {
    	font-size: 14px;
    	line-height: 20px;
	}
	.service-first-block .welcome {
    	padding: 1.5em;
	}
	.services-details ul li .service-sub-head h5 {
    	font-size: 23px;
	}
	.services-details ul li .service-sub-head h5 svg {
    	width: 7%;
	}
	.services-details ul li .div-details {
    	margin-top: 1em;
	}
	.services-details ul li .div-details ul li {
    	font-size: 14px;
    	padding: 0.2em 0;
	}
	.services-details ul li .div-details p {
    	font-size: 14px;
    	line-height: 20px;
	}
	.service-first-block .welcome span:after{
		right:-1em;
	}
	.services-details ul li .service-sub-head h5 {
    	font-size: 15px;
	}
	.services-details{
		padding-right:1.5em;
	}
	.services-details ul{
		margin-top:0;
	}
	.services-details ul li{
		margin-bottom:1em;
	}
	.bottom-sec{
		margin-bottom:1em;
	}
	.inner-first-block h3 {
    	font-size: 26px;
    	line-height: 40px;
	}
	.inner-first-block h4 {
    	font-size: 26px;
    	line-height: 40px;
	}
	.inner-first-block h5 {
    	font-size: 26px;
    	line-height: 40px;
	}
}
@media (max-width: 700px) {
	.responsive-slider .slides ul li .slide-body img {
    	width: 32%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -60%;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3:after{
		display:none;
	}
	.first-block {
    	padding: 4em 0em 2em 3em;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -70%;
	}
	.fourth-block .headings1 {
    	padding-top: 7em;
	}
	.testi-item .testi-field:after{
		display:none;
	}
}
@media (max-width: 620px) {
	.fourth-block .headings1 h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.fourth-block .headings h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.third-block h2{
		font-size: 24px;
		line-height: 30px;
	}
	.second-block .headings h2{
		font-size: 24px;
		line-height: 30px;
	}
	.first-block h2{
		font-size: 24px;
		line-height: 30px;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -85%;
	}
	.responsive-slider .slides ul li .slide-body {
    	min-height: 40vw;
	}
	.fourth-block .timmings:before{
		display:none;
	}
	.fourth-block .timmings:after{
		display:none;
	}
	.fourth-block .timmings {
		padding: 1em 1em 2em 1em;
		float: left;
		width: 100%;
	}
	.fourth-block .timmings table tr td {
    	font-size: 12px;
	}
	.fourth-block {
    	padding: 0em 0em 2em 0em;
	}
	.fourth-block .timmings a {
    	font-size: 9px;
	}
	.fourth-block .headings1 {
    	padding-top: 2em;
	}
	.testi-item .testi-img:before{
		display:none;
	}
	.testi{
		display:none;
	}
	.testi-item .testi-field{
		width:100%;
	}
	.testi-item .testi-field{
		padding-top:0.5em;
	}
	.testi-item:before{
		display:none;
	}
	.inner-baner-block .banner-tittle {
		width: 58%;
    	font-size: 13px;
    	line-height: 16px;
		top:35%;
		left:25%;
	}
	.inner-baner-block .banner-tittle:before{
		left:1.5em;
	}
	.contact-address h4 {
    	font-size: 15px;
	}
	.contact-address h3 {
    	font-size: 15px;
	}
	.phone {
    	font-size: 14px;
    	line-height: 19px;
	}
	#map {
    	height: 180px;
	}
	.inner-page-content-block {
    	padding: 1em 1em;
	}
	.inner-first-block .welcome:before{
		display:none;
	}
	.inner-first-block .welcome:after{
		display:none;
	}
	.inner-first-block h2 {
    	font-size: 18px;
	}
	.footer-block:before{
		display:none;
	}
	.service-block {
    	padding: 1.5em 0em 2em 1em !important;
	}
	.inner-first-block h3 {
    	font-size: 18px;
	}
	.inner-first-block h4 {
    	font-size: 18px;
	}
	.inner-first-block h5 {
    	font-size: 18px;
	}
}
@media (max-width: 480px) {
	.responsive-slider .slides ul li .slide-body img {
    	width: 28%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -90%;
	}
	.responsive-slider .pages{
		display:none;
	}
	.services-details ul li .service-sub-head h5 svg {
    	width: 13%;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h3{
		font-size: 11px;
		line-height:17px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header {
    	bottom: 14%;
	}
	.responsive-slider .slides ul li .slide-body .caption.header{
		width:60%;
		z-index:999999999;
	}
}
@media (max-width: 480px) {
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
		right: -115%;
	}
	.responsive-slider .slides ul li .slide-body .caption.pic-box{
		right:2em;
	}
	.second-block .service-sec .all {
    	padding: 1em 1.5em;
	}
	.second-block .service-sec h6 img {
    	width: 7%;
	}
	.inner-baner-block .banner-tittle {
		width:80%;
		left:8.5em;
		font-size: 11px;
    	line-height: 14px;
		-moz-transform: translate(-25%);
    	-webkit-transform: translate(-25%);
    	transform: translate(-25%);
	}
	.inner-baner-block .banner-tittle:before{
		display:none;
	}
	.teams{
		width:100%;
	}
	.inner-page-content-block .teams {
    	display: inline-block;
		text-align:center;
	}
}
@media (max-width: 380px) {
	.responsive-slider .slides ul li .slide-body img {
    	width: 23%;
	}
	.responsive-slider .slides ul li .slide-body .caption.img-object-1 {
    	right: -140%;
	}
	.responsive-slider .slides ul li .slide-body {
    	min-height: 45vw;
	}
	.first-block h2 {
    	font-size: 20px;
    	line-height: 30px;
	}
	.second-block .headings h2 {
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 2em;
	}
	.third-block h2 {
		font-size: 20px;
		line-height: 37px;
	}
	.fourth-block .headings h2 {
		font-size: 20px;
		line-height: 35px;
		text-align:left;
	}
	.fourth-block .headings1 h2 {
    	font-size: 20px;
    	line-height: 35px;
	}
	
}
@media (max-width: 320px) {
	
	.inner-baner-block .banner-tittle {
		top:1em;
	}
	.responsive-slider .slides ul li .slide-body .caption.header {
    	width: 70%;
	}
}

@media (max-width: 310px) {
	.inner-baner-block .banner-tittle {
		display:none;
	}
}

.require{
	color:#C00 !important;
}




.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr;
}
.datepicker-inline {
	width: 220px;
}
.datepicker.datepicker-rtl {
	direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}
.datepicker > div {
	display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
	display: block;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: #eeeeee;
	cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	color: #000000;
	background-color: #ffdb99;
	border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	color: #000000;
	background-color: #ffcd70;
	border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
	background-color: #ffdb99;
	border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
	color: #000;
}
.datepicker table tr td.today.active:hover {
	color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	color: #000000;
	background-color: #f7ca77;
	border-color: #f1a417;
	border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	color: #000000;
	background-color: #f4bb51;
	border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #f7ca77;
	border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	color: #ffffff;
	background-color: #999999;
	border-color: #555555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	color: #ffffff;
	background-color: #858585;
	border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
	background-color: #999999;
	border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px;
}
.datepicker table tr td span:hover {
	background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
 	background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #999999;
}
.datepicker .datepicker-switch {
	width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
	background: #eeeeee;
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
	cursor: default;
	background-color: transparent;
}
.input-group.date .input-group-addon {
	cursor: pointer;
}
.input-daterange {
	width: 100%;
}
.input-daterange input {
	text-align: center;
}
.input-daterange input:first-child {
	border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
	border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.call-us{
	font-size: 20px;
    color: #333333;
    font-family: 'montserratregular';
    text-transform: uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.call-us span{
	color:#c62032;
}
.facilities{
	margin-top:7em;
	padding:2em 2em 1em 2em !important;
}
.facilities:before{
	display:none;
}
.facilities img{
	width:100%;
	margin-bottom:1em;
}

.facilities h5{
	text-align:center;
	    font-size: 20px;
    color: #333333;
    font-family: 'montserratregular';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
    margin-top: 0;
    width: 100%;
	
}
.facilities h5:after {
    position: absolute;
    content: "";
    height: 3px;
    background: #c62032;
    width: 35%;
    left: 1em;
    bottom: -5px;
}


@media (max-width: 992px) {
	.call-us{
		font-size:15px;
	}
	.facilities {
    	margin-top: 5em;
	}
	.facilities h5 {
    	font-size: 18px;
	}
}
@media (max-width: 767px) {
	.facilities {
    	margin-top: 2em;
	}
	.facilities h5 {
    	font-size: 16px;
	}
}



