@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700&display=swap');

.Frank-font{
    font-family: 'Frank Ruhl Libre', serif;
}
.num a{
    color:#00015b;
}
.num a:hover{
    color:#e4cf5c;
}
ol{
   color:#00045b; 
}

h4{
    color:#00045b;
}

body{
     font-family: 'Frank Ruhl Libre', serif;
}

@media (min-width: 1024px){
.container {
    max-width: 980px;
}
}
.content-image{
    width:100%;
}

.content-image img {
    max-width: 100%;
    height: auto;
}
.header-top a{
    text-decoration: none;
}
#content{
    max-width:100% !important;
    flex: 0 0 100% !important;
}
.header-top{
    position: relative;
    width: 100%;
    padding: 15px 0;
        z-index: 20;
    background: #fff;
}

.logo-top{
    position: relative;
}
logo-top img{
    max-width: 100%;
}
.flg-bx {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.flg-bx  a{
    padding-left: 10px;
}
.flg-bx  a img{
    max-width: 100%;
}


.social-bx-top {
    padding:5px 0 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.social-bx-top a {
    padding-right: 10px;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 17px;
    color: #000066;
    position: relative;
     transition: all 0.5s ease;
}
.social-bx-top a:last-child{
    padding-right: 0;
}
.social-bx-top a:first-child{
  padding-right: 20px;
}
.social-bx-top a:first-child:after{
    position: absolute;
    right: 8px;
    width: 2px;
    height: 14px;
    background: #e4cf5c;
    content: "";
    top: 5px;
    
}
.social-bx-top a:hover{
    color: #e4cf5c;
     transition: all 0.5s ease;
}

.contact-top{
    position: relative;
    width: 100%;
    
}

.contact-top p{
    text-align: right;
    color: #000;
     font-family: 'Frank Ruhl Libre', serif;
    color: #000066;
    font-size: 15px;
    margin-bottom: 0;
    
}

.contact-top span{
    padding: 0px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.contact-top span a{
    padding: 0 8px;
    color: #000066;
    font-size: 20px;
    font-weight: 400;
}
.contact-top span a:last-child{
    padding-right: 0;
}


/* menu style here */

.menu-main{
    position: relative;
    width: 100%;
    background: #000066;
      -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}



.menu-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    animation: smoothScroll 1s forwards;  
    z-index: 20;
}

.success_msg h1{
    color:#000066;
    font-family: 'Frank Ruhl Libre', serif;
      position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}





@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}






.menu-main ul li{
    padding: 8px 8px;
}


.menu-main a{
    position: relative;
    
}

.menu-main .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #e4cf5c;
}
.menu-main .navbar-dark .navbar-nav .active>.nav-link{
     color: #e4cf5c;
}
.menu-main .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
     transition: all 1s ease-in-out;
}
.menu-main  .dropdown-toggle::after {
display: none;
}


 .menu-main a::before {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #e4cf5c;
    transition: width 0.5s;
    bottom: -8px;
    position: absolute;
   
}   
.menu-main a:hover::before {
    width: 99.8%;}   




.menu-main .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
   overflow:hidden;
    float: left;
    min-width: 120px;
    padding: 0px 0px;
    margin: 8px 0 0;
    font-size: 1rem;
    color: #000066;
    text-align: center;
    list-style: none;
    background-color: #e4cf5c;
    background-clip: padding-box;
    border: 0;
    border-radius: 0rem;
    font-weight: 300;
    font-size: 18px;
   animation: smoothScroll 1s forwards;  
	-webkit-animation-fill-mode: both;

    display: none;
    

}




.menu-main .dropdown-menu {

	opacity: 0;
	
	display: none;
	z-index: 999;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}


@media (min-width: 1200px){

li.nav-item.dropdown:hover .dropdown-menu  {
	opacity: 1;
 
    display: block;
    animation: smoothScroll 1s forwards;  
}

}






.menu-main ul.dropdown-menu.show{
      
      display: block;
    animation: smoothScroll 1s forwards;  
        opacity: 1;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}












.dropdown-menu.collapsing {
  display: block;
}






@media (min-width: 992px) {
  .dropdown-menu {
    padding: 0;
    margin-top: 0!important;
    border: 0!important;
  }
  .dropdown-menu:before {
    content: "";
    display: block;
    padding-top: .5rem;
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    padding-bottom: .5rem;
  }
    
 .navbar-expand-lg .navbar-nav .dropdown-menu {
  
    top: 59px;
}   
}


@media (max-width: 992px) {
  .dropdown-menu {
    padding: 0;
    margin-top: 0!important;
    border: 0!important;
  }
  .dropdown-menu:before {
    content: "";
    display: block;
    padding-top: .5rem;
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    padding-bottom: .5rem;
  }
}




li.nav-item.dropdown a::before {
    display: none;
}



.menu-main .dropdown-menu li{
    text-decoration: none;
    border-bottom: 1px solid #d1b324;
    padding: 5px 0;
 
    
}
.menu-main .dropdown-menu li:last-child{
    border: 0;
}

.menu-main .dropdown-menu a{
    text-decoration: none;
    padding: 3px 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    
}

.menu-main .dropdown-menu li a:after{
    display: none;
}


.menu-main ul.nav.navbar-nav.text-center {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu-main .navbar-toggler {
    padding: 2px 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e4cf5c;
    border: 1px solid black;
    border-radius: 2px;
}


.menu-main .navbar {

    padding: 0rem 1rem;
}




/* banner style here */


.banner-main{
    position: relative;
    width: 100%;
 
}
.banner-main img{
    width: 100%;
}


@media (mIN-width: 1200px){
.banner-main{
height: 450px;
}  
.carousel-item,    
.carousel-inner{
     height: 450px;   
    }   
    
.banner-main.home-baner  {
height: auto;
}   
    
.banner-main.home-baner .carousel-item,    
.banner-main.home-baner .carousel-inner{
     height: auto;
    }     
    
    
}
.banner-main .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 82px;
    left: 0%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 102, 0.46);
    width: auto;
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.banner-main  h5 {
    font-size: 42px;
    font-weight: 300;
    margin: 0;
}

.banner-main  h6 {
    font-size: 19px;
    font-weight: 300;
    margin: 10px 0 20px;
    line-height: 28px;
}

.banner-main  h6 b{
    font-weight: 600;
    text-transform: uppercase;
}

.banner-main  .carousel-indicators {
   
    bottom: 66px;}

.banner-main  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.banner-main .carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}

.bottom-country {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 468px;
    background: rgba(0, 0, 102, 0.46);
    padding: 5px 8px;
    text-align: center;
}

.bottom-country a{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
         transition: all 0.5s ease;
}
.banner-main .carousel-caption.d-none.d-md-block span a {
    font-size: 32px;
    line-height: 0;
    color: #fff;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
}


.bottom-country a:hover{
    color: #e4cf5c;
}
@media (max-width: 767px){
.banner-main .carousel-indicators {
    bottom: -19px;
}
    
 .bottom-country {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 460px;
    background: rgba(0, 0, 102, 0.46);
    padding: 5px 8px;
    text-align: center;
}
 .bottom-country a {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    text-decoration: none;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}   
    
    
}
/* welcome box */


.welcom-section{
    position: relative;
    width: 100%;
    padding: 30px 0;
    background: #eee;
        float: left;
}
.welcom-inner{
    background: #fff;
    padding: 40px 40px 20px;
    width: 100%;
    float: left;
}


.welcom-inner p{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.welcom-inner p span{
    font-weight: 700;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.welcom-inner p span a{
    text-decoration: none;
     color: #000066;
}
.welcom-inner p span a:hover{
    color: #e4cf5c;
    transition: all 0.5s ease;
}

.welcom-inner  ul {
    margin-top: 0;
    margin-bottom: 20px;
   padding: 0;
}

.welcom-inner  ul  li{
    font-family: 'Roboto', sans-serif;
    color: #000066;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    padding-left: 11px;
    margin-bottom: 15px;
}

.header-sty{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.header-sty h2 {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 32px;
    color: #000066;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    
}

.header-sty h2:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 130px;
    height: 5px;
    background: #e4cf5c;
    bottom: 0;
    
}

.our-vetting{
    background: #e4cf5c;
        position: relative;
    width: 100%;
    padding: 30px 0;
     float: left;
}



.five-bx{
    position: relative;
}
.img-text{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.img-text:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
     background: rgba(0, 0, 102, 0.34);
      -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}
.img-text:hover:after{
        width: 100%;
    height: 100%;
    transition:  .5s ease;

    opacity: 1;
}

.img-text img{
    width: 100%;
    transition: transform .5s ease;
      filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.img-text:hover img{
     transform: scale(1.2);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
      -webkit-transition: all .8s ease-in-out; 
}

.img-text span{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: 0;
    margin: auto;
    text-align: center;
    padding: 0;
      font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}
.img-text span:hover{
    color: #e4cf5c;
    transition: all 0.5s ease;
}


@media (min-width:992px){
.five-bx .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.img-text{
    position: relative;
    margin-bottom: 0px;
}    
    
}


@media (max-width:992px){
.five-bx .col-md-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}

@media (max-width:767px){
.five-bx .col-md-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}
@media (max-width:500px){
.five-bx .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (max-width:767px){
.img-text span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    top: 0;
    margin: auto;
    text-align: center;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

}


.clientregistration{
    position: relative;
}
.clientregistration img{
    max-width: 100%;
}


.clientregistration .header-sty h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    content: "";
    width: 130px;
    height: 5px;
    background: #e4cf5c;
    bottom: 0;
}

.clientregistration .header-sty h2 {

    text-align: left;
   
}

.clientregistration h4 {
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #000066;
    margin: 33px 0 10px;
}

.clientregistration ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    margin-left: 15px;
}

.clientregistration ul li {
    font-family: 'Roboto', sans-serif;
    color: #000066;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 11px;
    margin-bottom: 8px;
    padding-left: 0px;
}

.right-img-bx{
    position: relative;
}
.right-img-bx img{
    margin: 15px 0;
}


.link-texts ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
        margin-left: 0;
}

.link-texts ul li a {
    font-family: 'Roboto', sans-serif;
       color: #000066;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

.link-texts ul li a:hover{
    color: #e4cf5c;
}

.table.table.table-bordered.fees {
    margin-bottom: 30px;
}

.table.table.table-bordered.fees thead  th{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.table.table.table-bordered.fees thead  td{
      text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
}

.table.table.table-bordered.fees tbody td{
    text-align: center;
    padding: 20px 8px;
    font-family: 'Roboto', sans-serif;
        vertical-align: middle;
}


.table.table.table-bordered.fees tbody td span {
    width: 100%;
    float: left;
    margin: 5px 0 15px;

}
.table.table.table-bordered.fees tbody td span strong{
      font-weight: 600;
}




.well.well-sm.contact-form {
    margin: 20px 0;
    padding: 10px 0 20px;
     font-family: 'Roboto', sans-serif;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-family: 'Roboto', sans-serif;
}


.contact-form textarea {
    min-height: 150px;
}


.contact-form ::-webkit-input-placeholder { /* Chrome */
    color: #cbcccd;
    font-size: 12px;
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
     color: #cbcccd;
    font-size: 12px;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
     color: #cbcccd;
    font-size: 12px;
  opacity: 1;
}
.contact-form :-moz-placeholder { /* Firefox 4 - 18 */
     color: #cbcccd;
    font-size: 12px;
  opacity: 1;
}
.contact-form button{
    background: #000066;
    color: #fff;
    float: right;
    border: 0;
    border-radius: 2px;
    padding: 10px 30px;
     font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.contact-form button:hover{
        color:#e4cf5c;
}
.address_contact{
    display:flex;
}

.captcha{
  width: 25%;
  height: auto;
  display: contents;
}
.captcha_button{
  background: #000066;
  color: #fff;
  float: right;
  border: 0;
  border-radius: 2px;
  padding: 5px 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.captcha_txt{
width: 6%;
}



.address{
    position: relative;
    width: 100%;
}

.address h3{
    font-size: 22px;
}

.gray-box {
    background: #ffffff;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.1);
        text-align: center;
    margin-bottom: 20px;
}

.gray-box span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}




@media (max-width:767px){
    
 .gray-box {

    width: 100%;
    max-width: 100%;

}   
    
    
}

/* footer*/





.footer-min{
    width: 100%;
  background: #000066;
    min-height: 500px;
    float: left;
    position: relative;
    padding: 30px 0 0;
}

.footer-min h2{
     font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-bottom: 25px; 
}


.footer-min h3{
     font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding-bottom: 18px; 
}
.footer-min  p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
}

.footer-min ul{
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    
}
.footer-min ul li a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
}
.footer-min ul li a:hover{
    color: #e4cf5c;
    transition: all 0.5s ease;
}

.footer-right {
     position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 
}
.foot-social{
    position: relative;
    margin-bottom: 50px;
    float: right;
}
.foot-social a {
    background: #fff;
    margin-left: 5px;
    text-align: center;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #2a2866;
        font-size: 20px;
    text-decoration: none;
}

.foot-social a:hover{
     background:#e4cf5c;
    transition: all 0.5s ease;
}


.footer-bottom{
    background: #000049;
    padding: 15px 0; 
    width: 100%;
    position: relative;
    float: left;
}

.foot-btm-link{
    position: relative;
    text-align: center;
        font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
}








.foot-btm-link a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 5px;
}
.foot-btm-link  a:hover{
     color:#e4cf5c;
    transition: all 0.5s ease;
}




@media (max-width:992px){
    
    .menu-main  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 2px;
    vertical-align: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
 .menu-main a::before {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #e4cf5c;
    transition: width 0.5s;
    bottom: -8px;
    position: absolute;
   
}   
.menu-main a:hover::before {
    width: 99.8%;}    
    
    
.menu-main .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 8px 0 0;
    font-size: 1rem;
    color: #000066;
    text-align: center;
    list-style: none;
    background-color: #e4cf5c;
    background-clip: padding-box;
    border: 0;
    border-radius: 0rem;
    font-weight: 300;
    font-size: 18px;
      transition: padding-bottom 0.75s cubic-bezier(0.6, 0.4, 0.25, 0.75), background-color 2s;
    /* border-bottom: 1px solid #000; */
}    
    
    
    
.navbar {

    padding: 2px 1rem;
}
    
 .menu-main.fixed {
    position: fixed;
    top: 87px;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 50;
     max-height: 400px;
    overflow-y: scroll;

}   
    
.menu-main ul li {
  
    width: 100%;
}
    
   
 .logo-top{
            -webkit-transition: position 10s;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: position 10s;
    }   
    
 .fixed-tops{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 40;
    background: #fff;
    margin-top: 0px !important;
         padding: 5px 0;
}

.logo-top.fixed-tops img {
    max-width: 180px;
}


@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
   
    
    
    
}



@media (max-width:767px){
    
    .footer-right {
     position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align:  center;
            align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 
    }
    
   .contact-top span a {
    padding: 0 8px;
    color: #000066;
    font-size: 15px;
    font-weight: 400;
   line-height: 15px;    
}  
    
.contact-top p {
    font-size: 13px;
    margin-bottom: 0;
}    
.social-bx-top a {
    
    font-size: 15px;

} 
.footer-min {
padding: 30px 0 20px;
}    
    
    

}


@media (max-width:575px){
.logo-top {
    position: relative;
    text-align: center;
    margin-top: 22px;
}

.flg-bx{  box-shadow: -1px 2px 5px 0px #1111110d;
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}   
    
 .contact-top span a {
    padding: 0 8px;
    color: #000066;
    font-size: 15px;
    font-weight: 400;
}   
    
}


