
body, html {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	width: 100% !important;
	height: 100% !important;
   scroll-behavior:smooth!important;
}

.modal-body{
    display: flex;
    overflow: hidden;
}

.modal-body img{
width: 50vh;
height: auto;
margin-right: 3vh;
padding: 3vh;
border-radius: 27px;
}

.modal-body p{
    margin-top: 3vh;
    padding-left: 3vh;
    text-align: left;
    border-left: 1px solid gray ;

}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
  }


  
  .video-container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }



  .card-img-top{
    border-radius: 50%;
    height: 250px !important;
    width: 250px !important;
    position: relative;
    left: 80px;
    top: -80px;
    object-fit: cover;
}

.card{
    border-radius: 0;
    cursor: pointer;
    margin-top: 100px !important;
}
.card:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;


}


.card-body{
    margin-top: -50px;
}
.bi{
    font-size: 25px;
    margin-right: 10px;
}
@media only screen and (max-width: 600px) {
    .card-img-top{
        
        left: 48px !important;
       
    }

    .contact{
        margin-top: 30px;
    }
  }

.card-title > .card-text{
align-items: center;
justify-content: center;
}

.btn-primary{
background: hsl(300, 73%, 97%);
color:purple;
border: none;
}

.btn-primary:hover{
    background: purple;
}


.container1 {
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0px solid green;
}

@media (min-width: 2560px){
    
.container1 {
    align-items: center;
    justify-content: center;
    display: flexbox;
    width: 100%;
    border: 0px solid green;
}
    .slider1{
        border: 0px solid red;
        font-family: 'Roboto Condensed', sans-serif;
        width: 100%;
        height: 60vh;
        margin-bottom: 0px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    
                .hi-slide { 
                    position: relative; 
                    width: 150vh; 
                    height: 80vh; 
                    margin: 0px ;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    border: 0px solid black; 
          }
                
    .hi-slide .hi-next,
    .hi-slide .hi-prev 
                { position: absolute;
                  top: 50%; 
                  width: auto;
                  height: auto; 
                  margin-top: -20px;     
                  border-radius: 50px; 
                  line-height: 40px;
                  text-align: center; 
                  cursor: pointer;
                  background-color: #fff; 
                  color: black;               
                  transition: all 0.6s;
                  font-size: 20px; 
                    font-weight: bold;
                }
                .hi-slide .hi-next:hover, 
                .hi-slide .hi-prev:hover 
                {
                opacity: 1; 
                background-color: none;  
                }
                
        .hi-slide .hi-prev { left: 40vh; }        
        .hi-slide .hi-prev::before { content: '<'; }
        .hi-slide .hi-next { right: 40vh; }
        .hi-slide .hi-next::before { content: '>'; }
        
                .slide-container
                        { 
                            list-style: none; 
                            position: relative;
                            width: 67vh; 
                            height: 40vh; 
                            margin: 0;
                            align-items: center;
                            justify-content: center;
                            border: 0px solid blue;
                            z-index: 1;
                }
                
                
            .hi-slide > ul > li {
                overflow:hidden; 
                position: absolute; 
                border: 0px solid green;
                z-index: 0; 
                width: 15vh; 
                height: 300px; 
                margin: 5vh; 
                padding: 40px;
                background-color: ; 
                cursor: pointer; 
                border-radius: 25px;
                align-items: center;
                justify-content: center;
            }
                
            .hi-slide > ul > li > { background-position: center;}
    }

    @media (max-width: 1440px){
    
        .container1 {
            align-items: center;
            justify-content: center;
            display: flexbox;
            width: 100%;
            border: 0px solid green;
        } 
        .slider1{
            border: 0px solid red;
            font-family: 'Roboto Condensed', sans-serif;
            width: 100%;
            margin-bottom: 50px;
            align-items: center;
            justify-content: center;
            display: flex;
        }
        
                    .hi-slide { 
                        position: relative; 
                        width: 150vh; 
                        height: 80vh; 
                        margin: 0px ;
                        align-items: center;
                        justify-content: center;
                        display: flex;
                        border: 0px solid black; 
              }
                    
        .hi-slide .hi-next,
        .hi-slide .hi-prev 
                    { position: absolute;
                      top: 50%; 
                      width: auto;
                      height: auto; 
                      margin-top: -20px;     
                      border-radius: 50px; 
                      line-height: 40px;
                      text-align: center; 
                      cursor: pointer;
                      background-color: #fff; 
                      color: black;               
                      transition: all 0.6s;
                      font-size: 20px; 
                        font-weight: bold;
                    }
                    .hi-slide .hi-next:hover, 
                    .hi-slide .hi-prev:hover 
                    {
                    opacity: 1; 
                    background-color: none;  
                    }
                    
            .hi-slide .hi-prev { left: 30px; }        
            .hi-slide .hi-prev::before { content: '<'; }
            .hi-slide .hi-next { right: 30px; }
            .hi-slide .hi-next::before { content: '>'; }
            
                    .slide-container
                            { 
                                list-style: none; 
                                position: relative;
                                width: 130vh; 
                                height: 80vh; 
                                margin: 0;
                                align-items: center;
                                justify-content: center;
                                border: 0px solid yellow;
                                z-index: 1;
                    }
                    
                    
                .hi-slide > ul > li {
                    overflow:hidden; 
                    position: absolute; 
                    border: 0px solid green;
                    z-index: 0; 
                    width: 15vh; 
                    height: 300px; 
                    margin: 5vh; 
                    padding: 40px;
                    background-color: ; 
                    cursor: pointer; 
                    border-radius: 25px;
                    align-items: center;
                    justify-content: center;
                }
                    
                .hi-slide > ul > li > { background-position: center;}
            }


            @media (max-width: 1024px){
    
                .container1 {
                    align-items: center;
                    justify-content: center;
                    display: flexbox;
                    width: 100%;
                    border: 0px solid green;
                }
                .slider1{
                    border: 0px solid red;
                    font-family: 'Roboto Condensed', sans-serif;
                    width: 100%;
                    height: 120vh;
                    margin-bottom: 50px;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                }
                
                            .hi-slide { 
                                position: relative; 
                                width: 100%; 
                                height: 100vh; 
                                margin: 0px ;
                                align-items: center;
                                justify-content: center;
                                display: flex;
                                border: 0px solid black; 
                      }
                            
                .hi-slide .hi-next,
                .hi-slide .hi-prev 
                            { position: absolute;
                              top: 50%; 
                              width: auto;
                              height: auto; 
                              margin-top: -20px;     
                              border-radius: 50px; 
                              line-height: 40px;
                              text-align: center; 
                              cursor: pointer;
                              background-color: #fff; 
                              color: black;               
                              transition: all 0.6s;
                              font-size: 20px; 
                                font-weight: bold;
                            }
                            .hi-slide .hi-next:hover, 
                            .hi-slide .hi-prev:hover 
                            {
                            opacity: 1; 
                            background-color: none;  
                            }
                            
                    .hi-slide .hi-prev { left: 30px; }        
                    .hi-slide .hi-prev::before { content: '<'; }
                    .hi-slide .hi-next { right: 30px; }
                    .hi-slide .hi-next::before { content: '>'; }
                    
                            .slide-container
                                    { 
                                        list-style: none; 
                                        position: relative;
                                        width: 90%; 
                                        height: 80vh; 
                                        margin: 0;
                                        align-items: center;
                                        justify-content: center;
                                        border: 0px solid blue;
                                        z-index: 1;
                            }
                            
                            
                        .hi-slide > ul > li {
                            overflow:hidden; 
                            position: absolute; 
                            border: 0px solid green;
                            z-index: 0; 
                            width: 15vh; 
                            height: 300px; 
                            margin: 5vh; 
                            padding: 40px;
                            background-color: ; 
                            cursor: pointer; 
                            border-radius: 25px;
                            align-items: center;
                            justify-content: center;
                        }
                            
                        .hi-slide > ul > li > { background-position: center;}
                    }


            @media (max-width: 768px){
    
                .container1 {
                    align-items: center;
                    justify-content: center;
                    display: flexbox;
                    width: 100%;
                    border: 0px solid green;
                }
                .slider1{
                    border: 0px solid red;
                    font-family: 'Roboto Condensed', sans-serif;
                    width: 100%;
                    height: 120vh;
                    margin-bottom: 50px;
                }
                
                            .hi-slide { 
                                position: relative; 
                                width: 100%; 
                                height: 100vh; 
                                margin: 0px ;
                                border: 0px solid black; 
                      }
                            
                .hi-slide .hi-next,
                .hi-slide .hi-prev 
                            { position: absolute;
                              top: 50%; 
                              width: auto;
                              height: auto; 
                              margin-top: -20px;     
                              border-radius: 50px; 
                              line-height: 40px;
                              text-align: center; 
                              cursor: pointer;
                              background-color: #fff; 
                              color: black;               
                              transition: all 0.6s;
                              font-size: 20px; 
                                font-weight: bold;
                                display: none;
                            }
                            .hi-slide .hi-next:hover, 
                            .hi-slide .hi-prev:hover 
                            {
                            opacity: 1; 
                            background-color: none;  
                            }
                            
                    .hi-slide .hi-prev { left: 30px; }        
                    .hi-slide .hi-prev::before { content: '<'; }
                    .hi-slide .hi-next { right: 30px; }
                    .hi-slide .hi-next::before { content: '>'; }
                    
                            .slide-container
                                    { 
                                        list-style: none; 
                                        position: relative;
                                        width: 100%; 
                                        height: 80vh;
                                        margin-left:-25vh; 
                                        border: 0px solid blue;
                                        z-index: 1;
                            }
                            
                            
                        .hi-slide > ul > li {
                            overflow:hidden; 
                            position: absolute; 
                            border: 0px solid green;
                            z-index: 0; 
                            width: 15vh; 
                            height: 300px; 
                            margin: 5vh; 
                            padding: 40px;
                            background-color: ; 
                            cursor: pointer; 
                            border-radius: 25px;
                            align-items: center;
                            justify-content: center;
                        }
                            
                        .hi-slide > ul > li > { background-position: center;}
                    }

                    @media (max-width: 425px){
    
                        .container1 {
                            align-items: center;
                            justify-content: center;
                            display: flexbox;
                            width: 100%;
                            border: 0px solid green;
                        }
                        .slider1{
                            border: 0px solid red;
                            font-family: 'Roboto Condensed', sans-serif;
                            width: 100%;
                            height: 120vh;
                            margin-bottom: 50px;
                        }
                        
                                    .hi-slide { 
                                        position: relative; 
                                        width: 100%; 
                                        height: 100vh; 
                                        margin: 0px ;
                                        border: 0px solid black; 
                              }
                                    
                        .hi-slide .hi-next,
                        .hi-slide .hi-prev 
                                    { position: absolute;
                                      top: 50%; 
                                      width: auto;
                                      height: auto; 
                                      margin-top: -20px;     
                                      border-radius: 50px; 
                                      line-height: 40px;
                                      text-align: center; 
                                      cursor: pointer;
                                      background-color: #fff; 
                                      color: black;               
                                      transition: all 0.6s;
                                      font-size: 20px; 
                                        font-weight: bold;
                                        display: none;
                                    }
                                    .hi-slide .hi-next:hover, 
                                    .hi-slide .hi-prev:hover 
                                    {
                                    opacity: 1; 
                                    background-color: none;  
                                    }
                                    
                            .hi-slide .hi-prev { left: 30px; }        
                            .hi-slide .hi-prev::before { content: '<'; }
                            .hi-slide .hi-next { right: 30px; }
                            .hi-slide .hi-next::before { content: '>'; }
                            
                                    .slide-container
                                            { 
                                                list-style: none; 
                                                position: relative;
                                                width: 100%; 
                                                height: 80vh;
                                                margin-left:-80vh; 
                                                border: 0px solid blue;
                                                z-index: 1;
                                    }
                                    
                                    
                                .hi-slide > ul > li {
                                    overflow:hidden; 
                                    position: absolute; 
                                    border: 0px solid green;
                                    z-index: 0; 
                                    width: 15vh; 
                                    height: 300px; 
                                    margin: 5vh; 
                                    padding: 40px;
                                    background-color: ; 
                                    cursor: pointer; 
                                    border-radius: 25px;
                                    align-items: center;
                                    justify-content: center;
                                }
                                    
                                .hi-slide > ul > li > { background-position: center;}
                            }

     
                            @media (max-width: 375px){
    
                                .container1 {
                                    align-items: center;
                                    justify-content: center;
                                    display: flexbox;
                                    width: 100%;
                                    border: 0px solid green;
                                }
                                .slider1{
                                    border: 0px solid red;
                                    font-family: 'Roboto Condensed', sans-serif;
                                    width: 100%;
                                    height: 120vh;
                                    margin-bottom: 50px;
                                }
                                
                                            .hi-slide { 
                                                position: relative; 
                                                width: 100%; 
                                                height: 100vh; 
                                                margin: 0px ;
                                                border: 0px solid black; 
                                      }
                                            
                                .hi-slide .hi-next,
                                .hi-slide .hi-prev 
                                            { position: absolute;
                                              top: 50%; 
                                              width: auto;
                                              height: auto; 
                                              margin-top: -20px;     
                                              border-radius: 50px; 
                                              line-height: 40px;
                                              text-align: center; 
                                              cursor: pointer;
                                              background-color: #fff; 
                                              color: black;               
                                              transition: all 0.6s;
                                              font-size: 20px; 
                                                font-weight: bold;
                                                display: none;
                                            }
                                            .hi-slide .hi-next:hover, 
                                            .hi-slide .hi-prev:hover 
                                            {
                                            opacity: 1; 
                                            background-color: none;  
                                            }
                                            
                                    .hi-slide .hi-prev { left: 30px; }        
                                    .hi-slide .hi-prev::before { content: '<'; }
                                    .hi-slide .hi-next { right: 30px; }
                                    .hi-slide .hi-next::before { content: '>'; }
                                    
                                            .slide-container
                                                    { 
                                                        list-style: none; 
                                                        position: relative;
                                                        width: 100%; 
                                                        height: 80vh;
                                                        margin-left:-85vh; 
                                                        border: 0px solid blue;
                                                        z-index: 1;
                                            }
                                            
                                            
                                        .hi-slide > ul > li {
                                            overflow:hidden; 
                                            position: absolute; 
                                            border: 0px solid green;
                                            z-index: 0; 
                                            width: 15vh; 
                                            height: 300px; 
                                            margin: 5vh; 
                                            padding: 40px;
                                            background-color: ; 
                                            cursor: pointer; 
                                            border-radius: 25px;
                                            align-items: center;
                                            justify-content: center;
                                        }
                                            
                                        .hi-slide > ul > li > { background-position: center;}
                                    }

                                    @media (max-width: 320px){
    
                                        .container1 {
                                            align-items: center;
                                            justify-content: center;
                                            display: flexbox;
                                            width: 100%;
                                            border: 0px solid green;
                                        }
                                        .slider1{
                                            border: 0px solid red;
                                            font-family: 'Roboto Condensed', sans-serif;
                                            width: 100%;
                                            height: 120vh;
                                            margin-bottom: 50px;
                                        }
                                        
                                                    .hi-slide { 
                                                        position: relative; 
                                                        width: 100%; 
                                                        height: 100vh; 
                                                        margin: 0px ;
                                                        border: 0px solid black; 
                                              }
                                                    
                                        .hi-slide .hi-next,
                                        .hi-slide .hi-prev 
                                                    { position: absolute;
                                                      top: 50%; 
                                                      width: auto;
                                                      height: auto; 
                                                      margin-top: -20px;     
                                                      border-radius: 50px; 
                                                      line-height: 40px;
                                                      text-align: center; 
                                                      cursor: pointer;
                                                      background-color: #fff; 
                                                      color: black;               
                                                      transition: all 0.6s;
                                                      font-size: 20px; 
                                                        font-weight: bold;
                                                        display: none;
                                                    }
                                                    .hi-slide .hi-next:hover, 
                                                    .hi-slide .hi-prev:hover 
                                                    {
                                                    opacity: 1; 
                                                    background-color: none;  
                                                    }
                                                    
                                            .hi-slide .hi-prev { left: 30px; }        
                                            .hi-slide .hi-prev::before { content: '<'; }
                                            .hi-slide .hi-next { right: 30px; }
                                            .hi-slide .hi-next::before { content: '>'; }
                                            
                                                    .slide-container
                                                            { 
                                                                list-style: none; 
                                                                position: relative;
                                                                width: 100%; 
                                                                height: 80vh;
                                                                margin-left:-95vh; 
                                                                border: 0px solid blue;
                                                                z-index: 1;
                                                    }
                                                    
                                                    
                                                .hi-slide > ul > li {
                                                    overflow:hidden; 
                                                    position: absolute; 
                                                    border: 0px solid green;
                                                    z-index: 0; 
                                                    width: 15vh; 
                                                    height: 300px; 
                                                    margin: 5vh; 
                                                    padding: 40px;
                                                    background-color: ; 
                                                    cursor: pointer; 
                                                    border-radius: 25px;
                                                    align-items: center;
                                                    justify-content: center;
                                                }
                                                    
                                                .hi-slide > ul > li > { background-position: center;}
                                            }
                                          
                    
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Set the desired overlay color */
    color: #fff;
  
  }

 
  .overlay .ov h2{
      color: #fff;
      width: 60%;
      font-size: 36px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 500;
      
    
  }

  .overlay .ov p{
    color: #fff;
    width: 60%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
  
}
.fade{
    border-bottom: 2px solid #fff;
    margin-top: 5vh;
    width: 15%;
    animation: fadeInOut 3s infinite;
}

@media (max-width: 425px){
    .overlay .ov h2{
        width: 100%;
        font-size: 40px;
    }
    .overlay .ov p{
        width: 100%;
        font-size: 20px;
    }
    .fade{
        font-size: 13px;
        width: 50%;
    }
}


@keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


  

.detail:hover {
    cursor: pointer;
    color: purple;
}
  
  @media (min-aspect-ratio: 16/9){
    .bg-video{
        width: 100%;
        height: auto;
      }
    }

@media (max-aspect-ratio: 16/9){
    .bg-video{
        width: auto;
        height: 100%;
      }
    }

    .mySlides {
        display:none;
    }
.mySlides 
{display:none;}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight:700;
	color: #1f1c0c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h4, .h4 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 15px;
}
.h6, h6 {
    font-size: 12px!important;
}


.container1 {
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0px solid green;
}



p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;

}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
	color: ;
    outline: 0 solid transparent;
} 


ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	webkit-padding: 0;
	moz-padding: 0;
}

.btn-outline-success{
    border: 1px solid blueviolet;
}

.btn-outline-success :hover{
    background-color: 1px solid blueviolet;
    color: #fff;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/



a, button {
    color: inherit;
    outline: medium none;
    
}


/*============topbar--section==============*/



.info-bar {
    background-color: #fff;
    padding: 0px 0;
}
.info-bar .top-left {
    text-align: left;
    margin-left: 0;
}
.info-bar .date {
    float: left;
    margin-right: 20px;
}

.info-bar .top-left p {
    color: #f74f21;
    font-weight: 400;
    margin-bottom: 0;
}

.info-bar .top-left p span:first-child {
    margin-right: 10px;
}

.ticker-slider{
  color:#fff!important;
}

.info-bar .top-left p span {
    color: #ffffff;
    margin-left: 10px;
}

.extra-small-icon li a i{
    color: #002e5b;
}


.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	
    transition:0.4s;
  }
  


  .nav-link{
      border: 1px solid green;
      color: purple;
      

     
  }
.navbar-scroll {
    position:fixed!important;
    top:0%!important;
    right: 0;
	background:hsl(300, 73%, 97%)!important;
    left: 0;
    z-index: index 3;;
	transition:0.10s ease;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}



.navbar-brand {
    margin-left: -5px;
    color: blueviolet;

}

@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color: purple;
    vertical-align: middle;
    content: "";
    background: none;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color: purple!important;
}

.header {
    position: relative;
    width: 100%;
    background: #fff;
	z-index:999;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

.header-style-two {
    background: #fff;
    border-bottom: 0;
    padding: 10px 0px;
}


.logo a img {
    max-width: 146px;
    margin: 0px auto;
}

.footer-bottom.header-right {
    text-align: right;
}

.footer-bottom .header-right ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-bottom .header-right ul li {
    color: #fff;
}
.footer-bottom.header-right ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 35px;
    position: relative;
}
.footer-bottom .header-right ul li i {
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.header-style-two .header-left a i {
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
}
.footer-bottom .header-right a i {
    color: rgb(255, 167, 255);
    font-size: 18px;
    margin-right: 10px;
}



@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
}

@media only screen and (max-width:992px){

.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
.nav-item .nav-link {
    padding: 0px 0px!important;
    border: 1px solid black;
}

.nav-item .nav-link i {
    position: absolute;
    right: 10px;
    top: 11px;
   
}
 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }

   .contact{
    margin-top: 30px;
}

.modal-body{
    display: block;
}
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}



.navbar-toggler .one{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: purple;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}


.navbar-toggler .two{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: purple;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    margin-top: 10px;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}


.navbar-toggler .three{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: purple;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    margin-top: 10px;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-toggler {
    width: 30px;
	margin:16px 0px;
    height: 25px;
    right: 15px;
    border: none;
    position: relative;
    border-radius: 0;
    cursor: pointer;
}



.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}





.small-menu{
    background: none;
    border-bottom: 1px groove purple;
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    position: relative;
	border-radius:10px;
    color: purple;
	padding:0px;
	margin:0px 0px  0px 1px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	min-width:15rem;
    padding: 0px;
    border: none;
	opacity:0;
	transform:translatey(30px);
	visibility:hidden;
	animation:slidedown 0.4s ease 1;
}

@keyframes slidedown{
  0%{ transform:translatey(40px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}

.small-menu a {
    display: block;
    color: purple;
    background: #fff;
	font-weight:500;
    font-size: 13px;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(240, 224, 240);
    transition: 0.5s ease;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 5px;
}

@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
}
@media only screen and (max-width:992px){
   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}


.small-menu a:hover {
    color: #000 !important;
    background: rgb(241, 222, 241);
}

.bg-lightest {
    background-color: #fcfcfc;
}

.info-bar .infobar-ticker span {
    margin-right: 10px;
}

.info-bar .social {
    text-align: right;
}

.info-bar .social a {
    padding: 0 8px;
       color: #c5c5c5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.info-bar .infobar-ticker .single-ticker {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}


#select-office {
    background-color: #329cd7;
    border-radius: 0px;
    border: none;
    height: 47px;
    font-size: 12px;
    color: white;
}

.stm-iconbox i {
  color: #999999;
    margin-right: 5px;
}
.stm-iconbox__text, .stm-iconbox__description {
    font-size: 11px;
    color: #999999;
    line-height: 17px;
    font-weight: 400;
}

.stm-iconbox__info{
 margin-left:6px;
}

.header-item{
 margin:0px 20px;
}


.navigation {
    background-color: #fff;
    border: 0px solid red;
    z-index: 5;
}

.navbar-nav{
    border: px solid orangered;
    margin-right: 0vh;
    max-width: 100vh;
}

.navbar-nav .nav-item{
	position:relative;
    padding: px;
}

.navbar-brand {
    font-weight: 900;
    font-size:30px;
	color: purple;
	padding:0px;
}

.nav-active{
color: #000;
}


.nav-active:hover{
    color: purple;
    }
.navbar-brand:hover {
    color: #000;

}

.search {
    padding: 2vh;

}

.input {
    color: purple;
    border: 1px solid purple;
    width: 30px;
}
.button{
    color: purple;
    background-color: #fff;
    border: 1px solid purple;
    border-radius: 25px;
}

.button:hover{
    color: #fff;
    background-color: purple;
}


.navbar-nav .nav-item .nav-link{
    font-size: 14px;
    color: purple;
    background: none !important;
    font-weight: normal;
    text-transform:capitalize;
    display:block;
	font-weight: 300;
    position: relative;
    text-decoration: none;
    transition:0.4s ease;	
    border: 1px solid purple;
    border-radius: 25px;
    margin: 0px 2px;
    width: 110px;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

.navbar-nav .nav-item .nav-link:hover{
    font-size: 14px;
    color: #fff;
    background: purple !important;
    font-weight: normal;
    text-transform:capitalize;
    display:block;
	font-weight: 300;
    position: relative;
    text-decoration: none;
    transition:0.4s ease;	
    border: 1px solid purple;
    border-radius: 25px;
    margin: 0px 2px;
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;	
}

.navbar-nav .nav-item .nav-link i{
    font-size:10px;	
    margin: 1px;
}



.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
}

.appoint-btn a {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
}

.header-social-icon{
 border-left:1px solid #333;
}

.extra-small-icon li {
    margin:-3px 8px;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: absolute;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 22px;
    border-radius: 10px;
    margin-left: 5px;
}

.menu-bar i {
    font-size:24px;
    color: #222;
}

.label-warning {
    background-color: #f0ad4e;
}
.menu-bar {
    margin-left: 38px;
}
.font-12 {
    font-size: 12px;
}
.text-gray {
    color: #808080;
}

@media only screen and (min-width:1200px){
.navbar-nav .nav-item .nav-link {
    padding: 9px 10px!important;
}	
}


@media only screen and (min-width:992px){
    .navbar-nav .nav-item .nav-link {
        padding: 9px 10px!important;
    }	
    }
    @media only screen and (max-width:992px){
       
        .navbar-nav .nav-item .nav-link {
            padding: 9px 10px!important;
            border: none;
            border-bottom: 1px solid purple;
            border-radius: 0;
            width: 250px;
            color: purple;
            background: none!important;
            align-items: center;
            justify-content: left;
            display: flex;
        }	

        .navbar-nav .nav-item .nav-link:hover {
            padding: 9px 10px!important;
            border: none;
            border-bottom: 1px solid purple;
            border-radius: 0;
            width: 250px;
            color: purple;
            background: none !important;
            align-items: center;
            justify-content: left;
            display: flex;
        }

        .navbar-nav .nav-item .nav-link i{
            font-size:10px;	
            margin: 1px;
            align-items: center;
            justify-content: left;
            display: flex;
        }
        }



.navbar-nav .nav-item.active:after{
			background-color: #fff;
			width: 100%!important;
		}
		
.navbar-nav .nav-item:hover:after, .nav-item.active:after {
    width: 100%;
}
.navbar-nav .nav-item:last-child:after{
 display:none;
}



.text-theme-colored {
    color: #FFAB00 !important;
}
.font-24 {
    font-size: 24px !important;
}

.font-20 {
    font-size: 20px !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-black-333 {
    color: #333333 !important;
}




/*--------
.nav-item:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
--------------*/


/*------------slider---section------------*/

.pt-60{
  padding-top:120px;
}



/* ---------------------------------- */

.fullwidthbanner-container {
    width: 100% !important;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 630px !important;
    overflow: hidden;
}

.slider-section{
  position:relative;
}

.admission-badge{
  position:absolute;
  top:0px;
  left:0%;
  z-index:99;
  width:100%;
  background: #f05325; 
  padding:7px 0px;
  text-align:center;
}

 .tp-banner {
	width:100%;
	position:relative;
    padding:0;
}

.tp-banner-container{
 width:100%;
 overflow:hidden;
 position:relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.6);
}





/*------about--seection----*/

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}


.about-style-two .about-text {
    padding-left: 45px;
    margin-right: 15px;
}

.about-style-two .about-img {
    margin-bottom: 30px;
    border: 0px solid green;
    max-width: 58vh;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

.about-style-two .about-text .section-title {
    margin-bottom: 30px;
}
.section-title {
    margin: auto;
}

.about-style-two .about-text p {
    text-align: justify;
}

.about-style-two .about-img img {
    border-radius: 55px;
    width: 50vh;
    border-radius: 50% 20% / 10% 40%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    cursor: pointer;
    
    
}



@media only screen and (min-width:2000px){
    .about-style-two .about-img img {
        border-radius: 55px;
        width: 20vh;
        border-radius: 50% 20% / 10% 40%;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        
        
    }
    
    .modal-body img{
        width: 20vh;
        height: auto;
        margin-right: 3vh;
        padding: 3vh;
        border-radius: 27px;
        }
    }
    
    @media only screen and (max-width:992px){
        .about-style-two .about-img img {
            width: 40vh;
            height: auto;
            margin-top: 20px;
        }
        .card{
            display: block;
        }

        .modal-body {
            display: block;
        }

        .modal-body p {
            border: none;
        }
        .modal-body img{
            width: 40vh;
            height: 30vh;
            margin-right: 3vh;
            padding: 3vh;
            border-radius: 27px;
            }

            .card-img-top{
                width: 200px !important;
                height: 200px !important;
            }

    }



    .about-img img:hover{
    transform: scale(1.05);
  }
     

.about-style-two .about-text .section-title h2 {
    max-width: 500px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(34, 33, 33);
}

.num-process {
    margin-top: 30px;
}
.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.d-flex p{
    font-size: 18px;
    padding-left: 10px;
    border: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.ror{
margin-top: 20px;
}
.logo_school {
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 5px;
    max-width: 286px;
}





.logo_school p {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: arial;
    font-style: italic;
}



.num-process .icon span {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ffbe00;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

/*============================================
   footer---
   ----------------*/
  .footer-area {
    background-color: rgb(48, 1, 48);
}
.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area .footer-widget .footer-logo {
    margin-bottom: 10px;
}

.footer-area .footer-widget .newsletter-area h3 {
    font-size: 18px;
    color: rgb(252, 231, 252);
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-area .footer-widget h3 {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-area .footer-widget p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #ffffff;
}
.footer-area .footer-widget .newsletter-area .newsletter-form {
    position: relative;
}
.footer-area .footer-widget .newsletter-area {
    margin-bottom: 22px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form input {
    background: #ffffff;
    border-radius: 0;
    height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(248, 199, 248);
    color: #1f1c0c;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
	border:none;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
}

.footer-area .footer-widget .footer-social a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: none;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget ul li a {
    color: #ffffff;
}

.footer-area .footer-widget ul li {
    list-style: none;
    margin-bottom: 0px;
    color: #ffffff;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: rgb(248, 199, 248);
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-area .footer-bottom {
    border-top: 1px solid rgb(248, 199, 248);
    padding: 20px 0;
    margin-top: 70px;
}

.footer-area .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-area .footer-bottom ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.footer-area .footer-bottom ul li a {
    color: #ffffff;
}

.footer-area .footer-bottom .copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
}

.footer-area .footer-bottom .copyright-text {
    text-align: right;
}

.footer-area .footer-bottom .copyright-text p a {
    color: #ffea00;
    font-weight: 500;
}

.footer-area .footer-widget ul li a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #2a2818;
    font-size: 15px;
    margin-right: 5px;
}


.affiliate{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.affiliate:hover{
    color: rgb(248, 199, 248);
    text-decoration: underline;
}

#scrollUp {
    /* background: #f6732e; */
    background: #000;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 40px;
	display:inline-block;
    color: #ffffff;
	border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 48px;
    transition: .3s;
}

#scrollUp svg {
    fill: #ffea04;
    transform: rotate(225deg);
    width: 20px;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
@keyframes wiggle{
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}


/*--------service--section----*/

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title span {
    color: purple;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.section-title span::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: purple;
    top: 0;
    left: -10px;
}


.project-section .project-btn p {
    margin-bottom: 0;
    line-height: 1;
}
.project-section .project-btn p a {
    font-weight: 500;
    color: #1f1c0c;
}

.gal-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gal-item .hover-info {
    position: absolute;
    background: rgba(51,51,51,0.9);
    z-index: 9;
    opacity: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gal-item .hover-info h6 {
    font-weight: 200;
    color: #fff;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 14px;
}

.gal-item .hover-info p {
    color: #fff;
    margin: 0px;
    font-size: 13px;
}

.gal-item .hover-info a {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
}
.gal-item:hover .hover-info a {
    color: #fff;
    right: -20px;
}
.gal-item:hover .hover-info {
    opacity: 1;
}

.section-title p {
    max-width: 720px;
    color: #4a483e;
    margin: 0 auto;
}
.project-slider {
  margin: 30px 0px;
}
.project-slider .slick-slide{
 margin:0px 5px;
}


/*----facility------*/

.facilities-section .facilities-img {
    background-image: url(../img/slider/slider_2.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.facilities-section {
  background-image: url(../img/slider/slider_2.jpg);
    background-position: center center;
    background-size: cover;
	overflow:hidden;
    position: relative;
    z-index: 0;
}

.facilities-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.facilities-section .facililties-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.facilities-section .facililties-text ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    margin-bottom: 5px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.facilities-section .facililties-text ul li::before {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
}

.facilities-section .facililties-text .theme-btn {
    margin-top: 25px;
}
.theme-btn {
    display: inline-block;
}

.facilities-section .facililties-text .section-title {
    margin-bottom: 25px!important;
}

.theme-btn .default-btn {
    font-weight: 500;
    z-index: 0;
    position: relative;
    padding: 15px 25px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
}

.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span {
    padding-left: 10px;
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span::before {
    left: 0;
    background: #ffffff;
}
.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}



/*---service--section-----*/

.service-style-three .service-card {
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 20px -5px rgb(146 184 255 / 90%);
    box-shadow: 0px 2px 20px -5px rgb(255 255 255);
   overflow:hidden;
    -webkit-transition: .5s;
    transition: .5s;
	position:relative;
    margin-bottom: 30px;
}

.service-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:-1;
  height:100%;
  background:url(../img/web-dev.jpg);
  background-position:center center;
  background-size:cover;
}

.bigdata{
   background:url(../img/bigdata.jpg);
     background-position:center center;
  background-size:cover;
}

.machine{
   background:url(../img/machine.jpg);
     background-position:center center;
  background-size:cover;
}

.distributed{
   background:url(../img/distributed.jpeg);
     background-position:center center;
  background-size:cover;
}
.capital-pay{
   background:url(../img/capital-pay.jpeg);
     background-position:center center;
  background-size:cover;
}
.e-tax{
   background:url(../img/e-tax.jpeg);
     background-position:center center;
  background-size:cover;
}

.brs{
    background:url(../img/brs.jpeg);
      background-position:center center;
   background-size:cover;
 }

 .immigration{
    background:url(../img/immigration.jpeg);
      background-position:center center;
   background-size:cover;
 }

 .health{
    background:url(../img/health.jpeg);
      background-position:center center;
   background-size:cover;
 }
.service-style-three .service-card:hover .service-content{
   background:rgba(0,0,0,0.4);
}

.service-content{
background-color: #f5f5f5;
 padding: 40px 25px 30px 25px;
 transition:all 1s ease;
}

.btn:active{
    text-decoration: none;
    color: none;
}

.section-title {
    margin: auto;
    margin-bottom: 50px;
}

.service-style-three .service-card img {
    width: 45px;
    margin-bottom:19px;
    z-index: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    line-height:1;
}
.service-style-three .service-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}


.service-style-three .service-card:hover .service-content img{
  filter: invert(1);
}
.service-style-three .service-card:hover .service-content h3{
   color:#fff;
}
.service-style-three .service-card:hover .service-content p{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a:before{
   background-color:#fff;
}
.service-style-three .service-card p {
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-style-three .service-card .service-btn {
    color: #1f1c0c;
    position: relative;
}
.service-style-three .service-card .service-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -5px;
    background: #1f1c0c;
}

.service-style-three .service-card img:after {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: -25px;
    top: -15px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}


.modal-fullscreen {
    width: 500vh;
    height: 100%;
    margin: 0;
    position: absolute;
  }
  
  .modal-fullscreen .modal-content {
    min-height: 100%;
    width: 100vh;
    border: 0;
    overflow: scroll;
  }

/*----page--style-----*/

.sub-bnr {
    background: url(../img/page-banner.jpg) no-repeat;
    background-size: cover;
    min-height:350px;
	position:relative;
    text-align: center;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub-bnr h4 {
    color: #fff;
    font-size: 40px;
	font-weight:600;
    font-weight: normal;
    text-transform: uppercase;
    margin-top:0px;
}

.sub-bnr hr {
    margin: 20px auto;
}

hr.main {
    width: 50px;
    height: 2px;
    border: none;
    background: #ffbe00;
}

.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
	width:100%;
	display:flex;
	justify-content:center;
    padding: 0px;
}

.sub-bnr .breadcrumb li {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.sub-bnr .go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
	z-index:2;
    right: 0px;
}

.go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
	z-index:77;
    right: 0px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}



.contact-section .contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .contact-card i {
    color: #ffea00;
    background: #1f1c0c;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-section .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-section .contact-card ul li {
    list-style: none;
    color: #1f1c0c;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
    color: #1f1c0c;
}

.contact-section .contact-area {
    padding: 50px;
    -webkit-box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
}

.contact-section .contact-area h3 {
    margin-bottom: 20px;
}

.contact-section .contact-area .form-group .form-control {
    border: 1px solid #bebebe;
    border-radius: 30px;
    padding: 5px 20px;
    background: #f9efef;
    height: 50px;
}

.contact-section .contact-area .form-group .message-field {
    border: 1px solid #bebebe;
    background: #f9efef;
    border-radius: 30px;
    padding: 15px 20px;
    width: 100%;
}
textarea {
    resize: vertical;
}

.contact-section .contact-area .default-btn {
    background: #ffea00;
    color: #1f1c0c;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #1f1c0c;
}

.client-section{
	position:relative;
	width:100%;
	overflow:hidden;
	
}

.projects{
	align-items: center;
	text-align: center;
	display: flex;
	border: 1px solidblack;
	justify-content: space-around;
	margin-top: 0px;
	padding: 7vh;
}

.projects .content1{
	border: 0px solid black;
    width: 40vh;
	height: 25vh;
	align-items: center;
	text-align: center;
}

.content1 h1{
	font-family:'Raleway', sans-serif;
	 font-size: 40px;
	 margin: 30PX;
}

.content1 P {
	text-align: justify;
	align-self: center;
	border: 0px solid orange;
	padding: 0px 50px;
	color: #8c8c8c;
}

.projects .content2{
	border: 0px solid black;
    width: 40vh;
	height: 25vh;
	align-items: center;
	text-align: center;
}

.content2 h1{
	font-family:'Raleway', sans-serif;
	 font-size: 40px;
	 margin: 30PX;
}

.content2 P {
	text-align: justify;
	align-self: center;
	border: 0px solid orange;
	padding: 0px 50px;
	color: #8c8c8c;
}

.img1{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 50% 20% / 10% 40%;
  background-image: url(/img/project1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.img2{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 20% 50% / 40% 10%;
  background-image: url(/img/project2.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.img3{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 50% 20% / 10% 40%;
  background-image: url(/img/project3.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.img4{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 20% 50% / 40% 10%;
  background-image: url(/img/project4.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.img5{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 50% 20% / 10% 40%;
  background-image: url(/img/project5.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.img6{
  border: 0px solid black;
  width: 40vh;
  height: 25vh;
  border-radius: 20% 50% / 40% 10%;
  background-image: url(/img/project6.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}



.img1:hover{
  transform: scale(1.05);
}

.img2:hover{
  transform: scale(1.05);
}

.img3:hover{
  transform: scale(1.05);
}

.img4:hover{
  transform: scale(1.05);
}

.img5:hover{
  transform: scale(1.05);
}

.img6:hover{
  transform: scale(1.05);
}

vproject{
     width: 200vh;
}


.project1{
    min-width: 100vh;
    height: auto;
    overflow: scroll;
    display: block;
}