/*
https://lidiascode.azurewebsites.net/how-to-create-an-animated-sticky-header/ 
*/
html, body { 
   
}
body {font-family: 'Raleway', sans-serif;font-size: 14px;font-weight: 500;}

p {
  line-height: 25px;
}
.post_cat{padding:0;}
.post_cat li{list-style:none; background:url(../images/li_small.jpg) no-repeat 0 6px;background-size:7px;  padding: 0px; margin-bottom:10px;padding-left: 20px;}
.post_cat li a{color:#000;}
.post_cat{margin-bottom:0;}
.post_cat li:last-child{margin-bottom:0;}

.top_tag a{border:solid 1px #000; padding:5px 10px; display:inline-block; margin-right:10px; margin-bottom:10px; color:#000;text-transform: capitalize;}
.top_tag a:hover{border:solid 1px #feaa3a; background:#000; color:#fff;}
.border_black{border:solid 1px #000; border-radius:0;}
.border_black::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.border_black::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

   .for-img-res img{
       max-width:100%;
       height: auto !important;
       }

.top-menu {
  position: absolute;
  right: 0px;
  top: 20px;
  transition: 0.5s;
}
.headltspan {
  transition: 0.5s;
    visibility: hidden;
    width: 0;
    display: inline-block;
}
.sm100w {
  transition: 0.5s;
}

.headltspan.showtxt {
opacity: 1;
width: auto;
visibility: visible;
}
.top-menu ul {
  display: inline-flex;
  list-style: none;
}
.top-menu ul li a {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 15px;
  text-align: center;
  border-radius: 7px;
}
.top-menu ul li a img {
  height: 15px;
}
/*.top-menu ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
}*/
/*
#video-viewport { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1;min-height: 700px; }
video { display: block; height: auto; min-height: 700px;min-width: 100%;}
.fullsize-video-bg { height: 100%; overflow: hidden;min-height: 700px; }

.fullsize-video-bg:before { content: ""; background: rgba(0, 0, 0, 0.35); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; min-height: 700px;}
.fullsize-video-bg:after { content: ""; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; min-height: 700px;}
*/
.fullsize-video-bg {
  width: 100%;
}
.fullsize-video-bg .inner { display: table; width: 100%; height: 100%; margin: 0 auto; padding: 0; position: relative; z-index: 2;}
.fullsize-video-bg .inner > .innerMdtxt { text-align: center; display: table-cell; vertical-align: middle; padding: 0 2em; }
.fullsize-video-bg .inner > .innerMdtxt > h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px; 
  margin: auto;
  position: relative;
  margin-top: 20px;
}
.searchBox input {
    border-radius: 0pc;
    background: transparent !important;
    border: 0px;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    font-size: 14px;
    box-shadow: none !important;
    padding-right: 0;
    color: #fff !important;
}
.searchBox input::placeholder {
  color: #fff;
}
.seachbtn {
  position: relative;
  height: 30px;
  width: 30px;
  background: url(../images/search.png) center center no-repeat;
  background-size: 20px;
}
.seachbtn.toggleshow {
  background: url(../images/cancel.png) center center no-repeat;
  background-size: 20px;
}
.navbar-expand-lg {
  border-color: transparent;
  border-bottom: 0px;
}
.bg-white-menu{background:#fff;}
.bg-white-menu .nav-link{color: #000!important;}
.bg-white-menu .navbar-brand {margin-right:0;}
a {
  transition: 0.5s;
}
.light-red-bg {
  background-color: #FFF5DE; 
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
      border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #da2535;
}
.banersection {
    max-width: auto;
    margin: 60px auto 0px;
    overflow: hidden;
}
.banersection p {
  padding-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 22px
}
.banersection .col-sm {
  position: relative;
}

.border-main-btn {
  background: rgba(178, 17, 22, 0.2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 40px;
    height: 45px;
    min-width: 150px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}
.border-cont-btn {
  border: 1px solid #B21116;
    color: #B21116;
    border-radius: 40px;
    height: 45px;
    min-width: 150px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
}

.border-cont-btn.red-btn {
  border: 1px solid #B21116;
  color: #B21116;
  /*background: #B21116;*/
  padding-right: 30px;
  padding-left: 30px;
}
.border-cont-btn:hover, .border-main-btn:hover {
  background: #B21116;
  color: #fff;
  border-color: #B21116;
}
.border-cont-btn.red-btn:hover {
  background: #B21116;
  color: #fff;
  border-color: #B21116;
}
h1.main-head {
  color: #B21116;
  font-weight: 700;
  font-size: 36px;    text-transform: capitalize;
}
.main-sec-head {
  color: #B21116;
  font-weight: 800;
  font-size: 40px;
}
.corporate-vision .col-sm {
  position: relative;
}
.corporate-vision .align-self-center .youtubeplaybtn {
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 99;
   border-radius: 50%;
}
.corporate-vision .align-self-center .youtubeplaybtn:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
}
.corporate-vision h3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 25px;
  left: 30px;
  font-weight: 400;
}

/* Youtube Popup Css*/
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #ccc;
}
.hero__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.no-background-blend-mode .hero__overlay {
  background: rgba(27, 82, 83, 0.6) !important;
}
.hero__overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 300ms linear;
  opacity: 0;
}
.hero__overlay--active {
  opacity: 1;
}
.hero__modal {
  width: 90%;
  margin: 30px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
.hero__modal iframe {
  border-radius: 5px;
}
.hero__close {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 100%;
  width: 23px;
  height: 50px;
  text-indent: -9999em;
}
.hero__close:before, .hero__close:after {
  content: '';
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  height: 2px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.hero__close:after {
  transform: rotate(-45deg);
}
.hero a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: black;
}
/*.mask-img {
  display: block;
  height: 200px;
  margin: 50px auto 20px;
  background: url(../images/corporate-vision.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 380px; 
}

.object-mask {
  -webkit-mask-image: url(../images/leaf-1.png);
          mask-image: url(../images/leaf-1.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 250px;
          mask-size: 250px;
  -webkit-mask-position: fixed;
          mask-position: fixed;
          background-position: fixed; 
}*/
.lefimg1 {
 position: absolute;
 top: -200px;
 height: 200px;
 left: 0px;
}
.lefimg2 {
    position: relative;
    top: -150px;
}

.rightimg {
  content: '';
  float: left;
  top: 230px;
  bottom: 0px;
  background: #a4a4a4;
  position: absolute;
  width: 1px;
  left: 50%;
  margin-left: -2px;
}
.rightimg:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: green;
  bottom: -10px;
  left: -5px;
}
.line-leaf-1:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: green;
  bottom: -180px;
  right: 0;
}
.line-leaf-2:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: green;
  bottom: -110px;
  left: 0;
}
.leftimg {
  width: 50%;
  margin-top: 180px;
  position: relative;
  min-height: 350px;
}

.tp-40{margin-top: -50px;}
.lefimg01 {
  margin-top: -50px;
}
.leftimg .imgsec {
 float: right;
}
.imgsec {
   position: relative;
}
.imgsec h4 {
  font-size: 16px;
    color: #b21116;
    font-weight: 500;
    text-transform: uppercase;
}
.imgsec h4 span  {
      font-weight: 800;
}
.leafText1 {
      position: absolute;
    width: 300px;
    left: -300px;
    bottom: -50px;
}
.leafText2 {
      position: absolute;
    width: 300px;
    left: 280px;
    top: -130px;
}
.leafText3 {
      position: absolute;
    width: 330px;
    left: 280px;
    top: 67px;
}
.line-leaf-1 {
    position: absolute !important;
    right: 15px;
    bottom: 170px;
}

.line-leaf-1:before {
  content: "";
    position: absolute;
    height: 170px;
    width: 1px;
    background: #a4a4a4;
    bottom: -170px;
    right: 5px;
}

.line-leaf-2 {
    position: absolute;
    left: 15px;
    bottom: 100px;
    
}
.line-leaf-2 img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.line-leaf-2:before {
  content: "";
    position: absolute;
    height: 101px;
    width: 1px;
    background: #a4a4a4;
    bottom: -100px;
    left: 4px;
}
.food-for-thought .card {
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.food-for-thought h4.card-text {
    font-size: 18px; 
    color: #b21116;
    font-weight: 700;
    padding: 5px 0px;
 }
 .food-for-thought .card-body {
  padding: 15px 20px;
 }
 .food-for-thought .card img {
  margin: 0px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: auto;
 }

.food-for-thought  .owl-theme .owl-nav button {
    position: absolute;
    margin: 0;
    top: 50%;
    font-size: 29px;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 2px;
    margin-top: -22px;
    outline: none;
}
.food-for-thought  .owl-theme .owl-nav button.owl-prev {
  left: 0px;
}
.food-for-thought  .owl-theme .owl-nav button.owl-next {
  right: 0px;
}
.join-us {
  background: #fff url(../images/join-us-bg.png) center center  no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.red-bg {
  background: #B21116; 
}
.wellness-sec {
    opacity: 0;
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    transition: 1s;
    left: 10px;
    right: 10px;
    border-radius: 2px;
}
.wellness-sec.fixeddiv {
    opacity: 1;
}
.wellness-sec.hideFixedDiv {
  opacity: 0 !important;
}
.wellness-sec img {
  position: absolute;
    right: -6px;
    top: -10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    height: 20px;
    background-color: #000;
    width: 20px;
    cursor: pointer;
}

.wellness-sec p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
footer {
  background: #333333;
  color: #fff;
}
footer p {
  font-weight: 300;
  font-size: 13px;  
}
footer ul {
  float: left;
  padding-left: 0px;
  width: 50%;
  list-style: none;
  line-height: 24px;
}
footer ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 13px; 
}
footer .col-lg-8 .col-sm:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright {
  border-color:  rgba(255, 255, 255, 0.15) !important;
}
footer h4 {
  font-size: 15px;
}
footer .solcial ul {
  display: inline-flex;
}
footer .solcial ul li a {
  border: 1px solid;
  float: left;
  width: 37px;
  margin-right: 10px;
  text-align: center;
  height: 37px;   
  border-radius: 7px;
  
}
footer .solcial ul li a:hover {
      border-color: #b21116;
    background: #b21116;
}
footer ul li a:hover {
   color: #b21116;
   text-decoration: none !important;
}
footer .solcial ul li img {
    height: 35px;
    padding: 8px;
}
footer .solcial {
  float: left;
  width: 100%;
}
footer .suscribe {
  position: relative;
}
footer .suscribe.form-inline .form-control {
  width: 100%;
  padding-right: 100px;
  font-size: 12px;
  box-shadow: none !important;
}
footer .suscribe.form-inline .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  background: #B21116;
  border-color: #B21116;
  text-transform: uppercase;
  width: 100px;
  text-align: center; 
}

.readmoreTexta {
  float: right;
  color: #B21116;
  font-weight: 500;
}
.searchBox {
  position: absolute;
  width: 300px;
  left: -250px;
  top: -5px;
  display: none;
  transition: 2s;
}
h1 sup {
  font-size: 36%;
    top: -17px;
}
.bigfont {
  font-size: 130%;
  position: relative;
    top: 2px;
}
/*================== Inner Pages ==================*/
.innerbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  padding: 180px 30px 100px;
  position: relative;
}
.innerbanner h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;z-index: 9;
}
.innerbanner h1 span.red {
  color: #B21116;
  position: relative;
  padding: 15px;
}
.innerbanner h1 span.red:after {
  position: absolute;
    content: '';
    height: 41px;
    width: 41px;
    background: #FFF5DE;
    z-index: -1;
        left: 8px;
    top: 17px;
}
.sm100w {
  width: 100%;
}
.innerbanner:before {
  top: 0;
  left: 0px;  
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(0,0,0,0.4);
}
.innerbanner:after {
  top: 0;
  left: 0px;  
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0) 44%, rgba(255,255,255,0) 95%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 44%,rgba(255,255,255,0) 95%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 44%,rgba(255,255,255,0) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.bx-shadow-img {
  -webkit-box-shadow: 10px 10px 25px -3px rgba(0,0,0,0.28);
  -moz-box-shadow: 10px 10px 25px -3px rgba(0,0,0,0.28);
  box-shadow: 10px 10px 25px -3px rgba(0,0,0,0.28);
}
.redh2 {
  font-size: 20px;
  color: #B21116;
  font-weight: 600;
}
.research-focus {
  position: relative;
}
.pos-abs {
  position: absolute;
  left: 0px;
}
.relative-div {
  position: relative;
}
.research-focus .pos-abs {
  left: 0px;
  top: 25%;
  left: 30px;
  right: 25%;
}
.research-focus h3.pos-abs  {
      color: #fff;
    font-size: 22px;
    font-style: italic;
    line-height: 34px;
}
.why-afrc {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+52,f8e9e9+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 52%, rgba(248,233,233,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 52%,rgba(248,233,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 52%,rgba(248,233,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8e9e9',GradientType=0 ); /* IE6-9 */

}
.why-afrc .bg {
  content: '';
  width: 200px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: url(../images/lineleafinnerpage.png) left no-repeat;
    background-position: top left;
    background-size: 120px;
    background-position-y: 20px;
    background-position-x: 20px;
}
/*sup {
  font-size: 50%;
}*/
figcaption ul {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    color: #fff !important;
    line-height: 30px;
    padding-top: 0;
    font-weight: 400;
    padding-left: 0px;
    left:10px;
    right:10px;
}
.imghvr-flip-vert {
  position: relative;
}
.imghvr-flip-vert div {
  position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.imghvr-flip-vert h3 {
  position: relative;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background: rgba(23, 15, 15, 0.4);
    
    line-height: 31px;
}
.imghvr-flip-vert h3::after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 30px;
    height: 30px;
    background: url(../images/flip-icon.png) center center no-repeat;
    transform: translate(-50%, 0);
    margin: 0;
    z-index: 99999;
    left: 50%;
    background-size: 20px;
}
.imghvr-flip-vert div:after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: '';
  height: 100%;
  top: 0px;
  width: 100%;
}
[class*=' imghvr-'],
[class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: rgba(230, 230, 230, .7);
    color: #666;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[class*=' imghvr-'] img,
[class^=imghvr-] img {
    vertical-align: top;
    max-width: 100%
}

[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

[class*=' imghvr-'] h3,
[class*=' imghvr-'] p,
[class^=imghvr-] h3,
[class^=imghvr-] p {
    margin: 0;
    padding: 10px 20px;
}

[class*=' imghvr-'] p,
[class^=imghvr-] p {
    font-size: .9em
}

[class*=' imghvr-'] a,
[class^=imghvr-] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

[class*=' imghvr-'],
[class*=' imghvr-'] *,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class^=imghvr-],
[class^=imghvr-] *,
[class^=imghvr-]:after,
[class^=imghvr-]:before,
[class^=imghvr-]:after,
[class^=imghvr-]:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}
.imghvr-flip-vert h3 {
  -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  -webkit-transform: rotateY(0);
    transform: rotateY(0)
}
.imghvr-flip-vert:hover h3 {
  -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.imghvr-flip-vert div {

}
.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}
.fdout {
  position: relative;
}
.fdout.slow span {visibility: hidden;}
.fdout:after {
  opacity: 0;
  content: 'REACTIVATE RESEARCH AND INNOVATION CCENTER';
  width: 100%;
  left: 0px;
  height: 70px;
  position: absolute;
  top: 0px;
  transition: 1s;
}
.fdout.slow:after {
  opacity: 1;
}
.red-text {
  color: #B21116;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 10px;
}
.contactform .form-group .media label {
  margin-top: 10px;
  font-weight: 700;
}
.contactform .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}
.contactform .form-control::placeholder {
  color: #C9C9C9;
  font-size: 14px;
}
.contactform h4 {
  font-size: 18px;
  font-weight: 700;
}
.contactform .form-radio p {
  float: left;
  margin-right: 15px;
}
.contactform .form-radio p:last-child{  margin-right: 0px;}
.contactform .form-radio label {
  font-weight: 700;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;font-size: 12px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #B21116;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #B21116;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#awards-owl .card {
  padding: 10px;
  background: #fff;
  position: relative;
}
#awards-owl .card img {
  margin: 0px;
  box-shadow: none;
}
#awards-owl .card .aw-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px 10px 0px;
}

/*blog*/
.blog-top-section .card-img-overlay{    background: rgba(0,0,0,0.7);top: auto; padding: 10px;}
.blog-top-section .card-title{font-size: 15px; }
.white-text{color: #fff;}
.red-600{    color: #B21116;    font-weight: 600;}
.orange-bg{background: #f90;}
.orange-bdr{border-color: #f90!important}
.card-link.orange-bg.btn{padding: 5px;     font-size: 12px;}
.card-link.orange-bdr.btn{padding: 4px 5px 0 5px; margin-left: -5px !important;}
.bg-light-red{background: rgba(249,234,234,0);
background: -moz-linear-gradient(top, rgba(249,234,234,0) 0%, rgba(249,234,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,234,234,0)), color-stop(100%, rgba(249,234,234,1)));
background: -webkit-linear-gradient(top, rgba(249,234,234,0) 0%, rgba(249,234,234,1) 100%);
background: -o-linear-gradient(top, rgba(249,234,234,0) 0%, rgba(249,234,234,1) 100%);
background: -ms-linear-gradient(top, rgba(249,234,234,0) 0%, rgba(249,234,234,1) 100%);
background: linear-gradient(to bottom, rgba(249,234,234,0) 0%, rgba(249,234,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eaea', endColorstr='#f9eaea', GradientType=0 );}
.featured-blog .card-body{/*min-height: 60px; display: flex;    flex-direction: column;    justify-content: center; padding: 10px 0 0 0 !important;*/
  min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 0 0 !important;
    background: #343a40;
    color: #fff;
    padding: 15px 10px !important;
}
.featured-blog .card{background: none; border:none; }
.min-hgt-100{    display: flex;    min-height: 70px;    justify-content: center;    flex-direction: column;}  
.featured-blog a{color: #000;}
.featured-blog a:hover{text-decoration: none;}
.cnt-leaf-img{width: 190px !important;}
.nav-item.dropdown.active a.nav-link{border: none;border-radius: 0;}
.dropdown-menu { background: #242424; padding:0; margin-top: 0;width: 100%;    border-radius: 0;    border-top:solid 1px rgba(255,255,255,0.5);}
.dropdown-item{color: #fff; font-size: 12px; padding: 10px 5px;}
.dropdown-item:hover{background: #484848; color: #f2f2f2}
.dropdown-item.active{background: #484848; color: #f2f2f2; border-top:solid 1px #fff;}


/*arrow*/
.arrow {
  text-align: center;
  position: absolute;
  bottom:0;left: 48%;
  z-index: 9999;
}
.arrow a{color: #fff; cursor: pointer; border: solid 1px #fff; border-radius: 50%; padding: 5px 0px; line-height: 50px; display: block; width: 50px; height: 50px;}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
input[type=file] {
  cursor: pointer;
  width: 100%;
  height: 34px;
  overflow: hidden;margin-left: -50px;
    padding-left: 50px;
    z-index: 999;
}
input[type="file"]:focus {
    box-shadow:none;border:none;outline:none;
}
input[type=file]:before {
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  content: 'Upload Executive Summary (if applicable)';
  display: inline-block;
  background: white;
  border: 0px solid #000;
  padding: 0px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.no-style li{list-style:none;}
/*blog innerpage*/
.blog-bg-right{background: #FFF5E5;}
.blog-inner h6, .blog-inner h4, .blog-inner h5,.blog-inner h2, .blog-inner h3{ font-weight: 600}
.blog-inner h3{font-size: 20px; }
.blog-inner h6{font-size: 18px; }
.blog-inner h2{font-size: 24px; }
.blog-inner h5{font-size: 14px; }
.blog-inner a{color: #333}
.blog-inner .blog-bg-right p{font-size: 13px; line-height: 18px;}
.arrow-blog{border: solid 1px #a20c1a;    border-radius: 100%;    line-height: 41px;  cursor: pointer;   width: 35px;    height: 35px;    text-align: center;}
.arrow-blog  i, .social-link-founder {color:#a20c1a }
.social-link-founder {border: solid 1px #a20c1a; border-radius: 10px; width: 30px;    height: 30px;  line-height: 30px;    text-align: center;}
ul.mf{padding-left: 0}
ul.mf li{list-style: none;     position: relative;    padding-left: 30px; margin-bottom: 20px;font-size: 14.5px;    font-weight: 500;}
ul.mf li:before{position: absolute;  color:#a20c1a;  content: '';  font: normal normal normal 14px/1 FontAwesome;  width: 20px;    height: 20px;    left: 5px;    top: 3px; background: url(../images/li-icon.png) no-repeat;
    background-size: contain;;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.search_form button{background-color: #b21116 !important;
    border: none;
    color: #fff;}
.search_form .search_icon{line-height:36px;}    
.search_form input{border-right:none!important;}
.search_form button{width:50px;}
.right_side_block .border-bottom{ border-bottom:1px solid rgba(0, 0, 0, 1) !important;}
.right_side_block h4.widget_title {font-size:18px;font-weight:600;color: #b21116;}
.featured-blog .pagination a{
    border: 1px solid #a11622;
    color: #333333;
    font-size: 15px;
    width: 40px;
    text-align: center;
    padding: 7px 7px;
    border-radius: 4px;
}
.post_logo {
    margin-bottom: 16px;
}

.featured-blog .card-title{font-size:16px;}
.tag_color{color: #b21116;}
.blog_post h4{}
.blog_post.border-bottom{border-color: #000 !important;}
.post_logo img{height:90px;}

@media (min-width: 991px) {
#foodtrought-owl .card-body:last-child .card-text {
    min-height: 120px !important;
}
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
   /* border-radius: 50px;
    border:1px solid transparent;*/
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    border-color: white;
    color: white !important;border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }
  .banersection.mobileSec {
    display: none;
  }
  .navbar-expand-lg {
    padding: 5px 0;
    -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    transition:  0.3s;
  }
  .navbar-expand-lg .navbar-brand img {
     -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    transition:  0.3s;
  }
  .navbar-expand-lg .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
.navbar-expand-lg.navbar-shrink .top-menu {
  opacity: 0;
  display: none;
}
.bg-white-menu.navbar-expand-lg.navbar-shrink {
    padding: 0 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .navbar-expand-lg.navbar-shrink {
    padding: 0 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .navbar-expand-lg.navbar-shrink .navbar-brand img {
    width: 210px;
  }
.mt-40{margin-top: -41px;}
.tp-100{margin-top: -180px;}
#foodtrought-owl .card-body:last-child .card-text{    min-height: 200px;}
.bg-white-menu{height: 180px;}
/*.bg-white-menu .logos{    left: 37%;    top: 0;    position: absolute;}*/
.bt-59{    bottom: -10px;}
}


@media(min-width:1801px){
  p{font-size: 20px; line-height: 30px;}
       ul.mf li{font-size: 20px; line-height: 30px;}
  
  .imgsec h4{    font-size: 32px;}
  .navbar-light .navbar-nav .nav-link{font-size: 22px;} 
   .video-hero--content {         margin: 300px 0 !important;}
   .leafText2, .leafText3{    width: 459px;}
  .leafText1 {    width: 400px;    left: -436px;    bottom: -50px;}
  a, .border-cont-btn{font-size: 18px;}
  .leftimg {  margin-top: 300px;  min-height: 500px;}
.tp-100{margin-top: -0px;}
.tp-40{margin-top: 0px;}
/*.bg-white-menu .logos{    left: 42%;    top: 0;    position: absolute;}*/
}
@media(min-width:1400px) and (max-width:1800px){
  p{font-size: 18px; line-height: 28px;}
  ul.mf li {   font-size: 18px; line-height: 28px;}
  .leafText2, .leafText3{    width: 400px;}
  .leafText1 {    width: 400px;    left: -436px;    bottom: -50px;}
  .imgsec h4{    font-size: 28px;}
  .navbar-light .navbar-nav .nav-link{font-size: 18px;} 
  a, .border-cont-btn{font-size: 16px;}
    .leftimg {  margin-top: 230px;  min-height: 400px;}
.tp-100{margin-top: -140px;}
.tp-40{margin-top: 0px;}
/*.jquery-background-video-wrapper{top:100px;}*/

}


@media screen and (max-width: 1200px) and (min-width: 768px){ 
  .leftimg, .rightimg {
    min-height: 740px !important;
  }
  .rightimg{top: 189px;}
  .leafText1 {
    left: -130px !important;
    bottom: -130px;
  }
  .leafText3 {
    left: 30px !important;
    top: auto !important;
    margin-top: -30px;
  }
  .leafText2 {
    left: 30px;
top: 30px;
bottom: 15px;
  }
  .tp-100{margin-top: 0px !important;}
}
@media screen and (max-width: 1366px) and (min-width: 1024px){ 
  .mid-sec .card-title.red-600{    font-size: 20px;}
 
}
@media (min-width: 1024px) and (max-width: 1200px){
.cnt-leaf-img{width: 150px  !important;}

}
@media (max-width: 1336px) and (min-width: 1200px){
.cnt-leaf-img {
    width: 150px !important;
    margin-top: 50px;
}
}

@media (max-width: 991px) {
  .imghvr-flip-vert h3::after {
    display: none !important;
  }
  [class*=' imghvr-'], [class*=' imghvr-'] *, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-]:before, [class^=imghvr-]:after, [class^=imghvr-]:before {
    width: 100%;
  }
  .imghvr-flip-vert div:after {
    left: 0px;
    text-align: center;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #da2535 !important;
  }
  .imghvr-flip-vert div {
    width: 100%;
    left: 0;
    right: 0;
    background: transparent;
    justify-content: initial;
    z-index: 99999;
    text-align: left;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    height: auto;
    bottom: auto;
  }
  .imghvr-flip-vert h3 {
    transform: none !important;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-left: 0;
    padding-right: 0px;
    background: transparent;
  }
  [class*=' imghvr-'], [class^=imghvr-] {
    margin-bottom: 20px;
  }

  figcaption ul {
    justify-content: initial;
    padding-top: 95px; 
    font-size: 16px;
  }
  .imghvr-flip-vert div:after {
    background: transparent;
  }
  .imghvr-flip-vert figcaption {
    transform: none !important;
  }
  .sm100w {
    display: table;
  }
  .why-afrc .bg  {
    display: none;
  }
  .research-focus .media {
          display: block !important;
          padding-right: 0px !important;
        }
   .research-focus .media .media-body {
    padding-right: 0px !important;
   }
  .research-focus .media .relative-div {
    max-width: 400px;
  }
  .top-menu {
    display: none !important;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-toggler {
    background: #fff;
  }
  .navbar-expand-lg {
    position: absolute !important;
    /*background: rgba(0, 0, 0, 0.4) !important;*/
  }
  .navbar-light .navbar-nav {
    /*padding-left: 0px !important;*/
    background: rgba(0, 0, 0, 0.73) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*@media (max-width: 991px) {}*/


@media (max-width: 767px) {
  .innerbanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px !important;
    padding: 100px 30px 100px !important;
    position: relative;
}
  figcaption ul {
      justify-content: initial;
      padding-top: 95px;
      font-size: 16px;
      padding-right: 40px !important;
      right: 0;
      padding-left: 40px !important;
  }
 .jquery-background-video {
  position: static !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    height: auto !important;
    top: 0%;
    left: 0 !important;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: none !important;
    transform: none !important;
 }
 .jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 77px;
}
.video-hero--content {
  position: absolute !important;
    margin: 0 !important;
    display: flex !important;
    top: 0 !important;
    bottom: 0px;
    width: 100%;
}
  .navbar-expand-lg {
    position: static !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 0px;
  }
  .bg-white-menu.navbar-expand-lg {
    background: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 0px;
  }
  .bg-white-menu .navbar-toggler{border:0;}
  .inner .banersection {
    display: none;
  }
  .slideshow{height:auto !important;}
  .fullsize-video-bg:before, .fullsize-video-bg:after {
    display: none;
  }
  .corporate-vision .col-sm {
    flex-basis: auto !important;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  .copyright {
    text-align: left !important;
        padding-top: 10px;
    padding-bottom: 10px;

  }
  footer .col-lg-8 .col-sm:last-child {
    border-right: 0px;
  }

  .fullsize-video-bg .inner > .innerMdtxt {
    display: table-cell;
  }
  .navbar-light .navbar-nav {
    background: transparent !important;
  }
  .fullsize-video-bg .inner > .innerMdtxt > h1 {
    font-size: 30px !important;
    margin-top: 0px;
  }
  .banersection .col-md-4 {
    width:100% !important;
  }
.banersection p {
  color: #222;
}
.banersection.mobileSec p{font-size: 15px;}
#foodtrought-owl .card-body:last-child .card-text{    min-height: 175px;}
.food-for-thought h4.card-text{    font-size: 22px;}
  .banersection .col-md-4:last-child {
    width: 100% !important;
    margin-top: 0px;
  }
  .banersection .col-md-4 img {
    min-width: 150px;
  }
  .banersection .col-md-4 p {
    padding-bottom: 30px;
  }

 #video-viewport, .fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after {
    min-height: auto;
  }

  .leafText1 {
    left: 30px;
bottom: -140px;
text-align: left !important
  }
  .leafText1 .border-cont-btn {
    float: left !important;
  }
  .leafText2 {
    left: 30px;
    top: 20px;
    z-index: 99;
  }
  .leftimg .leafText1 {
    left: 30px;
bottom: -120px !important;
  }
  .leftimg .imgsec {
    float: left !important;
  }
  .leftimg {
    width: 100% !important;
  }
  .lefimg3  {
    margin-top:320px;
  }
  .leafText3 {
    left: 30px;
    top: 553px;
    z-index: 99;
  }
  .lefimg01 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: 58px;
  }
    .rightimg, .leftimg {
      left: 0px;
      min-height: 903px;
    }
    .youtubeplaybtn {
      right: 50% !important;
      bottom: -25px !important;
      top: auto !important;
      margin-right: -25px !important;

    }
    .leftimg{margin-top: 290px;}
    h1.main-head {
      font-size: 30px !important;
    }
    .corporate-vision h3 {
      font-size: 24px;
    }
    .youtubeplaybtn img {
      width: 50px !important;
    }
    .line-leaf-1 {
      display: none;
    }
    .corporate-vision .col-sm.align-self-center {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }
    .food-for-thought .owl-theme .owl-nav button.owl-prev {
      left: -15px;
    }
    .food-for-thought .owl-theme .owl-nav button.owl-next {
      right: -15px;
    }
    .food-for-thought .owl-theme .owl-nav button {
      font-size: 20px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-top: -12px;
    }
    .mid-sec .card-title.red-600{    font-size: 15px;}
    .mid-sec .card-text{display: none; }
    .jquery-background-video-wrapper{    height: 200px;}
    .blog-inner .for-img-res img{max-width:100%!important;height:auto !important;}
}
@media (min-width: 560px) and (max-width: 736px) {
    .leafText2, .leafText1, .leafText3 {    width: 500px;}
}
@media (min-width: 374px) and (max-width: 560px) {
    .rightimg{    top: 186px;}
    .leftimg .leafText1 {      bottom: -166px !important;}
    .innerbanner.afrc{    min-height: 365px;padding-top: 132px}
    .line-leaf-2{display:none;}
    .lefimg3 {    margin-top: 400px;}
    .leafText3 {       top: 618px;}
    .copyright .col-sm p {
      text-align: center !important;
      padding: 5px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .tab-l-none{display: none;}
  .tp-100 {
    margin-top: -38px;
}
.leftimg{
    margin-top: 189px;}
}
@media screen and (max-width: 991px) and (min-width: 768px){ 
  .research-focus .media .media-body {
    padding-left: 3em !important;
  }
        .tp-100{margin-top:0;}
     
        footer .suscribe.form-inline .form-control {
          padding-right: 10px;
        }
        footer .col-lg-8 .col-sm:last-child{border:none !important;}
        .video-hero--content{    margin: 166px 0 33px 0;}
        .leftimg{    margin-top: 201px;}
        figcaption ul{position: relative;}
}
@media (max-width: 410px) {
.research-focus .media .relative-div, .research-focus .media .relative-div img {
  max-width: 300px !important;
  width: 100%;
}
.copyright .col-sm p {
      text-align: center !important;
    }
.lefimg3 {
    margin-top: 385px;
}
.leafText3{    top: 614px;}
}
@media (max-width: 410px) {
    .leafText3, .leafText2, .leafText1{    width: 290px;}
}
@media(min-width:1920px){.mt-t-1920{margin-top: 5%;}}
@media(max-width:1920px) and (min-width:1700px){/*.mt-t-1920{margin-top: 8%;}*/ .cnt-leaf-img{width: 235px !important;}}
@media(max-width:1700px) and (min-width:1500px){/*.mt-t-1920{margin-top: 5%;}*/ .cnt-leaf-img{width: 215px !important;}}
.covid19{position: absolute;    left: 0; top:0;}
@media (max-width: 992px) { .solcial-right{display:none;}}
@media (max-width: 767px) { .covid19 img{    width: 69%;} .covid19{ top: 68px;left: 60px;}.solcial-right{display:none;}}
.solcial-right{    position: absolute;    right: 0;top:10px;}
.solcial-right ul li{list-style:none;float:left;}
.solcial-right ul li a {
    border: 1px solid #a20c1a;
    float: left;
    width: 37px;
    margin-right: 10px;
    text-align: center;
    height: 37px;
    border-radius: 7px;
}
.solcial-right ul li a img{   height: 35px;    padding: 8px;}