* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    scroll-behavior: smooth;

    /* font-family: "Montserrat", sans-serif; */

    /* overflow: hidden; */

  }

  

  /* --- Customize ScrollBars --- */

  .footer .center .linkedin-content::-webkit-scrollbar{

      width: 11px;

   }

   .footer .center .linkedin-content::-webkit-scrollbar-track{

      background: #fff;

   }

   .footer .center .linkedin-content::-webkit-scrollbar-thumb{

      background: #676767;

      border-radius: 7px;

   }

  

  /* Header Styles Starts Here */

  header{

      background-color: #ec9122;

      padding: 5px 0;

  }

  .header{

      display: flex;

      justify-content: space-between;

      align-items: center;

      color: #fff;

      font-family: "Montserrat", sans-serif;

  }

  .header a{

      text-decoration: none;

      color: #fff;

  }

  .header .icons i{

      margin-right: 7px;

      transition: all 0.3s ease;

  }

  .header .icons i:hover{

      scale: 1.2;

      color: #5f86c3;

  }

  .header .email i{

      margin-right: 1px;

  }



  @media screen and (max-width: 576px) {

    .header .icons i{

        margin-right: 3.5px;

    }

    .header a{

        font-size: 0.7rem;

    }

    .header .phone span{

        font-size: 0.7rem;

    }

    .header i{

        font-size: 0.8rem;

    }

	header{

      padding: 1px 0 3px 0;

    }

}

  /* Header Styles Ends Here */

  

  /* Nav Styles Starts Here */

  nav {

    padding: 0 !important;

    background-color: #fff !important;

    font-family: "Montserrat", sans-serif !important;

  }

  nav .nav-link {

    font-weight: 500;

  }

  nav .nav-link.active {

    color: #eb9833 !important;

  }

  nav .dropdown-menu {

    background-color: #eb9833 !important;

  }

  nav .dropdown-item {

    color: #fff !important;

    font-weight: 400;

    transition: all 0.2s ease;

  }

  nav .dropdown-item:hover,

  nav .dropdown-item:focus {

    background-color: #eb9833 !important;

    color: #ececec !important;

  }



  @media screen and (max-width: 576px) {

    nav .nav-link {

        font-size: 0.8rem !important;

      }

      nav .dropdown-item {

        font-size: 0.8rem !important;

      }

	  nav .navbar-brand img {

        height: 70px;

      }

  }



  /* .dropdown-toggle::after {

    display: none;

  } */



  /* Nav Styles Ends Here */





  /* Top Image Starts Here */

  .top-image{

    width: 100%;

    overflow: hidden;

    position: relative;

  }

  .top-image img{

    width: 100%;

  }

  .top-image .head{

    position: absolute;

    bottom: -10px;

    left: 35vw;

    width: 30vw;

    text-align: center;

  }

  .top-image .head h1{

    font-size: 3.5rem;

    background-color: #ec9122;

    color: #fff;

    padding: 6px 0 15px 0;

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

  }



  @media screen and (max-width: 576px) {

    .top-image .head{

      left: 15vw;

      width: 70vw;

    }

    .top-image .head h1{

      font-size: 1.8rem;

      padding: 6px 0 12px 0;

      border-top-left-radius: 30px;

      border-top-right-radius: 30px;

    }

  }

  /* Top Image Ends Here */





  /* Top Text Starts Here */

  .top-text{

    padding: 4rem 0;

    /* text-align: center; */

    display: flex;

    flex-direction: column;

    align-items: center;

    overflow: hidden;

  }

  .top-text p{

    max-width: 70%;

    text-align: center;

    font-size: 1rem;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

  }

  .top-text .text-menu{

    width: 100%;

    display: flex;

    justify-content: space-around;

    margin-top: 2rem;

  }

  .top-text .text-menu a{

    width: 16%;

  }

  .top-text .text-menu button{

    width: 100%;

    padding: 10px 0 13px 0;

    border: none;

    outline: none;

    background-color: #ec9122;

    color: #fff;

    border-radius: 7px;

    transition: all 0.2s ease;

  }

  .top-text .text-menu button a{

    color: #fff;

    text-decoration: none;

  }

  .top-text .text-menu button:hover{

   background-color: #d97c0a;

  }

  .top-text #text-menu-2{

   width: 88%;

   margin-top: 10px;

  }

  .top-text #text-menu-2 button{

   width: 100%;

  }



  @media screen and (max-width: 576px) {

    .top-text{

      padding: 1.5rem 0.5rem;

    }

    .top-text p{

      max-width: 100%;

      font-size: 0.9rem;

    }

    .top-text .text-menu{

      flex-wrap: wrap;

      margin-top: 0.7rem;

      gap: 2%;

      justify-content: start;

    }

    .top-text .text-menu a{

      width: 49%;

    }

    .top-text .text-menu button{

      width: 100%;

      padding: 7px 0 9px 0;

      margin-bottom: 0.5rem;

    }

    .top-text #text-menu-2{

      width: 100%;

      margin-top: 0;

     }

     .top-text #text-menu-2 a{

      width: 49%;

    }

    .top-text #text-menu-2 button{

      width: 100%;

      padding: 7px 0 9px 0;

      margin-bottom: 0.5rem;

    }

  }

  /* Top Text Ends Here */





  /* Economic Times Starts Here */

  .economic-times{

    padding: 3rem 0;

    overflow: hidden;

  }

  .economic-times .head{

    display: flex;

    flex-direction: column;

    align-items: center;

  }

  .economic-times h1{

   text-align: center;

  }

  .economic-times .line{

   width: 290px;

   height: 3px;

   background-color: #d97c0a;

  }

  .economic-times .main{

   width: 100%;

   display: flex;

   justify-content: space-between;

   margin-top: 2.5rem;

  }

  .economic-times .main .left{

   width: 44%;

   /* background-color: red; */

  }

  .economic-times .main .left img{

   width: 100%;

   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  }

  .economic-times .main .right{

   width: 55%;

   /* background-color: red; */

  }

  .economic-times .main .right .content{

   background-color: #fff;

   padding: 10px 20px;

   border-radius: 8px;

   border: 1px solid #d97c0a;

   margin-bottom: 58px;

  }

  .economic-times .main .right .content h4{

    font-size: 1.3rem;

  }

  .economic-times .main .right .content p{

    font-size: 0.9rem;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    padding-top: 5px;

    margin-bottom: 3.5px;

  }

  .economic-times .main .right .content .content-foot{

    display: flex;

    justify-content: space-between;

  }

  .economic-times .main .right .content .content-foot img{

    width: 17px;

  }

  .economic-times .main .right .content .content-foot span{

    font-size: 13px;

    font-weight: 500;

  }

  .economic-times .main .right .content .content-foot button{

   padding: 2px 10px;

   border: none;

   outline: none;

   background-color: #d97c0a;

   color: #fff;

   border-radius: 3px;

   font-size: 0.88rem;

   transition: all 0.2s ease;

  }

  .economic-times .main .right .content .content-foot button:hover{

   background-color: #c66d00;

  }

  .economic-times .main .right .content .content-foot .date{

    display: flex;

    align-items: center;

    gap: 5px;

  }



  @media screen and (max-width: 576px) {

    .economic-times{

      padding: 1.5rem 0.5rem;

    }

    .economic-times h1{

      font-size: 1.4rem;

     }

     .economic-times .line{

      width: 110px;

     }

     .economic-times .main{

      flex-direction: column;

      margin-top: 2rem;

     }

     .economic-times .main .left{

      width: 100%;

     }

     .economic-times .main .right{

      width: 100%;

      margin-top: 1.5rem;

     }

     .economic-times .main .right .content{

      margin-bottom: 20px;

     }

     .economic-times .main .right .content h4{

      font-size: 1.1rem;

    }

    .economic-times .main .right .content p{

      font-size: 0.8rem;

    }

    .economic-times .main .right .content .content-foot img{

      width: 14px;

    }

    .economic-times .main .right .content .content-foot span{

      font-size: 10px;

    }

    .economic-times .main .right .content .content-foot button{

     font-size: 0.7rem;

    }

  }

  /* Economic Times Ends Here */





  /* Business Standard Starts Here */

  .business-standard{

    padding: 2rem 0 3rem 0;

    overflow: hidden;

  }

  .business-standard .head{

    display: flex;

    flex-direction: column;

    align-items: center;

  }

  .business-standard h1{

   text-align: center;

  }

  .business-standard .line{

   width: 325px;

   height: 3px;

   background-color: #d97c0a;

  }



  .business-cards{

    display: flex;

    justify-content: space-between;

    margin-top: 3rem;

    width: 100%;

  }

  .business-cards .content{

    background-color: #ec9122;

    padding: 10px 20px;

    border-radius: 8px;

   /* margin-bottom: 10px; */

   width: 49.5%;

  }

  .business-cards .content h4{

    font-size: 1.3rem;

    color: #fff;

  }

  .business-cards .content p{

    color: #fff;

    font-size: 0.9rem;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    padding-top: 5px;

    margin-bottom: 3.5px;

  }

  .business-cards .content .content-foot{

    display: flex;

    justify-content: space-between;

  }

  .business-cards .content .content-foot img{

    width: 17px;

  }

  .business-cards .content .content-foot span{

    font-size: 13px;

    font-weight: 500;

    color: #fff;

  }

  .business-cards .content .content-foot button{

   padding: 2px 10px;

   border: none;

   outline: none;

   background-color: #fff;

   color: #ec9122;

   border-radius: 3px;

   font-size: 0.88rem;

   font-weight: 500;

   transition: all 0.2s ease;

  }

  .business-cards .content .content-foot button:hover{

   background-color: #ebebeb;

  }

  .business-cards .content .content-foot .date{

    display: flex;

    align-items: center;

    gap: 5px;

  }

  #business-cards-row-2{

    display: flex;

/*    justify-content: center;*/

    margin-top: 0.9rem;

  }



  .business-text{

    /* background-color: #5f86c3; */

    margin-top: 5rem;

    width: 55%;

    margin-left: 22.5%;

    position: relative;

  }

  .business-text p{

    text-align: center;

    font-family: "Montserrat", sans-serif;

    font-size: 0.9rem;

    font-weight: 500;

  }

  .business-text #border-img{

    width: 110%;

    position: absolute;

    bottom: -15px;

    left: -33px;

  }

  .business-text #quote-1{

    width: 40px;

    position: absolute;

    bottom: 65px;

    left: -45px;

  }

  .business-text #quote-2{

    width: 40px;

    position: absolute;

    bottom: -25px;

    right: -56px;

  }



  .business-images{

    margin-top: 5rem;

    background-color: #dbdbdb;

    width: 100%;

    border-radius: 10px;

  }

  .business-images .img-row{

    width: fit-content;

    display: flex;

    justify-content: space-around;

    padding: 1.7rem 1.5rem 1.5rem 1.5rem;

  }

  .business-images img{

    width: 24%;

  }



  @media screen and (max-width: 1400px) {

    .business-text #border-img{

      width: 110%;

      height: 6.5rem;

      bottom: -8px;

      left: -33px;

    }

    .business-text #quote-2{

      bottom: -15px;

      right: -49px;

    }

  }



  @media screen and (max-width: 576px) {

    .business-standard{

      padding: 0.5rem 0.5rem 1rem 0.5rem;

    }

    .business-standard h1{

     font-size: 1.3rem;

    }

    .business-standard .line{

     width: 110px;

    }

    .business-cards{

      flex-wrap: wrap;

      margin-top: 1.5rem;

    }

    .business-cards .content{

     width: 100%;

     margin-top: 0.7rem;

    }

    #business-cards-row-2{

      margin-top: 0;

    }

    .business-cards .content h4{

      font-size: 1rem;

    }

    .business-cards .content p{

      font-size: 0.7rem;

      margin-top: 0;

    }

    .business-cards .content .content-foot img{

      width: 14px;

    }

    .business-cards .content .content-foot span{

      font-size: 10px;

    }

    .business-cards .content .content-foot button{

     font-size: 0.75rem;

    }

    .business-text{

      margin-top: 3rem;

      width: 90%;

      margin-left: 5%;

    }

    .business-text p{

      text-align: justify;

      font-size: 0.8rem;

    }

    .business-text #border-img{

      display: none;

    }

    .business-text #quote-1{

      width: 15px;

      bottom: 110px;

      left: -20px;

    }

    .business-text #quote-2{

      width: 15px;

      position: absolute;

      bottom: 0px;

      right: -17px;

    }

    .business-images{

      margin-top: 2.5rem;

      border-radius: 8px;

    }

    .business-images .img-row{

      flex-wrap: wrap;

      gap: 2%;

      padding: 0.6rem 0.5rem 0 0.5rem;

    }

    .business-images img{

      width: 49%;

      margin-bottom: 0.5rem;

    }

  }

  /* Business Standard Ends Here */





  /* Main Cards Starts Here */

  .main-cards{

    padding: 2rem 0 5rem 0;

    overflow: hidden;

  }

  .main-cards h1{

    text-align: center;

    margin-top: 3rem;

  }

  .hindu-business-line .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .hindu-business-line .head .line{

    width: 360px;

    height: 4px;

    background-color: #d97c0a;

  }



  .main-cards .content{

    background-color: #fff;

    padding: 10px 20px;

    border-radius: 8px;

   margin-top: 10px;

   width: 65%;

   border: 1px solid #d97c0a;

   margin-left: 17%;

  }

  .main-cards .content h4{

    font-size: 1.3rem;

  }

  .main-cards .content p{

    font-size: 0.9rem;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    margin: 15px 0;

  }

  .main-cards .content .content-foot{

    display: flex;

    justify-content: space-between;

  }

  .main-cards .content .content-foot img{

    width: 17px;

  }

  .main-cards .content .content-foot span{

    font-size: 13px;

    font-weight: 500;

  }

  .main-cards .content .content-foot button{

   padding: 2px 10px;

   border: none;

   outline: none;

   background-color: #ec9122;

   color: #fff;

   border-radius: 3px;

   font-size: 0.88rem;

   /* font-weight: 500; */

   transition: all 0.2s ease;

  }

  .main-cards .content .content-foot button:hover{

   background-color: #e46e00;

  }

  .main-cards .content .content-foot .date{

    display: flex;

    align-items: center;

    gap: 5px;

  }



  .money-control .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .money-control .head .line{

    width: 270px;

    height: 4px;

    background-color: #d97c0a;

  }



  .devdiscourse .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .devdiscourse .head .line{

    width: 245px;

    height: 4px;

    background-color: #d97c0a;

  }



  .apn-news .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .apn-news .head .line{

    width: 210px;

    height: 4px;

    background-color: #d97c0a;

  }



  .telegraph .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .telegraph .head .line{

    width: 260px;

    height: 4px;

    background-color: #d97c0a;

  }



  .times-of-india .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .times-of-india .head .line{

    width: 250px;

    height: 4px;

    background-color: #d97c0a;

  }

  .times-of-india-content{

    display: flex;

    justify-content: space-between;

    /* align-items: center; */

    width: 100%;

    max-height: 90vh;

  }

  .times-of-india-content .left{

    width: 49%;

  }

  .times-of-india-content .left img{

    width: 120%;

    height: 100%;

    object-fit: contain;

  }

  .times-of-india-content .right{

    width: 50%;

    padding-right: 10%;

  }

  .times-of-india-content .right img{

    width: 100%;

    height: 60%;

    object-fit: contain;

    margin-top: 22%;

  }



  .financial-express .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .financial-express .head .line{

    width: 300px;

    height: 4px;

    background-color: #d97c0a;

  }



  .cii .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .cii .head .line{

    width: 50px;

    height: 4px;

    background-color: #d97c0a;

  }

  .cii-image-box{

    background-color: #dbdbdb;

    margin: 0 4rem;

    margin-top: 5rem;

    padding: 15px 10px 10px 15px;

    display: flex;

    flex-direction: column;

    align-items: center;

    border-radius: 10px;

    overflow: hidden;

  }

  

  .cii-image-box .top img{

    width: 100%;

  }

  .cii-image-box .bottom {

    margin-top: 0.5rem;

  }

  .cii-image-box .bottom img{

    width: 33%;

  }



  #cii-text-2 #border-img{

    /* width: 110%;

    position: absolute;

    bottom: -15px;

    left: -33px; */

    height: 160px;

  }

  #cii-text-2 #quote-1{

    /* width: 40px; */

    /* position: absolute; */

    bottom: 130px;

    left: -50px;

  }

  #cii-text-2 #quote-2{

    /* width: 40px; */

    /* position: absolute; */

    bottom: -25px;

    right: -60px;

  }



  #cii-image-box-3 img{

    border: 6px solid #fff;

    border-radius: 8px !important;

  }

  #cii-image-box-3 .bottom{

    margin-top: 0.9rem;

  }

  #cii-image-box-3 .bottom2{

    display: flex;

    justify-content: space-between;

  }

  #cii-image-box-3 .bottom2 img{

    width: 49.5%;

  }



  .others .head{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 3rem;

  }

  .others .head .line{

    width: 120px;

    height: 4px;

    background-color: #d97c0a;

  }

  .others p{

    width: 85%;

    text-align: center;

    margin-left: 7.5%;

    font-size: 1.1rem;

  }

  .others p span{

    color: #f28c0f;

    font-weight: 600;

  }

  .others .img-div{

   background-color: #dbdbdb;

   width: 60%;

   border-radius: 10px;

   padding: 20px;

   margin: 0 auto;

   margin-top: 4rem;

   display: flex;

   justify-content: space-between;

   overflow: hidden;

  }

  .others .img-div img{

   width: 49%;

   height: 100%;

   object-fit: contain;

  }



  @media screen and (max-width: 1400px) {

    .main-cards{

      padding: 0rem 0 5rem 0;

    }

    .main-cards h1{

      font-size: 2rem;

    }

    .times-of-india-content .left img{

      width: 100%;

      height: 90%;

    }

    .times-of-india-content .right img{

      width: 120%;

      height: 50%;

    }

    #cii-text-2 #border-img{

      height: 170px;

    }

    #cii-text-1 #border-img{

      bottom: -18px;

      /* right: -60px; */

    }

  }



  @media screen and (max-width: 576px) {

    .main-cards{

      padding: 0 0.5rem 5rem 0.5rem;

    }

    .main-cards h1{

      margin-top: 2rem;

      font-size: 1.5rem;

    }

    .hindu-business-line .head{

      margin-bottom: 1.7rem;

    }

    .hindu-business-line .head .line{

      width: 110px;

      height: 3px;

    }

    .main-cards .content{

      padding: 10px 15px;

     margin-top: 0;

     width: 100%;

     margin-left: 0;

    }

    .main-cards .content h4{

      font-size: 1rem;

    }

    .main-cards .content p{

      font-size: 0.7rem;

      margin: 10px 0;

    }

    .main-cards .content .content-foot img{

      width: 12px;

    }

    .main-cards .content .content-foot span{

      font-size: 10px;

    }

    .main-cards .content .content-foot button{

     font-size: 0.7rem;

    }

    .money-control .head{

      margin-bottom: 1.7rem;

    }

    .money-control .head .line{

      width: 90px;

      height: 3px;

    }

    .devdiscourse .head{

      margin-bottom: 1.7rem;

    }

    .devdiscourse .head .line{

      width: 80px;

      height: 3px;

    }

    .apn-news .head{

      margin-bottom: 1.7rem;

    }

    .apn-news .head .line{

      width: 70px;

      height: 3px;

    }

    .telegraph .head{

      margin-bottom: 1.7rem;

    }

    .telegraph .head .line{

      width: 90px;

      height: 3px;

    }

    .times-of-india .head{

      margin-bottom: 1.7rem;

    }

    .times-of-india .head .line{

      width: 80px;

      height: 3px;

    }

    .financial-express .head{

      margin-bottom: 1.7rem;

    }

    .financial-express .head .line{

      width: 100px;

      height: 3px;

    }

    .cii .head{

      margin-bottom: 1.7rem;

    }

    .cii .head .line{

      width: 25px;

      height: 3px;

    }

    #cii-text-1 {

      margin-top: 1rem;

    }

    .cii-image-box{

      margin: 0;

      margin-top: 2.5rem;

      padding: 10px;

    }

    .cii-image-box .bottom {

      display: flex;

      justify-content: space-between;

    }

    .cii-image-box .bottom img{

      width: 32%;

    }

    #cii-text-2 {

      margin-top: 1.5rem;

      width: 96%;

      margin-left: 2%;

    }

    #cii-image-box-3 img{

      border: 2px solid #fff;

      border-radius: 4px !important;

    }

    #cii-image-box-3 .bottom{

      margin-top: 0.5rem;

    }

    #cii-text-3 {

      margin-top: 1.5rem;

      width: 96%;

      margin-left: 2%;

    }

    #cii-text-3 img{

      display: none;

    }

    .others .head{

      margin-bottom: 1.7rem;

    }

    .others .head .line{

      width: 50px;

      height: 3px;

    }

    .others p{

      width: 96%;

      text-align: justify;

      margin-left: 2%;

      font-size: 0.95rem;

    }

    .others .img-div{

      width: 100%;

      padding: 10px 10px 8px 10px;

      margin: 0;

      margin-top: 2.5rem;

     }

  }

  /* Main Cards Ends Here */





  /* Footer Styles Starts Here */

  footer{

    background-color: #ec9122;

    padding: 3rem 0;

    position: relative;

    overflow: hidden;

    margin-top: 5rem;

  }

  .footer{

    display: flex;

    justify-content: space-between;

  }

  .footer .left{

    width: 29%;

    color: #fff;

  }

  .footer .left img{

    background-color: #fff;

    padding: 0.5rem 0.8rem;

    margin-top: 1rem;

  }

  .footer .left a{

    color: #fff;

  }

  .footer .left .foot-icons{

    margin-top: 2rem;

  }

  .footer .left .foot-icons i{

    margin-right: 0.7rem;

    font-size: 1.3rem;

    transition: all 0.2s ease;

  }

  .footer .left .foot-icons i:hover{

    scale: 1.1;

    color: #5f86c3;

  }

  

  .footer .center{

    width: 30%;

  }

  .footer .center h3{

    font-size: 1.3rem;

    color: #fff;

    margin-bottom: 1rem;

  }

  .footer .center img{

    width: 100%;

    /* position: relative; */

  }

  .footer .center button{

    position: absolute;

    left: 75%;

    top: 46%;

    border: none;

    outline: none;

    font-size: 0.8rem;

    padding: 2px 5px;

    border-radius: 5px;

    box-shadow: 2px 2px 3px #616161;

    background-color: #f9f9f9;

    transition: all 0.2s ease;

  }

  .footer .center button:hover{

    background-color: #ededede4;

  }

  .footer .center .linkedin-content{

   height: 150px;

   overflow-y: scroll;

   padding: 10px;

   background-color: #d2d0d0;

  }

  

  .footer .end{

   width: 22%;

   color: #fff;

   display: flex;

   flex-direction: column;

  }

  .footer .end h3{

   font-size: 1.1rem;

  }

  .footer .end p{

   font-size: 0.8rem;

  }

  .footer .end div{

   margin-bottom: 1rem;

  }

  /* .footer .end img{

   width: 30px;

   margin-left: 90%;

   margin-top: 1.3rem;

   cursor: pointer;

   transition: all 0.3s ease;

  } */

  /* .footer .end img:hover{

   scale: 1.1;

  } */

  .footer-line .line{

    width: 100%;

    height: 1.5px;

    background-color: #fff;

    margin-top: 1rem;

  }

  .copyright{

   display: flex;

   justify-content: space-between;

   color: #fff;

   margin-top: 7px;

   font-size: 0.9rem;

  }



  #back-to-top{

    width: 30px;

    height: 30px;

    border-radius: 50%;

    cursor: pointer;

    position: fixed;

    bottom: 1.2rem;

    right: 1.4rem;

    box-shadow: rgba(0, 0, 0, 0.308) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    transition: all 0.3s ease;

  }

  #back-to-top:hover{

      scale: 1.1;

  }



   /* Footer Media Queries */

   @media screen and (max-width: 1400px) {

    .footer .center button{

        top: 42%;

      }

  }



  @media screen and (max-width: 576px) {

    footer{

        margin-top: 0;

    }

    .footer{

        flex-direction: column;

      }

      .footer .left{

        width: 100%;

      }

      .footer .left img{

        margin-top: 0.5rem;

        width: 25%;

      }

      .footer .left .foot-icons{

        margin-top: 1rem;

      }

      .footer .center{

        width: 100%;

        margin-top: 2rem;

      }

      .footer .end{

        width: 100%;

        margin-top: 2rem;

      }

      .copyright{

        font-size: 0.7rem;

       }

       #back-to-top{

        width: 20px;

        height: 20px;

        bottom: 1rem;

        right: 1rem;

      }

  }

.phdcci-image-box .bottom img {
    width: 24%;
    border: 6px solid #fff;
    border-radius: 8px !important;
}

.phdcci-image-box{
  margin-top: 50px;
}
.phdccinewgridimg img{
  border: 6px solid #fff;
    border-radius: 8px !important;
}

.phdcci-image-box {
    background-color: #dbdbdb;
    margin: 0 4rem;
    margin-top: 5rem;
    padding: 15px 10px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.phdcci-box{
  background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
    width: 65%;
    border: 1px solid #d97c0a;
    text-align: center;
    margin: 0 auto;
  }

.phdcci-box p{
  text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
  }
.youtubeothers-text p{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.youtubeothers-text{
  background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
    width: 65%;
    border: 1px solid #d97c0a;
    margin: 0 auto;
}

.others-text p{
  text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

#cii-text-3{
  margin-top: 30px;
}

.others-text{
  background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
    width: 65%;
    border: 1px solid #d97c0a;
    margin: 0 auto;
}

.othertextbtn a{
      background-color: #db7705;
    color: #fff;
    border: none;
    outline: none;
    padding: 3px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.othertextbtn{
  text-align: center;
}

.phdcciimggallery img{
  border-width: 6px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 8px !important;
}