

/* this class used for lock scroll in preloader and opened meno  */
/* in lock scroll function */
/* body{
    overflow: hidden;
} */


/* @media(max-width:992px){

.lock-scroll {
    overflow: hidden!important;
}

} */




/* ? global style  ?*/


/*  breake points for element size */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
   html{ font-size: 16px!important;}
 }
  /* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
   html{ font-size: 14px!important;}
 }
 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  html{ font-size: 12px!important;}
 } 

 @media(max-width:320px){
   html{ font-size: 11px!important;}
 }
  /* Extra small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) { 
  html{ font-size: 9px!important;}
 } */
/* 
 html{
     scroll-behavior: smooth!important;
 } */

@font-face {
  font-family: amesterdam;
  src: url(../fonts/Amsterdam\ One.ttf);
}

a {
    text-decoration: none;
    color :#0b1036;
}






/* ?  ? */

.menu-place {
    z-index: 5000;
    position: fixed;
    top: -150%;
     
}
.vline
{
    position: absolute;
    height: 100vh;
    width: 50VW;
    top:0;
    left:50%;
    bottom:0; 

    /* margin:0; */
    /* border:none; */
    border-right:solid 1px  #D1A955;
    z-index:6010;
}
.vlineFree
{
    position: absolute;
    height: 100vh;
    /* width: 50VW; */
    top:0;
    left:50%;
    bottom:0; 

    /* margin:0; */
    /* border:none; */
    border-right:solid 1px  #D1A955;
    z-index:0;
}

@media(max-width:992px){
    .vlineFree{
        display:none;
    }
}


.menu-panel {
              
    height: 100vh;
    width: 100%;
    background-color: #232b4e;
    position: fixed; 
    font-size: 1rem; 
  
   /* z-index: 7000; */
}

.menianim >p{
    opacity: 1!important;
}
.menu-panel .close-btn{

    margin-left: auto;
    float:right;
   

}

.close-btnn{
    position: absolute;
}

img.arrow-circle-right{

    width: 2rem;

}
@media(max-width:992px    ){
      .menu-panel .content .h1{
      font-size: 2.7em!important;
  }   
}
@media(max-width:320px){
 .close-btnn{
    /* position: relative; */
  
} 
  .menu-panel{
     font-size: .8rem;  

    } 
  .menu-panel .content .h1{
      font-size: 2.5em!important;
  }   
}
.close-button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.close-button > div {
  position: relative;
}
.close-button-block {
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.close-button-block:before, .close-button-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(55% - 4px);
  display: block;
  width: 4px;
  height: 25px;
  transform-origin: bottom center;
  background: rgb(141, 141, 141);
  transition: all ease-out 280ms;
}
.close-button-block:last-of-type {
  transform: rotate(180deg);
}
.close-button .in .close-button-block:before {
  transition-delay: 280ms;
  transform: translateX(20px) translateY(-20px) rotate(45deg);
}
.close-button .in .close-button-block:after {
  transition-delay: 280ms;
  transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}
.close-button .out {
  position: absolute;
  top: 0;
  left: 0;
}
.close-button .out .close-button-block:before {
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.close-button .out .close-button-block:after {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.close-button:hover .in .close-button-block:before {
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.close-button:hover .in .close-button-block:after {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.close-button:hover .out .close-button-block:before {
  transform: translateX(-20px) translateY(20px) rotate(45deg);
}
.close-button:hover .out .close-button-block:after {
  transform: translateX(20px) translateY(20px) rotate(-45deg);
}
.menu-con{
   height: 100vh; 
}
.menu-con>.row{
   height: 100%; 
}

.menu-panel .content { 


   align-items: center;
   height: 100%;
    

    
}
.menu-panel .content .h1{
    font-family: amesterdam;
    color: #A8A8A8;
    font-size: 3.5em;
    font-weight: 200;
    
    
}
.branding p:nth-child(1){
    margin-bottom: 50px;
}

/* .menu-panel .menu-items ul {
    display: flex;
    flex-direction: column;
} */
.menu-panel .menu-items ul li  {
    list-style: none;
    padding: .5em;
    z-index: 4000;
    /* opacity: 0; */
    /* transform: scale(1.3); */
    transition: .5s all;
    display: table;
    /* background-color: red; */


}
.menu-panel .menu-items ul li a {

    background-image: linear-gradient(to right, #D1A955 , #d1aa5527 );
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 10%;
    transition:all .5s ease;
    height: 1;
    color: rgba(255, 255, 255, 0.34);
    font-size: 2em;
   

}
.menu-panel .menu-items ul li:hover{
 transform: skewX(-15deg)!important;
}
.menu-panel .menu-items ul li a:hover {
 background-size: 100% 10%;
 /* font-style: italic; */
 
}





#loader {
            height: 100vh;
            width: 100%;
            background-color: #232b4e;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 999;
            transition: all 2s;
            z-index: 7000;
        }

        #loader .content1 {
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%, -50%);
            transition: all 1s;
            max-width: 400px;
            z-index: 100;
        }

    .line-in-middle {
        top: 0;
     z-index: 500;   
     position: relative;    
    width:100%;
    height:100vh;
    /* z-index: 1010!important; */
    background-size: 1px 1px;
	  background: linear-gradient(to right, 
	                              transparent 0%, 
	                              transparent calc(50% - 0.81px), 
	                              #A17971 calc(50% - .3px), 
	                              #A17971 calc(50% + .3px), 
	                              transparent calc(50% + 0.6px), 
	                              transparent 100%); 
	}
    .line-in-middle1 {
    top: 0;
    z-index: 10;
    transition: all .2s;
    position: absolute;
    width:100%;
    height:0%;
    z-index: 500;
    background-size: 1px 1px;
	  background: linear-gradient(to right, 
	                              transparent 0%, 
	                              transparent calc(50% - 0.81px), 
	                              #D1A955 calc(50% - .3px), 
	                              #D1A955 calc(50% + .3px), 
	                              transparent calc(50% + 0.6px), 
	                              transparent 100%); 
	}


        #loader .content1 p {
            padding :30px;
            /* z-index:300 */
        }
         .loader-logo-frame{
             opacity: 0;
         }
        .loader-logo-frame svg {
            /* position: relative;
            left: 11px; */
           
            /* display: flex;
            align-items: center;
            justify-content: center;
             z-index: 1000;  
                 top: 45%; */
           
            
          
        }
        #loader .content1 .h1{
            /* margin-top:70px; */
            font-family: amesterdam;
            color:#D1A955;
            opacity: 1!important;
        }






.main-btn {
     padding: 10px 25px; 
     background-color:rgba(0, 0, 0, 0.02); 
     border : 1px solid rgba(255, 255, 255, 0.8) ; 
     border-radius: 10px; 
     color: white;
}
.main-btn {
  
    /* text-transform: uppercase; */
    /* display: inline-block;
    padding-bottom: 5px; */
    
    /* font-weight: 100; */
   
    text-decoration: none;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:all .5s ease;
}

.main-btn:hover {
  /* transition: background-size .5s ease; */
   background-size: 100% 100%; 
    display: block;
    color:#0b1036;
}


@media (max-width: 768px) { 
 .main-btn {
  
    width: 100%;
 }
 }


.panel {
    height: 100vh;
}

.animFrame{
    overflow: hidden;
    height: 100%;
    position: relative;
    /* padding: 30px 0; */
}
/* .menuanimFrame{
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 30px 0;
} */

.animMaskLightBlue{
	width: 100%;
    height: 100%;
    /* padding: 30px!important; */
	background: #232b4e;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
    float: left;
}
.animMaskloaderBlue{
	width: 100%;
    height: 100%;
    /* padding: 30px!important; */
	background: #232b4e;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
    float: left;
}
.animMaskdarkBlue{
	width: 100%;
    height: 100%;
    /* padding: 30px!important; */
	background: #0b1036;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
    float: left;
}
.animMaskwhite{
	width: 100%;
    height: 100%;
    /* padding: 30px!important; */
	background: white;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
    float: left;
}

.animMaskmain{
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.animFrame p , .animFrame button {
    opacity: 0;
}


.fourth-section .animFrame p 
{opacity: 1;}
/*///////////////////////////  HEADER SECTION //////////////////////// */

header {
background-color: rgba(0, 0, 0, 0);
height:70px;
position: fixed;
width: 100%; top:0 ; 
z-index:1;    
}

.logo-place { 
align-self:center;text-align: start; 

}
.logo-place{
   padding: 3em 0px; 
}



@media(min-width:992px){
    .logo-place{
   padding: 3em 0px; 
}
}
.menu-btn-place{
    align-self:center;text-align: end; 
}

.menu-btn-place .menu-btn { 
  border: 2px solid rgba(255, 255, 255, 0.466) ;
  border-radius: 25px; padding: 7px 30px; 
  color: white;
}

@media(max-width:992px){
  .menu-btn-place .menu-btn { 
  
    padding: 6px 18px;
    
}
.menu-btn .svg-menu-line svg{
    width: 15px!important;

}

.logo-place{
   padding: 2em 10px!important; 
}
.logo-place .svg-frame svg{
    width: 12rem;
}
  
}

.mn {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.menu-btn-place .menu-btn .svg-menu-line{
    margin-left:5px ;
    transition: .1s all ;
    /* padding: 0; */
  
}
.menu-btn-place .menu-btn .svg-menu-line svg{
    margin-left:5px ;
    transition: all .5s;
    margin-bottom: 4px;

  
}
.menu-btn-place .menu-btn:hover .svg-menu-line svg {
    transform: rotate(180deg);
    fill: white;
}



.black-logo .svg-frame  #Rectangle_3 {

fill: black!important;

}

.black-logo .svg-frame svg #Path_20,
.black-logo .svg-frame svg  #Path_66,
.black-logo .svg-frame svg  #Path_67,
.black-logo .svg-frame svg  #Path_37,
.black-logo .svg-frame svg  #Path_34,
.black-logo .svg-frame svg  #Path_27,
.black-logo .svg-frame svg  #Path_24,
.black-logo .svg-frame svg  #Path_31

{

fill:#000!important;

}

.black-btn .menu-btn {
    color:rgba(0, 0, 0, 0.712);
    border-color: rgba(0, 0, 0, 0.664);
}
.black-btn .menu-btn .svg-menu-line svg line {
    stroke: #000;
}















/* ////////////////////////////////////////BANNER SECTION  */
.banner{
    /* background-color: aqua; */
    background-image: url(../img/firstbanner.jpg);
    background-size: cover;
}
.banner-content {

    position: absolute; 
    top:35% ; 
    left: 50%; 
    width: 40%; 
    color: white;


}
    .scroll-img-place img {
        cursor: pointer;
        transition: .4s all;
        transform: translateY(15px);
    }
    .scroll-img-place img:hover {
        cursor: pointer;
   
transform: translateY(-1px) ;
    
    }
.banner-content h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.banner-content p {
   
    margin-bottom: 20px;
}

 @media(max-width:320px){
   .banner-content p {
   display: none;
}
 }

.banner h3 {
  color: white; 
  text-decoration: underline; 
  top: 50%; position: absolute;
  right: 20px; 
  transform: rotate(90deg); 
  font-size: 1.2rem; 
  font-weight: 300;
}
.banner .contact-us {
 z-index: 1000;
  top: 40%;
   /* height: 400px;  */
position: absolute;
  left: 20px; 
  /* background-color: black; */
 

}
.banner .contact-us h4{
    /* display: block; */
     transform: rotate(-90deg);
      color: white;
      font-size: 1.2rem;
      font-weight: 300;
}
.banner .contact-us .vertical-line {
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
    margin-left: 7px;
    transform: rotate(-90deg);
    margin-top: 100px;

}
.banner .contact-us ul {
    margin-top: 50px;
    padding: 5px 25px;
    text-align: center;
    /* background-color: black; */
   
}
.banner .contact-us ul li {
    list-style: none;
    padding: 5px 20px;
    display: block;
    transition: .2s all;
}
.banner .contact-us ul li:hover {
    transform: rotate(30deg);
}
@media (max-width:992px){
.banner-content {

    position: absolute; 
    top:35% ; 
    left: 5%; 
    width: 40%; 
    color: white;


}    
}
@media(max-width:320px){
.banner-content {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 60%;
    color: white;
}
}

.scroll-img-place {
    bottom: 0;
    position: absolute;
    width: 100%;
      text-align: center;
 
}
.scroll-img-place img {
 
   margin: 0 auto;
}

/* //////////////////////////////////// second section */
.second-section {
background-color :#0B1036;
color: white;
overflow: hidden;
}
.second-section .content {

    /* background-color: black; */
   
    top:12%;
    position: absolute;

}
@media(min-width:998px){
  .second-section .content {top:20vh;}  
}
@media(min-width:1500px){
  .second-section .content {top:25vh;}  
}
.second-section h4 {
    padding: 32px 0px 0px 0px;
    font-size: 3rem ;
    margin-bottom: 6vh;
        font-weight: 200;
     font-family: amesterdam;    
}

.second-section h6{
    font-size: 1em;
    border-bottom: 1px solid white;
    
    padding-bottom: .4em;
    /* display: inline; */
    
    

  
  
}

.second-section h3{
    padding: 20px 0px;
    font-size: 3rem;
    font-weight: 200;
     font-family: amesterdam;

}
.second-section .h1{
 font-family: amesterdam;
 transform:rotate(-20deg);
 position:absolute;
 top:30%;font-size:10rem;
 color:rgba(138, 138, 138, 0.07)

}
.second-section .sec{
    top: 60%;
    right: -5%;
}


/* /////////////////////////////// THIRD SECTION */
.third-section {
    background-color:#232B4E
}



/* ///////////////////////////////////////fouth section/ */


.fourth-section{

    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    /* height: 100vh; */

}

@media(min-width:998px){
.fourth-section img {
    width: 80%!important;
}
}
@media(min-width:1920px){
.fourth-section img {
    width: 100%!important;
}
}
.fourth-section .content{
background-color: white;    
position: relative;
 top: 30%;
     width: 200px;
 
 

}
.fourth-section .h1{
 font-family: amesterdam;
 line-height: 4;
color: #0B1036;
 font-size:2rem;    
}

.black-btn {
color: #0B1036;
border-color: #0B1036;
}

.fourth-section .h1:nth-child(1){
    text-align: left;
}
.fourth-section .h1:nth-child(2){
    text-align: right;
}
.fourth-section .content-frame {
margin-left: -250px;
}
@media (max-width:992px){
.fourth-section .content-frame {
margin-left: 0;
text-align: center!important;
margin: 0 auto;
display:block;
}

.fourth-section .content {
position: unset;
text-align: center;
 top: 0%;
 width: 100%;
    
 
}
.fourth-section .h1:nth-child(1){
    text-align: center;
}
.fourth-section .h1:nth-child(2){
    text-align: center;
}

}
/* /////////////////////////// footer */

.main-footer{
    
    height: 100vh!important;
    /* background-color: aliceblue; */
    width: 100%; 
    /* margin-top:200px; */
    z-index: 5000!important;
}


.main-footer .content {
  position: absolute;
  width: 100%;
  height: 250px;  
  background-color: #F4F2F0;
  bottom: 0;
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (max-width:992px){
.main-footer .content {
  /* position: absolute; */
  width: 100%;
  /* height: 70vh;   */
  background-color: #F4F2F0;
  bottom: 0;
   padding-top: 20px;
  text-align: left;
}
.main-footer ul {
    padding: 0;
}
}
.main-footer ul li {
    list-style: none;
    padding: 10px;
     font-weight: 400!important;
     font-size: small;
}
/* .main-footer ul {
    m
} */
.main-footer img {
    padding: 0 5px;
}


/* ///////////////////////////// for mobile screen */

@media(max-width:992px){

    .main-footer .content{
        position: unset!important;
        height: unset;
    }
    .fourth-section .content{
          position: relative!important;
          padding-bottom: 20px;
    }
    .second-section .content {

        position: relative!important;

    }
    .second-section{
     position: relative;
     padding: 30px 20px;
    }

    .second-section h4 ,.second-section h3{
        font-size:2rem
    }
    .scroll-img-place img {
        width: 10rem;
    }
    .panel{
        height: unset;
    }
    .banner{
        height: 100vh!important;
    }

}










 /************************  login page  */
 header{
     z-index: 2;
   
   
 }
 .reg{
     background-color:#232b4e;
 }

 .login-section{
     background-color:#232b4e ;
     height: 100vh;
  
 }


 @media(min-width:992px){

 .reg-sec{
     background-color:#232b4e ;
     height: 100vh;
     padding-top:70px ;
  
 }


 }


 @media(min-width:1920px){

     .register-sec{
     background-color:#232b4e ;
     height: 100vh;
     /* padding-top: 70px; */
 }
 }
 @media(max-width:992px){

     .login-section{
     background-color:#232b4e ;
     height: 100vh;
     padding-top:100px!important ;
  
 }
 }

 


.login-section .main-frame{

    height: 100%;
  

}
.login-section .main-frame .row{
    height: 100%;
    align-items: center;
    z-index: 1;
    position: relative;
    

}
.login-section .form-frame{
    
    font-size: 1rem; 
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 50px 100px;
    
}
@media(max-width:768px){
     .login-section{
    
     /* padding-top: 70px; */
 }
  /* header{
     z-index: 2;
     position: relative;
     background-color: #232b4e;
   
 } */
 .login-section .form-frame{
    

    padding: 20px 30px;
    
}
.form-frame button[type='submit']{
    margin-top:30px!Important ;
    width:100%
}

.login-section .main-frame .row{
    height: 100%;
    align-items: unset;
    z-index: 1;
    position: relative;
    

}


}
@media(max-width:992px){
 
    .form-frame button[type='submit'] {
        padding-top: 10px!important;
        padding-bottom :10px!important;
        font-size: 1.1em;
        
    }

}
.login-section span  ,.login-section a {

    font-size: 1.1em;
    display: block;
    color:white;
    font-weight: 500;
}
.login-section h4  {
    display: block;
    color:white;
    margin-bottom: 15px;

}

.form-frame input[type='email'] , .form-frame input[type='password'] , .form-frame input[type='text'],.form-frame input[type='tel'] { 
   border: 1px solid;
    border-color: transparent transparent #70707063 transparent;
    
    border-radius: 0;
      outline: 0;
}
.form-frame input[type='email']:focus ,.form-frame input[type='password'] ,.form-frame input[type='text'],.form-frame input[type='tel']{ 
 
      box-shadow: inset 0 -1px 0 #ddd;
}
.form-frame label{
    color :#707070;
}

.form-frame button[type='submit']{

    background-color: #2A3858;
    border-color: #2A3858;
    display: block;
    margin-left: auto;
    padding: 5px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}
.form-frame button[type='submit']:hover{

    background-color: white;
    color: #0b1036;
    border-color: #2A3858;
    display: block;
    margin-left: auto;

}

/* ///////////////////////////////about us sextion */
.about-us-page p{
    line-height:2;
    /* font-size: 1.2rem; */
}
.title-bar{
    margin-bottom: 50px;
}
@media(max-width:992px){
    .title-bar{
        margin-bottom:20px;
    }
}
.title-bar h2{
    color :#A5A5A5;
}
.title-bar hr {
    color :#A5A5A5;
    height: 2px;

}
.title-bar span{
     color :#A5A5A5;
     font-weight: 500;
}
.title-bar img{
margin: 5px;
width:.4rem;

}
.title-bar a{
     color :#A5A5A5;
}
.title-bar a.current{
     color :#A1B8ED!important;
}

.about-us-banner{
    background-color: #2A3858;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 70px;

}
@media(max-width:992px){
   .about-us-banner {
       padding-top: 100px;
    } 

    .about-us-page p{
     font-size: small;
     line-height: 2;
    }

}
.about-us-banner .vlineFree{

    height: 100%!important;

}
.about-us-banner .bc {

    color :#A5A5A5;

}

.about-us-banner .bc  hr{
    width: 60px;
    height: 2px;
}
.about-us-banner .image-frame{
   text-align: end;
}


.about-us-banner .image-frame img {
    
    opacity: .5;
}

    /* .about-us-banner .row :after {
    content:"";
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #a179718c;
    transform: translate(-50%);

}      */

.vlineAbout
{
  
    position: absolute;
    height: auto;
    top:0;
    left:50%;
    bottom:0; 

    margin:0;
    border:none;
    border-right:solid 1px #a179718c;
    z-index:0;
}

@media(max-width:1367px){
    .vlineAbout{
        height: 124vh!important;
    }
}

@media(max-width:992px){
   .about-us-banner .image-frame img {
    width: 100%;
    opacity: .7;
} 
.vlineAbout{
    display: none;
}
}

.about-white-banner{
    text-align: center;
    padding-top:50px;
    padding-bottom: 70px;
    
}
.about-white-banner hr ,.award-section hr ,.people-say hr{
    width: 50px;
    margin: 10px auto 20px auto;
    color: #707070;
    height: 2px;
}

.about-white-banner h3{
      color :#707070;  
}
.about-white-banner p{
      color :#707070; 
    
      margin: 0 auto
}
@media(min-width:992px){
.about-white-banner p ,.award-section p{
      color :#707070; 
      width: 60%; 
      margin: 0 auto
}
}

.award-section{
      background-color: #2A3858;
      color: white;
      text-align: center;
      padding-top: 50px;
      padding-bottom: 50px;
}
.award-section p {
    color :white;
    margin-bottom: 80px;
}

.people-say{
    background-color: white;
    padding-top:50px ;
    padding-bottom: 50px;
    
}
.people-say {
   color: #707070;
}
.people-say .content{
    text-align: center;
    
}

.last-section {
  /* height: 100vh;
  background-image: url(../img/video.png);   */
  background-size: cover;
  background-repeat: no-repeat;
}

.other-footer{
    
   
   
    width: 100%; 
    /* margin-top:200px; */
    z-index: 5000!important;
}


.other-footer .content {

  width: 100%;

  background-color: #F4F2F0;
  bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width:992px){
.other-footer .content {
  width: 100%;
  padding-left:20px;
  background-color: #F4F2F0;
  padding-top: 20px;
  padding-bottom:20px;
  
}
.other-footer ul {
    padding: 0;
    
}
.other-footer img {
    width: 25px;
}
.other-footer ul li {
  
     font-weight: 400!important;
     font-size: small;

}
}
.other-footer ul li {
    list-style: none;
    padding: 10px;
    
}
/* .main-footer ul {
    m
} */
.other-footer img {
    padding: 0 5px;
}

/* /////////////////////////////////////// collection */


.collection { 
    background-color: #959BA9;
    padding-top: 120px;
    padding-bottom: 100px;
}
@media(max-width:992px){
   .collection {
       padding-top: 100px;
    } 
}
.collection .title-bar h2 ,.collection .title-bar hr ,.collection .title-bar a{
    color: #4C4D4E;
}
.collection .title-bar{
  margin-bottom: 0px!important;
}
.collection .title-bar a.current  {
    color :#2A3858!important;
}

.collection .buy-btn{
    padding: 5px 30px;
    display: block;
    margin: 0 auto!important;
    width :50%
    
}
@media(min-width:992px){
.collection .product-item{
  transform:scale(1.2);
}
}

.buy-btn .shopping-bag{
    display: inline-block;
    align-self: center;
    position: relative;
    top:-2px;
}
.buy-btn svg path{
transition: .3s all;

}
.buy-btn:hover svg path{
 fill: black;
}
.product-item a.read-more{
  /* display: block; */
  
}
  


/* //////////////////////////////////////////////// blog page */

.Blog { 
    background-color: #959BA9;
    padding-top: 120px;
    padding-bottom: 100px;
}
@media(max-width:992px){
   .Blog {
       padding-top: 100px;
    } 
    .Blog .blog-title span{
       font-size: 1.2em;
       height: 1.5em;
    }
    .Blog .blog-brif ,.blog-single-content p  {
        font-size: small;
        
    }
}
.Blog .title-bar h2 ,
.Blog .title-bar hr ,
.Blog .title-bar a{
    color: #4C4D4E!important;
}

.Blog .title-bar a.current  {
    color :#2A3858!important;
}

.blog-items{
    font-size: 1rem;
}
.blog-img-frame img{
    width: 100%;
}
.blog-items .blog-item-content{
    background-color: white;
    padding: 1.4em;
}
/* .Blog div.blog-title {
    height: 1;
    overflow: hidden;
} */
.Blog .blog-title span{
    color:#2b2b2b ;
    display: block;
    font-weight: 500;
    height: 1.4em;
    overflow: hidden;
    margin-bottom: .6em;
}
.Blog .blog-date{
    color:#D1A955 ;
    margin-bottom: 1em;
}

.Blog .blog-brif {

    color: #7070709c;

}

.Blog  .heading-blogs h1{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.Blog .banner-image {
    margin-bottom: 2.2rem;
}
.Blog .banner-image img{
 
  width: 100%;
 /* background-image: url('') */
  /* background-attachment: fixed;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover; */
}
.blog-single-content{
    padding: .4rem 0;
}
.blog-single-content p {
    line-height: 2;
    font-weight: 500;
}
.img-middle-content img{
    width: 100%;
    height: 350px;
}

.Blog .share-box hr{
    height: 2px;
    margin-bottom: 30px;
}
.Blog .share-box .share-title{
    font-size: 20px!important;
    font-weight: 500;
    margin-right: 10px;
  
}
.Blog .share-box .share-icon {
    padding: 5px;
}
.Blog .share-box .share-icon img {
    width: 25px;
}
/* ////////////////////////////  gallery page  */

.gallery { 
    background-color: #959BA9;
    padding-top: 120px;
    padding-bottom: 100px;
}
@media(max-width:992px){
   .gallery { 
    background-color: #959BA9;
    padding-top: 100px;
    padding-bottom: 100px;
} 
}

.gallery .title-bar h2 ,
.gallery .title-bar hr ,
.gallery .title-bar a{
    color: #4C4D4E!important;
}
.gallery .title-bar a.current  {
    color :#2A3858!important;
}
.gallery-img-frame{
    padding: 15px 5px;
    /* margin: 6px; */
    overflow: hidden;
    /* background-color: #A17971; */
}

.gallery-img-frame img{
    height: 100%;
    width: 100%;
    display:block;
    object-fit: cover!important;
 

} 



/* ///////////////////////// CONTACT US  */
.contact-us-banner {
  background-color: #0B1036; 
  position: relative;
}
@media(max-width:992px){
    .contact-us-banner {
padding-top: 100px;
    }
}
.contact-us-banner img {
  /* height: 100vh; */
   width: 100%;
   opacity: .15;
  /* background-image: url('../img/map.png') ;
   background-attachment: fixed;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover;  */

}
.contact-content{
    /* height: 300px; */
    /* width: 100%; */
    background-color:white ;
    top:-100px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.contact-content p.h4{

    color: #2A3858;
    margin-bottom: 2.5rem!important;

}
.contact-info{
  background-color: #2a385849;  
  padding-bottom:50px ;
}
.r-content {
    padding-left: 20px ;
    padding-right:20px ;
}
.r-content  ul {
    padding:0;
}

.r-content  ul.inf li {
    display: flex;
    margin-bottom: 45px;
}
.r-content  ul li img {
     object-fit: contain!important;
     padding-right:15px;
}


@media(max-width:992px){
  .r-content  ul li img {

    width: 35px;

  }  
}

ul.social-icon  {

    display: flex!important;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 60px;
  
}
ul.social-icon li{
    list-style: none;
    margin: 0 auto;
      padding: 0 20px;
      transition: .2s all;
    
}
ul.social-icon li:hover{
 
    transform: scale(1.1);
    
}


/* /////////////////////// products/details */



.slider img{
       object-fit:cover!important;
       display: block;
       width: 100%;
       /* height: 100vh; */
}
.gender-cat-products{
    font-weight: 300;
}
.product-title-det{
    margin-bottom: 20px;
    font-weight: 400;
}
.product-adj ul{
    padding-left: 0!important;
}
.product-adj ul li {
    list-style: none;
    padding: 10px;
    padding-left: 0;
}
.product-adj ul li span {
    list-style: none;
    color: #707070;
}
.product-more-info p{

 color: #707070;
 line-height: 2;
}
.product-image-d{

    position: absolute;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 50%; 
    transform: translate(-50%);
}

.slider{
    position: absolute;
    overflow: hidden;
    top: 40%;
    /* height: 100%;

    z-index: 100;
    top: 20%;
     left: 50%; 
    transform: translate(-50%);  */
}
.left-side{
padding-top: 200px ;
padding-bottom: 100px;

}
.right-side{
    padding: 0;
}
@media(max-width:992px){
    .slider{
    position: absolute;
    overflow: hidden;
    top: 25%;
    /* height: 100%;

    z-index: 100;
    top: 20%;
     left: 50%; 
    transform: translate(-50%);  */
}
   .product-more-info p{
       font-size: small;
       line-height: 3;
   }
   .left-side{order: 1;
    padding-top: 20px!important;
}
   .right-side{order: 0;} 
}

/* ? cart section */



 .cart-section{
     background-color:#232b4e ;
     height: unset;
  
 }

 @media(min-width :992px){

      .cart-section .cart-frame{
          margin-top: 100px;
      }
 }
 .table {
     border-color: transparent;
 }

 .cart-section .header-table{
     background-color:#232b4e!important ;
 }




  .cart-section .btn{
        background-color:#232b4e!important ;
  }
  /* .cart-section .btn:hover{
        color:white!important ;
        transform: scale(1.2);
  } */


 .cart-section .btn{
     padding: 10px 25px; 
     background-color:rgba(0, 0, 0, 0.02); 
     border : none;
     border-radius: 10px; 
     color: white;
}
 .cart-section .btn {
  
    /* text-transform: uppercase; */
    /* display: inline-block;
    padding-bottom: 5px; */
    
    /* font-weight: 100; */
   
    text-decoration: none;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:all .5s ease;
}

 .cart-section .btn:hover {
  /* transition: background-size .5s ease; */
   background-size: 100% 100%; 
    display: block;
    color:#0b1036;
}


/*  accout section */



.account-section{
     background-color:#232b4e ;
     min-height: 100vh!important;
  
 }

 @media(min-width :992px){

      .account-section .cart-frame{
          margin-top: 100px;
      }
 }

  @media(max-width:992px){

     .account-section{
     background-color:#232b4e ;
     min-height: 100vh;
     padding-top:100px!important ;
  
 }
 }

.account-section p {
    color: black!Important;
}

.account-section h4{
    color :white;
    padding: 0;
}

.dashboard-frame{
    overflow: hidden;
}

.dashboard-frame .items-box
{
 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
 border-radius: 20px;
 padding: 10px 0 ;
}

.dashboard-frame label{
    margin-bottom: 5px;
}
.dashboard-frame input , .dashboard-frame select {
    margin-bottom: 10px;
}
.dashboard-frame span.required {
    color: red ;
}



.account-section .submit-btn { 
        /* margin-top: 10px!important; */
        display: block;
        background-color:#232b4e;
        border-color: #232b4e;
}
