.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    padding-top: 1px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.porstssd{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f2f2;
}

.sfsdf img{
    border: 1px solid #dddddd;
}
.sfsdf .owl-buttons{
    display: none;
}
.foo-sec .content-wrapper--vertical-spacing, 
.foo-sec .dnd-section{
    padding: 50px 20px;
}
.sdfdsf a{
    font-size: 21px;
    line-height: 31px;
    text-decoration: none;
    font-weight: 400;
}
.sticky .header__logo--main{
padding-top: 0;
}
.sticky .header__logo img{
    height: 40px;
}
.sdfggs a:hover{
    color: #ffffff;
}
.sfdsfdshh p{
    text-align: justify;
}
.sfdsfdshh b{
    font-weight: 600;
}
.viiss{
    padding-top: 50px;
    padding-bottom: 50px;
}
.viiss h3{
    padding-bottom: 10px;
    color: #ffffff;
}
.viiss p{
    text-align: justify;
    color: #ffffff;
}
.viiss p b{
    font-weight: 600;
}
.viiss{
    background-image: url("../images/e3.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.viiss2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.viiss2 h3{
    padding-bottom: 10px;
    color: #333333;
}
.new-list li {
    line-height: 28px;
    padding-left: 30px;
    font-size: 18px;
    color: #333333;
    list-style: none;
    background-image: url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list {
    padding: 0;
    margin: 0;
}
.new-list2 li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 28px;
    padding-left: 30px;
    font-size: 18px;
    color: #ffffff;
    list-style: none;
    border-bottom: 0 !important;
    background-image: url(../images/lis3.png) !important;
    background-repeat: no-repeat;
    background-position: 0 5px !important;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list2 {
    padding: 0;
    margin: 0;
}
.viiss2{
    background-image: url("../images/e5.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
@media (min-width: 1200px){
.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
    max-width: 1210px;
}
}
.posdf{
    position: relative;
}
.posdf .hs-image__grid__item__overlay:hover{
    background:rgba(51,51,51,0.9);
}
.posdf a{
    color: #ffffff !important;
}
.posdf a:hover{
    color: #ffffff !important;
}
.priz{
    padding-top: 50px;
    padding-bottom: 50px;
    background:#f2f2f2;
}
.sdfsdfd{
    position: relative;
    background:#00299E;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.sdfsdfd h4{
    color: #ffffff;
    padding: 20px;
    margin: 0;
}
.sdfsdfd2{
    background:#002285;
    padding: 10px 20px 20px 20px;
}
.sdfsdfd2 ul{
    padding: 0;
    margin: 0;
}
.sdfsdfd2 ul li{
    border-bottom: 1px dashed #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    background-image: url(../images/lis2.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
    padding-left: 30px;
    color: #ffffff;
    text-align: justify;
}
.sdfsdfd2 ul li:last-child{
    border-bottom: 0;
}
.fsdf{
    font-size: 35px;
    line-height: 45px;
}
.priz p{
    text-align: justify;
}
.sdfsdfdre .sdfsdfd{
    background:#B02C21;
}
.sdfsdfdre .sdfsdfd .sdfsdfd2{
    background:#9b271d;
}
.spacex1{
    padding-top: 35px;
}
.spacex2{
    padding-top: 20px;
}
.spacex3{
    padding-top: 42px;
}
.spacex6{
    padding-top: 9px;
}
.spacex7{
    padding-top: 38px;
}
.spacex8{
    padding-top: 82px;
}
.spacex9{
    padding-top: 31px;
}
.spacex10{
    padding-top: 31px;
}
.boggsd{
    padding: 20px;
    background: #f2f2f2;
    border-right: 1px solid #dddddd;
}
.boggsd img{
    height: 86px;
    width: 150px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.sdsfsduu .priz{
    background: #ffffff;
}
.sdfgg .new-list2 li{
    text-align: left;
}
.dghhpo3{
    margin-top: 42px;
}
.sdfsd a{
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}
.sdfsd{
    position: relative;
}
.sdfsd a:hover{
    color: #ffffff;
}
.gfgds img{
    border: 1px solid #dddddd;
}
.gbox{
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #dddddd;
}
.sfdsff{
    background: #00299E;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.sfdsff h3{
    color: #ffffff;
    padding: 20px;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}
.sfdsff2{
padding: 20px 20px 20px 20px;
background: #002285
}
.resssf .sfdsff{
    background: #B02C21;
    }
.resssf .sfdsff2{
    background: #9b271d;
    }
.sfdsff2 ul{
    padding: 0;
    margin: 0;
}
.sfdsff2 ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    padding-bottom: 10px;
}
.sfdsff2 ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
}
.sfdsff2 ul li i{
    float: left;
    width: 30px;
    font-size: 18px;
    line-height: 28px;
}
.sfdsff2 ul li p{
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px !important;
    line-height: 25px !important;
}
.vv1{
    padding-left: 30px;
}
.consdfdf{
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sdfdsfop a{
    border-radius: 0;
    background: #9b271d;
    border:0;
    padding: 10px 30px 10px 30px;
}
.header.header-transparent{
    background: linear-gradient(to bottom,  rgba(51,51,51,0.7) 0%,rgba(51,51,51,0) 100%) !important;
}



.sociss .social {
    position: fixed;
    top: 200px;
    left: 30px;
}

.sociss .social ul {
    padding: 0px;
    transform: translate(-270px,0);
}

.sociss .social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 33, 143, 0.5);
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1.5s;
}

.sociss .social ul li:hover {
    transform: translate(110px,0);
    background: #00218F;
    transition: all 1.5s;
}

.sociss .social ul li:hover a {
    color: white;
}

.sociss .social ul li:hover i{
    color: #CE1D22;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.sociss .social ul li i {
    margin-left: 10px;
    color: #000;
    background: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

.sociss .youtubeBtn{
    position: fixed;
    left: 50%;
  transform:translatex(-50%);
    bottom: 20px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
  background:#000;
  padding:2px 10px;
  border-radius:5px;
}
.sociss .youtubeBtn i{
   font-size:20px;
  float:left;
}
.sociss .youtubeBtn a{
    color:#ff0000;
    animation: youtubeAnim 1000ms linear infinite;
  float:right;
}
.sociss .youtubeBtn a:hover{
  color:#c9110f;
  transition:all .3s ease-in-out;
}
.sociss .youtubeBtn i:active{
  transform:scale(.9);
  transition:all .3s ease-in-out;
}
.sociss .youtubeBtn span{
    font-family: 'Lato';
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 12px;
    float: right;
    line-height: 20px;
    padding-left: 5px;
  
}
.sociss a{
    text-decoration: none;
}
@keyframes youtubeAnim{
  0%,100%{
    color:#c9110f;
  }
  50%{
    color:#ff0000;
  }
}

.header.fixed.header-custom-sticky, .header.fixed.header-light {
    background-color: #1c2b3c !important;
}
.bru-se-ad .dnd_area-row-0-padding {
  padding-top: 15vmax !important;
  padding-bottom: 15vmax !important;
}
.sdfsd899{
    position: relative;
    text-align: right;
    font-size: 16px;
}
.sdfsd899 a{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}
.sdfsd899 a:hover{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}
.sssss{
    text-decoration: none;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
}
.sssss:hover{
    color: #ffffff;
    }