body{
    font-family: 'Open Sans', sans-serif!important;
}
.main-heading{
    font-size:50px;
    color:#b30412!important;
    font-weight: 400;
}
.main-header-border{
    border-top: 2px solid #edd074!important; width:280px!important;
}
.social-icon{
       /* background-color: #bd2f3d;*/
    border-radius: 50%;
    border: 5px solid #fff;

}
.content{
    font-size:18px;
    line-height: 1.6em;
}
.bg-brown{
    background-color:#b30412;
}
.bg-shadow{
    box-shadow: 0px 0px 2px 2px #ccc;
}
.width-20{
    width:20%;
    float:left;
    padding:15px
}
form{
    width: 100%;
}
.color-light{
    color:#fff!important;
}
.right-border{
    border-right:.5px solid #ccc;
}
.color-blue{
    color:#0061b4;
}
/*.border-shadow{
    box-shadow: 0px 0px 1px 1px #f7f7f7;
   
}*/
ul.navbar-nav li.nav-item{
    padding:0 1em;
   
}
ul.navbar-nav li.nav-item a{
    
    line-height: 76px;
    text-align: center;
    color:#000;
    text-decoration: none;
    font-size: 20px
}
ul.navbar-nav li.nav-item a:hover{
    color:#0061b4;
    
    }
.navbar{
    padding:0 1em;
}
.dropdown-toggle::after{
    display:none;
}
.font-weight-600{
    font-weight:600;
}
.text-blue{
    color:#0061b4;
}
.bg-org{
        background-color: #fed639;
}
.bg-gray{
    background-color:#f3f3f3;
}
.ft-14{
    font-size:14px;
}
.text-gray{
    color:#CCCCCC;
}
.mibile-height{
    line-height: 35px!important;
}
a.mibile-height:hover{
    border-bottom: 1px solid #ccc!important;
}
.carousel-control-next, .carousel-control-prev{
    width:5%!important
}
.carousel-caption{
    left:5%!important;
    right:5%!important;
}
.bg-blue{
    background-color:#0061b4;
}
.form-control{
              height: 44px;
              
          }
.bg-brown{
    background-color: bd2f3d;
}
.body-color{
    background-color:#fff9ed;
}
@media(max-width:767px){
    .width-20{
        width:100%;
    }
    .mobile-nav{
    padding: 0em 0em 0 0;
    }
    .navbar-toggler{
        border: 1px solid #6d6d6d;
    }
    .navbar-toggler-icon{
        
    }
    .fa fa-bars{
        color:#6d6d6d;
    }
    .line-height{
        line-height:30px!important;
    }
    ul.navbar-nav li.nav-item {
    padding: 0 1em;
     border-right: 0px solid #ccc; 
        border-bottom:0.5px solid #ccc; 
}
}

html {
  scroll-behavior: smooth;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#e0bf53!important;
}
.iconzom{
    transition: transform .2s;
}
.iconzom:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.zoo.hover .iconzom{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.img-rotate{
    transition: transform .5s;
}
.icon-img:hover .img-rotate{
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari */
  transform: rotate(360deg); 
}

