



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #ededed;
  background-color: #000000;
}

a {
  color: #787878;
}

a:hover {
  color: #900d0d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #900d0d;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #333333;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";


  /*border: 10px solid #cf1b1b;*/
  /*border-top-color: #fff;*/
  /*border-bottom-color: #fff;*/
  /*border-radius: 100%;*/
  /*width: 60px;*/
  /*height: 60px;*/
  
  
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
  
  position: fixed;
  top: 40%;
  left: 10%;
  left: calc(47% - 50px);
  width:  150px;
  height: 100px;
  background-image: url('watermark.jpg');
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;

}

@-webkit-keyframes animate-preloader {
   0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

@keyframes animate-preloader {
   0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #323232;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #323232;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  background: #900d0d;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #333333;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #cf1b1b;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero{
  padding: 25px 30px;
}

#hero2{
  padding: 0px !important;
}




.carousel .carousel-indicators li {
  background-color: #ededed;
}
.carousel .carousel-indicators li.active {
  background-color:  #ff0000;
}

.carousel-item{

  height: 900px;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel-inner img{

  width: 100%;
  object-fit: cover;
  margin: auto;

  top: 0;
  left: 0;
  height: 900px;

}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}







.main-text
{
    position: absolute;
    /* top: 300px;
    right: 300px; */
    margin-top: -650px;
    width: 96.66666666666666%;

}
.main-text h1
{

  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #FEFEFE;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}

.main-text p
{
  color: #FEFEFE;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 26px;
  font-family: "Poppins", sans-serif;

}
.main-text p span {
  color: #900d0d;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-family: "Didot", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 38px;
}



.main-text .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #FEFEFE;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

.main-text .social-links a:hover {
  color: #ff0000;
}






@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

  .carousel-inner img{
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }

  .main-text
  {
      position: absolute;
        margin-top: -400px;

  }
  

}




/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
  .carousel-inner img{
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }
  .main-text
  {
      position: absolute;
        margin-top: -400px;

  }
}



/* ipad Pro Portrait Hack */
@media only screen and (max-device-width : 1024px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){
  .carousel-inner img{
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }
  .main-text
  {
      position: absolute;
        margin-top: -400px;

  }
}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-inner img{
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 600px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 600px;
  }
  .main-text
  {
      position: absolute;
        margin-top: -400px;

  }
}



/* iPad Pro 12 inch(landscape) ----------- */
@media only screen and (min-device-width : 1025px) and (max-device-width : 1366px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-inner img{
    width: 100%;
    object-fit: cover;
    margin: auto;
    height: 800px;
    top: 0;
    left: 0;
  }
  .carousel-item{
    height: 800px;
  }

  .main-text
  {
      position: absolute;
        margin-top: -400px;

  }
}




/* mobile portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-item{
    height: 300px;
  }
  .carousel-inner img{
    width: 100%;
    object-fit:cover;
    margin: auto;
    height: 300px;
    top: 0;
    left: 0;
  }





  .main-text
  {
      position: absolute;
     margin-top: -230px;
     
  }

  .main-text h1
  {
    font-size: 24px;
  }

  .main-text p
  {
    font-size: 16px;
  }
  .main-text p span {
    font-size: 20px;
  }



  .main-text .social-links a {
    font-size: 18px;

  }
  
  .main-text .img-fluid {
  max-height:60px;
  max-width:60px;
}
}


/* mobile ladscape */
@media only screen and (min-device-width : 340px) and (max-device-width : 736px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .carousel-item{
    height: 400px;
  }
  .carousel-inner img{
    width: 100%;

    object-fit:cover;
    margin: auto;
    height: 400px;
    top: 0;
    left: 0;
  }

    .main-text
    {
        position: absolute;
          margin-top: -240px;
        

    }

    .main-text h1
    {
      font-size: 24px;
    }

    .main-text p
    {
      font-size: 16px;
    }
    .main-text p span {
      font-size: 20px;
    }

    .main-text .social-links a {
      font-size: 18px;

    }
}





/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


.team .member {
padding-top: 20px;
padding-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;

}


.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: #cf1b1b;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #000;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #9A9999;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #cf1b1b;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  /* color: #787878; */
  color: #cf1b1b;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #333333;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;

}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #ededed;
  padding: 12px;
  color: #cf1b1b;
  border-radius: 50px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #636363;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/* sendButton */

.sendButtonForm {
  flex: 1 1 auto;
  padding: 7px 70px;

  text-align: center;
  text-transform: uppercase;

  background-size: 200% auto;
  color: white;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px #000;
  border-radius: 3px;
  transition: ease-in-out 1s;
}


.sendbtn{
  background-image: linear-gradient(to right, #b8b0b0 25%, #b8b0b0 10%, #dfd3d3 65%);

}
.sendButtonForm:hover{
  transition: ease-in-out 1s;
  color: #000!important;
  background-position: right center; /* change the direction of the change here */
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #cf1b1b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}



.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #900d0d;
  border-left: 3px solid #900d0d;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #cf1b1b;
  border-right: 3px solid #cf1b1b;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #333333;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #cf1b1b;
}



.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 180px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #cf1b1b;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #cf1b1b;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #cf1b1b !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #cf1b1b;
  float: left;
  width: 44px;
  height: 44px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #323232;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #787878;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #cf1b1b;
  color: #fff;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #cf1b1b !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}



.section-10{
    margin-top: -70px;
    
}

.section-10 .container-fluid{
  background-image: url('../img/USA Photo/DSC_7616.jpg');
  min-height: 400px;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;

}






.section-10 .btnSec{
  flex: 1 1 auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 14px;
  letter-spacing: 2px;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  transition: ease-in-out 1s;

}

.section-10 .btn-sec10 {
  background-image: linear-gradient(to left, #000 30%, #D24223 20%, #DF1B1B 50%);
  background-position: right center;
}
.section-10 .btn-sec10:hover {
  background-position: left center; /* change the direction of the change here */
  transition: ease-in-out 1s;
}











@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {


  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .section-10 .btnSec{
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }


}




/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){

  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-10 .btnSec{
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }



}



/* ipad Pro Portrait Hack */
@media only screen and (max-device-width : 1024px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2){

  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .section-10 .btnSec{
    padding: 10px;
    font-size: 20px;
    letter-spacing: 1.7px;
  }



}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
 

  .section-10 .btnSec{
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }




}





/* mobile portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {


  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .section-10 .btnSec{
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }





}


/* mobile ladscape */
@media only screen and (min-device-width : 340px) and (max-device-width : 736px)
and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

  .section-10 .container-fluid{
    background-attachment:scroll;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .section-10 .btnSec{
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }




}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ededed;
  color: #323232;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cf1b1b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer img{
  max-width: 20%;
  max-height:20%;
}
