/* body style ---------------------------------------------------------------------*/
@font-face {
  font-family: NexaBook;
  src: url(../fonts/nexa-book.ttf);
}

@font-face {
  font-family: NexaBlack;
  src: url(../fonts/NexaBlack.ttf);
}

body {
  font-family: NexaBook;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

footer{
  /* background-image: url('../../../public/images/samson_factory.jpg'); */
  background-color: #0F264B;
}

/* end body style -----------------------------------------------------------------*/

/* header Area --------------------------------------------------------------------*/

.blog-header {
  line-height: 1;
  padding:0 !important;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.call-us-text {
  color: #51559C;
  font-weight: bold;
  margin-top: 14px;
  font-size: 25px;
}

/* end header area -----------------------------------------------------------------*/



.display-4 {
  font-size: 2.5rem;
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }


/* start slider --------------------------------------------------------------------*/



/* end slider ------------------------------------------------------------------------*/

/* blog area ------------------------------------------------------------*/
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/* end blog area ------------------------------------------------------------*/




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.navbar-nav .dropdown-menu{
  background-color: #4F5287;
}


.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    background-color: #3C407B;
    opacity: 0.9;
}

/* Footer -----------------------------------------------------------------------------*/
 .blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/* end Footer --------------------------------------------------------------------------*/

/* start custom classes ----------------------------------------------------------------*/
.slogan-text{
  font-size: 20px;
  font-weight: bold;
  color: #059759 !important;
}
.navbar-top-full-container{
  background-color: #51559C;
}
.navbar-light .navbar-nav .nav-link{
  color: #3F4083;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover{
  /* border-bottom: 2px solid #D42F33;
  padding: 5px; */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #d42f33;
  text-decoration-thickness: 3px;
  text-underline-position: under;
}
.nav-item{
  font-size: 20px;
  font-weight: bold;
}
.card-border-red{
  border: 1px solid #FF0000;
}
.bg-dark{
  background-color: #51559C !important;
}
.p-tab-title{
  font-size: 18px;
  text-align: center;
}
.social-media-fb-icon{
  font-size: 30px;
  color: #1877f2;
}
.text-white{
  color: #ffffff;
}
.btn-outline-secondary-red{
  color: #ff0000;
  border-color: #ff0000;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
  background-color: #3C407B;
  color: #ffffff;
}
.navbar{
  /* font-weight: bold; */
}
.jumbotron-custom{
  background-color: #ffffff !important;
}
.card{
  margin-bottom: 20px;
}
.card-body{
  padding-bottom: 0px;
}

/* end custom classes --------------------------------------------------------*/


/* start slick slider (logo list) --------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 15px 0px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* end slick slider ----------------------------------------------------------*/

/* start usp tab slider ----------------------------------------------------- */
.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3500px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:13px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}
/* end usp tab slider ------------------------------------------------------- */

/* RESPONSIVE CSS ------------------------------------------------------------*/

@media (max-width: 768px) {
  .slogan-text{
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
  .h-md-250 {
    height: 250px;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}

/* END RESPONSIVE CSS --------------------------------------------------------*/


/* START thumbnail area ------------------------------------------------------*/

.thumb-image-1{
  height: 861px;
  width: 295px;
  float: left;
  margin-right: 5px;
}
.thumb-image-list:hover{
  transition: transform 2.0s;
  opacity: 0.6;
  cursor: pointer;
  /* background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(63,64,131,1) 65%); */
}
.thumb-image-2{
  height: 535px;
  width: 300px;
  float: left;
}
.thumb-image-3{
  height: 240px;
  width: 884px;
  float: left;
  overflow: hidden;
  margin-left: 5px;
}
.thumb-image-4{
  height: 295px;
  width: 585px;
  float: left;
  overflow: hidden;
  margin-left: 5px;
  margin-top: 5px;
}
.thumb-image-5{
  height: 319px;
  width: 890px;
  float: left;
  overflow: hidden;
  margin-top: 5px;
}
.thumb-image-6{
  height: 623px;
  width: 295px;
  float: right;
  overflow: hidden;
  margin-top: -616px;
  margin-left: 5px;
}

.para-content-style{
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  text-shadow: 0px 0px 16px #000;
}
.para-heading-1
{
  font-size: 25px !important;
}
.para-heading-2
{
  font-size: 25px !important;
}

.para-heading-3
{
  font-size: 25px !important;
}

.para-heading-4
{
  font-size: 25px !important;
}

.para-heading-5
{
  font-size: 25px !important;
}

.para-heading-6
{
  font-size: 25px !important;
}


@media (min-width: 1800px) {
  .thumb-image-1{
    height:1080px;
    width:355px;
    float:left;
    margin-right: 5px;
  }
  .thumb-image-2{
    height:720px;
    width:360px;
    float:left;
  }
  .thumb-image-3{
    height:360px;
    width:1148px;
    float:left;
    overflow:hidden;
    margin-left: 5px;
  }
  .thumb-image-4{
    height:355px;
    width:788px;
    float:left;
    overflow:hidden;
    margin-left: 5px;
    margin-top: 5px;
  }
  .thumb-image-5{
    height:355px;
    width:1200px;
    float:left;
    overflow:hidden;
    margin-top: 5px;
  }
  .thumb-image-6{
    height:720px;
    width:360px;
    float:right;
    overflow:hidden;
    margin-top:-713px;
    margin-left: 5px;
  }
  .tab-content{
    height: 720px !important;
  }
}

@media (max-width: 1366px) {
  .thumb-image-1{
    height:752px;
    width:265px;
    float:left;
    margin-right: 5px;
  }
  .para-heading-1{
    margin-top: -125px !important;
  }
  .thumb-image-2{
    height:475px;
    width:270px;
    float:left;
    overflow:hidden;
    margin-bottom: 5px;
  }
  .thumb-image-3{
    height:240px;
    width:774px;
    float:left;
    overflow:hidden;
    margin-left: 5px;
  }
  .para-heading-3{
    margin-top: -60px !important;
  }
  .thumb-image-4{
    height:235px;
    width:504px;
    float:left;
    overflow:hidden;
    margin-left: 5px;
    margin-top: 0px;
  }
  .thumb-image-5{
    height:265px;
    width:780px;
    float:left;
    overflow:hidden;
    margin-top: 5px;
  }
  .para-heading-5{
    margin-top: -100px !important;
  }
  .thumb-image-6{
    height:515px;
    width:270px;
    float:right;
    overflow:hidden;
    margin-top:-510px;
    margin-left: 5px;
  }
  .para-heading-6{
    margin-top: -480px !important;
  }
  .tab-content{
    height: 720px !important;
  }
}
/* END thumbnail area --------------------------------------------------------*/
