@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body, a{
	/*color: #fff;*/
}

a:hover{
	/*color: inherit;
	text-decoration: none;*/
}


.explore-all {
    margin-top: 20px;
    margin-bottom: 30px;
    float: right;
    width: 257px;
    height: 64px;
    color: #000000;
    background-color: #FFD401;
    outline: none;
    border: 0;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

.img-responsive{
	width: 100%;
	height: auto;
	display: block;
}



nav.navbar{
	background-color: #1a1a1a;
	z-index: 1;
}

.navbar-header{
	background-color: #FFD401;
	padding: 10px 13px;
	position: absolute;
	top: 0;
}

.navbar-brand{
	border: 1px solid #1a1a1a;
	margin-right: 0px;

}

.navbar-brand img{
	padding: 40px 12px;
}

.navbar-right {
	width: 24px;
	height: 24px;
}

.navbar-right a{
	margin-right: 30px;
}

.navbar-dark .navbar-toggler{
    outline: none;
}

header{
	background-color: #1a1a1a;
	z-index: 0;
}

header h1{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
}

.header-container{
	position: relative;
}

.header-text{
	position: absolute;
	bottom: 20px;
	right: 100px;
}

.header-text h3{
	font-family: Lora;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 61px;
	color: #000000;
}
.header-text .para{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-top: 20px;
}

.header-text button{
	font-family: Lora;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	color: #000000;
	background: none;
	outline: none;
	border: 0;
	margin-top: 25px;
}

.nav-link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,1);
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,.5);
}

#features{
	background-color: #f4f4f4;
	padding: 10px 0;
}

.border-right{
	border-right: 1px solid #c4c4c4;
}


#features .feature-box img{
	float: left;
}

#features .feature-box h4{
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}

#features .feature-box div{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

#our-products h2{
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 61px;
	text-align: center;
	color: #000000;
	margin-top: 34px;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

#our-products h5{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

#our-products .col-md-3{
    position: relative;
}

#our-products .col-md-4 div span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: 0.7;
}

#our-products .col-md-4{
    margin-top: 40px;
}

#our-products .col-md-4 div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: 0.7;
}

#our-products .col-md-4 div span:first-child{
text-decoration-line: line-through;
margin-right: 20px;
}

#our-products .col-md-4 div span:last-child{
margin-left: 20px;
}

.save{
    position: absolute;
    width: 63px;
    height: 67px;
    right: 30px;
    top: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF !important;
    background: #FF4F4F;
    border-radius: 0px 0px 10px 10px;
    opacity: 1 !important;
    padding: 14px 10px;
}

#our-products .col-md-3 > div{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.7;
}

#acrylic-prints{
	background-color: #000;
    padding: 106px 0;
}

#acrylic-prints #title{
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 61px;
	color: #FFFFFF;


}

#acrylic-prints #desc{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;

}

#acrylic-prints #button{
	box-sizing: border-box;
}

#acrylic-prints #button a{
	padding: 10px 23px;
    border: 1px solid #FFD401;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;

}

#acrylic-prints #button a:hover{
    text-decoration: none;
}

.headline-2 {
    /*color: #82b338;*/
    font-size: 24px;
    line-height: 1.3em;
    margin: 40px 0 30px 0;
    text-align: center;
}

.home-simulator-1 {
    background-image: url(../images/sp-bg.png);
    background-position: 0 -51px;
    background-repeat: no-repeat;
   /* border: 1px solid #ddd;*/
    height: 547px;
    margin: 15px 0;
    width: 100%;
}

.home-simulator-1 .preview {
    /*display: table;
    height: 270px;*/
    text-align: center;
    width: 55%;
    position: relative;
}

.f-left {
    float: left;
}

.home-simulator-1 .list {
    height: 100%;
    position: relative;
    width: 45%;
}

.f-right {
    float: right;
}

.home-simulator-1 .table-cell {
    /*display: table-cell;*/
    vertical-align: bottom;
}

.home-simulator-1 .js-prev {
    left: 25px;
}
.home-simulator-1 .js-prev, .home-simulator-1 .js-next {
    color: #ddd;
    position: absolute;
    top: 67%;
    font-size: 38px;
}
.c-pointer {
    cursor: pointer;
}

.home-simulator-1 .image-wrap {
    /*box-shadow: 0 0 5px 0 #888;*/
    display: none;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
}

.home-simulator-1 .js-next {
    right: 25px;
}
.home-simulator-1 .js-prev, .home-simulator-1 .js-next {
    color: #ddd;
    position: absolute;
    top: 67%;
    font-size: 38px;
}
.c-pointer {
    cursor: pointer;
}

.icon-left-open:before {
    content: '\e813';
}

.icon-right-open:before {
    content: '\e809';
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-simulator-1 .preview img {
    vertical-align: top;
    max-height: none;
    max-width: none;
}

.home-simulator-1 .list table.active {
    display: table;
}
.home-simulator-1 .list table {
    display: none;
    /*float: right;*/
    margin: 10px 30px 10px 0;
   /* width: 360px;*/
}

.home-simulator-1 .list table {
    display: none;
    /*float: right;*/
    margin: 10px 30px 10px 0;
    /*width: 360px;*/
}
table {
    margin: 20px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.home-simulator-1 .list table {
    display: none;
    /*float: right;*/
    margin: 10px 30px 10px 0;
    /*width: 360px;*/
}

.home-simulator-1 .delivery {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.btn-orange {
    background-color: #ff9b00;
    color: #fff!important;
}
.btn-small {
    font-size: 14px;
    line-height: 1em;
    padding: 5px 10px;
    border-radius: 0 !important;
    background-color: #FFD401;
}
.btn {
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    transition: background-color 0.3s ease;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 0;
}

.btn .icon:before, .btn .icon-right-open:before {
    margin-right: 0;
    vertical-align: -1px;
    width: auto;
}

.home-simulator-1 .list th:first-child, .home-simulator-1 .list td:first-child {
   /* text-align: left;
    padding-left: 0;*/
}
.home-simulator-1 .list th {
    font-weight: 700;
}
.home-simulator-1 .list th, .home-simulator-1 .list td {
    padding: 5px;
    width: 100%;
}
table th, table td {
    vertical-align: top;
}

.home-simulator-1 .list tr:first-child td {
    border-top: 1px solid #ddd;
}
.home-simulator-1 .list th:first-child, .home-simulator-1 .list td:first-child {
   /* text-align: left;
    padding-left: 0;*/
}
.home-simulator-1 .list td {
    border-top: 1px solid #ededed;
}
.home-simulator-1 .list th, .home-simulator-1 .list td {
    padding: 5px;
}
table th, table td {
    vertical-align: top;
}

.home-simulator-1 .nav span:first-child {
    border-left: 0;
}
.home-simulator-1 .nav span.active {
    background: none;
    border-bottom: 0;
}
.home-simulator-1 .nav span {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /*color: #82b338;*/
    display: block;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 33.333333%;
}

.tabcontent {
    display: none;
}

#footer {
    background-color: #1a1a1a;
    margin-bottom: 0px;
    padding: 29px 0 24px;
    position: relative;
}
#footer .heading{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 27px;
}
#footer ul li{
    list-style: none;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#footer .trustbar-payment {
    /*background-color: #f2f2f2!important;*/
    margin-bottom: 40px!important;
    padding: 20px;
}

.payment-parterns{
    display: inline-block;
}

.payment-parterns a{
    /*margin: 10px 20px;*/
}

.payment-parterns a img{
    max-width: 181px;
}


.t-center, .advgb-blocks-container.aligncenter {
    text-align: center!important;
}

#footer .trustbar-payment p {
    font-size: 24px;
    line-height: 1.3em;
    color: #505050;
    margin-bottom: 15px;
}

#footer p {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

#footer a {
    color: #e0e0e0;
    text-decoration: underline;
}

#footer .menu-item a {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.6em;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#footer ul{
    margin: 0;
    padding: 0;
}

#footer .row {
    margin-bottom: 15px;
}

#footer .menu-item a:hover {
    text-decoration: underline;
}

.t-center, .advgb-blocks-container.aligncenter {
    text-align: center!important;
}

.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: block;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both;
}

#footer strong.green {
    line-height: 1.6em;
}

.col>*:first-child {
    margin-top: 0;
}

.green {
    color: #82b338;
}

#footer .wrap-full-grid .row:first-child .col:last-child p:first-child {
    font-size: 38px;
    margin-bottom: 0;
    line-height: 1em;
}

form.join-us {
 border: 1px solid #C4C4C4;
 padding: 2px;
}

form.join-us input[type=text] {
  padding: 7px;
  font-size: 17px;
  float: left;
  width: 72%;
  background: transparent;
  border: none;
}

form.join-us input[type=text]::placeholder{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
}

form.join-us button {
  float: left;
  width: 28%;
  padding: 10px;
  background: #FFD401;
  font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1A1A1A;
  cursor: pointer;
}

form.join-us button:hover {
  /*background: #0b7dda;*/
}

form.join-us::after {
  content: "";
  clear: both;
  display: table;
}

.copyright{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#quote-carousel{
    background-image: url(../images/quote-carousel-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 126px;
    padding-top: 111px;
}


.quote-carousel {
    /*padding: 0 10px 30px 10px;
    margin-top: 30px;*/
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.quote-carousel .carousel-control.left {
    left: -60px;
}
.quote-carousel .carousel-control.right {
    right: -60px;
}
.quote-carousel .carousel-indicators {
    /*right: 50%;
    top: auto;
    bottom: 0px;*/
   /* margin-right: -19px;*/
   position: unset !important;
}
.quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
.quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.quote-carousel .carousel-inner {
    min-height: 300px;
}

.quote-carousel .carousel-inner .carousel-text{
    padding-top: 60px;
    padding-bottom: 34px;
}
.carousel-item blockquote {
    border-left: none;
    margin: 0;
}
.carousel-item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

#our-art {
    
    
}

#our-art {
    position: relative;
    z-index: 1;
    background-image: url(../images/our-art-bg.jpg);
     background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}

#our-art::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: -1;
}

#our-art h1{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    color: #FFFFFF;
}

#our-art div{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.owl-nav .owl-prev {   
    background-color: transparent !important;
    position: absolute;
    margin: auto;
    top: 40%;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: -30px;
    cursor: pointer;
    color: #000;
    user-select: none;
}

.owl-nav .owl-next { 
    background-color: transparent !important;
    position: absolute;
    margin: auto;
    top: 40%;
    bottom: 0;
    width: 50px;
    height: 50px;
    right: -60px;
    cursor: pointer;
    color: #000;
    user-select: none;
}
 .owl-carousel .owl-nav.disabled{
    display: block;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,{
    color: #000;

}

.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus{
    border: 0 !important;
    outline: none !important;

}

/*********************************
        Products page
***********************************/

#products-header{
    background-image: url(../images/products-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 169px;
}


#cc-filter{
    background-color: #1a1a1a;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
#cc-filter h4{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}
/* Hide the browser's default checkbox */
  .catogeries input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
   height: 15px;
    width: 15px;
    left: -20px;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
  }

  #cc-filter label{
    user-select: none;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 48px;
    color: #FFFFFF;
    margin-left: 10px;
  }

  /* Create a custom checkbox */
  .catogeries .check-mark {
    position: absolute;
    top: 17px;
    left: -20px;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    background-color: transparent;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.catogeries .form-check input:checked ~ .check-mark:after {
  display: block;
}

/* Style the checkmark/indicator */
.catogeries .form-check .check-mark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Hide the browser's default checkbox */
  .color_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }



  /* Create a custom checkbox */
  .color_checkbox_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
  }

  .color_checkbox_container .checkmark1 {
    background-color: #eee;
  }

  .color_checkbox_container .checkmark2 {
    background-color: #000;
  }

  .color_checkbox_container .checkmark3 {
    background-color: orange;
  }

  .color_checkbox_container .checkmark4 {
    background-color: red;
  }

  .color_checkbox_container .checkmark5 {
    background-color: blue;
  }

  .color_checkbox_container .checkmark6 {
    background-color: green;
  }

  .color_checkbox_container .checkmark7 {
    background-color: yellow;
  }

  .color_checkbox_container .checkmark8 {
    background-color: pink;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .color_checkbox_container:after {
    content: "";
    position: absolute;
    display: none;
  }

  #cc-filter .form-check-inline{
    margin-right: 1.75rem;
  }

  #cc-filter .catogeries .form-check-inline {
    width: 140px;
  }

/****************product detail page*************/
#socials{
    margin-top: 20px;
}
#socials a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

#socials a img{
    width: 40px;
}

#policyTab{
    border: unset;
    margin-top: 25px;
}

#policyTab .nav-item{
    margin-right: 20px;
}

#policyTab .nav-link{
    border: unset;
    padding-left: 0;
    padding-right: 0;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}



#policyTab .nav-link.active{
    border-bottom: 1px solid #000;
}

#policyTabContent{
    margin-top: 27px;
}

#policyTabContent .tab-pane{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.services-features h1{
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

.services-features h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 45px;
}

.services-features div{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/*********************************
        Contact page
***********************************/

#contact-header{
    background-image: url(../images/contact-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 169px;
}

.contact-text h1{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

.contact-text div{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

#contact-form{
  background: #fff;
  top: -20px;
  padding: 40px 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#contact-form h3{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
}

#contact-form input{
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 3px solid #000;
    outline: none;
    margin-top: 25px;
}

#contact-form input::placeholder, #contact-form textarea::placeholder{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
}

#contact-form input:focus{
    outline: none;
    box-shadow: none;
}

.md-form  label{
  color: #5f757d;
}

.md-form textarea{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 3px solid #000;
  outline: none;
}

#contact-info{
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: left;
}

#contact-info>div{
    margin-bottom: 20px;
}

#contact-info>div span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

#contact-info img{
  width: 36px;
}


.contact{
  background: #FEFEFE;
}

.form-send-btn{
    width: 203px;
    height: 47px;
    background-color: #FFD401;
    text-align: center;
    padding: 5px 15px;
    margin-left: : 0px auto;
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}



/*********************************
        Faqs page
***********************************/

#faqs-header{
    background-image: url(../images/faqs-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 169px;
}

#faqs-header h1{
    color: #000000;
}

.faqs h1{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

.faqs .text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.faqs-accordion .accordion .card{
    border: none;
    border-radius: 0;
}

.faqs-accordion .accordion .card .card-header button{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    outline: none;

}

.faqs-accordion .accordion .card .card-header button .fa{
    margin-left: 6px;
    margin-right: 12px;
}

.faqs-accordion .accordion .card .card-header button.collapsed{
    color: #999;
}

.faqs-accordion .accordion .card .card-header {
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: transparent;
    
    border-top: 1px solid rgba(0,0,0,1);
    border-radius: 0;
}

.faqs-accordion .accordion .card .card-body{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #797979;
    padding-left: 60px;
}

.page-link {
    position: relative;
    display: block;
    padding: .3rem .7rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    margin: 5px;
    border-radius: 0;
    padding-top: .1rem;
    
}

.pagination .page-item .page-link:hover {   
    color: #000;
    background: #FFD401;
}

.pagination .page-item:first-child .page-link:hover, 
.pagination .page-item:last-child .page-link:hover { 
    background: #fff !important; 
    opacity: 0.5;
}

.page-item:not(:first-child):not(:last-child) { 
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.pagination .page-item:first-child .page-link, 
.pagination .page-item:last-child .page-link { 
   border-radius: 0;
   
}

.pagination .page-item:first-child .page-link .fa, 
.pagination .page-item:last-child .page-link .fa{ 
   font-size: 12px;
}