 

body{
  font-family: PT Sans, Sans-serif;
}



.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: small;
    letter-spacing: 1px;
    padding: 6px 44px 13px 14px;
}

h1,h2,h3,h4,h5,h5{
	font-family: 'KoHo', sans-serif;
}
h2{
	font-size:2em;
	letter-spacing:2px;
	word-spacing:1px;
	color: #f9ac04;
}
p{
	 font-family: "PT Sans", Sans-serif;
	letter-spacing:1px;
	word-spacing:1px;
}
* {
  box-sizing: border-box;
}
a {
  color: #333;
}
.b-div
{
	border-radius: 2%;
    border: 2px solid #c9c9c9;
}
.padd-02
{
	padding: 2px;
    margin-top: 15px;
	
}


.b-div h4
{
	 letter-spacing: 1px;
    font-size: unset;
    color: #4e4e4e;
}
.ex-div p
{
    color: #000000;
    font-family: "PT Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    text-align: left;	
}
.d-flx
{
	display:flex;
}
.menu {
  display: flex;
    align-items: center;
}
.menu-container {
  margin: 0 auto;
    /* background: #e9e9e9; */
    position: absolute;
    z-index: 48;
    width: 96%;
}
.navbar-collapse.collapse {
 
    height: auto!important;
    padding-bottom: 0;
    float: right;
    width: 100%;
    overflow: visible!important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom:0px;
    border: 1px solid transparent;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.menu a.logo {
    display: inline-block;
    padding: 0.4em 5em;
    width: 100%;
    float: left;
}
.menu img {
  max-width: 80%;
}
@media (min-width: 200px) and (max-width: 480px ) {
  .menu img{
    
    
    max-width: 110%;
   
  }
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  
  list-style: none;
  padding: 0;
 
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
      float: left;
     
    padding: 1px;
    margin: 7px;
}
.menu > ul > li a:hover {
     
    color: #8a8a8a;
}
 
 
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
  top:140px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 8px;
}
.img-wrapper {
    display: inline-block;
    box-sizing: border-box;
	width:26%;
	margin: auto;
}
 .slide-text {
   position:absolute;
   bottom:-130px;
   z-index:9999999;
  }
  .a-com h3{
	font-family: "PT Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
	color:#3a0b15;
    text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}
.c-div
{
	width:80%;
	margin:auto;
}
.all-s
{
padding-top:30px;
/* padding-bottom:60px;	 */
}
.div-3
{
	width:25%;
	background:#122f71;
	margin:5px;
	color:#fff;
	padding: 13px 0px;
}
.p-div {
  width:100%; 
 
  position:relative;
  padding:10px;
}
 
.ch-div {
    width: 94%;
    height: 8%;
    position: absolute;
    bottom: 15px;
    padding: 5px;
    color: #fff;
    margin: auto;
    display: block;
    opacity: 0;
    transition: all .2s linear;
}

.p-div:hover .ch-div{
  opacity: 1;
}

.one{
 background-color: #013A6B;
background-image: -webkit-linear-gradient( 0deg, #122f71 30%, #122f71 30%);
}

.c-white
{
	color:#fff;
}
.c-white h2
{
	color:#fff;
}

.ch-div p {
    color: #fff;
    font-family: "PT Sans", Sans-serif;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 1.6em;
}
.coun-div h3
{
 font-family: "PT Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    color:#3a0b15;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;	
}
.coun-div  h2
{
	font-family: "PT Sans", Sans-serif;
    font-size: 42px;
    font-weight: 400;
	    margin-bottom: 20px;
}
.coun-div  h2
{
	font-family: "PT Sans", Sans-serif;
    font-size: 38px;
    font-weight: 600;
	    margin-bottom: 20px;
}
.coun-div p
{
	 color: #252628;
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.div-3 h3
{
	font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.div-3 p
{
	font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 200; 
}
.div-3 i
{
	font-size:42px;
    padding: 23px;
}
 .m-auto
 {
    margin: auto;
    /* display: block; */
    float: none;	 
 }
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items:center;
}


.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    align-items: center;
    width: 100%;
    /*position: fixed;*/
    /*z-index: 99;*/
   
    /*right: 0;*/
}


.navbar-nav {
    float: right;
    margin: 0;
}
.a-com ul
{
	margin: 0px;
    padding: 0px;
    /*border-left: 5px solid #3a0b15;*/
    padding-left: 16px;
}
.a-com li 
{
	    align-self: center;
    padding-left: 5px;
	font-weight: 300;
    align-self: center;
    padding-left: 7px;
    list-style: none;
    font-size: 17px;
	padding: 5px;
}
.a-com p
{
	color: #252628;
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
	    margin-bottom: 20px;
}
.a-com h2
{
	font-family: "PT Sans", Sans-serif;
    font-size: 42px;
    font-weight: 400;
	    margin-bottom: 20px;
}
.h-but{
	font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400; 
    color: #fff!important;
    background-color: #3a0b15; 
    padding: 14px 27px 14px 27px;
    border-radius: 10px;
}
.header-content h2{
font-family: "PT Sans", Sans-serif;
    font-size: 59px;
    font-weight: 700;
}
.header-content p{
    color:#fff;
	    color: #fff;
    font-size: 14px;
}
.owl-main .item {
   
  position: relative;
}

section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 5px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0;
  display: flex;
  align-items: center;
  background-color:#0000006b; 
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; 
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 58px;
  color: #fff;
}
.bt-get
{
	padding: 15px;
    background: #fff;
	text-align:center;
	display:block;
}
.page-section {
    padding-bottom: 100px;
}
.feature-item {
    margin-bottom: 50px;
}
section .item .cover .header-content h1 {
  font-size: 63px;
    font-weight: 600;
    margin: 5px px;
    word-spacing: 3px;
    color: #fff;
    background:#1515159c;
    padding: 27px;
    width: 100%;
	text-align:center;
}
section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #0066ff9c!important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-prev:focus {
  outline: 0;
}
section .owl-nav .owl-prev:hover {
  background: #0066ff9c !important;
}
section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background:#0066ff9c!important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-next:focus {
  outline: 0;
}
section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
 img 
 {
	 width:100%;
 }
 
.my-product
{ 
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin: auto;
    display: table-row;
}
 
.my-product .items
{
	 width:40%;
	 margin:auto;
	 color:#fff;

}
.my-product .items a
{
	  text-decoration:none;
	 color:#fff;

}
.my-product .items img
{
	 width:100%;
	 margin:auto;

}
.section-padding
{
	padding-bottom:30px;
	padding-top:50px;
}
.section-padding p
{ 
	    text-align: left;
    letter-spacing: 1px;
    word-spacing: 1px;
	font-size: 17px;
	margin-bottom: 2rem;

}
.section-padding h2
{ 
	font-size:37px;
	 
    letter-spacing: 1px; 

}
.text-center
{
	text-align:center;
}

  .container1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2px;
  margin: 0 auto;
  min-height: 100vh;
}
.item-wrapper {
  font-family: monospace;
  font-size: 18px;
  flex: 1 0 auto;
  text-align: center;
  min-height: 90vh;
  background: center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: flex 0.5s;
  -webkit-transition: flex 0.5s;
  -moz-transition: flex 0.5s;
  -o-transition: flex 0.5s;
}
.item-wrapper.expand {
  flex-grow: 3;
}
.item-wrapper.w1 {
  background-image: url("../img/work.jpg");
}
.item-wrapper.w2 {
 background-image: url("../img/chairs.jpg");
}
.item-wrapper.w3 {
  background-image: url("../img/office-sofa.jpg");
}
.item-wrapper.w4 {
  background-image: url("../img/office-cabin.jpg");
}
.item-wrapper p {
  font-weight: 900;
  font-size: 25px;
   
    
    padding: 20px;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
}
.item-wrapper p.active {
  transform: translateY(0);
}
 
  .text-img1
  {
	  width:100%;
	  margin:auto;
	  min-height: 90vh;
	  text-align:center;
  }
 
 
 
 
 
 
 
 
 
 .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: auto;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
 
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 50;
	width: 100%; 
	color: #0000009c;
    width: 75%;
	background:#ffffff91;
    display: flow-root;
    margin: auto;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
     
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
 

 
 

.content {
	margin: 0 auto;
	 
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Demo ad design */
 


@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}
.effect-sadie img
{
	width:100%;
}

.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .butWrap {
  position: relative;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: end;
  align-content: flex-end;
  width: 100%;
} */

/* Common style */

.butFrame {
   position: relative;
    overflow: hidden;
    margin: auto;
    width: 32%;
    background: #111;
    font-family: inherit;
    font-size: 1em;
    height: 474px;
    text-align: center;
    cursor: pointer;
}

.butFrame img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  position: absolute;
}

.buttons > .butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

#buttons > .butHeading:first-child {
  padding-top: 0em;
}

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}

.butFrame .butTextWrap,
.butFrame .butTextWrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

.butFrame .butTextWrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  font-family: inherit;
}

.butFrame .butHeading .butText {
  font-weight: 300;
}

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #fff;
}

.butFrame p {
  letter-spacing: 4px;
  font-size: 68.5%;
  font-family: inherit;
}

/* EFFECT */

.butFrame img {
  opacity: 0.9;
  transition: opacity 0.35s;
  width: 100%;
  height: auto;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.butFrame .butTextWrap::before {
	border-top: 1px solid #0066ff9c;
  border-bottom: 1px solid #0066ff9c;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.butFrame .butTextWrap::after {
  border-right: 1px solid #0066ff9c;
  border-left: 1px solid #0066ff9c;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box;
}
.butFrame .butHeading {
  padding-top: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.butFrame p {
  padding: 11px 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* HOVER STYLES */

.butFrame:hover img {
  opacity: 0.4;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame {
    display:block;
    width:47%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}



.img-wrapper {  
      overflow: hidden;
    border: 2px solid #4d5c74;
    padding: 3px;

}

.inner-img {
  transition: 0.3s;
  padding:5px 0px;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
   
}

ul {
    margin-left: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin-top: 4px;
    padding-right: 10px;
}
.cta-text {
  padding-bottom: 15px;
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color:hsl(0, 0%, 99%);
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
      margin-bottom: 14px;
    font-size: 15px;
    font-weight: 100;
    color: #7e7e7e;
    line-height: 24px;
    padding-top: 28px;
}
.footer-text-2 p {
      margin-bottom: 14px;
    font-size: 15px;
    font-weight: 100;
    color: #7e7e7e;
    line-height: 24px;
   
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right:0px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
      padding-top: 15px;
}
.facebook-bg{

}
.twitter-bg{
 
}
.google-bg{

}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d41e44;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #032272;
  padding: 5px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.padd
{
	padding-top:35px;
}

.padd-0
{
	margin:0px;
}
@import url("https://fonts.googleapis.com/css?family=Raleway:300");
 .text-blue {
    color: #024d9e;
}
.text-red {
    color: #de000c;
}
 .f-h2 h2
 {
	font-size: 20px !important;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #024d9e;
	margin-top: 20px;
    margin-bottom: 10px;
	font-weight: bold;
 }
 .c-h2 h2
 {
	 
    letter-spacing: 1px;
    word-spacing: 1px; 
	margin-top: 20px;
    margin-bottom: 10px;
	font-weight: 400;
	font-size: 30px;
    line-height: 45px;
 }
 
 .f-h2 p
 {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	margin: 0;
	}
 
 .f-h2 ul li
 {
	color: #666666;
    font-size: 13px;
    line-height: 25px;
 }
 

h1 {
	color: #071d2c;
	font-size: 3.3rem;
	letter-spacing: 3px;
	margin: 0;
}
h1 span {
  -webkit-animation: fadeIn 2s alternate infinite;
          animation: fadeIn 2s alternate infinite;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50%, 100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50%, 100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.welcome {
    padding: 5em 0;
}
.welcome_left {
    background: url(../img/image3.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
}

.layer1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 8.5em 3em;
}
.welcome_left_info {
    background: rgba(0, 0, 0, 0.3);
    padding: 5em 2em 4em;
    border: 1px solid #0066ff9c;
}
.welcome_left h3 {
    font-size: 4em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.welcome_left p {
    font-size: 20px;
    color: #eee;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 26px;
}
.welcome_right {
    padding-left: 5em;
}
.welcome_right h3, .about_left h3 { 
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333;
}
.welcome_right p, .about_left p {
    margin-top: 1em;
    line-height: 2;
    font-size: 15px;
    color: #777;
}
.know {
    margin-top: 2em;
}
.know a {
    background: #db3552;
    border: 2px solid #db3552;
    color: #fff;
    padding: 8px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.about-section_1 {
    width: 100%;
    height: 100%;
    background-image:url(../img/bg.jpg);
    background-size: cover;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
}
.inner-padding {
    padding: 2em 0;
    background: rgba(0,0,0,0.6);
    background: none;
}
h3.heading-section_1info.white-w3ls {
    color: #fff;
    font-size: 2em;
    line-height: 48px;
    text-transform: capitalize;
}
.appointment-box {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    max-width: 570px;
    width: 100%;
    background: #ffffff;
}
.appointment-box .title-box h2 {
    color: #27282c;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px;
}
.appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.appointment-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.appointment-form .single-box button {
    display: block;
    width: 100%;
    background: #80b540;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #80b540;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
input[type=file] {
    display: block;
}
.appointment-area {
    position: relative;
    display: block;
    background: #27282c;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}
.map-content-box .sec-title .title {
    color: #ffffff;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}


.sec-title p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.about-section_1 p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    margin: 1em auto 0em;
    line-height: 2;
     
}
.know {
    margin-top: 2em;
}
.know a {
    background: #0066ff9c;
    border: 2px solid #0066ff9c;
    color: #fff;
    padding: 4px 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.section-padding a
{
	padding: 4px 11px;
    background: #0066ff9c;
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.item-wrapper.expand p
{
	    background-color: #0066ff9c; 
}
.item-wrapper p
{
	
	margin-top:250px;
}

.enquireNowBtn button {
    font-size: 18px;
    padding: 8px 15px;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 0;
    background: #ffb300;
    cursor: pointer;
    border: 0;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
    transform-origin: right;
    transform: rotate(
-90deg) translate(50% , -50%);
    -moz-transform: rotate(-90deg) translate(50% , -50%);
    -webkit-transform: rotate(
-90deg) translate(50% , -50%);
    -ms-transform: rotate(-90deg) translate(50% , -50%);
    -o-transform: rotate(-90deg) translate(50% , -50%);
}


.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  z-index: 9999;
  right: 3rem;
}
.fab-checkbox {
  display: none;
}
.fab {
      position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 0rem;
    height: 0rem;
    background: white!important;
    border-radius: 50%;
    background: #ffffff00!important;
    box-shadow: 0px 5px 20px #81a4f1;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 30px solid #2d7ce2;

}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #2c87e8;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 10px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 10px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  
  transition: all 1s ease;

  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

 

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 12px;
    left: 12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float2{
	position:fixed;
	width:60px;
	bottom: 12px;
    right: 12px;
	 
	background-color:#6189e1;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 0px;
    right: 103px;
    background-color: #51caee;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:6px;
}
 
 .app-bt{
 font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff!important;
    background-color: #d41e44;
    border-radius: 0px 0px 0px 0px;
    padding: 9px 24px 9px 24px!important;
 }
	 
 
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.top-link a {
     
    text-align: right!important;
    color: #fff!important;
    font-weight: normal;
    padding: 0px 0px 0px 9px;
	font-size: 13px;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
}
 .back3 {
    padding: 50px 0;
    background-image: url(../img/back1.jpg);
    background-size: cover;
}
.back3 hr {
    width: 36%;
    background-color: #f35656;
    height: 1px;
    align-content: 10px;
    margin: auto;
	    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.padd-zero
{
	padding:0px;
}
.bt-details{
    background: #227bc8;
    color: #fff!important;
    padding: 1px 7px;
    border-radius: 5px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.top-link a {
     
    text-align:right!important;
    color:#fff;
    font-weight:normal;
    padding:0px 0px 0px 6px;
}
.top-link {
     
    text-align: right !important;
}
.flx
{
	align-items: flex-end;
}
.email i{
	    color: #fff;
		font-size: 17px;
}
 #gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
 .top-div
 {
	 
    /*border-bottom: 2px solid #F44336;*/
    position: relative;
    width: 100%;
    margin: auto;
    background-image: url(../img/1211.jpg);
    /*background: linear-gradient(to right, #D3D3D3 0%, #2D3436 100%);*/
	/*background:#5c2a13;*/
  /*opacity: 0.9;*/
 
 }
 .contain{
  background-color: #fff;
  /*opacity: 0.6;*/
 }
 #contact-buttons-bar {
    position: fixed !important;
    top: 25% !important;
    left: -50px;
    width: 50px;
    z-index: 999999;
}
.show-hide-contact-bar, .contact-button-link.show-hide-contact-bar:focus, .contact-button-link.show-hide-contact-bar:active {
    background: transparent;
    color: #000;
    border: 0;
    outline: 0;
    padding: 0;
    width: 50px;
}

.contact-button-link {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: #8e8e93;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}
.contact-button-link.facebook {
    background: #3b5998;
}
 
.contact-button-link.twitter {
    background: #0084b4;
}
.contact-button-link.snapchat {
    background-color: #ff0;
}
.contact-button-link.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(
45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(
45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.contact-button-link.linkedin {
    background: #0073b1;
}
.contact-button-link.youtube {
    background: red;
}



.marg-top20 {
    margin-top: 10px;
}
#homePagecontent {
    margin-top: 17px;
    margin-left: 16px
}
.blu-text {
    color: #024d9e;
}

.fnt-wt {
    font-size: 25px;
    line-height: 40px;
    margin-top: 30px;
}
.marg-btm1em {
    margin-bottom: 1em;
}

.marg-btm1em {
    margin-bottom: 1em;
}
.red-text {
    color: #e2000c;
}
.fnt18 {
    font-size: 18px;
    line-height: 22px;
}
#enqform {
    margin: 0;
    margin-top: 28px;
}

.panel.panel-grey {
    border-color: #d5d5d5;
}
.marg-top20 {
    margin-top: 10px;
}
.panel-grey {
    background-color: #E0E0E0;
    color: #333;
}
.fnt18 {
    font-size: 18px;
    line-height: 22px;
}

.blu-text {
    color: #024d9e;
}
.subtext3 {
    margin-top: 5px;
    font-size: 16px;
    text-align: justify;
    color: #000;
}
.supernova .form-all, .form-all {
    background-color: #ffffff00;
    box-shadow: none;
}

<style>
.supernova .form-all, .form-all {
    background-color: #ffffff;
}
@media screen and (max-width: 768px)
div.form-all {
    margin: 0 auto;
}
 .border1 {
    border-image: linear-gradient(to right, #1976D2 10%, #de000b 10%, #de000b 60%, #1976D2 60%) 5;
    border-top: 3px solid;
}
.wht-text {
    color: #fff;
}
.blk-text {
    color: #333;
}

.pad-10 {
    padding-top: 10px;
}
.bor3 {
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
    background-color: #fff;
    height: 4px;
}
.read-btn {
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 5px;
    border: 1px solid #fff;
}
 
.marg50 {
    margin-top: 35px;
    margin-bottom: 22px;
}
.testi-item {
    padding: 0px 15px;
    display: block;
    color: #262626;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.footer-widget li a{
	color:#fff;  
}
.footer-widget li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-widget p{
	color:#fff;  
}
.box-shadow2 {
    box-shadow: 13px 17px 42px 4px rgba(0,0,0,0.5);
-webkit-box-shadow: 13px 17px 42px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 13px 17px 42px 4px rgba(0,0,0,0.5);
}
.fnt18 {
    font-size: 18px;
    line-height: 22px;
}
.img-circle {
    border-radius: 50%;
}
.box-shadow2 {
    box-shadow: 0 0.125rem 0.625rem 0 rgb(0 0 0 / 20%);
}

.active2 {
    color: #262626;
    background-color: #f5f5f5;
    border-left: 2px solid #D32F2F;
}
.box-shadow2 {
    box-shadow: 0 0.125rem 0.625rem 0 rgb(0 0 0 / 20%);
}
.lft-blubdr p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
    padding: 5px 10px;
    text-align: justify;
    min-height: 200px;
    max-height: 200px;
}
.lft-blubdr {
    padding: 0 0px 0 15px;
    font-size: 13px;
    line-height: 25px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-body {
   padding: 8px;
    margin: 5px;
    border: solid 3px #fff;
    border-radius: 7px;
}
.padd-30
{
	padding-top:30px;
	padding-bottom:30px;
}
.bt-test
{
	background: #e97b1c;
    color: #fff;
    padding: 8px 32px;
    margin: auto;
    font-size: 15px;
    letter-spacing: 3px;
}
.fnt18 {
    font-size: 18px;
    line-height: 22px;
}
.lft-blubdr {
    border-left: 4px solid #2e6ca9;
}
.lft-blubdr {
    padding: 0 0px 0 15px;
    font-size: 13px;
    line-height: 25px;
}
.lft-blubdr p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
    padding: 5px 10px;
    text-align: justify;
    min-height: 200px;
    max-height: 200px;
}
.row12 p {
    margin-bottom: 1em;
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.fnt15 {
    font-size: 15px !important;
    line-height: 1.6em !important;
}
.fnt28 {
    font-size: 28px;
    line-height: 32px;
}
.bg-img3 {
    background-image: url(img/bg001.jpg);
}
.marg20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
 
.p-text
{
	color:#767676;
}
.uk-heading-small {
    font-size: 36px;
    line-height: 1.2;
    color: #1a4989;
    font-weight: 500;
}
.bt-sub
{
	color: #fff;
    background: black;
    padding: 8px 33px;
}
.wrapper {
    /* background-color: #eee; */
    /* min-height: 100%; */
    padding: 27px 0;
}
 @media (min-width: 1281px){
 
 
/* select, input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
    
    height: 60px;
    padding: 5px 15px;
    width: 100%;
    color: black;
    margin-bottom: 3px;
} */

.form-wrapper-2 button {
    overflow: visible;
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 36px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #f9b82a;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
}
.div-main
 {
	     width:80%;
		 margin:auto;
		 padding: 14px;
 }
 }
 
@media only screen and (max-width: 600px) {
  .menu a.logo {
    width: 47%;
}
.f-div-3
 {
	 width: 25.33%;
    display: table-cell;
	 
 }
.container-d {
    width: 77%!important;
    margin: auto;
}
.a-com h2 {
    font-family: "PT Sans", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.coun-div h2 {
    font-family: "PT Sans", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.no-padding {
     padding-left: 5px!important;
     padding-right: 5px!important;
}
.menu a.logo {
    display: inline-block;
    padding: 0.5em 0.3em;
  
    float: left;
}
.child21 {
    position: absolute;
    bottom: 15px;
    left: 5px;
}
.back-button {
    background: white;
    padding: 5px 12px 5px 5px;
    color: #000;
    margin: 5px;
    font-size: 14px;
    font-weight: 300;
}
.div-2
 {
	 width:63%;
 }
.div-3
 {
	 width:37%;
 }
.div-3 input
 {
	     width: 100%;
 }
 input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
    border: 2px solid #b2b2b2;
    height: 30px;
    padding: 2px 5px;
    width: 100%;
    color: #565656;
    margin-bottom: 2px;
}
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: auto;
}
.owl-testimonials img {
    display: block;
    width: 70%!important;
    margin: auto;
}
.gree-s img {
    border: 8px solid #c8c8c8;
}
.gree-s img:hover {
    filter: 0;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}
.light-gray{
	 
    background-color: #f1f1f2;
    height: auto;
    padding: 51px 0px 0px 0px;

}
.light-gray h2{
	 
     
    padding: 25px 0px 25px 0px;

}
.email a
{
	color:#fff;
}



.menu > ul > li > ul > li a:hover {
    color: #ffffff;
    background: #d41e44;
    text-align: center;
}
.menu > ul > li > ul > li a {
     
    text-align: center;
}
.menu > ul > li > a:hover {
     
    color: #122f71;
     
}
.menu > ul > li > a {
       float: left;
    padding: 6px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    display: block;
    color: #212121;
    letter-spacing: 1px;
    font-weight: 500;
}

.a-glow {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 1px;
	padding: 0px 4px!important;
    border: none;
    color: #fff018;
    cursor: pointer;
    display: inline-block;  
 
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.a-glow:hover{
    background-color: #004A7F; 
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block; 
    font-size: 14px;
    padding: 15px;
    text-align: center;
    text-decoration: underline;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}


small {
  margin-top: 25px;
  color: #c1c1c1;
}

#disclaimer-cover {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
 
.up-event{
	background: #e97b1c;
    color: #fff;
    padding: 15px;
}
.disclaimer-outer {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; 
  font-family: Verdana;
  font-size: 13px;
  background-color: trasparent;
  color: #000;
}
.disclaimer-inner {
  position: absolute;
  width: 100%;
  height: 500px;
  margin-top: 0px;
  text-align: center;
  /* Posizione di partenza */
  transform: translateY(100%);
  /* Applica animazione all'elemento */
  animation: scroll-up 25s linear 1s infinite normal none running;
}
/* Move it (definisce l'animazione) */
@keyframes scroll-up {
  0% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* Mette in pausa l'animazione al passaggio del mouse */
.disclaimer-inner:hover {
  cursor: pointer;
  animation-play-state: paused;
}
.read-more {
  /* You can update this variable directly in the html with the style attribute: style="--line-clamp: 3" */
  --line-clamp: 3;

  display: flex;
  flex-direction: column;
  align-items: start;
}

.read-more__text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.read-more__checkbox ~ .read-more__label {
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: underline;
}

/* Don't forget focus and hover styles for accessibility! */
.read-more__checkbox:focus ~ .read-more__label {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.read-more__checkbox:hover ~ .read-more__label {
  text-decoration: none;
}

.read-more__checkbox ~ .read-more__label::before {
  content: attr(data-read-more);
}

.read-more__checkbox:checked ~ .read-more__label::before {
  content: attr(data-read-less);
}

.read-more__checkbox:checked ~ .read-more__text {
  --line-clamp: none;
  -webkit-line-clamp: var(--line-clamp);
}
.padd-zero {
    padding: 0px;
}
.no-pad1 {
    padding: 0px;
    max-width: 100%;
}
.fath {
    position: relative;
    width: 100%;
}
.child21 {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.back-button {
    background: white;
    padding: 10px 25px 10px 18px;
    color: #000;
    margin: 5px;
    font-size: 18px;
    font-weight: 300;
}
a:hover {
    /*color: #0056b3;*/
    text-decoration: none!important;
}

.form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.form-row .form-group {
  padding: 0px 15px 0;
  align-self: flex-end;
}

.form-group {
  position: relative;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 1px;
}
.form-bg
{
	background-color: #E0E0E0;
    color: #333;
    padding: 15px;
    border-radius: 5px;
    border: 3px solid #b7b6b669;
    margin: 10px;
}
.form-bg p {
    background-color: #E0E0E0;
    color: #024d9e;
    font-weight: 500;
}
.form-control {
  border: 0;
  border-radius: 0;
  padding:5px 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.form-control:not(textarea) {
  /*height: 27px;*/
    border-radius: 3px;
    border: 1px solid #abababc2;
}
.form-control + label {
  position: absolute;
  z-index: 1;
  top: 25px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  left: 10px;
  right: 10px;
}
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
}
.form-control:focus + label {
  color: #26C6DA;
}
.form-control:focus + label, .form-control.has-value + label {
  font-size: 0.75rem;
  top: 0;
}

.no-js .form-control + label {
  font-size: 0.75rem;
  top: 0;
}

.form-row .form-control + label {
  left: 25px;
  right: 25px;
}
.form-row .line {
  left: 15px;
  right: 15px;
}

.line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #26C6DA;
  background-image: -o-linear-gradient(left, #26C6DA 0%, #673AB7 100%);
  background: linear-gradient(to right, #26C6DA 0%, #673AB7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}
.line:after {
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  background: #26C6DA;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}

.form-control:focus ~ .line:after {
  transform: scaleX(1);
}

select.form-control:not([size]):not([multiple]) {
  height: 36px;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.card-image
{
	margin:5px;
}
.cta-text2 span {
    color: #000;
    font-size: 15px;
}
.cta-text2 span {
     
    font-size: 15px;
}
.cta-text2   {
     
       padding: 8px 4px;
}
.icon-o i
{
	font-size: 30px;
    background: #d41e44;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: auto;
    display: grid;
	margin-bottom:15px;
}
.icon-o h4
{
	font-family: "PT Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.icon-o p
{
	 
    font-size: 12px;
    font-weight: 300; 
}
.icon-o 
{
	padding:0px;
	border:1px solid #00000038;
	padding: 40px 20px 40px 20px;
}
.icon-o:hover
{
	box-shadow: 0px 0px 23px -1px rgb(0 0 0 / 13%);
}
.t-div h2
{
	font-family: "PT Sans", Sans-serif;
    font-size: 39px;
    font-weight: 400;
}
.t-div h3
{
	font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	color:#d41e44;
	margin-bottom:10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #26060b;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #a42a35;
    background-color: transparent;
}
.b-div h4 a 
{
	background: #d66666;
    padding: 6px 20px;
    border-radius: 2%;
    color: #fff;
}
.bg-indus{
 /*background:url(../img/bg-n.jpg);*/
 background-color: #ecebe6;
  background-size:cover;
  background-position:center center;
 
}
.user-n span
{
	display: grid;
    color: #0b6295;
    font-size: small;
}

.t-div p
{
	font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.fa-quote-left
{
	    font-size: x-large;
		color: #a6a6a6;
}
.fa-quote-right
{
	    font-size: x-large;
		color: #a6a6a6;
}
.d-testimonials
{   
    padding: 40px 37px 34px 50px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var( --e-global-color-primary );
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 11%);
	    border-bottom: solid #d41e44 5px;
}

.d-apply
{
	background-color:#ff9222db;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 28px 20px 30px;
	color:#fff;
}
.d-apply h1
{
	color:#fff;
}
.content {

margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
 
.content .form-control {
height: 35px;
border-color: #ffffff;
border-radius:0;
background:#fff;
}
.content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.content .btn {
min-height: 35px; 
border-radius:0;
background: #85181d;
color: #fff;
font-weight:600;
}


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.a-but
 {
	background: #d04f4f;
    padding: 15px 77px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    border: 1px solid #000;
 }
 .cta-text2 i
 {
	color: #000;
    font-size: 18px;
    float: left;
    margin-top: 4px;
    padding-right: 10px;
	 
 }
 .contact-wrapper
 {
	 padding-bottom: 50px;
 }
 
.list-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
 }
.list-2 li {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5em;
	}
	.purple {
    color: #6f2c91;
}

.p-bold {
    font-weight: 700;
}
.circle-div 
{
	width: 100%;
	margin:auto;
}

.circle-div img
{
	border-radius: 5%;
}
.text-div h4{
	padding: 4px;
    background: #0489c8;
    color: #fff;
    margin-bottom: 30px;
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 0px;
}
.text-div h4 a{
	
    color: #fff;
}
.a-btn
{
	background: #158ab7;
    color: #fff;
    padding: 6px 10px;
    border: 2px solid #4fbfcd;
    letter-spacing: 2px;
}
.padd-50
{
	padding-bottom:50px;
	padding-top:50px;
}

@media only screen and (max-width: 959px) {
  .slide-text {
   position:initial; 
  }
  .c-div {
    width: 98%;
    margin: auto;
}
  .menu-container {
    width: 100%;
	width: 100%;
    z-index: 9;
	background: black;
  }
  .img-wrapper {
    display: inline-block;
    box-sizing: border-box;
	width:23%;
	padding: 1px!important;
	margin: auto;
}
  .menu a.logo {
    display: inline-block;
    padding: 1.5em 1em;
    width: 35%;
    /* float: left; */
}
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
	 
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .navbar-nav {
    float: left;
    margin: 0;
}
  section .item .cover .header-content h1 {
    font-size: 25px!important;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
	background: #1515159c;
}
.d-flx {
    display: inline-block;
}
.div-3 {
    width: 46%;
}
.menu a.logo {
    display: inline-block;
    padding: 0em 0em;
    width: 46%;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.child21 {
    position: absolute;
    bottom: 13px;
    left: 0px;
}
.back-button {
    background: white;
    padding: 4px 10px 4px 10px;
    color: #000;
    margin: 5px;
    font-size: 12px;
    font-weight: 300;
}
.div-2 {
    width: 100%;
}
.top-link a {
    text-align: right!important;
    color: #fff;
    font-weight: normal;
    padding: 0px 15px 0px 0px;
    font-size: 13px;
}
section .item .cover .header-content {
    position: relative;
    padding: 1px;
    overflow: hidden;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: self-end;
}
.d-flex {
    display: -ms-flexbox!important;
    display: block!important;
    align-items: self-end;
}
.all-s {
    padding-top: 10px;
    padding-bottom: 0px;
}
.navbar-inverse {
   
    display: block;
     
}
.div-3 {
     
    background: #122f71;
    margin: 5px;
    color: #fff;
    padding: 3px 2px;
}
}
.tickerv-wrap {
    border-radius: 2%;
    background: #122f71;
    box-sizing: content-box;
    height:45vh;
    overflow: hidden;
    padding: 10px;
    max-width: 100%;
}

@keyframes tickerv {
    0% {
        margin-top: 0;
    }
    30% {
        margin-top: -20%;
    }
    60% {
        margin-top: -43%;
    }
    90% {
        margin-top: -65%;
    }
    100% {
        margin-top: 0;
    }
}

.tickerv-wrap ul {
    color: gold;
    padding: 0;
    margin: 0;
    animation: tickerv 6s infinite;
    animation-timing-function: linear;
}

.tickerv-wrap ul:hover {
    animation-play-state: paused;
}

.tickerv-wrap ul li {
    margin-left: 5%;
    font-size: 15px;
    line-height: 26px;
}

.bt-view
{
	background:#fff;
	padding:5px;
	font-size:13px;
	border-radius:3px;
	letter-spacing:1px;
}
.bt-view-2
{
	background:#000;
	padding:5px;
	font-size:14px;
	border-radius:3px;
	color:#fff;
	letter-spacing:1px;
}
.bt-all
{
	background:#000;
	padding:5px;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	margin:5px;
}

.container-d{
     border-radius: 11px;
    position: relative; 
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(351deg,0deg); 
    width: 200px; 
    overflow: hidden;
}
@media screen and (max-width: 640px){
  .container-d{
    border-radius: 11px;
    position: relative; 
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(351deg,0deg); 
    width: 200px; 
    overflow: hidden;
  }
}

@media screen and (min-width: 900px){
  .container-d{
    width: 100%;
  }
}

.container-d .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content1 {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
  border-radius: 5%;
}

.content1 .content-overlay {
  background: rgba(23,16,100,0.8);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content1:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}
 
.footer-copyright {
    margin-top: 20px;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.footer-copyright a {
    margin-top: 15px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 61%);
}
#footer {
    background-image: url(../img/asdf1.jpg);
     /*background: linear-gradient(to right, #D3D3D3 0%, #2D3436 100%);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
}
.footer-social>li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}
.img-100
{
	width:100%;
}
.section {
    margin-top: -4px;
    padding-top: 53px;
    /*padding-bottom: 30px;*/
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size:20px;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #009DDD;
  background: -moz-linear-gradient(to bottom, rgb(0,157,221,0) 0%, #ff5e14 8%, #ff5e14 92%, rgb(0,157,221,0) 100%);
  background: -webkit-gradient(linear-gradient(to bottom, rgb(0,157,221,0) 0%, #ff5e14 8%, #ff5e14 92%, rgb(0,157,221,0) 100%));
  background: -webkit-linear-gradient(top, rgb(0,157,221,0) 0%, rgb(0,157,221) 8%, rgb(0,157,221) 92%, rgb(0,157,221,0) 100%);
  background: -o-linear-gradient(top, rgb(0,157,221,0) 0%, rgb(0,157,221) 8%, rgb(0,157,221) 92%, rgb(0,157,221,0) 100%);
  background: -ms-linear-gradient(top, rgb(0,157,221,0) 0%, rgb(0,157,221) 8%, rgb(0,157,221) 92%, rgb(0,157,221,0) 100%);
  background: linear-gradient(to bottom, rgb(0,157,221,0) 0%, #ff5e14 8%, #ff5e14 92%, rgb(0,157,221,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
  padding:10px 15px;
  box-shadow: 0 0 3px #ff5e14;
  border-radius: 7px;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;  
  padding:10px 15px;
  box-shadow: 0 0 3px #ff5e14;
  border-radius: 7px;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}


.direction-r .flag {
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #F4F5F5;
  border-radius: 10px;
  border: 4px solid #ff5e14;
  z-index: 10;
}

.direction-l .flag.xl:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  background: #F4F5F5;
  border-radius: 20px;
  border: 4px solid #ff5e14;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.flag.wbg {
  background: transparent;
  border: none;
  box-shadow: none;
}


.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 16px;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
  width: 100%;
  padding: 4em 0 1em 0;
}

.timeline li {
  padding: 2em 0;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;

  text-align: center;
}

.flag-wrapper {
  text-align: center;
}

.flag {
  background: rgb(255,255,255);
  z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
  left: 50%;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -9px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #009DDD;
  z-index: 10;
}

 .direction-l .flag.xl:before {
    left: calc(50% - 7.5px);
    top: -35px;
  }
  
.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}
  
 .flag.wbg {
  background: #fff;
  -webkit-box-shadow: -1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 2px 3px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}


.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(245,245,245);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  
  z-index: 15;
}

}

.hide {
  display: none !important;
}

@media screen and (min-width: 400px ; max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
  margin: 1em 4em 0 4em;
}

}

.linksBox p i{
  margin-right:2px;
  color: #122f71;
}

.cal {
    border-left: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
}

.cal th {
    background: #122f71 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #fff;
    padding: 8px 5px;
    text-align: left;
}

.cal td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 0px 0px 10px;
}

.linksBox p{
    padding: 9px 0px;
    padding-left: 4px;
    margin-bottom: 0px;
    font-size: 12px;
}

.productWrapper{
  border: 2px solid #ddd;
  padding: 10px 10px;
  border-radius:10px;
  margin-bottom: 30px;
}

.contentbox{
  text-align: center;
  padding-bottom:15px;
}

.contentbox h3{
  text-align: center;
  color:#e66e13;
  margin: 0px;
  padding:10px 0px;
}

.contentbox a{
  display: block;
  padding: 10px 60px;
  border-radius: 10px;
  background-color:#122f71;
  color:#e66e13;
  font-weight: bold;
  transition: all .2s linear;
  margin: 18px 0px 0px 0px;
}

.contentbox a:hover{
  color:#fff;
}

.callform{
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 13px;
  outline: none;
  color: #000;
}

.submit-btn{
  background-color: #85181d;
  border: none;
  border-radius: 5px;
  padding: 12px 37px;
  outline: none;
  color: #fff;  
}
.submit-btn:hover{
  color: #fff;
}
.wrapper {
  /* width: 100%; */
  /* height: 400px; */
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cataloguetitle{
	text-align: center;
		background-color: #ff
}




 





 
@media screen and (max-device-width:768px), screen and (max-width:320px) {
.desktopview {
display: none;
}
}


 @media screen (max-device-width: 2560px),screen and  (min-device-width: 767px) { 
  
 .mobileview{
  display: none;
}
}
 

/* silder banner start*/
/*.carousel .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(70,70,70,.25);
}*/

/*.carousel .carousel-indicators .active {
  background-color: #444;
}*/

/* Only for beautify example */
h1 {
  /* margin: 60px auto; */
  text-align: left;
  margin-bottom: -1px;
}

h1 > small {
  color: #999;
}

img {
  width: 100%;

  
}
.imagesizez{
  margin-top:85px;
  /*height: 900px*/

}
/*@media only screen and (min-width: 318px)  {
  .imgless{
  margin-top:5px;
  
}
}*/
/*@media only screen and (min-width: 1920px) {
  .imagesizez{
  margin-top:85px;
  
}
}*/


/*.carousel .carousel-caption {
  color: #999;
}*/
/*slider banner end*/


/*
=============================================================================================
new abort header
===============================================================================================

*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: -3px;
  left: 206px;
  margin-left: .1rem;
  margin-right: .1rem;
}

h2 {
  font-size: 72px;
  
}
.decorate{
  font-size:27px !important; 
  font-weight: bold;
  background: -webkit-linear-gradient(#a42a35, #f9ac04);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*WHATSUP */

.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:100px;
  left:8px;
  box-shadow: 0 3px 10px rgb(225 225 225 / 1);
  background-color:red;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.phoneFloat{
  position:fixed;
  width:50px;
  height:50px;
  bottom:100px;
  right:8px;
  box-shadow: 0 3px 10px rgb(225 225 225 / 1);
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
  margin-top:11px;
}
/*WHATSUP */
.face{
  color: #3b5998;
  width: 50px;
  border-radius:10px;
  background-color: white;

}

.linke{
  color: #0077b5;
  width: 50px;
  border-radius:10px;
  background-color: white;
}

.twitt{
  color: #00acee;
  width: 50px;
  border-radius:10px;
  background-color: white;
}

.insta{
  background-image:linear-gradient(to bottom right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius:10px;
  width: 50px;
  /*padding-left:0px;*/
}

.instaa{
  background-image:linear-gradient(to bottom right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius:10px;
  /*width: 50px;*/
  padding-left:1px;
}

.facee{
  color: #3b5998;
  border-radius:10px;
  /*background-color: white;*/

}

.linkee{
  color: #0077b5;
  border-radius:10px;
  /*background-color: white;*/
}

.twittt{
  color: #00acee;
  border-radius:10px;
  /*background-color: white;*/
}

.float-right{
  float: right;
}
.text-light{
  color: #fff;
}
.pb-2{
  padding-bottom: 10px;
}

.txt-shadow{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-sxd{
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.input-sxd{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

textarea{
  width: 100%;
}

.mycoler{
  background-color: #a42a35;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.mb-5{
  margin-bottom: 40px;
}
.head-3{
  color: #390b15;
  font-size: 32px;
  font-weight: 900;
}

.pb-5{
  padding-bottom: 80px;
}

.product-shader{
  padding: 15px;
  border-radius: 10px;
  background-color: #3a0b15;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.list-shader{ 
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.let-shadow{
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/


/*slider clients*/

/*slider clients*/


.tri-shadow{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.vision-shadow{
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.strip-shadow{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}