*{
    /* overflow-x: hidden ; */
}
 
@import url('https://fonts.googleapis.com/css?family=Poppins');
 

body{
    font-family: 'Poppins' !important;
}

.top_aligniment{
color: white;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 0;
}
.top_aligniment li{
    margin-right: 13px;
}


.top_aligniment li a {
     color: white;
    text-decoration: none;
}

.top_aligniment li a i {
    font-size: 14px;
}

.p-10 {
    padding: 10px;
}

.wrapper .logo a img {
    width: 50%;

}

.wrapper .nav-links {
    display: inline-flex;
}

nav .wrapper {
    padding: 0px 30px;
    background: red;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius : 5px
}

.nav-links li a:hover {
    background: yellow;
}

.nav-links li {
    list-style: none;
}

/* .carousel-item {
    height : 480px;
} */
.slider_bottom a {
    text-decoration: none;

}
.slider_bottom a h4{
    font-size: 18px;
    color: white;
  margin-top: 10px;
  text-transform: uppercase;
   
}



.btn_changes:hover {
    background: linear-gradient(45deg, blue, green);
    font-weight: bold;
    height: 50px;
    width: 200px;
   
}

.abt_us_heading {
       font-size: 40px;
    background-image: linear-gradient(to left, #F44336 0%, #FF9800 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    
}

.abt_us_heading_1 {
       font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 20px;

}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.counter_section {
    /*
    margin : 20px;*/
    padding: 10px 0;
}

.counter_section h4 span.counter{
    font-size: 35px;
}

.school_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_section_images {
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
/*    height: 100vh;*/
}

.container_1 {
    display: flex;
    width: 90vw;
}

.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    -webkit-transition: all 700ms ease;
}

.panel h3 {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0px;
    opacity: 0;
}

.panel.active {
    flex: 5;
}

.panel.active h3{
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media(max-width:480px){
    .container_1{
        width: 100vw;
    }
    .panel:nth-of-type(4),
    .panel:nth-of-type(5){
        display: none;
    }
}




.testimonial_area{
    width: 100%;
    padding: 50px 0;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}
#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}
#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}
@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
}

.testmonial_slider_area h5{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}
.testmonial_slider_area p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.card_section_1 {
    border-radius: 10px;
    background-image: linear-gradient(to left, #25304f -30%,  #0f8141db 100%),
    url(new_website/assets/img/bg/bg_1.png);
        /* background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
        url('new_website/assets/img/slider/slider-1.webp'); */
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;  
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}

.card_section_2 {
    border-radius: 10px;
    background-image: linear-gradient(to left, #25304f -30%,  #0f8141db 100%),  
    url(new_website/assets/img/bg/bg_2.png);
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}

.card_section_3 {
    border-radius: 10px;
    background-image: linear-gradient(to left, #25304f -30%,  #0f8141db 100%),  
    url(new_website/assets/img/bg/bg_3.png);
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}



.accedrations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_heading {
    text-align: center;
    font-size: 240px;
    background-image: url("assets/teams/campus.webp");
    background-repeat: no-repeat;
    color: transparent;
    background-position: center;
    background-clip: text;
    font-weight: bold;

}

.promise_heading {
        font-family: Urbanist, Sans-serif;
    font-size: 108px;
    font-weight: 900;
    font-style: normal;
    background: -webkit-linear-gradient(100deg, #C02633 10%, #ffffff 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

@media (max-width : 426px){
    .main_heading {
        font-size: 60px;

    }
    .promise_heading {
        font-size: 40px;
    }
}


.school_section_images{
    min-height: 600px;
    display : flex;
    align-items : center;
    justify-content : center ;
    /* background: linear-gradient (#eee 50 , blue 50.1);
    padding-bottom: 70px;
    margin-top : 50px;
    margin-bottom: 50px; */

}
.box-container {
    display : flex;
    align-items : center;
    justify-content : center ;
    background : #fff;
    /* box-shadow : 0 15px 20px rgba(0,0,0,.2); */
    border-radius: 15px;
    position: relative;

}

.box_1 {
    height : 575px;
    width : 60px;
    margin : 10px;
    border-radius : 50px;
    position : relative;
    cursor: pointer;
    transition : .9s ease;
    overflow:hidden;
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(new_website/assets/img/slider/slider-2.webp); */
    /* background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(new_website/assets/img/slider/slider-2.webp); */
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), url(new_website/assets/img/slider/slider-2.webp);

    background-size: cover;
}



.box-text{
    writing-mode: vertical-lr;
    color: white;
    white-space: nowrap;
    transform: rotate(180deg);
    font-size: min(3vw, 3vh);
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 130%;
    padding-right: 20px;
    margin-top: 30px;
}

.box_1.active {
    height: 575px;
    width: 605px;
   border-radius : 20px;
   .box-text{
    display: none;
   } 
}

.box_1 img {
    height : 100%;
    width : 100%;
    object-fit : cover;
}

.box_1 .content {
    position : relative ;
    bottom : 0 ; left : 0;
    width : 100%;
    padding : 15px 10px ;
    background : linear-gradient(180deg, transparent 0%, black);
    display : flex;
    align-items : center;

}



.box_1 .content .info {
    padding-left : 10px;
    display : none;
}

.box_1.active .content .info {
    display : block;
}

.box_1.active .content .info h3 {
    font-size : 20px;
    color : #fff;
    text-transform : uppercase;
}


.box_1 .gallery_content {
    display : none;
    padding: 20px;
    margin: 20px;
}

.box_1.active .gallery_content {
    display: block;
}

.gallery_content  h3 {
    font-weight: bold;
    color: #fff;
}
.gallery_content  h4 {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}
.gallery_content  p {
    
    color: #fff;
}

@media (max-width: 780px){
    .box-container{
        flex-direction: column;
    }
    .box_1{
        height: 50px;
        width: 650px;
        display: flex;
        align-items: center;
    }
    .box_1.active{
        height: 670px;
        width: 100%;
    }
    .box-text{
        padding-left: 24px;
        writing-mode: horizontal-tb;
        color: white;
        white-space: break-spaces;
        transform: none;
        position: absolute;
        font-size: 90%;
        margin-top: 11px;
    }
    
}


@media (max-width: 450px){
    .box-container{
        flex-direction: column;
    }
    .box_1{
        height: 50px;
        width: 350px;
        display: flex;
        align-items: center;
    }
    .box_1.active{
        height: 870px;
        width: 100%;
    }
    .box-text{
        padding-left: 24px;
        writing-mode: horizontal-tb;
        color: white;
        white-space: break-spaces;
        transform: none;
        position: absolute;
        font-size: 90%;
        margin-top: 11px;
    }
    
}



.card_1 {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.evtbody {
   /* Set the width of the card */
     border-radius: 0px 10px 10px 0px; /* Rounded corners */
    /* border: 1px solid #ccc; Border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow */
    background-color: #fff; /* Background color */
    padding: 20px; /* Padding inside the card */
    /* margin: 20px; Margin around the card */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .evtbody:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(139, 138, 157, 1) 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(150deg, #0f8141 0%, #273656 100%);
    border-radius: 0 10px 10px 0;
  }
  .evtbody:hover h5, .evtbody:hover p{
    color: #fff;
  }
  
  .evtbody h5 {
    font-weight: bold;
  }

  .pr-0{
    padding-right: 0px;
  }
  .pl-0{
    padding-left: 0px;
  }
  .evntimg{
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
  }

  .evntsection{
    width: 100%;
    padding: 0px 0 50px 0;
  }

  .recruiterssection{
    width: 100%;
    padding: 0px 0 50px 0;
    background : #155b2e;
  }

  .facilitiessection{
    width: 100%;
    padding: 50px 0;
    background : #155b2e;
  }


  .testmobody {
   border-radius: 0px 10px 10px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    min-height: 260px;
  }

  .testmobody h4{
    color:#318e52;
  }

  .testmobody:hover h4, .testmobody:hover h6, .testmobody:hover p{
    color:#fff;
  }
  
  .testmobody:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #0f8141 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(150deg, #0f8141 0%, #273656 100%);
    border-radius: 0 10px 10px 0;
  }
  
  .testmobody h5 {
    font-weight: bold;
  }

  .testmoimg{
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
  }


  .gallery_content_1 {
    height : auto;
    border-radius : 20px;
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(new_website/assets/img/slider/slider-2.webp); */
    background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(new_website/assets/img/research.png);
    background-size: cover;
    padding : 50px;
    color: white ;

  }

  .research_card {
    border-radius: 10px;
    justify-content: space-evenly;
    margin: 0px;
    padding: 10px;
    border: 2px solid grey;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }


  .facilities_section {
    color: #fff;
    text-align: center;
   }

  .facilities_section h4 {
    font-weight: bold;
   }
  .facilities_section h6 {
    color: #fff;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
  }


  .facilities_card {
    height: 100px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .facilities_icons {
    height: 50px;
    margin: 10px;
  }

  .facilities_card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #0f8141 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
  }

  .facilities_heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
  }

  
  .owl-nav{
    display: none;
  }


  .navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
    
}   
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */



.social-media-footer li {
    padding-right: 16px;
       border: #fff solid 1px;
}

.footer-top-section {
    background-image: linear-gradient(to left, #0f8141c7 -19%, #273656 100%), url(new_website/assets/img/bg_fotter.png);

    /* background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(new_website/assets/img/slider/slider-2.webp); */
    /* background: linear-gradient(90deg, rgba(139,138,157,1) 0%, rgba(28,9,121,0.7595413165266106) 100%, rgba(0,212,255,1) 100%); */
    height: 250px;
    border-radius: 10px;
    width: 100%;
    color : #fff;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    display: flex;
    flex-direction: column;
/*    position: absolute;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-top-section h1{
    color: #fff;
}
.footer-top-section h6{
    color: #fff;
}
.footer_btn {
    border: 2px solid grey;
    border-radius: 10px;
    height: 50px;
    width: 140px;

}

.footer_bottom_section {
/*    position: relative;*/
    background: #155b2e;
    top: 40px;
    z-index: -1;
    margin-top: -60px;
    padding-top: 60px;
    overflow: hidden;
    
}

.footer_bottom_section ul li {
    color: #fff;
    padding: 10px;

}

.useful-links-pec h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;

}

.useful-links-pec ul li {
    color: #fff;
    padding: 0px;
    padding-bottom: 10px;
}

li a {
    color: #fff;
}


i {
    color: #fff;
    margin-right: 5px;
}

.ftr_copyright {
    color: #fff;
    text-align: center;
}

.events_img_section img {
    position: absolute;
    width: 100%;
}

.events_button {
    position: relative;
    background: linear-gradient(90deg, rgba(139,138,157,1) 0%, rgba(28,9,121,0.7595413165266106) 100%, rgba(0,212,255,1) 100%);
    border-radius: 20px;
    width: 120px;
    margin: 20px;
    text-align: center;
}


.events_button button {
    color: #fff;
    font-weight: bold;
}

.card_content {
    margin-top: 110px;
    padding: 15px;

}


@media  (max-width : 480px) {
    .card_content {
    margin-top: 50px;
}
}

.card_events {
    margin-top: 20px;
    margin-bottom: 30px;
}

.nav-tabs .nav-link  {
    color : red;
}

.bg_black {
    background: #D4A5A5;
    color: #fff;
    padding: 10px 0;
}

.navbar-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mainbox_logo{
    width: 100%;
    padding: 0px !important;
}
@media(min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.sticky-icon {
  z-index: 9999;
  position: fixed;
  top: 200px;
  right: 0%;
  width: 46px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
  transform: translate(0px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}
.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #d62976;
}
.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}
.sticky-icon a i.fa-linkedin-in {
  background-color: #fff;
  color: #0a66c2;
}
.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}
.Instagram {
  background-color: #d62976;
  color: #fff;
}
.Twitter {
  background-color: #53c5ff;
  color: #fff;
}
.Linkedin {
  background-color: #0a66c2;
  color: #fff;
}
.Youtube {
  background-color: #fa0910;
  color: #fff;
}
.sticky-icon a i {
  background-color: #fff;
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}


.adminshionbox{
    background: #8b1216;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to left, #0f8141f2 -19%, #273656 100%);
}



.aboutpecsec p{
         color: #1e1e1e;
    font-family: figtree, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}


.accreditations_sec{
    width: 100%;
    padding: 60px 0;
    background: #155b2e;
}

.accreditations_sec h6{
    font-family: urbanist, Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.accreditations_sec h4{
        color: #fff;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accreditations_sec p{
    color: #fff;
    font-family: figtree, Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.accedrations p{
    color: #000;
    font-size: 15px;
}

.col-megamenu h6{
   font-size: 15px;
    padding-left: 9px;
    color: #0a0a0abf;
    font-weight: 600;
}


.courseofcsection{
    width: 100%;
    padding: 60px 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}

.btn.sitebtn{
        font-family: urbanist, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    fill: #fff;
    color: #fff;
    background-color: #c02633;
    border-radius: 5px 5px 5px 5px;
    padding:13px 30px;
}
.btn.sitebtn:hover{
    background-color: transparent;
    background-image: linear-gradient(36deg, #26C033 0%, #233659 100%);
}


.numbercount{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    font-family: Urbanist, Sans-serif;
}

.numbercountdes{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.vibrnttext{
        color: #0a0a0a;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
        margin-top: 0;
}

.bg_1{
    background-image: linear-gradient(to left, #0f8141db -19%, #25304f 100%), 
    url(new_website/assets/img/bg/bg_1.png);
    background-size: cover;
}
.bg_2{
    background-image: linear-gradient(to left, #0f8141db -19%, #25304f 100%), 
    url(new_website/assets/img/bg/bg_2.png);
    background-size: cover;
}
.bg_3{
    background-image: linear-gradient(to left, #0f8141db -19%, #25304f 100%), 
    url(new_website/assets/img/bg/bg_3.png);
    background-size: cover;
}
.bg_4{
    background-image: linear-gradient(to left, #0f8141db -19%, #25304f 100%), 
    url(new_website/assets/img/bg/bg_4.png);
    background-size: cover;
}
.bg_5{
    background-image: linear-gradient(to left, #0f8141db -19%, #25304f 100%), 
    url(new_website/assets/img/bg/bg_5.png);
    background-size: cover;
}


.brand-item {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.brand-item img {
  cursor: pointer;
  width: 100%;
}

.accreditations-item {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.accreditations-item img {
  cursor: pointer;
  width: 140px;
}
.home-demo{
    width: 100%;
}
.home-demo .item {
    background: #fff;
        border-radius: 10px;
            overflow: hidden;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.useful-links-pec ul {
    padding: 0;
}
.useful-links-pec ul li a:hover{
    color: #fff;
        text-decoration: none;
}

.sideiconclr{
    background: #25304f !important;
}






.mobile_show{
    display: inline-block;
}

@media(max-width:450px){
    .mobile_show{
    display: none;
    }
}

@media(min-width:500px) and (max-width:850px){
   ul.top_aligniment{
    font-size: 6px;
    }
}


.col-megamenu .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 10px;
}

.offcanvas.offcanvas-start.show li.nav-item a{
color: #000;
}

.offcanvas.offcanvas-start.show .navbar-nav {
    margin: 0;
}



@media(max-width:480px){
    .p-m-l-auto{
        padding-left: 15px;
    }
    .p-m-r-auto{
        padding-right: 15px;
    }
    .evtbody {
    border-radius: 0;
    }
    .evtbody:hover{
        border-radius: 0px;
    }
    .testmoimg{
        border-radius: 0;
    }
    .testmoimg:hover{
        border-radius: 0px;
    }
    .footer-top-section{
        position: relative;
    }
    .footer_bottom_section{
        margin-top: -70px;
    }
}

.homeforms{
    width: 100%;
    background: linear-gradient(to left, #0f8141db -19%, #25304f 100%);
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
.homeforms h3{
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.display_mobile{
    display: none;
}
.display_desktop{
    display: block;
    background: #066eb6;
}
.display_desktop marquee{
        padding-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
}





























