   
.header__top {
	
  	 background: #2e8cca;
  }

.header__top__left {
 
    padding: 12px 0;

}

.header__top__left li {

    font-size: 13px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}


.header__top__left li i {

    font-size: 15px;
    margin-right: 5px;
}

ul, ol {

    padding: 0;
    margin: 0;

}

.social li {
 
    display: inline-block;
    margin-right: 10px;
}

.social li a {

    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #2e8cca;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
}

.about-img img {
    
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 25%;

}

.photo-banner-end {
  
    position: relative;
    width: auto;
    height: auto;
    background-color: #2e8cca;
    color: #fff;
    border: 4px solid #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: 2rem;
    bottom: auto;

}

 .banner-text {

    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.navbar {
   
       transition: .3s all ease;
       background: #fff;

}

.service_side {
 
   padding: 3em;
   background: linear-gradient(rgba(0, 0, 0,0),rgba(0, 0, 0,0)),url(../img/back-img.jpg) no-repeat;
   background-size: cover;
   position: relative;
   height: auto;
   background-attachment: fixed;

}


.Services-tab a {
           
    text-decoration: none;

}

.service_side .text{

   color: rgba(46,140,202,.9);
   text-align: center;
}


.folded-corner:hover .text{
   
    visibility: visible;
    color: #FFF;;
}

.Services-tab{
    
    margin-top:20px;
}

.folded-corner{

     padding: 25px 25px;
     position: relative;
     font-size: 90%;
     text-decoration: none;
     color: #999; 
     background: transparent;
     transition: all ease .5s;
     border: 1px solid rgba(255,255,255,.9);
}

.folded-corner:hover{

    background-color: rgba(46,140,202,.9);
    color: #FFF;
}


.folded-corner:before {
 
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
     border-width: 0 0px 0px 0;
     border-color: #ddd #000;
     transition: all ease .3s;
}


.folded-corner:hover:before {

    background-color: #D00003;
    border-width: 0 50px 50px 0;
    border-color: #eee #000;
  
}

.service_tab_1{

    background-color: #000;
}
.service_tab_1:hover .fa-icon-image{
 
      color: #FFF;
      transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
    
    color: rgba(46,140,202,.9);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}


.bg-footer {

    background-color: #0d2129!important;
}

footer  {

    padding: 3rem 0;
}

footer ul li a {

   text-decoration: none;
   color: #fff;
}

.lists li {

    list-style-type: none;

}

.bg-color {

    background-color: #2e8cca;
}

.head-set {

    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    background: linear-gradient( rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.96) ),
                url(../img/head-set.jpg) center center;
    color: #fff;
   
}

.heads {
   
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 30px;
    border: 2px solid #2e8cca;
    background-color: rgba(0, 0, 0, 0.63);
    line-height: 1.3;
    font-weight: 400;

}

.breadcrumb-item a {

   text-decoration: none;
   color: #fff;

}


.contacts .form-group {
     
     margin-top: 20px
}

.contacts  .first {
    margin-top: 0 !important
}

.contacts  .form-control {
    border-radius: 0
}

.contacts  .form-group label {
    font-size: 9px;
    font-weight: bold
}

.contacts  .form-group span {
    color: rgb(255, 0, 0)
}

.contacts  .form-control:focus {

    border: 1.5px solid #adb5bd;
    border-radius: 0;
    box-shadow: none;
    background: #2e8cca12;
    letter-spacing: 1px;
    color: #000
}

.contacts .form-check-label {
    
     font-size: 9px;
    font-weight: bold
}

.contacts .btn-block {
    
    border-radius: 0;
    border: none;
    background: blue;
    margin-top: 10px;
    padding-top: 0px;
    background: #2e8cca;
}

.contacts  .btn-block:hover {
    
    background: #2e8cca;

}

.contacts  .btn-block:focus {
    
    box-shadow: none;
    background: #2e8cca !important;
}

.contacts  .btn-primary span {

    font-size: 12px
}

.ps-set {

    padding: 3rem;
}

@media (max-width: 991.98px) {
 
 .ps-set {
   
    padding: 1rem;
  
  }

}

.lists li a {

   text-decoration: none;
   color: #000;
}