.bord{
    border-radius: 20px;
}
.parent {
    /*display: block;
    position: relative;
    float: left;
    line-height: 30px;
    background-color: #4FA0D8;*/
/*    border-right:#CCC 1px solid;*/
/*    position: relative;*/
}
/*.parent a{margin: 10px;color: #FFFFFF;text-decoration: none;}*/
.parent:hover > ul {
    display:inline-block;
    position:absolute;
}
.parent > ul{
    list-style: none;
    margin: 0;
    padding: 0px; 
    min-width:10em;
    color: black;
    position: absolute;
    left: 100%;
    top:0;
/*    width: 200px;*/
}
.child {
    display: none;

}
.child:last-child {
/*    border-bottom: 1px solid #080b1a;*/
}
.child li {
/*    width: 200px;*/
    font-size: 14px;
    font-weight: 500;
    background-color: #FFFFFF;
/*    line-height: 11px;*/
    border-bottom:#CCC 1px solid;
    border-right:#CCC 1px solid; 
/*    width:100%;*/
    padding: 4px;
/*    left: 100%;*/
    top: 0;
    padding-left: 0px;
/*    margin-left:0px;*/
/*    margin-left:1px;*/
}
.child li:hover {
    background-color: black;
/*    margin-left:1px;*/
}
.child li > a{
    color: #151515;
    display: block;
    line-height: 1;
    letter-spacing: inherit;
/*    padding-left: 10px;*/
    padding: 10px 30px;
    text-decoration: none;
/*    color: #F0F8FF;*/
/*    background-color: pink;*/
/*    margin: auto;*/
    width: 200px;
}
.child li:hover > a{
    color: white;
/*    background-color: whitesmoke;*/
    position: relative;
}
.child li > a:hover{
    color: whitesmoke;
/*    background-color: whitesmoke;*/
    position: relative;
}

/*.parent > ul{
    list-style: none;
    margin: 0;
    padding: 0px; 
    min-width:10em;
    color: whitesmoke;
}
.parent ul ul ul{
    left: 100%;
    top: 0;
    margin-left:0px;
    background-color: black;
}*/



.expand{font-size:12px;float:right;margin-right:5px;}
.brand-logo-item img{
    max-height: 100px!important;
}
.footer-collapse {
    text-align: center;
}
.area-header {
/*    padding: 110px 0 130px;*/
    top:80px;
/*    padding-left: 50px;*/
    position: relative;
    z-index: 1;
}
.service-area-top2 {
    padding: 110px 0 130px;
    position: relative;
    z-index: 1;

}
.service-area-top3 {
    padding-top: 110px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;

}
.service-area-top2 h2{
    color: #080B1A;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-15{
    padding-bottom: 15px;
}
.h2head{
    color: #080B1A!important;
}
.about-header{
    background-color: black;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.about-content{
    background-color: white;
    padding: 25px;
    margin: 10px;
    border-radius: 20px;
    text-align: justify;
}
.about{
    padding: 10px;
    border-radius: 20px;
}
.col-round{
    width: 300px;
    height: 60px;
    background-color: #d1cdcd;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    margin: 15px;
    color:black;
    box-shadow: -11px 15px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: -11px 15px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -11px 15px 0px 0px rgba(0,0,0,0.5);
}
.col-round a{
    color: black;
    font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
    .service-area-top2 {
    padding: 90px 0 135px;
}
}@media only screen and (max-width:767.98px) {
    .service-area-top2 {
    padding: 60px 0 135px;
}
}
.service-area-top2:before {
/*    background-color: rgba(8, 11, 26, 0.9);*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.service-content-area2 {
    margin-top: -170px;
    position: relative;
    z-index: 1;
}
.service-area-wrapper{
    background-image: url('../../BackgroundPage-01.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
    padding-bottom: 110px;
}
.service-area-wrapper2{
    background-image: url('../../BackgroundPage-01.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
}
.sidebar-area-wrapper{
    background-color: white;
    padding: 15px;
    border-radius: 20px;
}
.pagination-wrap{
    background-color: white;
    padding: 15px;
    border-radius: 20px;
}
.blog-item{
    background-color: white;
    padding: 15px;
    border-radius: 0px 70px 0px 70px;
}
.blog-thumb img{
    border-radius: 0px 70px 0px 70px;
}
.blog-post-details{

    background-color: white;
    padding: 15px;
    border-radius: 20px;
}
.myDiv{
  border: 5px solid white;
  border-radius: 0px 70px 0px 70px;
  background-color: white;
  margin: 20px;
  padding-top: 15px;
  width: 230px;
  height: 345px;
  box-shadow: 0 0 50px #ccc;
}
.myDiv img{
    height: 200px;
    width: 200px;
    border-radius: 0px 50px 0px 0px;
}
.myDiv .text{
    padding-top: 15px;
}
.myDiv .text b{
    text-transform: uppercase;
}.myDiv .text a{
    text-decoration: none;
    color: black;
}
.circle{
    border-radius: 50%;
}
.text-bold{
    font-weight: bolder;
    font-size: 16px;
    color: black;
    padding-top: 15px;
}


.brand-accordion .card {
    border: 1px solid #eee!important;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 20px;
}

/*.main-menu>li.has-submenu {
    margin-right: 37px;
    padding-right: 10px;
    position: relative;
}
.main-menu>li.has-submenu:after {
    color: #FFFFFF;
    content: "\f107";
    font-size: 11px;
    line-height: 1;
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 0;
}
.main-menu>li.has-submenu .submenu-nav {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #080b1a;
    position: absolute;
    left: -25px;
    top: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 250px;
    margin-top: 40px;
    z-index: 99;
}*/


.submenu-nav .has-submenu2 li {
    display:block;
    position:relative;
    float:left;
}

.has-submenu2 li a {
    display:block;
    padding:0;
    text-decoration:none;
    width:300px; /* this is the width of the menu items */
    line-height:35px; /* this is the hieght of the menu items */
    color:#ffffff; /* list item font color */
    }
        
.has-submenu2 li li a {font-size:80%;} /* smaller font size for sub menu items */
    
.has-submenu2 li:hover {background:#003f20;} /* highlights current hovered list item and the parent list items when hovering over sub menues */



/*--- Sublist Styles ---*/
.has-submenu2 .submenu-nav2 ul {
    position:absolute;
    padding:0;
    left:0;
    display:none; /* hides sublists */
    }

.has-submenu2 .submenu-nav2 li:hover ul ul {display:none;} /* hides sub-sublists */

.has-submenu2 .submenu-nav2 li:hover ul {display:block;} /* shows sublist on hover */

.has-submenu2 .submenu-nav2 li li:hover ul {
    display:block; /* shows sub-sublist on hover */
    margin-left:300px; /* this should be the same width as the parent list item */
    margin-top:-35px; /* aligns top of sub menu with top of list item */
    }
