﻿.HH1
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-height: 45px;
}
.p-20
{
    padding: 20px;
}
.p-30
{
    padding: 30px;
}
.pl-20
{
    padding-left: 20px;
}
.pr-20
{
    padding-right: 20px;
}
.ClickPOp
{
    width:100%;
    height:auto;
    display:inline-block;
    padding:10px;
    margin-top:10px;
}
.ClickPOp a
        {
            padding:10px;
            background-color: blue;
        font-size:18px;
            color: White;
            animation:colorss 2s infinite;
            text-align:center;
            text-decoration:none;
            border-radius: 23px;
        }
        @keyframes colorss
        {
            0%
            {
            background-color:Red;
            
        }
        }
  .txtp
    {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Open Sans' , sans-serif;
        text-align: justify;
     
       
        padding-left:15px;
       
        padding-right:15px;
        padding-top:0px;
    }
    .readmore
    {
        color: Red;
    }

.height300
{
    height:300px;
}

    .txt-justify
    {
        text-align: justify;
    }

@media (max-width: 469px)
{
    .p-20
    {
        padding: 0px;
    }
    .p-30
    {
        padding: 0px;
    }
    .pl-20
    {
        padding-left: 0px;
    }
    .pr-20
    {
        padding-right: 0px;
    }
   
    .carousel-inner > .item > .imgslideInner
    {
        width: 100%;
        height: 150px;
    }
.height300
{
    height:auto;
}
   

    .padding-top50
    {
        padding-top: 50px;
    }
    .padding-top10
    {
        padding-top: 10px;
    }
    . h_1
    {
        font-weight: 100;
    }

    .text-gray
    {
        color: Gray;
    }
    .bg-green
    {
        background-color: Green;
    }
    .bg-sliver
    {
        background-color: Silver;
    }
    .txt-clr-gray
    {
        color: Gray;
    }
    .txt-clr-silver
    {
        color: Silver;
    }
    .txt-blue
    {
        color: #1b1d60;
    }



}
.headerMain1
{
    width: 100%;
    display: block;
}
.header-strip1
{
    width: 100%;
    background-color: #1c176d;
}
.cut_top_left:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 30px solid #1c176d;
    border-left: 30px solid #ffffff;
}
.cut_top_left:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 30px solid #1c176d;
    border-right: 30px solid #ffffff;
}

.Logo_div
{
    width: 100%;
    display: block;
}
.Logo_div img
{
    display: block;
 height:70px;
}
.Headerlinks
{
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-right: -20%;}
.Headerlinks li
{
    position: relative;
    display: inline-block;
    float: left;
    padding: 5px;
}

.Headerlinks li a
{
    text-align: center;
    color: White;
    padding-left:10px;
    padding-right:10px;
}
.SocialLinktop
{
    height:30px;
}
.section_top
{
    height:50px;
}
@media screen and (max-width: 480px)
{
    .section_top
{
    height:0px;
}
    .SocialLinktop
 {
    min-height:50px;
 }
    .Headerlinks li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 15px;
}
.cut_top_left:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 0px solid #1c176d;
    border-left: 0px solid #ffffff;
}
.cut_top_left:after
{
    content: '';
    position: absolute;
    right: auto;
    top: 0;
    border-top: 0px solid #1c176d;
    border-right: 0px solid #ffffff;
}.Headerlinks
{
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    margin-left:0%;
}
}
.height10
{
    height: 10px;
}
.height20
{
    height: 20px;
}
.height30
{
    height: 30px;
}
.height40
{
    height: 40px;
}
.height50
{
    height: 50px;
}

/*---Menubar----------*/
.menubar_div
{
    width:100%;
    display: block;
    background-color: #1c176d;
    position: absolute;
 }
.Menubar
{   background-color: #1c176d;
     padding-left: 10%;
    position: absolute;
    margin: 0px;
    width: 100%;
    display: block;
}
.Menubar li
{
    display: inline-block;
    float: left;
    padding: 10px 10px;
}
.Menubar li a
{
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font-family: 'Barlow Condensed' , sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 5px 15px 5px 15px;
    color: wheat;
}
.Menubar li
{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    color: #B17461;
    font-size: 30px;
    font-family: arial;
    background-image: linear-gradient(#6cc4ff, #00609e);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}
.Menubar li:hover
{
    border-left: 1px solid white;
    border-right: 1px solid white;
    background-size: 100% 100%;
}

.Menubar ul
{
   display: none;
    z-index: 999;
    position: absolute;
    background-color: #1c176d;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    top: 50px;
    left: 0px;
    min-width: 220px;
}

.Menubar li:hover ul
{
    display: block;
}
.Menubar ul li
{    padding: 2px;
    border: 1px solid transparent;
    width: 100%;
    border-bottom: 1px dotted gray;
    text-align: left;}

.Menubar ul li:hover
{
}
