@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap&family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.woff2") format("woff2"),
        url("../fonts/HelveticaNeue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.woff2") format("woff2"),
        url("../fonts/SegoeUI.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Light.woff2") format("woff2"),
        url("../fonts/SegoeUI-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2"),
        url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"),
        url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{font-family: "Source Sans Pro", sans-serif !important;}
.fa{font-family:FontAwesome !important;}
body {
   font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #2b2a27;
    line-height: normal;
}
ul,
ul li,
ol,
ol li {
    /* list-style: none; */
    /* margin: 0; */
    /* padding: 0; */
    line-height: 30px;
    /* font-family: Gellix, sans-serif; */
}
a {
    text-decoration: none!important;
    margin: 0;
    padding: 0;
    /* color: #2b2a27; */
}
p{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px !important;
}
.header {
    /* position: relative; */
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    z-index: 99;
}
.top-font 
{
    position: relative;
    top: 8px;
}
.top-header {
    /* padding: 8px 0 !important; */
    display: block;
    font-size: 14px;
    line-height: 17px;
}
.bg-green {
    background-color: #139c47;
}
header {
    position: relative;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    z-index: 99;
}
.top-bar-bg1 {
    font-size: 20 !important;
    font-weight: 550 !important;
}
.top-bar-bg2 {
    background-color: #dc5416 !important;
    font-size: 20 !important;
    font-weight: 550 !important;
}
.top-bar-bg2 a {
 text-decoration: none;
}
.bg-orange {
    background-color: #f6a000;
}

.social-icons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
ul, ul li, ol, ol li {
    /* list-style: none; */
    /* margin: 0; */
    /* padding: 0; */
}
.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 18px;
}



/* abourt us */

.about-section { padding: 3% 0;}
.about-section img { border-radius: 10px}
.about-section ul li, .about-section ul { list-style-type: none; margin: 0; padding: 0;}
.about-section ul li { font-size: 15px; margin: 0 0 4px 0; color: #121212; line-height: 1.7; letter-spacing: .5px; display: flex;}
.about-section ul li i { color: #3cc406; font-size: 18px; margin: 4px 5px 0 0;}

.about-section .title {
    margin-bottom: 10px;
}
.about-section .title h2 {
    position: absolute;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    padding-left: 16px;
    font-weight: 400;
    color: #2b2a27;
}

.about-section .title span {
    font-family: "Playfair Display", serif;
    font-size: 90px;
    line-height: 100px;
    color: rgb(43 42 39 / 5%);
    font-weight: 900;
}

.head_txt{font-size: 18px !important;}
.about-section p 
{
    text-align: justify;
    font-size: 15px !important;!i;!;
    line-height: 28px;
}
.pro-box {
    display: inline-block;
    overflow: hidden;
}
.pro-box img {
    display: block;
    transition: transform .4s;
}


.about-section img {
    border-radius: 10px;
}

.about-section img {
    height: 473px;
    border-radius: 10px;
}

.pro-box img:hover
{
    transform: scale(1.2);
  transform-origin: 50% 50%;
}

/* mission section */

.read-section {
    position: relative;
    padding: 50px 0 20px;
}
.read-section .title {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title {
    position: relative;
}

.read-section .title ul {
    border: 0;
    padding-left: 34px;
}
.news-section .nav-tabs {
    margin-bottom: 50px;
}
.title ul {
    position: absolute;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title span {
    font-family: "Playfair Display", serif;
    font-size: 90px;
    color: rgb(43 42 39 / 5%);
    font-weight: 900;
}
.read-section .title a {
    font-size: 16px;
    font-weight: 600;
    color: #2B2A27;
    background-color: rgb(191 189 182 / 10%);
    padding: 15px 30px;
}
.read-section .title ul li:last-child {
    border: 0;
}
.read-section .title ul {
    border: 0;
    padding-left: 18px;
}
.news-section .nav-tabs {
    margin-bottom: 0;
}
.read-section .title ul li .active {
    color: #2b2a27;
    background: transparent;
    border:0px
}
#ficci-history .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f6a000;
    border-color: #dee2e6 #dee2e6 #fff;
}


.subtitle {
    position: relative;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #959595;
    opacity: 0.7;
    text-transform: uppercase;
}
.subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    display: block;
    border-bottom: 2px solid #139c47;
}
.read-section .title ul li:first-child a {
    padding-left: 0;
    font-size: 28px;
    font-weight: 600;
    color:#333;
}

.content 
{
    position: relative;
    padding: 0 30px;
    border-right: 2px solid #f4f4f4;
    width: 100%;
    height: auto;
    max-width: 530px;

}
.content h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #2B2A27;
    text-align: justify;
    padding-top: 13px;
}

.mission-btn
{
   padding: 27px;
}

.mission-btn a 
{
    text-decoration: none;
    background-color: #139c47;
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 30px;
    flex: inherit !important;
    font-family: "Poppins", sans-serif;
    margin-top:40px;
}
.info 
{
    box-shadow: 50px 50px 99px #2c2c2c0f;
}
 .info span {
    letter-spacing: 0.56px;
    color: #959595;
    opacity: 0.7;
    font-size: 17px;
    font-weight: 400;
  }
   .info span {
    letter-spacing: 0.56px;
    color: #959595;
    opacity: 0.7;
    font-size: 17px;
    font-weight: 400;
   }

.info .evt-btn {
    margin-top: 20px;
}
.info .evt-btn a.button-style {
    color: #139c47 !important;
}
.info .evt-btn a
{
font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}


.content-item:nth-child(odd) {
    background: rgb(191 189 182 / 16%);
    padding: 20px 0px;
}
.content-item {
    border-top: unset;
}
.item_new_img {
    width: 25%;
}
.item_new {
    width: 75%;
    padding: 0 20px;
}

.content-item h4{
width: calc(100% - 200px);
    margin: 0;
    font-family: "Segoe UI";
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

h4{
    width:100%;
    padding: 0px;
}

.content-item .date-time {
    /* padding: 0 15px; */
    width: 150px;
    letter-spacing: 0.48px;
    color: #959595;
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}
.evt-btn {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
}
.evt-btn a {
    color: #139c47 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}

/* 2nd row css */

.content-items:nth-child(odd) {
    background: rgb(191 189 182 / 16%);
}
.content-items {
    border-top: unset;
    margin-top:20px;
}
.content-items .item_new_img {
    width: 25%;
}
.content-items .item_new {
    width: 75%;
    padding: 0 20px;
}

.content-items h4{
width: calc(100% - 300px);
    margin: 0;
    font-family: "Segoe UI";
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.content-items h4{
    width:100%;
    padding: 0px;
}

.content-items .date-time {
    /* padding: 0 15px; */
    width: 150px;
    letter-spacing: 0.48px;
    color: #959595;
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}
.content-items .evt-btn {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
}
.content-items .evt-btn a {
    color: #139c47 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
}


/* social */
.social-section .title {
    margin-bottom: 10px;
}
.social-section .title h2 {
    position: absolute;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    padding-left: 16px;
    font-weight: 400;
    color: #2b2a27;
}

.social-section .title span {
    font-family: "Playfair Display", serif;
    font-size: 90px;
    line-height: 100px;
    color: rgb(43 42 39 / 5%);
    font-weight: 900;
}

.social-section {
    padding: 0 0 25px;
}
.social-share {
    position: relative;
    width: 50%;
}
.social-share ul {
    flex-wrap: wrap;
    margin: 0 -54px;
    display: flex;
    align-items: center;
}
.social-share ul li {
    padding: 30px;
    margin: 0;
}
.social-share ul li a {
    color: #000;
    font-size: 31px;
}
.social-share .fa-facebook-official:before {
    content: "\f082";
    background: #3b5998;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share .fa-instagram:before {
    content: "\f16d";
    background: #8a3ab9;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share .fa-linkedin-square:before {
    content: "\f08c";
    background: #0077b5;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share .fa-youtube-play:before {
    content: "\f167";
    background: #ff0000;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share .fa-bold:before {
    content: "\f032";
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* footer */
.footer {
    position: relative;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 250px;
}
.footer a {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}
.footer .footer-links {
    /* width: 30%; */
    /* padding:0 15px; */
}
.footer .footer-links h5, .footer-contact-inr_textsec h5 {
    margin-bottom: 15px;
}
.footer h5 span {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #139c47;
}
.footer .footer-links ul.text-light {
    column-count: 1;
}
.footer .footer-links ul 
{
    padding: 0px;
}

.footer .footer-links li {
    margin: 0 0 10px 0;
}
.footer .footer-contact {
    padding: 0 15px;
    width: 90%;
}
.direction-area {
    padding: 20px 0;
}

.direction-area iframe {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-contact-inr_textsec {
    width: 50%;
}
 .footer-contact-inr
 {
    display: flex;
 }
.footer .footer-links h5, .footer-contact-inr_textsec h5 {
    margin-bottom: 15px;
}
.footer .footer-contact span {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif;
}
.footer h5 span {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #139c47;
}

.footer-contact-inr .footer-links {
    width: 40%;
    padding-left:30px;
}
.footer .copyright-wrapper {
    margin-top: 30px;
}
.bg-light-orange {
    background-color: #139c47;
}
.footer .copyright-wrapper span {
    font-size: 15px;
}


/* banner */

/*---banner--*/
.bnr-top {
    position: absolute;
    z-index: 999;
    /* background-color: #042529; */
    /* border:1px solid #fff; */
    color: white;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 30px; */
    transition: ease-in 0.5s;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50px);
  }
  #widgetsControl, #widgetsControl_C, #DynamicEnquiry, #DynamicEnquiry_C{height:inherit !important;}
  .bnr-top img{width:60px;}
  
  .flyAnimation {
      animation: fly 3.59370755s forwards;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
      -webkit-animation: fly 2s forwards;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
  }
  
  @-webkit-keyframes fly {
      0% {
          -webkit-transform: translate(0,0);
      }
  
      50% {
          -webkit-transform: translate(0,25px);
      }
  
      100% {
          -webkit-transform: translate(0,0);
      }
  }
  
  @keyframes fly {
      0% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0);
      }
  
      50% {
          -webkit-transform: translate(0,25px);
          transform: translate(0,25px);
      }
  
      100% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0);
      }
  }
  
  .top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    outline: none;
    background-color: #139c47;
    border:2px solid #fff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    transition: ease-in 0.5s;
  }
  .top.scll-top {
      opacity: 1;
      transition: ease-in 0.5s;
      bottom: 50px;
  }
  .top:hover {
    background-color: #555;
  }
  /*-----banner-------*/
  

  .ipcci-event .title h2 {
    position: absolute;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    padding-left: 16px;
    font-weight: 400;
    color: #2b2a27;
}

.ipcci-event .title span {
    font-family: "Playfair Display", serif;
    font-size: 90px;
    line-height: 100px;
    color: rgb(43 42 39 / 5%);
    font-weight: 900;
}



/* internal pages css */


/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 90px 0 0; width: 100%; background-size: cover; min-height:250px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background: #3a5637c7;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;font-family: "Libre Baskerville", serif;}

.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
/*innr-pg-bnnr*/

.number-list 
{
    padding:0px;
}
.number-list li 
{
    padding-top:10px;
}

.main-table ul li
{
    font-size: 16px;
    line-height: 30px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: left;
}
.main-table h5
{
    text-align: left;
    font-weight:600;
}
.main-table 
{
    padding-bottom:40px;
}
.main-table h2{text-align: left;}


.main-table p
{font-size: 16px;
      line-height: 30px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: left;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px!important;
}
#RadDockZone1
{
    max-width: 100%!important;
}

.header-lft {
    padding-top: 24px;
}
.header-lft img {
    margin-top: -36px;
    /* width: 80% !important; */
}
/* menu show on hover */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}

/* contact us */

.cont-page .st-feature-box {
    background: #139c47;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 75px;
    position: relative;
    margin-bottom: 35px;
}
.cont-page .feature-box-image {
    margin-top: 13px;
}
.st-feature-box .st-feature-box-icon {
    color: #139c47;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}
.feature-box-content{
font-size: 15px;
text-align: left;
}
.feature-box-content a{
    font-size: 15px;
    text-align: left;
    }

#MenuControl
{
    padding-left:40px!important;
}


@media(max-width:767px)
{
    .ipcci-event .title span {
        font-family: "Playfair Display", serif;
        font-size: 53px;
        line-height: 100px;
        color: rgb(43 42 39 / 5%);
        font-weight: 900;
    }
    #MenuControl
{
    padding-left:0px!important;
}
    .top-font {
        position: relative;
        top: 0px;
    }
    .bnr-top
    {
        display: none;
    }
    .main-table ol, ul {
        padding-left: 0px!important;
    }
    .social-share ul {
        flex-wrap: wrap;
        margin: 0px -26px;
        display: flex;
        align-items: center;
    }
    .title span {
        font-family: "Playfair Display", serif;
        font-size: 70px;
        line-height: 100px;
        color: rgb(43 42 39 / 5%);
        font-weight: 900;
    }
    .header-lft img {
        position: relative;
        margin-top: -41px;
        /* width: 80% !important; */
    }
}

    @media screen and (max-width: 1366px) {
        .iso-text {
            font-size: 14px;
        }
        .footer a {
            font-size: 13px;
        }
         .content h3 {
            padding: 14px 0 14px;
            font-size: 15px;
            line-height: 28px;
        }
        .footer .copyright-wrapper span {
            font-size: 15px;
        }
    }
        .past-event-wrapper .content-item .info {
            padding: 15px}
            .info {
                padding: 15px;
            }
    