  .logoTop {
    margin-top: -19px;
}


.upperfield{
  text-decoration: none!important;
}
.wellbright{
  color: aliceblue;
}
.well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: lightsteelblue!important;
    /*border: 0px solid #e3e3e3!important;*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  }





    
      .aboutheader{
     font-size: 32px;
     font-weight: bold;
     margin-bottom: 20px;
     margin-top: 20px;
     color: #D05A00;
      font-family: Georgia, serif;
   }



.Roman{
    background-color:  #09aebb;
    height: 100px;
    border-top: 3px solid darkOrange    ;
    text-align: center;
     animation: color-me-in 3s; /* other keywords like "infinite alternate" can be useful here */
	}
    @keyframes color-me-in {
  /* You could think of as "step 1" */
  0% {
    background: darkcyan;
  }
  /* You could think of as "step 2" */
  100% {
    background: #88ca00;
  }
}


	@media(max-width:768px){
      .g {
      font-size: 30px!important;
    margin-top: 145px!important;
      }

     .maru{
       margin-top: -13px!important;
      } 
.Roman{
    height: 125px!important;

    }
    .Dean{
    width: 30%!important;
    }
    .logoTop {
        margin-top: -14px;
    }

    .social-icons {
    margin-top: -10px!important;
    display: inline-flex;
    list-style: none;
    font-size: 20px!important;
    float: unset!important;
      }

      .icon {
    color: white;
    font-size: 16px!important;
    font-family: Georgia, serif; 
      }

      #fire {
    width: 100%!important;
    height: 353px!important;
      }

      #pull{
        float: left!important;
        }
      }
        
    .iconcolor{
      color: red;
     }

    .fa-volume-control-phone{
      color: brown;
      }

    .fa-envelope-square{
         color: brown;
      }
      .icon{
        color: white;
        font-size: 17px;
    font-family: Georgia, serif; 
      } 
      .maru{
    margin-top: 34px;
      } 
      .social-icons{
        margin-top: 13px;
        display:inline-flex ;
        font-size: 27px;
        list-style: none;
        float:right;
      }

      .blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.f{color: white;}
.i{color: white;}
.t{color: white;}

 

        .Rick{
          padding: 0px;
        }
       
         
      .g{   
        color: aqua;
    font-size: 40px;
    margin-top: 218px;
}


   .copyRight {
    font-size: 14px!important; 
    color: black;
    font-family: Georgia, serif;
}   

}*/
@media(max-width:800px) and (min-width: ){
  
 #fire{
        width:100%;
        height: 439px;
      }
      .aboutheader{
     font-size: 32px;
     font-weight: bold;
     margin-bottom: 20px;
     margin-top: 70px;
     color: #D05A00;
    font-family: Georgia, serif;
   }

   #clr{
   color: #8A0651;   
   }

       .paragraph{
       letter-spacing: 0.1px;
       color: black;
        margin-top: 35px;
       margin-bottom: 35px;
       font-family: Georgia, serif;
      font-weight: bold;
      font-size: 20px;
      text-align: justify;
   }

   .tom{
    margin-top: 37px;
   }

   .heading{
    font-size: 32px;
    font-weight: 700;
    font-family: Georgia, serif;
    color: #000080;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
     /*Owl carosel css*/

#news-slider{
  margin-top: 30px;
}
  .post-slide{
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
  }
.post-slide .post-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img{
  width: 100%;
  height: 168px;
  transform: scale(1,1);
  transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}
.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
  transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top:45%;
  text-align:center;
  display: block;
  color:#fff;
  font-size:25px;
}

.post-slide .post-title a:hover{
  text-decoration: none;
  color:#3498db;
}
.post-slide .post-description{
  line-height:24px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .post-date{
  color:#a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i{
  font-size:20px;
  margin-right:8px;
  color: #CFDACE;
}
.post-slide .read-more{
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover{
  background: #3498db;
  text-decoration:none;
  color:#fff;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
     top: 36%;
  left: -15px;
  padding: 0 9px 0 9px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
      top: 36%;
  right: 15px;
  padding: 0 9px 0 9px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
  /* Ending of owlcarousel*/   
  .Aboutparagraph{
    font-family:ui-monospace;
  font-size: 32px;
  color: #000080;
  }

  .reqheading{
    font-family:ui-monospace;
font-size: 32px;
color: #000080;
}
.line2{
margin-right: 21px;
margin-top: -20px;
}


@media(max-width: 990px) and  (min-width: 768px){
          .Dean{
            width: 125%;
          }
        .logoTop {
    margin-top: 0px;
      }
        .maru {
    margin-top: 27px;
    }
  .icon {
    font-size: 16px!important;
    }
  }


#box{
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px  #88ca00;
  }
  #box1{
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px  #415c08;
  }



  .btn-info {
    color: #fff;
    background-color: #88ca00!important;
    border-color: none!important;
    margin-top: 12px;
    }

    #bottons{
      margin-bottom: 11px;
    }
    .foothead{
    text-align: justify;
    font-size: 24px;
    font-family: ui-monospace;
    color: #ff0000;
    line-height: 2;
    font-weight: 500;
    /*border: 2px solid orange;*/
    /*background-color: white!important;*/
}
    


  .AboutPara{
    font-size: 16px !important;
    font-family: Georgia, serif;
    color:white;
  }
  .fac{
    
    color: beige;
  }
  .ins{
    color: coral;
  }
  .you{
   color:darkred;
    }


.glyphIc{
  color: orange;
  font-size: 19px;
}
.ulfooter{
padding-left: 5px;
margin-top: 22px;
}
 .f2{font-size: 15px;
        color: orange;
    }


.footerheading{
      color: white!important;
    font-size: 19px !important;
    font-family: Georgia, serif;
}
  #locate{
    color: #415c08;
  }
    .bagrou{
        margin-top: 5px;
      background-color: limegreen;
    }
    
      .textend{
font-size: 9px;
margin-top: 12px;
color:#fff!important;
text-align: center!important;
}
.qts_text{
  float: unset!important;
  text-align: center!important;
}
.qtstext
{
    margin-top: 11px;
    font-size: 17px;
    color: black;
    font-family: Georgia, serif;
}

.qtstext a{

     color: black;
     text-decoration: none!important;
}

      .content{
   background-image: url('assets/leaves-true-leaves-maple-autumn-leaf.jpg');
  background-attachment: fixed;
}
      

    .backgr{
      background-color: #339572!important;
    }
   
    .gly{
      color: red;
    }

    .list{   
color: white;
line-height: 3;
list-style: none;
font-size:17px !important;
    }
    .footerlink {
    font-size: 17px;
    color: white!important;
    text-decoration: none!important;
    font-family: Georgia, serif;
    }
   /*social-icons Starts*/
              
              .social-icons {
  padding-left: 15px!important;
}

.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-icons a {
  color: darkblue;
  text-decoration: none;
  padding: 9px 5px; 

}
.social-icons a :hover{
color:#fff !important;
}


      /*Social -menu*/

      .Tap-Menu ul{
        display: flex;
      }
      
      .Tap-Menu ul li{
        list-style: none;
        margin: 0px 15px;
      }
      .Tap-Menu ul li .fa{
        font-size: 35px;
        line-height: 60px;
        margin-top: 35px;
        /*transition: .3s;*/
      }

      .Tap-menu ul li a{
        position: relative;
        display: block;
        transition: .6s;
        box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
      }
      .Tap-menu ul li a:hover{
        transform: translate(0,-10%);
      }

      .padin{
        padding: 0px;
      }

      .card{
        border: 1px solid white;
        padding: ;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        margin-top: 2px;
        margin-bottom: 20px;
      }
      .card:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    }
    #omgCard{
      width: 25%;
      height: 133px!important ;
    }
    .mtop{
      margin-top:    30px;
      margin-bottom: 35px;
    }
    .memb{
        font-size: 16px;
        font-family: Georgia, serif;
     }
    
    #omgCards{
      width: 25%;
      height: 150px!important ;
    } 

    .omgPro{
      margin-top: 31px;
      width: 100%;
    }

    .toplesi{
      margin-top: 30px;
    }
    .omgImg{
      width: 100%;
      height: 266px;
    }

    .gallery{
      width: 15%;
    }

    .gallhead{
      
     font-family: Georgia, serif;
    margin-bottom: 80px;
    border: 2px solid darkred;
    background-color: #88ca00;
    color: white;
    padding: 9px;
    font-size: 22px;
    width: 35%;

    }
    .Galleryheader{
       font-size: 32px;
     font-weight: bold;
     margin-bottom: 80px;
     margin-top: 30px;
     color: #f0440e;
    font-family: Georgia, serif;
    }
    #text{
      text-decoration: none;
    }

    .formdiv_top{
 margin-top: 46px;
 margin-bottom: 15px;
}
/*.contact{
  font-size: 22px;
  font-family: system-Ui;
  font-weight: bold;
  margin-top: 42px;
  margin-bottom: 10px;
}*/
.contact_Info{
  color: red;
}

.baground{
  background-color: crimson;
}

.toggle-button{
  margin-top: 7px;
}

.Omggal{
  width: 100%;
  height: 330px;
  margin-top: 25px;
  margin-bottom: 25px;
 }

#galvid{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px !important;
}


#OmgCareer{
  text-decoration: none;
  color: black;
}

.bbb{
  background-color: #88ca00;
  margin-top: 57px;
}
.formTop{
      margin-bottom: -54px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: deeppink;
}
