*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;

}
body{
    overflow-x: hidden; 
    scroll-behavior: smooth;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

/*--------------section 1----------------*/
/*navigation bar*/

header .carousel-inner .item {
	height: 100vh;
}
.navbar-inverse {
	background-color: white;
	border-color: transparent;
}
.navbar-inverse .navbar-brand {
	color: #1b336f;
    
	font-size: 26px;
	padding: 30px 15px;
	font-weight: 900;
}
.logoPic
{
    width:50px; 
    height: 50px;
    margin-right: 5px; 
    margin-top: -10px;
}
.nav.navbar-nav.navbar-right {
	margin: 25px 0;
}
.navbar-inverse .navbar-nav>li>a {
	color:white ;
    background-color: #1b336f;
    margin-right: 5px;
    padding:2vh 5vh 2vh 5vh;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color:white ;
    color: #1b336f;
    margin-right: 5px;
}
.banner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
      
}
.carousel-caption {
	padding-top: 70px;
	font-family: poppins;
	font-weight:bold;
       color:dodgerblue;
        
}
.carousel-caption h2 {
	 	font-weight:bold;
       color:dodgerblue;
        

    font-size: 70px;
    padding-top: 70px;
	text-transform: uppercase;
	font-weight: bold;
}
.carousel-caption h2 span {
    padding-top: 70px;
	color: #EDBB00;
}
.carousel-caption a {
	
	
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-indicators .active {
	background-color: #EDBB00;
	border-color: #EDBB00;
}
/*responsive css*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		padding-bottom: 350px;
	}
	.carousel-caption h2 {
		font-size: 50px;
            color:white;
        text-shadow: 2px 2px black;
	}
   
}
@media only screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		font-size: 24px;
		padding: 15px 10px;
	}
	.navbar-collapse {
		background: rgba(0, 0, 0, 0.5);
		color:'black';
	}
    
    .logoPic
{
    width:50px; 
    height: 50px;
    margin-right: 5px; 
    margin-top: 0px;
}
    #header
    {
        height: 90px;
    }
    .navbar-toggle
    {   color:black;
        margin-top: 30px;
    }
	.carousel-caption {
		padding-bottom: 120px;
        color:#656565;
        text-align: center;
	}
	.carousel-caption h2 {
		font-size: 25px;
      	font-weight:bold;
       color:dodgerblue;
      
	}
	.carousel-caption h3 {
		font-size: 18px;
      	font-weight:bold;
       color:dodgerblue;
    
	}
	.carousel-caption a {
		padding: 10;
        border-radius: 50%;
	}
    
    
}


/*------------------nav bar drop down---------------*/
.dropbtn {
  background-color:#1b336f;
  color: white;

  font-size: 14px;
  text-align:center;

  text-transform: uppercase;
  padding:2vh 5vh 2vh 5vh;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  background-color: #1b336f;

  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-transform: uppercase;
  background-color: #1b336f;
  color:white;
  width: 100%;

  
  z-index: 1;
}

.dropdown-content a {
  color: white;
  background-color: #1b336f;
  padding:2vh 5vh 2vh 5vh;
  text-decoration: none;

  width: 100%;
  display: block;
}

.dropdown-content a:hover {background-color: red;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:red;
color:white;}
/*------------------nav bar drop down---------------*/
/*----------section 1 closed------------*/



/*------------------------------------------------*/
/*-----------------section 2 about us-------------*/
/*------------------------------------------------*/
.section2
{
    /*border: 1px solid blue;*/
    width:100%;
    height:auto;
    padding-top: 120px;
    color:#000;
    padding-bottom: 120px;
    background-color: #F8F8F8;
}

.about-us{
    padding: 20px;
    background-color: white;
    color:#000;
    height: 500px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    
}
.about-us p
{
    color:black;
    line-height:2;
    font-size: 14px;
}
.about-us h1
{
    color:black;
    line-height:2;
    
}
.about-us-img{
    text-align: center;
    margin-left: -50px;
    height: auto;
    background-color: white;
    height: 500px;
}
@media screen and (max-width: 1024px) {
    
  
 
    
 .about-us{
        border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     margin-top: 0px;
     height: 570px;
     color: #000;
    }    
.about-us-img{
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
}
}
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*------------------------section 3 our clients ---------------------------*/
/*-------------------------------------------------------------------------*/

.section3
{
    margin-top: 200px;
    margin-bottom: 50px;
}
.section10
{
    width:100%;
    height: auto;
    background-color: lightgray;
    color:white;
    
}

/* First Wrap Background */

.first-wrap {
  height: 100%;
  width: 100%;
  background: #ffffff no-repeat fixed;
   background-size: cover;
   background-position: 50% 50%;
}
/* Second Wrap Background */

.second-wrap {
  height: 100%;
  width: 100%;
}

.first-inner-div
{
    width:100%;
    height:auto;
    border:1px solid purple;
    background-color: #014A8C;
    opacity: 0.9;
}
.sectionInner
{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
    
}
.testimonials
{
    width:90%;
    height: 300px;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #135894;
    opacity: 0.8;
    border-radius: 20px;
    padding: 60px 40px 40px 40px;
    line-height: 2;
}
.companies-slider
{
    overflow: hidden;
    width:80%;
    height:250px;
    margin: auto;
}

.multiSlider
{
    z-index: 2;
   height:200px; 
    opacity: 1;
    overflow: hidden;
   /* border: 1px solid red; */
}
        
        .item2
        {
            width:80%;
            height: auto;
            text-align: center;
            margin-top: 25px;
            
          /*  border: 1px solid green; */
          }


.section3
{
    background-color: #262626;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ourClientsLeft
{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 55%;
    padding-right: 10px;
}
.ourClientsLeft h1
{
    font-size:5.5vw;
    font-weight: bolder;
    color: white;
}
.ourClientsRight
{
    padding-right: 10px;
}
.clients
{
   text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 100px;
    
}
#border
{
    border: 1px solid #6B6B6B;
    
}
@media screen and (max-width: 1024px) {
    .section3{
        margin-top:50px;
    }
    .ourClientsLeft
{
    padding-top: 0%;
    padding-bottom:10%;
}
    .ourClientsLeft h1
{
    font-size:6.8vw;
    font-weight: bolder;
}
}
/*-------------------------------------------------------------------------*/
/*------------------------section 3 our clients closed---------------------------*/
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*------------------------section 4 production counter ---------------------------*/
/*-------------------------------------------------------------------------*/
.section4
{
    width:100%;
    height: auto;
    
}
.counter
{
    width:100%;
    height:auto;
    text-align: center;
    padding:20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.counter-heading-img
{
    float: right;
    margin-top: 50px;
}
.counter-heading-img img
{
     width:100%;
    height:250px;
}
.counter-heading
{
    text-align: center;
    font-size: 128px;
    margin-top: 50px;
    padding: 70px;
    line-height: 1.5;
}
.counter h2
{
    color:#0B60A9;
}
.counter-img
{
    border-radius: 50%;
    width:100px;
    height: 100px;
    margin: auto;
    padding-top:20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.counter-img img
{
    margin:auto;
}
@media screen and (max-width: 900px) {
   
    .counter
{
    
    margin-top: 0px;
    margin-bottom: 0px;
}
    
.counter-heading-img
{
    text-align: center;
    margin-top: 30px;
}
.counter-heading-img img
{
     width:80%;
    height:200px;
    margin: auto;
}    
.counter-heading
{
    
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left:40px;
    padding-right:40px;
}
    
}
/*--------------------------------------------------------------------------*/
/*----------------section 4 production line closed--------------------------*/
/*--------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------*/
/*-------------------------section 5 certification--------------------------*/
/*--------------------------------------------------------------------------*/
.section5
{
  width: 100%;
    height: auto;
    text-align: center;
   /* border: 1px solid red;*/
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
   
/*--------------------------------------------------------------------------*/
/*---------------------section 5 certification closed-----------------------*/
/*--------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------*/
/*------------------------section 6 contact and map-------------------------*/
/*--------------------------------------------------------------------------*/

.section6{
    width:100%;
    height: auto;
    /*border: 2px solid green;*/
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    
}
.contactLeft{
    width:100%;
}
.contactLeft iframe{
    width:80%;
    float: right;
    height:500px;
    margin-top: 30px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.contactRight{
    width:100%;
    padding: 20px;
}
.contactRight form{
    width:80%;
    /*border:2px solid red;*/
    background-color: white;
    text-align: center;
    margin-left: -60px;
    z-index: 100;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.contactRight form input, textarea{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contactRight form button{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 995px) {
    .contactRight form{
    width:100%;
   
    
}
}
@media (max-width: 770px) {
    .contactRight form{
    width:100%;
        margin-left: 0px;
        
   
    
}
    .contactLeft iframe{
    float: none;
        width:90%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
}

/*----button of the contact form----*/

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/* 14 */
.btn-14 {
  background: rgb(255,151,0);
  border: none;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
   transition: all 0.3s ease;
}
.btn-14:hover {
  color: #000;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}
/*--------------------------------------------------------------------------*/
/*--------------------section 6 contact and map closed----------------------*/
/*--------------------------------------------------------------------------*/







/*--------------------------------------------------------------------------*/
/*-------------------------------section 7 footer---------------------------*/
/*--------------------------------------------------------------------------*/
.section7
{
    width:100%;
    height: auto;
    margin-top: 100px;
    background-color:#656565;
    padding-top: 100px;
    color: white;
}
.section7 hr
{
    width:70px;
    background-color: #0B60A9;
    height: 3px;
}
.footerLeft
{
    padding-left: 30px;
    line-height: 1.5;
    
}
.footerLeft ul
{
    list-style-type: none;
}
.footerLeft li
{
   margin-bottom: 5px;
}
.footerLeft li a
{
   
    color:white;
    text-decoration: none;
   
}
.footerCenter
{
    padding-left: 80px;
    line-height: 2;
}
/*social media icons*/
.fa {
  padding: 13px;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.9;
}

.fa-facebook {
    margin: auto;
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}



.fa-instagram {
  background: #dd4b39;
  color: white;
}
/*------------------*/



.footerRight
{
    padding-left: 40px;
}
.footerRight input
{ 
    margin-top:30px;
    width:90%;
    padding: 20px;
}
.footerRight button
{ 
    width:90%;
    margin-top: 30px;
}
.copyRight
{
     text-align: center;
    margin-top: 50px;
    
}


/*------------------------------------------------*/
/*-----------------section 8 about us-------------*/
/*------------------------------------------------*/
.section8
{
    /*border: 1px solid blue;*/
    width:100%;
    height:auto;
    padding-top: 99px;
    background-color: #F8F8F8;
}
/* Container holding the image and the text */
.about-us{
  position: relative;
  text-align: center;
  color: white;
}
.about-us img
{
  object-fit: inherit;     /* Add the blur effect */
}
/* Centered text */

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
      font-weight: bold;
      color:#1b336f;
   
      font-size:5vw;
}

@media screen and (max-width: 767px) {
    .section8
    {
        padding-top: 0px;
    }
.about-us .centered
    {
       
        font-size:24px;
    }
    
}




/*-------------------------------------------------------------------------*/
/*------------------------section 9 our clients ---------------------------*/
/*-------------------------------------------------------------------------*/
.section9
{
    width:100%;
    height: auto;
    
}

.section9 h2
{
    color:#034A7E;
}
.section9 h1
{
    color:#034A7E;
    font-size: 60px;
    font-weight: bolder;
}
.mission
{
    width:50%;
    padding: 30px 0px 30px 100px;
    line-height: 2;
}
.mission hr
{
    height: 2px;
    background-color:black;
    width: 80px;
}


.vision
{
    width:50%;
    padding: 30px 0px 30px 100px;
    line-height: 2;
}
.vision hr
{
    height: 2px;
    background-color:black;
    width: 50px;
}
@media screen and (max-width: 1024px) {
    .mission
    {
        width:70%;
    }
     .vision
    {
        width:70%;
    }
    
}
@media screen and (max-width: 800px) {
    .section9 h1
    {
        font-size: 7vw;
    }
    .mission
    {
        width:100%;
        padding: 30px 30px 30px 30px;
    }
     .vision
    {
        width:100%;
         padding: 30px 30px 30px 30px;
    }
}
    
/*-------------------------------------------------------------------------*/
/*------------------------section 9 our vision mission closed---------------------------*/
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*------------------------section 10 enviroment ---------------------------*/
/*-------------------------------------------------------------------------*/
.section10
{
    width:100%;
    height: auto;
    margin-top: 100px;
    background-color: darkgreen;
    opacity: 0.8;
    padding: 20px;
    
}
.enviroLeft
{
    border: 6px solid white;
    padding: 20px;
    margin-top: 40px;
    color: white;
    
}
.enviroLeft p
{
    line-height: 2;
}
.enviroRight
{
    text-align: center;
}
.enviro1
{
    width:100%;
    height: auto;
  margin:auto;
    
}
/*---------------------------Closed Session 10----------------------------------------------*/







/*-------------------------------------------------------------------------*/
/*------------------------section12 services icon ---------------------------*/
/*-------------------------------------------------------------------------*/
.section12
{
    width:100%;
    height: auto;
    margin-top: 100px;
    padding: 20px;
    
}
.section12 h1
{
    margin-left: 60px;
    color:#0B60A9;
    
}
.section12 hr
{
    height: 2px;
    background-color: black;
    width: 200px;
    margin-left: 60px;
}
.servicesIcon
{
     width:100%;
    height:auto;
    text-align: center;
    padding:20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.services-img{
border-radius: 50%;
    width:150px;
    height: 150px;
    margin: auto;
    padding-top:20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
/*--------------------------------------------------------------------------*/
/*----------------section 12 services closed--------------------------*/
/*--------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------*/
/*-------------------------section13 certification--------------------------*/
/*--------------------------------------------------------------------------*/
.section13 hr
{
    height: 4px;
    width:120px;
    background-color: #0B60A9;
    margin-bottom: 50px;
}
/*--------------------------------------------------------------------------*/
/*---------------------section 13 certification closed-----------------------*/
/*--------------------------------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------section 14 about us-------------*/
/*------------------------------------------------*/
.section14
{
    /*border: 1px solid blue;*/
    width:100%;
    height:auto;
    padding-top: 99px;
    background-color: #F8F8F8;
}
/* Container holding the image and the text */
.about-us{
  position: relative;
  text-align: center;
  color: white;
}
.about-us img
{
     /* Add the blur effect */

}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
    font-weight: bold;
    color:#1b336f;
    text-shadow:black 8px 8px 8px; 
  transform: translate(-50%, -50%);
    font-size:6vw;
}

@media screen and (max-width: 767px) {
    .section14
    {
        padding-top: 0px;
    }
.about-us .centered
    {
        font-size:54px;
    }
    
}
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*------------------------section 15 our clients ---------------------------*/
/*-------------------------------------------------------------------------*/
.section15
{
    width:100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
    
}
.section15 h2
{
    
    color:#0B60A9;
    
}
.section15 hr
{
    height: 3px;
    width:80px;
    background-color: black;
    margin: auto;
    margin-bottom: 50px;
}
.jeansImages
{
   /* border:1px solid red; */
    width:100%;
    height: 450px;
    margin-bottom: 50px;
}
#btn3
{
    margin: auto;
}
/*load more------------------*/
.loadMoreJeans
{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.loadMoreJeans button
{
    margin: auto;
}


.jeansImagesLoad
{
   /* border:1px solid red; */
    width:100%;
    height: 450px;
    margin: 5px;
    margin-bottom: 50px; 
}
@media screen and (max-width: 767px) {
    
    .jeansImages
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    .jeansImagesLoad
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
 
}
    
/*-------------------------------------------------------------------------*/
/*------------------------section 15closed jeans---------------------------*/
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*------------------------section 16 pants ---------------------------*/
/*-------------------------------------------------------------------------*/
.section16
{
    width:100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
    
}
.section16 h2
{
    
    color:#0B60A9;
    
}
.section16 hr
{
    height: 3px;
    width:80px;
    background-color: black;
    margin: auto;
    margin-bottom: 50px;
}
.pantsImages
{
    
    width:100%;
    height: 450px;
    margin-bottom: 50px;
}
#btn4
{
    margin: auto;
}
/*load more------------------*/
.loadMorePants
{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.loadMorePants button
{
    margin: auto;
}


.pantsImagesLoad
{
    
    width:100%;
    height: 450px;
    margin: 5px;
    margin-bottom: 50px; 
}
@media screen and (max-width: 767px) {
    
    .pantsImages
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    .pantsImagesLoad
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
 
}
/*--------------------------------------------------------------------------*/
/*----------------section 16  pants closed-------------------------*/
/*--------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------*/
/*-------------------------section 17 trousers--------------------------*/
/*--------------------------------------------------------------------------*/
.section17
{
    width:100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
    
}
.section17 h2
{
    
    color:#0B60A9;
    
}
.section17 hr
{
    height: 3px;
    width:80px;
    background-color: black;
    margin: auto;
    margin-bottom: 50px;
}
.trousersImages
{
    
    width:100%;
    height: 450px;
    margin-bottom: 50px;
}
#btn5
{
    margin: auto;
}
/*load more------------------*/
.loadMoreTrousers
{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.loadMoreTrousers button
{
    margin: auto;
}


.trousersImagesLoad
{
    
    width:100%;
    height: 450px;
    margin: 5px;
    margin-bottom: 50px; 
}
@media screen and (max-width: 767px) {
    
    .trousersImages
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    .trousersImagesLoad
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
 
}
/*--------------------------------------------------------------------------*/
/*---------------------section 17 trousers closed-----------------------*/
/*--------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------*/
/*------------------------section 18 jackets-------------------------*/
/*--------------------------------------------------------------------------*/
.section18
{
    width:100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
    
}
.section18 h2
{
    
    color:#0B60A9;
    
}
.section18 hr
{
    height: 3px;
    width:80px;
    background-color: black;
    margin: auto;
    margin-bottom: 50px;
}
.jacketsImages
{
   /* border:1px solid red; */
    width:100%;
    height: 450px;
    margin-bottom: 50px;
}
#btn6
{
    margin: auto;
}
/*load more------------------*/
.loadMoreJackets
{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.loadMoreJackets button
{
    margin: auto;
}


.jacketsImagesLoad
{
    /*border:1px solid red;*/
    width:100%;
    height: 450px;
    margin: 5px;
    margin-bottom: 50px; 
}
@media screen and (max-width: 767px) {
    
    .jacketsImages
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    .jacketsImagesLoad
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
 
}
/*--------------------------------------------------------------------------*/
/*--------------------section 18 jackets closed----------------------*/
/*--------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------*/
/*------------------------section 19 jackets-------------------------*/
/*--------------------------------------------------------------------------*/
.section19
{
    width:100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
    
}
.section19 h2
{
    
    color:#0B60A9;
    
}
.section19 hr
{
    height: 3px;
    width:80px;
    background-color: black;
    margin: auto;
    margin-bottom: 50px;
}
.kidsImages
{
   /* border:1px solid red; */
    width:100%;
    height: 450px;
    margin-bottom: 10px;
}
#btn7
{
    margin: auto;
}
/*load more------------------*/
.loadMoreKids
{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.loadMoreKids button
{
    margin: auto;
}


.kidsImagesLoad
{
    /*border:1px solid red;*/
    width:100%;
    height: 450px;
    margin: 5px;
    margin-bottom: 50px; 
}
@media screen and (max-width: 767px) {
    
    .kidsImages
    {
        width: 70%;
        margin: auto;
        margin-bottom: 10px;
    }
    .kidsImagesLoad
    {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
 
}
/*--------------------------------------------------------------------------*/
/*--------------------section 19 kids closed----------------------*/
/*--------------------------------------------------------------------------*/
