#topbar {
    background-color: #000000;

}
@media only screen and (min-width: 768px) and (max-width: 991px){.header-area .header-bottom{padding:15px 0px}}
@media only screen and (min-width: 576px) and (max-width: 767px){.header-area .header-bottom{padding:15px 0px}}
@media (max-width: 575px){.header-area .header-bottom{padding:15px 0px}}


.header-area{background:#000000;}

.header-area .header-top{
    border-bottom:1px solid #2d2d2d;
    padding:9px 0px;
}

.header-area .header-top .header-info-left ul li{color:#fff;display:inline-block;margin-right:70px;font-size:14px}
.header-area .header-top .header-info-left ul li:last-child{margin-right:0px}
.header-area .header-top .header-info-left ul li i{margin-right:8px}
.header-area .header-top .header-info-right .header-social li{display:inline-block}
.header-area .header-top .header-info-right .header-social li a{color:#fff;font-size:14px;padding-left:25px}
.header-area .header-top .header-info-right .header-social li a:hover{color:#f15f22}


.main-header{
    position:relative;
    z-index:3
}



.fixed-top{
    position:sticky;
    top:0;
    right:0;
    left:0;
    z-index: 1100;
}

































.hero-section {
   /* padding-top: 80px;*/
    background: url(../images/bg.png) repeat-x;
    background-size: auto, auto;
}

.center {

    text-align: center;
}

.tips-bg {

    background-image: url(../images/tips.png);
    height: 514px; 
    background-repeat: no-repeat;
    background-size: auto, auto;
}


@media (max-width: 768px) { 

    .tips-bg {

   display: none;
}

}


.tips_points ul {


}

.tips_points li {
    min-height: 60px;
    background-color: #116cb3;
    margin: 30px 10px;
    border-radius: 16px;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    color: #fff;
    padding-left: 40px;
   /* border: 1px solid #fff;*/

  display : flex;
  align-items : center;
  line-height: 60px;

}




.tips_points li p {
   margin-top: 5px; 
   line-height: 22px;
   font-size: 14px;
    }

@media (max-width: 768px) { 
        .tips_points li p {
   
   font-size: 14px;
    }

}



#selfie_theme p {
    
   
    font-size: 18px;
    color: #ffffff !important;
   
 

}

#selfie_theme .themes p {
    
    margin-top: 20px;
    font-size: 14px;
    color: #116cb3 !important;
    font-weight: 600;
   
 

}


.red_box {
    
    text-align: center;
    width: 100%;
    margin-top: -20px;
   

}

#tips .section-title p {
    color: #333333;

}


.form_shadow {
     filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.15));
     border-radius: 16px;
    height: 56px;
    border: none;
}

/* ############################## 


#customFile .custom-file-control:lang(en)::after {
  content: "Select file...";
}

#customFile .custom-file-control::after {
  content: "Click me";
  background-color:#000000;
}

when a value is selected, this class removes the content 
.custom-file-control.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
overflow: hidden;
}
.custom-file-control {
  white-space: nowrap;
} */


#works .section-title p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.model_box {
    
    height: 450px;
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
    border: 10px solid white;
}

.model_box img {
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3));


}

#submission .model_box p {
    color: #116cb3;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    }

#submission .section-title p {
    
   
    font-size: 18px;
    color: #ffffff !important;
   
 

}




/* fixing resposiveness */

@media only screen and (min-width: 768px) and (max-width: 991px){

     #about img {
        width: 75%;
        text-align: center;
}
}


@media only screen and (min-width: 576px) and (max-width: 767px){

    #about img {
        width: 75%;
        text-align: center;
}
}


@media (max-width: 575px){
    #about img {
        width: 75%;
        text-align: center;
}
}




@media only screen and (min-width: 768px) and (max-width: 991px){

     .btn-new {
        font-size: 14px;
}
}


@media only screen and (min-width: 576px) and (max-width: 767px){

    .btn-new {
        font-size: 14px;
}
}


@media (max-width: 575px){
    .btn-new {
        font-size: 14px;
}
}




@media only screen and (min-width: 576px) and (max-width: 767px){

    .hide_arrow {
    display: none;
}
}


@media (max-width: 575px){
    .hide_arrow {
    display: none;
}
}



#tips {
   

}

@media (max-width: 575px){
.theme {
    
    height: 200px;
    border: 5px solid #fff;
    text-align: center;
    background-color: #fff;
    
    margin-bottom: 20px;
     filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
      width: 110px;

}

.theme p{

    font-size: 10px;
    
    
   
 }

}
@media (max-width: 575px){
    .anchor {
      display: block;
      height: 200px; /*same height as header*/
      margin-top: -200px; /*same height as header*/
      visibility: hidden;
    }
}

@media (max-width: 575px){
.section-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.services-inner-box {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
}


