.carousel-inner img {
    width: 100%;
    height: 100%;
   }

   .pos-relative{
       position: relative;
   }
   

   .h54{
    height: 54px;
   }

   .pos-ab{
       position:absolute;
       right: -30px;
       top: -68px;
       z-index: 100000;
       width: 250px;
       height: 250px;
   }
   .lato {
    font-family: "Barlow", sans-serif;
    font-family: "Inter", sans-serif;
    font-family: "Lato", sans-serif;
   }
   
   .banner-img {
    position: relative;
    height: 470px !important;
   }

   .white-blur{
    background: rgba(255,255,255,0.5);
    width: fit-content !important;
    padding: 24px 24px 8px 24px;
    border-radius: 8px;
   }
   
   .banner-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
   }

   .banner-text-one {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
   }
   
   .black-btn {
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 240px;
    height: 56px;
    background: #041304;
    border-radius: 4px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgb(26, 132, 255);
    text-transform: uppercase;
   }
   
   /* .black-btn:hover{
       color: rgb(26, 132, 255);
   } */
   
   .heading {
    font-size: 54px;
    font-weight: 600;
    line-height: 90px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   
   .sub-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
    text-transform: uppercase;
   }
   
   .info {
    font-size: 26px;
    font-weight: 300;
    line-height: 37px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   .save-offer{
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
    border-top: 1px solid #11afde;
    border-bottom: 1px solid #11afde;
    padding: 8px 0;
   }
   .small-heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.7px;
    line-height: 27px;
    color: rgb(26, 132, 255);
    text-transform: uppercase;
    font-family: "Lato";
   }
   
   .big-heading {
    font-size: 39px;
    font-weight: 600;
    line-height: 62.4px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   
   .content {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   
   .attendees .heading, .c-heading {
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   
   .attendees .info,
   .test-disg {
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }

   .n-main-heading{
       font-size: 45px !important;
       line-height: 69px !important;
   }
   

   .fs-21{
       font-size: 21px;
   }
   .reasons {
    padding: 0;
    list-style-position: inside;
   }
   
   .reasons li {
    color: rgb(26, 132, 255);
   }
   
   .reasons li span {
    color: rgb(34, 34, 34);
   }

   .brr{
       border-radius: 4px !important;
   }

   .centeritem {
    display: flex;
    align-items: center;
  }
   
   .no {
    font-size: 48px;
    font-weight: 600;
    line-height: 62.4px;
   }

   .sponsor{
       font-size: 21px;
   }
   
   .gradient-color {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-clip: text;
    background-color: rgb(110, 219, 0);
    background-image: linear-gradient(199deg, rgb(26, 132, 255), rgb(0, 255, 160));
    background-repeat: repeat;
    background-size: 100%;
   }
   
   .main-info {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
    color: rgb(34, 34, 34);
    font-family: "Lato";
   }
   
   .about-us {
    padding-left: 12%;
   }
   
   /* Counter CSS Starts */
   @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
   body {
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,
     sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
   }
   
   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
   
   /* body,
   div,
   dl,
   dt,
   dd,
   ul,
   ol,
   li,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   pre,
   form,
   p,
   blockquote,
   th,
   td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    direction: ltr;
   } */
   
   .sectionClass {
    /* padding: 20px 0px 50px 0px; */
    position: relative;
    display: block;
   }
   
   .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
   }
   
   .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
   }
   
   .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
   }
   
   .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
   }
   
   .projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
   }
   
   #projectFacts .fullWidth {
    padding: 0;
   }
   
   .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    /* padding: 50px 0px; */
    text-align: center;
   }
   
   /* .projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
   } */
   
   /* .projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
   }
   
   .projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
   }
   
   .projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
   } */
   
   .projectFactsWrap .item p.number {
    font-size: 72px;
    font-weight: 600;
    line-height: 90px;
   
    padding: 0;
   }
   
   .projectFactsWrap .item .number {
    margin: 0;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-clip: text;
    background-color: rgb(110, 219, 0);
    background-image: linear-gradient(199deg, rgb(26, 132, 255), rgb(0, 255, 160));
    background-repeat: repeat;
    background-size: 100%;
    font-family: "Lato";
   }
   
   /* .projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
   } */
   
   .projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
   }
   
   /* .projectFactsWrap .item:hover i,
   .projectFactsWrap .item:hover p {
    color: white;
   } */
   
   .projectFactsWrap .item:hover span {
    background: white;
   }
   
   .abc {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    color: #000 !important;
    font-family: "Lato";
   }
   
   @media (max-width: 786px) {

    .pos-ab {
        position: absolute;
        right: 13px;
top: -78px;
        z-index: 100000;
        width: 150px;
        height: 150px;


    }
    .projectFactsWrap .item {
     flex: 0 0 50%;
    }

    .height{
        height: 127px !important;
    }

    .banner-btn{
        width: fit-content !important;
font-size: 13px !important;
height: fit-content !important;
padding: 2px !important;
margin-bottom: 4px !important;
    }
   }
   
   /* AUTHOR LINK */
   
   .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
   }
   
   .about-me-img img {
   }
   
   .authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
   }
   
   .authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
   }
   
   .trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
   }
   
   @media screen and (max-width: 768px) {
    .authorWindow {
     width: 210px;
    }

    .save-date .gradient-color{
        font-size: 35px;
        font-weight: 600;
    }
   
    .authorWindowWrapper {
     bottom: -170px;
     margin-bottom: 20px;
    }
   
    footer p {
     font-size: 14px;
    }
   }
   
   /* Counter CSS Ends */
   
   /* Winners CSS Starts */
   /* body {
       background: #eee
   } */
   
   .brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
   }
   
   .brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
   }
   
   .brands_slider {
    height: 100%;
    /* margin-top: 50px; */
   }
   
   .brands_item {
    height: 100%;
   }
   
   .brands_item img {
    max-width: 100%;
   }
   
   .brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
   }
   
   .brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
   }
   
   .brands_nav:hover i {
    color: #676767;
   }
   
   .brands_prev {
    left: 40px;
   }
   
   .brands_next {
    right: 40px;
   }
   
   .owl-item {
    width: 200px;
   }
   /* Winners CSS Ends */
   
   /* Testimonial CSS Starts */
   
   .testimonial-section {
    text-align: center;
   }
   
   .each-testi p {
    margin-bottom: 35px;
    padding: 0 10%;
   }
   
   /* .each-testi p,
     .each-testi h6 {
       font-size: 18px;
       line-height: 24px;
       font-weight: 300;
     } */
   
   .testimonial-section .btn-green {
    padding: 15px 75px;
   }
   
   .testimonial-section .owl-theme .owl-dots,
   .testimonial-section .global-content {
    margin-bottom: 20px;
   }
   
   .testimonial-section .owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
   }
   
   .testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #cccccc;
   }
   
   .testimonial-section .owl-theme .owl-dots .owl-dot.active span,
   .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(26, 132, 255);
   }
   
   /* Testimonial CSS Ends */
   
   .test {
    /* background-repeat: no-repeat;
         background-size: cover; */
   }
   
   .test-img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    margin: auto;
   }
   
   footer {
    background-color: #000;
    color: #777;
   }
   
   .social-icons {
    padding: 0;
    list-style-type: none;
    margin: 0;
   }
   
   .social-icons li a i {
    /* color: #777;
           font-size: 20px; */
   }
   
   .social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
   }
   
   .social-icons li {
    display: inline-block;
    display: inline-block;
    margin: -1px 8px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
   }
   
   .address {
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    color: #777;
    font-family: "Lato";
   }
   
   .help {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    color: #777;
    font-family: "Lato";
   }
   .help li a {
    color: #777;
    text-decoration: none;
   }
   
   .copyright {
    font-size: 14px;
    font-weight: 300;
    line-height: 22.5px;
    color: #777;
    font-family: "Lato";
   }
   
   .xyz {
    flex: 1;
   }
   
   .logo {
    width: 178px;
    height: auto;
    margin: 15px auto;
   }
   
   #collapsibleNavbar {
    flex-direction: row-reverse;
   }
   .nav-item a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgb(34, 34, 34);
    font-family: "Lato", sans-serif;
   }
   
   .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
   }
   
   .gradient-btn {
    background-image: linear-gradient(199deg, rgb(26, 132, 255), rgb(0, 255, 160));
    background-repeat: repeat;
    background-size: 100%;
    padding: 20px 24px;
    font-weight: 600;
   }
   
   .gradient-btn a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(34, 34, 34);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.26px;
    padding: 0;
   }

   .nominate:hover{
       color: #fff !important;
   }
   
   .navbar-brand {
    padding: 0;
   }
   
   .navbar {
    padding-top: 0;
    padding-bottom: 0;
   }
   
   .dropdown-toggle::after {
    display: none !important;
   }
   

   
   /* Dropdown Button */
   .dropbtn {
    background-color: #fff;
    /* padding: 16px; */
    padding: 19px 24px;
    border: none;
   
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgb(34, 34, 34);
    font-family: "Lato", sans-serif;
   }
   
   .dropbtn:hover {
    color: rgb(26, 132, 255);
   }
   
   /* The container <div> - needed to position the dropdown content */
   .dropdown {
    position: relative;
    display: inline-block;
   }
   
   /* Dropdown Content (Hidden by Default) */
   .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    /* border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; */
    margin-top: 2px;
   }
   
   .br1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   }
   
   .brl {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
   }
   
   /* Links inside the dropdown */
   .dropdown-content a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 13px;
    color: rgb(34, 34, 34);
    font-family: "Lato", sans-serif;
    padding: 16px;
    text-decoration: none;
    display: block;
   }
   
   .dropdown-content a:hover {
    color: rgb(26, 132, 255);
   }
   .nav-link:hover {
    color: rgb(26, 132, 255);
   }
   /* Change color of dropdown links on hover */
   .dropdown-content a:hover {
    background-color: #fff;
   }
   
   /* Show the dropdown menu on hover */
   .dropdown:hover .dropdown-content {
    display: block;
   }
   
   /* Change the background color of the dropdown button when the dropdown content is shown */
   .dropdown:hover .dropbtn {
    background-color: #fff;
   }
   
   /* .sticky {
       position: fixed;
       top: 0;
       width: 100%;
     }
   
     #navbar {
       overflow: hidden;
       background-color: rgba(255,255,255,0.5);
       z-index: 1;
     } */
   
   .home-img {
    width: 100%;
   }

   /* .award-pills{
       border-bottom: 3px solid #ccc;
   } */
   
 
.nav-pills .nav-link.active{
    color: rgb(26, 132, 255);
    background: #fff;
}


.register .form-group label, .gst{
    font-size: 15px;
font-weight: 600;
line-height: 22.5px;
color: rgb(34, 34, 34);
font-family: "Lato";
}

.close-btn {
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 240px;
    height: 56px;
    border-radius: 4px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -16px !important;


    /* padding: 1rem;
    padding: .5rem 3rem; */
    color: black;
    
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(26, 132, 255), rgb(0, 255, 160));
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
  }

  .auto{
      width: auto !important;
  }
  
.close-btn:hover {
    box-shadow: none;
    color: #000;
  }

 

  .pc, .service, .sa{
    width: 81px;
    height: 81px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}


 .cat-block:hover .cat-img-block{
    border: 4px solid rgb(26, 132, 255);
    transform: scale(1.1);
    transition: transform .4s;
    cursor: pointer;
}

.cat-block:hover .pc, .cat-block:hover .service, .cat-block:hover .sa{
    border: 4px solid #dfdfdf;
    transition: transform .4s;
    line-height: 69px !important;
    box-shadow: none !important;
} 
.cat-img-block{
    width: 89px;
    height: 89px;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 16px;
    /* width: 81px;
    height: 81px;
    border: 1px solid rebeccapurple;
    margin: auto;
    text-align: center;
    padding: padding;
    padding: 19px px 19px;
    padding: 12px;
    border-radius: 100%; */
  }

  .table thead th {
    vertical-align: middle;}

.dropdown-menu{
    min-width: 200px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a{
    font-size: 15px;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 1px;
line-height: 13px;
color: rgb(34, 34, 34);
font-family: "Lato", sans-serif;
padding: 16px;
text-decoration: none;
display: block;
}

.dropdown-menu .dropdown-item:hover{
 color: rgb(26, 132, 255);
 background: #fff;
}


  @media only screen and (max-width: 768px){

    .phone-column{
        display: flex;
        flex-direction: column-reverse;
    }

    .logo {
        width: 150px;
        height: auto;
        margin: 15px auto;
       }

    .navbar{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .nav-link{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .one{
        padding-left: 0;
    }
    #drop{
        display: none
    }

    .banner-text-one{
        position: absolute;
top: 15%;
left: 50%;
font-size: 19px;
text-align: center;
color: #ffffff;
line-height: normal;
    }

    .banner-img {
        position: relative;
        height: auto !important;
       }

    .banner-text{
        position: absolute;
top: 83%;
left: 50%;
font-size: 27px;
text-align: center;
color: #ffffff;
line-height: 37px;
    }

    .mt-04{
        margin-top: 8px !important;
    }
    .black-btn-submit, .close-btn{
    padding: 8px !important;
width: 150px !important;
height: 40px !important;
font-size: 15px !important;
line-height: 0 !important;
text-transform: capitalize !important;
    }
    .heading{
        font-size: 25px;
        line-height: 35px;
    }
    .sub-heading{
        font-size: 21px;
line-height: 31px;
    }

    .info{
        font-size: 18px;
line-height: 24px;
    }

    .big-heading{
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .small-heading{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .about-us{
        padding: 0 5%;
        flex-direction: column;
    }
    .main-info{
            font-size: 21px;
            line-height: 31px;
    }

    .content{
        font-size: 16px;
    }

    .projectFactsWrap .item p.number {
        font-size: 55px;
        font-weight: 600;
        line-height: 67px;
        padding: 0;
      }

      .abc{
          font-size: 23px;
      }
      .no{
        font-size: 25px;
        line-height: 35px;
      }

      .attendees .heading{
        font-size: 23px;
        line-height: 23px;
      }

      .each-testi p{
          padding: 0;
      }
  }


  .new{
      position: relative;
  }

  .newshow{
      display: none;

  }

  /* .new:hover {
      .newshoe{
          display: block;
      }
  } */


  /* #navbarDropdownMenuLink:hover + ul{
      display: block;
  } */


  .small-heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.7px;
    line-height: 27px;
    color: rgb(26, 132, 255);
    text-transform: uppercase;
    font-family: "Lato";
margin-bottom:0px;}

    /* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.social-icons .social-icons-facebook a:hover{
    background: #395399;
    color: #fff !important;
}

.social-icons .social-icons-twitter a:hover{
    background: #00A7E6;
    color: #fff !important;
}

.social-icons .social-icons-linkedin a:hover{
    background: #0073B2;
    color: #fff !important;
}

.centeritem{
    display: flex;
align-items: center;
}

.w-60{
    width: 60%;
}

.padding40{
    padding-right: 40px;
    padding-left: 40px;
}

.custom-nav{
    background: #11afde;
    /* height: 51px; */
    margin-bottom: 15px;
}

 /* Style the list */
 ul.breadcrumb {
    padding: 13px 16px;
    list-style: none;
    background-color: #11afde;
    margin-bottom:0px;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: black;
    text-decoration: none;
  }

  ul.breadcrumb li{
      color: #fff;
      font-size: 16px;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: none;
  } 

  .save-date{
      background-color: rgba(235,235,235,0.7);
      border-radius: 8px;
      position: relative;
      top:15%;
      padding: 24px 30px;
  }

  .save-text{
    box-sizing: border-box;
    color: rgb(32, 32, 32);
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 58.5px;
    padding-bottom: 16px;
    text-align: left
  }

  .save-date .gradient-color{
      font-size: 39px;
      font-weight: 600;
  }

  .save-date-icon{
      width: fit-content;
      height: fit-content;
      padding: 14px;
      background-color: #fff;
  }




  #news-slider{
      margin-top: 0px;
  }

  .post-slide-n>img{
      width: 60% !important;
      height: 60% !important;
      border-radius: 50%;
      margin: auto;
  }
  .post-slide{
      background: #fff;
      margin: 20px 15px 20px;
      border-radius: 15px;
      padding-top: 1px;
      box-shadow: 0px 14px 22px -9px #bbcbd8;
  }
  .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;
      }
  }

  .post-slide-block-new{
    padding: 24px 0;
    margin: 20px 15px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .height{
      height: 108px;
  }

  .border-blue{
      border-bottom: 2px solid #11afde;
  }

  .blue-border-full{
      /* border: 2px solid #11afde; */
      border: solid 6px transparent;
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, rgb(26, 132, 255), rgb(0, 255, 160));
      background-origin: border-box;
      background-clip: content-box, border-box;
      box-shadow: 2px 1000px 1px #fff inset;
      border-radius: 4px;
  }

  .blue-border-full .content{
      font-size: 14px;
      font-weight: bold;
  }

  .blue-border-full .content1{
      font-weight:400 !important;
      color: #10113a!important;
  }