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;
}

/*--navbar--*/
.navbar{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    font-family: 'Karla', sans-serif;
}
.navbar-light  .navbar-nav{
    margin-left: 10vw!important;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
    display: block;
    padding: 0 20px 0;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color:#fff;
    transition: width .3s
    box-sizing:border-box;
}
.navbar-light .navbar-nav .active>.nav-link::after{
    width: 100%;
    transition: width .3s;
     box-sizing:border-box;
}
.navbar-light .navbar-nav .nav-link:hover::after{
    width: 100%;
    transition: width .3s;
     box-sizing:border-box;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    display: block;
    padding: 0 20px 0;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    display: block;
    padding: 0 20px 0;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.toggledivonly{
    margin-top: 20px;
}
.rightmenubar{
    color: #fff;
    font-size: 24px;
}
.positionnav{
    float: right!important;
}
.navbar-fixed-top.scrolled {
  background-color: rgb(0,0,0,0.6) !important;
  width: 110%;
  height: 70px;    
  transition: background-color 200ms linear;
}
.dropdown-nav1{
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 1px 20px 10px;
    margin: 0px;
}
.dropdown-nav1 li{
    list-style: none;
    margin-top: 10px;
}
.dropdown-nav1 li a{
    color: #333;
    display: block;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.dropdown-nav1 li a:hover{
    color: #000;
}
.aboutdropdown1:hover > .dropdown-nav1{
    display: block;
}
.dropdown-nav2{
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 1px 20px 10px;
    margin: 0px;
}
.dropdown-nav2 li{
    list-style: none;
    margin-top: 10px;
}
.dropdown-nav2 li a{
    color: #333;
    display: block;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.dropdown-nav2 li a:hover{
    color: #000;
}
.aboutdropdown2:hover > .dropdown-nav2{
    display: block;
}
.dropdown-nav3{
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 1px 20px 10px;
    margin: 0px;
}
.dropdown-nav3 li{
    list-style: none;
    margin-top: 10px;
}
.dropdown-nav3 li a{
    color: #333;
    display: block;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.dropdown-nav3 li a:hover{
    color: #000;
}
.aboutdropdown3:hover > .dropdown-nav3{
    display: block;
}

/*--banner--*/
 .pic-wrapper {
  position: relative;
  width: 100%;
  height:110vh;
  overflow: hidden;
}

figure1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
    
  /*animation*/
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/security.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/house-keeping.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/manpower.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/office-boy.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/slide5.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);
}
}
.banner-btn{
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    background-color: rgb(215, 164, 119);
    border: 2px solid rgb(215, 164, 119);
    outline: none!important;
    padding: 22px 48px;
    font-family: 'Karla', sans-serif;
}
.banner-btn:hover{
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/*-- about section --*/
.about_heading{
    font-size: 40px;
    line-height: 52px;
    color: #141414;
    width: 70%;
    margin-left: 20%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.aboutcontentdiv{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.about_text{
    font-size: 14px;
    font-weight: bold;
    color: #d7a477;
    margin-left: 10%;
    letter-spacing: 2px;
    margin-top: 30px;
    text-align: center;
}
.aboutsecond_heading{
    color: #141414;
    font-family: 'Karla', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}
.aboutsecond_heading{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #7e505f;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.aboutsecond_text2{
    color: #7e505f;
    text-align: justify!important;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: 'Antic Didone', serif; 
}

.about-btn2{
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
    color: #fefdfd;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #7e505f;
    border: 2px solid #7e505f;
    outline: none!important;
    padding: 12px 48px;
    font-family: 'Karla', sans-serif;
}
.about-btn2:hover{
    color: #fff;
    background-color: #5e5e5e;
    border: 2px solid #5e5e5e;
}

/*-- services --*/
.service-name{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    color: rgb(215, 164, 119);
    letter-spacing: 1px;
    font-family: 'Antic Didone', serif; 
    text-transform: uppercase;
}
.testiservice-heading{
    white-space: nowrap;
    font-size: 44px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(20, 20, 20);
    letter-spacing: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.servicecarousel{
    height: 550px;
}

/*-- event management --*/
.eventmanagement-name{
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    color: rgb(20, 20, 20);
    letter-spacing: 0px;
    text-align: left;
    width: 50%;
    margin-left: 8%;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.management_heading1{
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.management_text1{
    font-size: 15px;
    line-height: 24px;
    color: #5e5e5e;
    margin-top: 10px;
    width: 94%;
    margin-left: 3%;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Karla', sans-serif;
}
.management_text2{
    font-size: 15px;
    line-height: 24px;
    color: #5e5e5e;
    margin-top: 10px;
    width: 100%;
    margin-left:0%;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.management-btnpart a{
    color: #7e505f;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}
.management-btnpart a:hover{
    color: #141414;
}

/*-- event planning --*/
.eventplan_heading{
    font-size: 40px;
    line-height: 52px;
    color: #141414;
    width: 70%;
    margin-top: 50px;
    margin-left: 20%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.eventplan-btn2{
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fefdfd;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #7e505f;
    border: 2px solid #7e505f;
    outline: none!important;
    padding: 12px 48px;
    margin-left: 10%;
    font-family: 'Karla', sans-serif;
}
.eventplan-btn2:hover{
    color: #fff;
    background-color: #5e5e5e;
    border: 2px solid #5e5e5e;
}

/*-- testinomial --*/
.clientesti-name{
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    color: #7e505f;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.testinomial-text1{
    color: #7e505f;
    text-align: justify;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: 'Antic Didone', serif; 
}
.carotest{
    text-align: center;
    margin-top: 50px;
    width: 70%;
    margin-left: 15%;
}
.testicaroname_heading1{
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.testicaroname_heading2{
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
    text-align: center;
}
/* 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;
    background: transparent;
    z-index: 999;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none!important;
}
.owl-prev{
    left:0px;
}
.owl-next{
    right:0px;
}
.owl-prev i{
    color:#5e5e5e;
    background: #f9f1eb;
    padding: 20px 20px;
    border-style: solid;
    border-width: 0px;
    font-size: 40px;
}
.owl-next i{
    color:#5e5e5e;
    background: #f9f1eb;
    padding: 20px 20px;
    border-style: solid;
    border-width: 0px;
    font-size: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ccc!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: gray!important;
}

/*-- Our Gallery --*/
.transformimage{
    overflow: hidden;
    text-align: center;
}
.transform{
    transition:1s;
    overflow:hidden;
    height: 200px;
}
.transformimage:hover .transform{
    transform:  scale(1.2)
}
.transformimage:hover .transformimage1{
    height:100%;
    width:100%;
}
.imagetext1{
    display: none;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    position:absolute;
    z-index: 999;
    color:white;
    top:33%;
    left:20%;
}
.transformimage:hover  .imagetext1{
      display: block;
}
.transformimage1{
    width:0%;
    height:0%;
    position:absolute;
    background-color:orange;
    opacity:0.2;
    top:0px;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right: auto;
    transform: 2s;
}

/*-- form section --*/
.formleft_heading{
    font-size: 44px;
    line-height: 52px;
    color: #000;
    width: 60%;
    margin-top: 50px;
    margin-left: 20%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.formmain_heading1{
    font-size: 16px;
    font-weight: 600;
    color: #c39770;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.formplan_heading{
    font-size: 40px;
    line-height: 52px;
    color: #141414;
    width: 60%;
    margin-top: 50px;
    margin-left: 20%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.forminputbox{
    border-color: #e6e6e6;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 42px;
    font-family: 'Karla', sans-serif;
    border: none;
    outline: none!important;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    height: 42px;
    padding: 0;
    width: 60%;
    margin-top: 20px;
    margin-left: 20%;
}
.forminputbox1{
    border-color: #e6e6e6;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 42px;
    font-family: 'Karla', sans-serif;
    border: none;
    outline: none!important;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 0;
    width: 60%;
    margin-top: 20px;
    margin-left: 20%;
}

/*-- footer --*/
.footer_heading1{
    font-size: 18px;
    font-weight: 400;
    color: #141414;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    font-family: 'Karla', sans-serif;
}
.footer_text1{
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Karla', sans-serif;
}
.footer_text1:hover{
    color: #7e505f;
}
.addresstest{
    font-size: 14px;
}

/*------ABOUT US PAGE------*/
.aboutbannerheight{
    height:80vh;
}
.bannernavigation{
    margin-top: 25vh;
    text-align: center;
}
.banner_homered{
    font-size: 13px;
    line-height: 22px;
    color: #fefdfd;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}
.banner_homered:hover{
    color: rgba(254,253,253,.85);
}
.banner_homedivid{
    color: rgba(254,253,253,.85);
    font-size: 13px;
    line-height: 22px;
}
.banner_homered2{
    color: rgba(254,253,253,.85);
    font-size: 13px;
    line-height: 22px;
}
.aboutpageentry-title{
    font-size: 64px;
    color: #fefdfd;
    font-family: 'Antic Didone', serif; 
    line-height: 68px;
    margin-top: 35vh;
    text-align: center;
}
.aboutmainpage_heading{
    font-size: 40px;
    line-height: 52px;
    color: #141414;
    width: 70%;
    margin-left: 20%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.aboutmainpage-btn2{
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
    color: #fefdfd;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #7e505f;
    border: 2px solid #7e505f;
    outline: none!important;
    padding: 12px 48px;
    font-family: 'Karla', sans-serif;
    margin-left: 10%;
}
.aboutmainpage-btn2:hover{
    color: #fff;
    background-color: #5e5e5e;
    border: 2px solid #5e5e5e;
}
.aboutmaintextpart{
    color: #5e5e5e;
    width: 70%;
    text-align: justify;
    margin-left: 15%;
    font-size: 15px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Karla', sans-serif;
}
.aboutmaintextpartservicepages{
    color: #5e5e5e;
    text-align: justify!important;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: 'Antic Didone', serif;f;
}
.aboutmaintextpart2{
    color: #5e5e5e;
    width: 70%;
    text-align: justify;
    margin-left: 15%;
    font-size: 15px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Karla', sans-serif;
}
.testiservice-headingtextabout{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #7e505f;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}

/*--our team--*/
.ourteam-heading{
    font-family: 'Antic Didone', serif; 
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
}
.ourteam-heading:hover{
    color: #5e5e5e;
}
.ourteam_subtitle{
    color: #5e5e5e;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}
.profileimage1{
    width:100%;
    height: 120px;
    margin-top: 20px;
}
.profileimage2{
    width:100%;
    height: 240px;
    margin-top: 20px;
}
.textonimage{
    position: absolute;
    display: none;
    top: 85%;
    left: 28%;
}
.teamiconhover{
    margin-right: 20px;
    font-size: 22px;
    line-height: 22px;
    display: block;
    opacity: .7;
    color: #fefdfd;
}
.teamiconhover:hover{
    color:#fff;
    opacity: 1;
}
.hoverimage:hover > .textonimage{
    display: block;
}

/*--Budget Calculator--*/
.formplan_heading1111{
    font-size: 40px;
    line-height: 52px;
    color: #141414;
    width: 100%;
    margin-top: 100px;
    margin-left: 0%;
    text-align: center!important;
    font-family: 'Antic Didone', serif;  
}
.budget-calculator{
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}
.selectbox-section{
    border-color: #e6e6e6;
    line-height: 1em;
    text-indent: .01px;
    min-width: 100px;
    width: 100%;
    height: 42px;
    padding: 0 40px 0 0;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
}
.budgetdate-select{
    color: #5e5e5e;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Karla', sans-serif;
}
.budget-calculator2{
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
}

/*-- main content page --*/
.ourteam_subtitle111a{
    color: #5e5e5e;
    font-size: 13px;
    margin-top: 10px;
    line-height: 24px;
    text-align: left;
}
.ourteam-heading111a{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: #141414;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .05em;
    font-family: 'Karla', sans-serif;
}
.ourteam-heading111a:hover{
    color: #5e5e5e;
}

/* footer */
.footer-links li{
    list-style: none;
    text-align: center;
    margin-left: -40px;
}
.footer-links li a{
    color: #e8e8e8;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}
.footer-text2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    float:right;
    color: #b7bec3;
}
.footer-text3{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    float:left;
    color: #b7bec3;
}
.footer-text4{
    color: #e8e8e8;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}
.footer-icon{
    color: #011f44;
    font-size: 24px;
    width: 34px;
    height: 34px;
    padding-top: 5px;
    margin-right: 10px;
    background-color: #80acd2
}
.footer-links-ref{
    color: #fff;;
}
.footer-links-ref:hover{
    color: #fff;;
}

/* about us page */
.aboutsecond_heading-ourstory{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #7e505f;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Antic Didone', serif;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.aboutsecond_text2-ourstory{
    color: #7e505f;
    text-align: justify!important;
    font-size: 19px;
    line-height: 30px;
    width: 70%;
    margin-left: 15%;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: 'Antic Didone', serif; 
}
.counter {
    background-color: #011f44;
    padding: 20px 0;
    border-radius: 5px;
}
.navbar-nav .show > .nav-link {
  color: #fff !important;
  background-color: none !important;
}