body,html{
    margin: 0px;
    margin-right:0px;
    margin-left: 0px;
    padding:0px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color:#E1EFF8;
    font-family: 'Averia Serif Libre', cursive;
}

/*--navbar--*/
.navbar{
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
    white-space: nowrap;
}
.navbar-brand{
    font-size: 32px;
    font-weight:400;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: darkblue;
    display: block;
    padding: 0 20px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    display: block;
    padding: 0 20px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: darkblue;
    display: block;
    padding: 0 20px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: darkblue;
    font-size: 18px;
    text-transform: uppercase;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*--banner--*/
 .pic-wrapper {
  position: relative;
  width: 100%;
  height: 84vh;
  overflow: hidden;
}

figure1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 36s linear infinite 0s;
  -o-animation: slideShow 36s linear infinite 0s;
  -moz-animation: slideShow 36s linear infinite 0s;
  -webkit-animation: slideShow 36s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/banner1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 { 
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/banner2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/banner3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/banner4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}    
.pic-5 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -webkit-animation-delay: 24s;
  background: url(../images/banner5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
}

.pic-6 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -webkit-animation-delay: 30s;
  background: url(../images/banner6.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
/* keyframes*/
@keyframes 
slideShow {  0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transform:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transform:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% { 
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transform:scale(1);
}
}
/*-- above about --*/
.lda-box__title{
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
}
.btn-outline--red{
    border-color: #e1524b;
    color: #e1524b;
    font-weight: 600;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0px 2px 11px 4px rgba(0,0,0,0.05);
    font-size: 14px;
}
.btn-outline--red:hover{
    border-color: #e1524b;
    color: #fff;
    background-color: #e1524b;
}
.abouticcn{
    font-size: 36px;
    color: #fff;
    padding-top: 30px;
}

/*--about section--*/
.aboutheadingpart{
    color: darkblue;
    font-size: 3em;
    font-weight: 400!important;
    font-style: normal;
    width: 80%;
    margin-left: 10%;
}
.abouttextpart{
    font-size: 19px;
    color: darkblue;
    text-align: justify;
    margin-top: 30px;
    width: 60%;
    margin-left: 20%;    
}
.aboutpartbtn{
    color: #fff;
    border:1px solid darkblue;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 40px 10px;
    background-color: darkblue;
}
.aboutpartbtn:hover{
    color: #fff;
    background-color:#000;
    border:1px solid #000;
}

/*--services section--*/
.servicessectionheading{
    color: #000;
    text-align: center;
}
.aboutheadingpartservice{
    color:#4a403c;
    font-size: 3em;
    font-weight: 400!important;
    font-style: normal;
    width: 80%;
    margin-left: 10%;
}
.abouttextpartservice{
    font-size: 19px;
    color: #4a403c;
    margin-top: 30px;
    width: 60%;
    margin-left: 20%;    
}

.transformimage{
    overflow: hidden;
    text-align: center;
}
.transform{
   transition:3s;
    overflow:hidden;
}
.transformimage:hover .transform{
    transform:  scale(1)
}
.transformimage:hover .transformimage1{
    height:100%;
    width:92%;
}
.imagetext1{
    display: none;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    position:absolute;
    z-index: 999;
    color:white;
    top:46%;
    left:46%;
}
.transformimage:hover  .imagetext1{
      display: block;
}
.transformimage1{
    width:0%;
    height:0%;
    position:absolute;
    background-color:black;
    opacity:0.6;
    top:0px;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right: auto;
    transform: 2s;
}

.aboutheadingpartgall{
    color: #000;
    white-space: nowrap;
    font-size: 1.6em;
    font-weight: 400;
    padding-top: 20px;
    font-style: normal;
    padding: 15px 10px 5px;
}
.abouttextpartgallery{
    font-size: 19px;
    color: #000;
    margin-top: 10px;
    padding: 5px 10px 5px;    
}
.aboutpartbtngallery{
    color: #fff;
    border:1px solid darkblue;
    border-radius: 5px;
    margin-top: 0px;
    padding: 10px 40px 10px;
    background-color: darkblue;
}
.aboutpartbtngallery:hover{
    color: #fff;
    background-color:#000;
    border:1px solid #000;
}

/*-- Gallery --*/
.transformimage5{
    overflow: hidden;
    text-align: center;
}
.transform5{
   transition:3s;
    overflow:hidden;
}
.transformimage5:hover .transform5{
    transform:  scale(1)
}
.transformimage5:hover .transformimage15{
    height:100%;
    width:95%;
}
.imagetext2{
    display: none;
    font-size: 16px;
    font-weight: 600;
    background-color: darkblue;
    padding: 10px 10px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position:absolute;
    z-index: 999;
    color:white;
    top:46%;
    left:46%;
}
.transformimage5:hover  .imagetext2{
      display: block;
}
.transformimage:hover  .imagetext2{
      display: block;
}
.transformimage15{
    width:0%;
    height:0%;
    position:absolute;
    background-color:black;
    opacity:0.6;
    top:0px;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right: auto;
    transform: 2s;
}

/*-- footer --*/
.aboutheadingpartfooter{
    color: #44392e;
    font-size: 1.5em;
    font-weight: 400;
    padding-top: 20px;
    font-style: normal;
}
.abouttextpartfooter{
    font-size: 16px;
    color: #000;
    margin-top: 0px; 
}
.footerbrand-name{
    font-size: 28px;
}

/*---------CONTACT US-------*/
.title__subtitlecontact{
    margin-bottom: 10px;
    font-size: 1.400em;
    color: #333;
}
.title__primarycontact{
    margin: 0;
    line-height: 1.333em;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.title__text{
    color: #333;
    margin-top: 30px;
}
.contact-info__item__text{
    font-weight: 400;
    margin-top: 10px;
    font-style: normal;
    color: darkblue;
}
.contact-info__item__icon{
    width: 1.667em;
    height: 1.667em;
    padding: 1px;
    line-height: 1.667em;
    margin-right: 10px;
    background: darkblue;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
.form-validation-item{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
}
.form-validation-itemtextarea{
    display: block;
    width: 100%;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
}
.form-submit{
    padding: 0 30px 0;
    border: none;
    outline: 0;
    color: #fff;
    height: 45px;
    background:darkblue;
    text-transform: uppercase;
}

/**Testinomial**/
.testinomial-part{
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1.4px;
}
.review1{
    font-size: 18px;
    font-weight: 600;
    color: #ff5e14;
    text-align: center;
    justify-content: center;
    margin-top: 5%;
}
.review2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
}
.reviewimg1{
    vertical-align: middle;
    text-align: center;!important;
}
.review3{
    font-size: 15px;
    line-height: 25px;
    color:#061538;
    text-align: center;
    justify-content: center;    
}
.carouselimg{
    width:50px!important;
    height: 50px;
    size:cover;
    margin-left: 45%;
}
.single-testi{
    text-align: left;
}
.customer1{
    background:none;
    text-align: left;
    padding: 5px 30px;
    position: relative;
    color:#fff;
}
.reviewfab{
    color: orange;
}
.customer2{
    color:#fff;
}
.carouselimg1{
    width:30px!important;
    height: 30px;
    margin-bottom: 10%;
    size:cover;
    margin-left: 45%;
}
.de_testi {
    display: block;
    margin-bottom: 10px;
    color: #ddd;
    font-size: 13px;
    margin-left: 10px;
    color: #606060;
    font-weight: 400;
}
.de_testi blockquote {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #eceff3;
    margin: 0;
    border: none;
    padding: 10px 10px 10px;
    background: rgba(0,0,0,0.5);
    font-style: normal;
}
.de_testi_by{
    color: darkblue;
    font-size: 12px;
}
/* Next and previous */
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
    position:absolute;
    top:60%;
    border-radius: 50%;
    width:30px;
    height: auto;
    outline: none!important;
    background: transparent;
    z-index: 999;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red!important;
}
.owl-prev{
    left:40%;
}
.owl-next{
    right:40%;
}

.owl-prev i{
    color:#fff;
    background-color:transparent;
    padding: 15px 10px 5px;
    font-size: 20px;;
}
.owl-next i{
    color:#fff;
    background-color:transparent;
    padding: 15px 10px 5px;
    font-size: 20px;
}

/*--yellow divider--*/
.btn-big {
    font-size: 14px;
    color: #eceff3;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px #fff;
    padding: 10px 30px 10px 30px;
}

/*--our work--*/
.work-headingmain{
    font-weight: 400;
    color: #333;
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1.4px;
}
.work-headingmain:before {
    bottom: -1px;
    content: "";
    display: block;
    top: 87%;
    height: 5px;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
    background: #000000;
}

.work-headingmain:after {
    background: #89b943;
    content: "";
    display: block;
    height: 2px;
    margin-top: 8px;
    width: 157px;
    margin-left: 43%;
}
.colorfuldiv{
    border: 2px solid darkblue;
    width: 80%;
    margin-left: 10%;
}
.workhead11{
    margin-top: -15px;
    padding: 0 20px 0;
}
.worktext12{
    font-size: 16px;
    padding: 0 20px 0;
}
.workhead{
    font-size: 22px;
    color: #101010;
    text-decoration: none;
    font-weight: normal;
}
.workhead:hover{
    color:#101010;
    text-decoration: none;
}
.workiconrit{
    color: darkblue;
    font-size: 42px;
    font-weight: 400!important;
    margin-top: 20px;
    margin-left: 50px;
}
.workiconrit1{
    color: darkblue;
    font-size: 42px;
    font-weight: 400!important;
    float: right;
    margin-top: 20px;
    margin-right: 50px;
}
.workdotdivider{
    position: absolute;
    left: -42px;
    top:50%;
    color: darkblue;
}
.workdotdivider1{
    position: absolute;
    right: -42px;
    top:50%;
    color: darkblue;
}

/*------ABOUT US------*/
.bannerallabb{
    margin-top: 180px;
    text-align: center;
}
.abouttextpartmainpage{
    font-size: 19px;
    color: darkblue;
    margin-top: 30px;
    text-align: justify;
    width: 60%;
    margin-left: 20%;
}
.historyleftdiv{
    background-color: #fff;
}
.historyimage{
    position: absolute;
    width: 90%;
    left: -10%;
    top: 10%;
}
.historyyear{
    color:darkblue;
    font-size: 2em;
    text-align: left;
    width: 60%;
    margin-left: 20%;
    font-weight: 400;
}
.abouttextpartmainpage2{
    font-size: 19px;
    color: darkblue;
    text-align: justify;
    padding-left: 30px;
    margin-top: 10px;
    width: 80%; 
}
.honourheading{
    color: darkblue!important;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 10px;
    font-size: 30px!important;
    font-weight: 400!important;
}
.honourtext1{
    font-size: 16px!important;
    margin-top: 10px;
    color: darkblue;
    text-align: left;
}
.imageposhovv{
    position: absolute;
    width:250px;
    height:250px;
    left: 50%;
    top: 33%;
}
.contentdiv{
    display: none;
    width: 400px;
    position: absolute;
    top:40%;
    left:10%;
}
.honouronediv:hover >  .contentdiv{
    display: block!important;
    z-index: 9999;
}
.imageposhovv22{
    position: absolute;
    width:250px;
    height:250px;
    left: 75%;
    top: 33%;
}
.contentdiv22{
    display: none;
    width: 400px;
    position: absolute;
    top:40%;
    left:10%;
}
.honourtwodiv22:hover >  .contentdiv22{
    display: block!important;
    z-index: 9999;
}
.contentdiv122{
    display: block;
    width: 400px;
    position: absolute;
    top:40%;
    left:10%;
}
.imageposhovv22:hover >  .honourtwodiv122{
    display: none!important;
    z-index: 88;
}
.imageposhovv:hover >  .honourtwodiv122{
    display: none!important;
    z-index: 88;
}


/*--Events--*/
.eventdivvv{
    margin-top: 20px;
}
.event-dateq234{
    color: darkblue!important;
    margin-bottom: 0.7rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.44;
}
.sc_events_date{
    color: darkblue!important;
}
.sc_events_titleswdef{
    color: #4a403c!important;
    font-size: 27px;
    margin-top: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}
.sc_events_titleswdef:hover{
    color: darkblue!important;
}
.event-rightsldj{
    color: darkblue;
    font-size: 17px;
    margin-top: 20px;
}
.sevasbtn1{
    font-size: 17px;
    margin-top: 20px; 
    background-color: darkblue;
    color: #fff;
    border: none;
    outline: none!important;
}
.sevasbtn1:hover{
    background-color: #000;
    color: #fff;
}





