body, html {
  height: 100%;
  margin: 0;
 
}
@charset "UTF-8";


p,a,li,span{
	font-family: open sans ; 
}
h1{
font-family: bebasneue;
font-family: 'Open Sans', sans-serif;
}

.navigation {
height: 75px;
    background: transparent;
  
    position: fixed;
    width: 100%;
    z-index: 111111;
  
}

@font-face {
  font-family: bebasneue;
  src: url("../fonts/BebasNeue Bold.otf");
}
@font-face {
  font-family: heyaugust;
  src: url("../fonts/Hey August.otf");
}

.navigation-default .navigation-brand {
  margin-top: 10px;
  color: white;
}
.navigation-default .navigation-brand:hover {
  color: #C57ED3;
  border: 1px solid #C57ED3;
}
.navigation-default .navigation-nav > li > a {
  color: white;
  margin: 10px 5px 5px 5px;
}
.navigation-default .navigation-nav > li > a:hover, .navigation-default .navigation-nav > li > a:active, .navigation-default .navigation-nav > li > a:focus {
  color: #C57ED3;
  border: 1px solid #C57ED3;
}
.navigation-default .navigation-nav > li > a:visited {
  color: #C57ED3;
  text-decoration: none;
}
.navigation-default .navigation-nav > .active > a, .navigation-default .navigation-nav > .active > a:hover, .navigation-default .navigation-nav > .active > a:focus {
  background-color: transparent;
  color: #C57ED3;
}
.navigation-default .navigation-toggle {
  border-color: #C57ED3;
}
.navigation-default .navigation-toggle:hover, .navigation-default .navigation-toggle:focus {
  background-color: #490D40;
}
.navigation-default .navigation-toggle .icon-bar {
  color: #C57ED3;
  background-color: #C57ED3;
}
.navigation-default .navigation-collapse.collapse.in ul {
  background-color: #490D40;
}

/* Solid class attached on scroll past first section */
.navigation.solid {
  background-color: #fff;
  transition: background-color 0.2s ease 0s;
  box-shadow: 0 0 4px grey;
}
.navigation.solid a{
	color: #000 ;
}
.navigation.solid .navigation-brand {
  color: #C57ED3;
  transition: color 0.2s ease 0s;
}
.navigation.solid .navigation-nav > li > a {
  color: #C57ED3;
  transition: color 0.2s ease 0s;
}
.brand {
  position: absolute;
  padding-left: 0px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-left: -130px;
}
.brand img{
  height:50px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -100px;
  padding-top: 10px;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
display: block;
    padding: 0 20px;
   line-height: 52px;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-decoration: none;
   
}
nav ul li a:hover,
nav ul li a:visited:hover {
  text-decoration: none;
      color: #f2671d;
  
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  margin-right: 0;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  
  height: 70px;
  width: 70px;
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
 background: #f26722;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



@media only screen and (max-width: 798px) {
  .navigation.solid a {
    color: #000 !important;
}
.img1{
    height:140px !important;
    margin-top: 0 !important;

  }

  .package_design{
    padding: 0 !important
  }
  .package_design h2{
    font-size: 4rem !important;
  }
  .package_design h3{
padding-top: 350px !important;
}
  .product_1, .product_2, .product_3, .product_4, .product_5{
    background-size: contain !important;
  }   
  .banner{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.navigation{
  padding:0 !important;
}
  .brand{
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 60px 0 15px;
    background: #fff;
    text-indent: 10px;
    box-shadow: 1px 2px 7px 1px #0000000a;
  }
  nav ul {
    display: none;
  padding-top: 10%;
  }
  
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
  .btn_main{
        width: auto !important;
    height: auto !important;
    padding-top: 16px !important;


  }
  .contact{
    padding-bottom: 90px !important;
  }

/* product image */

  .package_1{
 background: url(../images/package_1.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_2{
 background: url(../images/package_2.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_3{
 background: url(../images/package_3.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_4{
 background: url(../images/package_4.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_5{
 background: url(../images/package_5.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_6{
 background: url(../images/package_6.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_7{
 background: url(../images/package_7.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_8{
 background: url(../images/package_8.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_9{
 background: url(../images/package_9.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_10{
 background: url(../images/package_10.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_11{
 background: url(../images/package_11.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_12{
 background: url(../images/package_12.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_13{
 background: url(../images/package_13.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_14{
 background: url(../images/package_14.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_15{
 background: url(../images/package_15.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_16{
 background: url(../images/package_16.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_17{
 background: url(../images/package_17.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_18{
 background: url(../images/package_18.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_19{
 background: url(../images/package_19.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_20{
 background: url(../images/package_20.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_21{
 background: url(../images/package_21.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_22{
 background: url(../images/package_22.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_23{
 background: url(../images/package_23.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_24{
 background: url(../images/package_24.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_25{
 background: url(../images/package_25.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_26{
 background: url(../images/package_26.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_27{
 background: url(../images/package_27.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_28{
 background: url(../images/package_28.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_29{
 background: url("../images/package_29.png");
 background-size: cover;
    background-repeat: no-repeat;
}
/* product image */
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
  
}
.btn_main{
    display: inline-block !important;
    width: auto;
    height: auto;
    text-decoration: none;
    border: 1px solid #f26722;
    background: white;
    box-shadow: 2px 2px #F26722;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.btn_1{
    padding: 10px 25px;
    margin-top: 35px;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
} 
.banner{
  padding:60px 30px;
  padding-top: 100px;

}
.img1{
  height: 230px;
  margin-top: 60px;

}
.carousel {
  background: transparent;
   height: 70vh;
}

.carousel-cell {
  width: 100%;
 height: 70vh;
  margin-right: 10px;
  background: transparent;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
  display: none;
}
.product_1{
    background: url(../images/product_1.png);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_2{
    background: url(../images/product_2.png);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_3{
    background: url(../images/product_3.png);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_4{
    background: url(../images/product_4.png);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_5{
    background: url(../images/product_5.png);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 799px) 
{
  
    .process
    {
        padding: 0px 30px !important;
        padding-bottom: 60px !important;
    }
  
}
.flickity-button{
  display: none;
}
.why{
  padding: 60px 30px;
  text-align: center;
  background: url("../images/why_bg.jpg");
  background-size: auto;
    background-repeat: no-repeat;
}
.why h1{
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
.why p{
  text-align: left;
  font-size: 20px;
}
.process{
  padding: 60px 30px;
}
.img2{
  height: 150px;
  margin-bottom: 45px;
}
.process h1{
    background-position: top right 25px;
    background-repeat: no-repeat;
    max-width: 200px;
    padding-top: 60px;
    margin-bottom: 65px;
    font-size: 27px;
    background-size: 75px;
}
.h_1{
  background: url("../images/process_1.png");
}
.h_2{
  background: url("../images/process_2.png");
}
.h_3{
  background: url("../images/process_3.png");
}
.h_4{
  background: url("../images/process_4.png");
}
.h_5{
  background: url("../images/process_5.png");
}
.h_6{
  background: url("../images/process_6.png");
}
.h_7{
  background: url("../images/process_7.png");
}
.process p {
    background-position: top right 25px;
    background-repeat: no-repeat;
    max-width: 200px;
    padding-top: 60px;
    margin-bottom: 65px;
    font-size: 18px;
    background-size: 75px;
    text-transform: uppercase;
    font-weight: 600;
}
label {
    opacity: 0.75;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background-color: black;
}
.package_design{
  padding: 60px ;
  text-align: center;
}
.package_design h2{
  font-family: heyaugust;
  font-size: 16rem;
  margin:0px;
}
.package_design h1{
      font-size: 50px;
      margin:0px;
}
.package_design h2.our-brandd {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
/* product image */
@media screen and (min-width: 1500px){
.package_1{
 background: url(../images/package_1.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_2{
 background: url(../images/package_2.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_3{
 background: url(../images/package_3.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_4{
 background: url(../images/package_4.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_5{
 background: url(../images/package_5.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_6{
 background: url(../images/package_6.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_7{
 background: url(../images/package_7.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_8{
 background: url(../images/package_8.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_9{
 background: url(../images/package_9.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_10{
 background: url(../images/package_10.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_11{
 background: url(../images/package_11.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_12{
 background: url(../images/package_12.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_13{
 background: url(../images/package_13.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_14{
 background: url(../images/package_14.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_15{
 background: url(../images/package_15.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_16{
 background: url(../images/package_16.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_17{
 background: url(../images/package_17.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_18{
 background: url(../images/package_18.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_19{
 background: url(../images/package_19.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_20{
 background: url(../images/package_20.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_21{
 background: url(../images/package_21.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_22{
 background: url(../images/package_22.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_23{
 background: url(../images/package_23.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_24{
 background: url(../images/package_24.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_25{
 background: url(../images/package_25.jpg);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_26{
 background: url(../images/package_26.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_27{
 background: url(../images/package_27.png);
 background-size: cover;
    background-repeat: no-repeat;
}
.package_28{
 background: url("../images/package_28.png");
 background-size: cover;
    background-repeat: no-repeat;
}
.package_29{
 background: url("../images/package_29.png");
 background-size: cover;
    background-repeat: no-repeat;
}
.package_design h3{
      padding-top: 430px;
}
}
/* product image */
@media screen and (max-width: 1400px) and (min-width: 1200px){
.package_1{
 background: url(../images/package_1.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_2{
 background: url(../images/package_2.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_3{
 background: url(../images/package_3.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_4{
 background: url(../images/package_4.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_5{
 background: url(../images/package_5.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_6{
 background: url(../images/package_6.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_7{
 background: url(../images/package_7.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_8{
 background: url(../images/package_8.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_9{
 background: url(../images/package_9.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_10{
 background: url(../images/package_10.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_11{
 background: url(../images/package_11.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_12{
 background: url(../images/package_12.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_13{
 background: url(../images/package_13.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_14{
 background: url(../images/package_14.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_15{
 background: url(../images/package_15.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_16{
 background: url(../images/package_16.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_17{
 background: url(../images/package_17.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_18{
 background: url(../images/package_18.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_19{
 background: url(../images/package_19.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_20{
 background: url(../images/package_20.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_21{
 background: url(../images/package_21.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_22{
 background: url(../images/package_22.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_23{
 background: url(../images/package_23.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_24{
 background: url(../images/package_24.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_25{
 background: url(../images/package_25.jpg);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_26{
 background: url(../images/package_26.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_27{
 background: url(../images/package_27.png);
 background-size: 430px 430px;
    background-repeat: no-repeat;
}
.package_28{
 background: url("../images/package_28.png");
 background-size:430px 430px;
    background-repeat: no-repeat;
}
.package_29{
 background: url("../images/package_29.png");
 background-size:430px 430px;
    background-repeat: no-repeat;
}
.package_design h3{
      padding-top: 352px;
}
}
/* product image */
.package_design h3{
    font-family: bebasneue;
    
    color: white;
    text-align: left;
    font-size: 34px;
    padding-left: 30px;
}
.p0{
  padding: 0;
}









/* About BigFoxx */
#box
{				
	border-color:#e2e2e2;
	border-width:2px;
	width: 280px;
	align-content:center;	
	cursor: pointer;
	border-style: solid;
	margin:2px;
	padding:0px;
    float: left;		
}
#box_mobile
{				
	border-color:#e2e2e2;
	border-width:2px;
	width: 280px;
	align-content:center;	
	cursor: pointer;
	border-style: solid;
	margin-top:20px;
	padding:0px;
    float: left;		
}
.client_logo_row
{
    padding: 0px;
}
.client_logo
{
	width: 100% !important;
}
.processimg1
{
	height:150px;
	margin: 20px 0px 45px;
}

.why_bigfoxx{
  padding: 60px 30px;
  text-align: center;
}
.why_bigfoxx h1{
  text-align: center;
 
  font-size: 50px;
  margin-top: 35px;
    
}
.why_bigfoxx p{
  text-align: justify;
  font-size: 20px;
}
.aln{
  text-align: left;
}
.why_bigfoxx1{
  padding: 60px 30px;
  text-align: center;
  padding-bottom: 30px;
}
.partial_client
{
    padding-top:0px;
}
.partial_client h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 700;
}
.vos
{
    margin-left: 460px;
}
.why_bigfoxx1 p{
  text-align: left;
  line-height: 30px;
    font-size: 21px;
    font-family: initial;
}
.aln1{
  text-align: left;
}
.contact{
padding: 60px 30px;
    background: url(../images/footer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    background-size: contain;
}
.contact img{
  height: 200px;
  margin-bottom: 65px;
}
.contact input, textarea{
    width: 100%;
    padding: 12px;
    border: 2px solid;
    box-shadow: 0px 4px #f26722;
    margin-bottom: 65px;
}
.btn_main_reverse{
  display: inline-block !important;
  width: auto;
  height: auto;
  background: #F26722;
  text-decoration: none;
  border:2px solid #F26722;
  color: white;
      box-shadow: 5px 5px #000;
  cursor: pointer;
  font-size: 18px;
  font-weight:bold;
}
a:hover{
  color: black;
  text-decoration: none;
}
.btn_main:hover{
  background: #F26722;
  color: white !important;
  box-shadow: none;
  transition: 0.6s;

}
.btn_main_reverse:hover{
  background: #000;
  color: #fff;
  box-shadow: none;
  transition: 0.6s;
  border: 2px solid black;

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

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

.slick-slider
{
    position: relative;
    margin-left: -28px;
    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;
	border-width:3px !important;
	border-color:black !important;
    margin: 0;
    padding: 0;
}
.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;
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
}
.pp2{
  display: inline-block !important;
    width: auto;
    height: auto;
    padding: 5px 13px;
    text-decoration: none;
    border: 2px solid black;
    background: white;
    box-shadow: 5px 5px #F26722;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-family: open sans;
	margin-left: -123px;
}

.nn2{
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 5px 13px;
    text-decoration: none;
    border: 2px solid black;
    background: white;
    box-shadow: 5px 5px #F26722;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-family: open sans;
    margin-left: 30px;
   
	
}
.pp2:hover{
  background: #F26722;
  color: white;
  box-shadow: none;
  transition: 0.6s;

}
.nn2:hover{
  background: #F26722;
  color: white;
  box-shadow: none;
  transition: 0.6s;

}

.why_bigfoxx
{
	display:none;
}
.partial_client1
{
    display:none;
}
 .why_bigfoxx_li
{
    display: none !important;
}
@media screen and (max-width: 780px) {

.why_bigfoxx_li
{
        display: inherit !important;
}
.why_bigfoxx_li1
{
    display: none !important;
}
.why_bigfoxx1
{
	display:none !important;
}
.partial_client
{
    display: none !important;
}
.why_bigfoxx
{
	display: inherit !important;
}

.slick-slide{
	height:auto !important;
}
.pp2
{
	margin-left:0px !important;
}
}




/******** New Menu ********/
ul.navbar-nav.header-menu-list li a {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    letter-spacing: 1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
header nav {
    width: 100%;
}
ul.navbar-nav.header-menu-list {
    margin: 0;
    padding: 0
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after
{
    display: none;
}
header.header-full nav {
    border-bottom: 3px solid #e36825;
}
header.header-full a.navbar-brand.pb-2 img {
    width: 240px;
}
header.header-full a.navbar-brand.pb-2 img {
    width: 218px;
}
header.header-full nav {
    border-bottom: 3px solid #e36825;
    padding:0 0em 0 0em;
    background: #fff;
}
nav.navbar.fixed-top .container {
    /* padding: 0; */
    width: 1183px;
    max-width: 1183px;
}
ul.navbar-nav.header-menu-list li {
    margin: 0 15px;
    position: relative;
}
ul.navbar-nav.header-menu-list li:last-child {
    margin-right: 0;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu {
    top: 94px;
    border-radius: inherit;
    background-color: rgba(27,22,28,0.95);
    padding: 14px;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu li a {
font-family: 'Open Sans', sans-serif;
    padding: 6px 18px;
    /* text-transform: uppercase; */
    font-size: 15px;
    color: #c8c8c8;
    letter-spacing:inherit;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu li {
padding: 0;
    min-width: 100%;
    margin: 0;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu li a:hover {
    color: #fff;
    background-color: transparent;
}
/* ul.navbar-nav.header-menu-list li a.nav-link:after {
content: '';
    position: absolute;
    width: 54px;
    height: 2px;
    background: #000;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
ul.navbar-nav.header-menu-list li a.nav-link {
    padding: 24px 0px;
    position: relative;
}
nav.navbar.shrink {
  min-height: 35px;
}
header.header-full nav.navbar.shrink .navbar-brand img {
    width: 148px;
}
header.header-full nav.navbar.shrink {
    border-bottom: 3px solid #e36825;
    padding: 0px 0em 0px 0em;
    background: #fff;
}
header.header-full a.navbar-brand {
    padding: 0 !important;
}
nav.navbar.shrink ul.navbar-nav.header-menu-list li a.nav-link {
    padding: 6px 0px;
}
nav.navbar.shrink ul.navbar-nav.header-menu-list li ul.dropdown-menu {
    top: 60px;
}

ul.navbar-nav.header-menu-list li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 32px;
    opacity: 0;
}
ul.navbar-nav.header-menu-list li a.nav-link:hover {
    color: #373737;
}
ul.navbar-nav.header-menu-list li:hover::after {
    opacity: 1;
    background: #F57F24;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu li::after
{
    display: none;
}
nav.shrink ul.navbar-nav.header-menu-list li::after
{
   bottom: 15px; 
}



/************** footer **********************/
.footer-bottom {
    position: relative;
    top: 1px;
    background: #000;
}
.margin-three {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}
.copyright {
    font-size: 15px;
    color: #888888;
}
.letter-spacing-1 {
    letter-spacing: 1px !important;
}
footer .footer-top {
    border-top: 1px solid #e5e5e5;
}
.bg-white {
    background: #fff !important;
}
.margin-four {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}
.small-icon {
    font-size: 25px !important;
}
.black-text {
    color: #000 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.margin-two {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}
.black-text {
    color: #000 !important;
}
footer .onepage-footer-middle {
    padding-top: 55px;
    padding-bottom: 45px;
}
.footer-social a {
    margin: 0 25px;
}
footer {
    clear: both;
    background: #0e0d11;
}
.footer-social a i {
    color: #d5d5d5;
}

.footer-social i {
    font-size: 22px;
}
.icon-phone:before {
    content: "\f10b";
}
.margin-two a.black-text {
    font-family: 'Open Sans', sans-serif;
}
.margin-two {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}




@media (max-width:1199px)
{
    nav.navbar.fixed-top .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
header.header-full a.navbar-brand {
    text-indent: initial;
}
}

@media (max-width:991px)
{
    ul.navbar-nav.header-menu-list li:after
    {
        display: none;
    }
    nav.navbar.shrink ul.navbar-nav.header-menu-list li ul.dropdown-menu {
    top: 0px;
}
header.header-full nav button.navbar-toggler {
    background: #000;
    border-radius: inherit;
    width: 52px;
    height: 43px;
}
header.header-full nav button.navbar-toggler span.navbar-toggler-icon {
    color: #fff;
    background: #fff;
    width: 28px;
    height: 3px;
    display: block;
    margin: 5px 0;
}
ul.navbar-nav.header-menu-list li ul.dropdown-menu {
    position: relative;
    top: 0;
    float: left;
}
header.header-full nav {
    border-bottom: 3px solid #e36825;
    padding: 8px 1em 8px 1em;
    background: #fff;
}
header.header-full nav.navbar.shrink {
    border-bottom: 3px solid #e36825;
    padding: 8px 0em 8px 0em;
    background: #fff;
}
header.header-full nav {
    padding: 6px 0em 6px 0em;
}
ul.navbar-nav.header-menu-list li a.nav-link, nav.navbar.shrink ul.navbar-nav.header-menu-list li a.nav-link {
    padding: 0px 8px;
}
}


@media (max-width:767px)
{
    header.header-full a.navbar-brand.pb-2 img {
    width: 170px;
}
header.header-full nav button.navbar-toggler {
    width: 44px;
    height: 39px;
    padding: 0;
    text-align: center;
}
header.header-full nav button.navbar-toggler span.navbar-toggler-icon {
    margin: 4px auto;
}
}
