/*header start*/

/*-----------------------navigation bar--------------------------------------*/
.navbar .brand-navbar img:hover
{
    opacity: 0.7;
}
.navbar ul
{
padding: 0px 30px 0px 0px;
}
.navbar ul li a{
    color: white;
    margin: 10px 0px 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.navbar ul li a .fas{
    padding-right:5px; 
    padding-left:5px; 
}
.navbar ul li a:hover{
    color:black;
}
.navbar ul li.active > a {
    color:  black;
    font-weight: bold;
    font-size: 12px;
    border-left: 3px solid black;;
    border-radius: 40px;
}

nav{
    background-color:  #ca7561;
    
    
}
.container-fluid{
    
    background-color: aliceblue;
}
b{
    font-size: 20px;
}
.dropdown-menu:hover{
    color:white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    color:black;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


a:hover{
    text-decoration: none;
}

img{
    width:100%;
     height:120px;
}


.iconStyle{
    color:black;

}

  @media only screen and (max-width: 600px) {
    b {
        font-size: 15px;
      
    }

    img{
        width:100%;
         height:70px;
    }


}


/*footer strat*/
.ft-copyright {
    background-color:  #ca7561;
    border-top: 1px solid #121d6d;
    display: flex;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.footer-top {
    background-color:  rgba(0, 0, 0, 0.699);
    border-bottom: 1px solid rgba(25, 52, 132, .64);
}

.text-center {
    text-align: center !important;
}

h4.ft-text-title {
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 500;
    text-align: center;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-size: 1em;
}

h6.ft-desp {
    color: #FFF;
    padding: 2px;
}

h6 {
    font-size: 16px;
}
h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.heading-title a{
    color: #012061 !important;
    text-decoration: none;
}
h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
a.contact,
a.mail {
    border: 1px solid #ca7561;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    text-decoration: none;
}

a.contact:hover,
a.mail:hover {
    background: #900;
}

i.fa-phone,
i.fa-envelope-o {
    padding: 3px;
}

i.fa-envelope-o {
    padding: 4px;
}

.border-left {
    border-left: dotted #ddd 1px;
}

.pspt-dtls {
    margin-top: 20px !important;
}

.pspt-dtls a {
    margin: 8px !important;
}

a.about,
a.team,
a.advertise {
    padding: 8px;
    border: 1px #ca7561 solid;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}

a.about:hover,
a.team:hover,
a.advertise:hover {
    background: #900;
}

footer p {
    color: #fff;
    margin-bottom: 10px;
}

.text-pp-crt,
.text-pp-crt-rg {
    color: #FFFFFF;
}

.developer {
    text-align: center;
}
p.member{
    color:#FFF;
}
i.develop {
    border: 1px red dotted;
}

.developer b {
    color: red;
}
 
#social-fb:hover {
    font-size: 40px;
    color: #3B5998;
}
#social-tw:hover {
   
    color: #4099FF;
    background-color: black;
}
#social-gp{
    font-size: 35px;
    color:#ca7561;
}
#social-fb{
    font-size: 35px;
    color:#ca7561;
}
#social-ls{
    font-size: 35px;
    color:#ca7561;
}
#social-gp:hover {
    font-size: 40px;
    color:yellowgreen;
}
#social-ys{
    font-size: 35px;
    color:#ca7561;
}
#social-ls:hover {
    font-size: 40px;
    color:#ca7561 ;
}
#social-ys:hover {
    font-size: 40px;
    color: maroon;
}

/* #box{
    height: 300px;
    width: 100%;
} */

#box{
    height: 173px;
    width: 45%;
}
