body {
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    color: #222 !important;
    font-family: 'roboto-regular', sans-serif !important;
}

ul{list-style: none;}  
.mb50{margin-bottom: 50px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mt40{margin-top: 40px;}
.mb0{margin-bottom: 0 !important}
.font18{font-size: 18px;}
.orange {color: #FF8000;}
.color-white{color: #fff !important}
.relative{position: relative;}
.clear{clear: both;}
.pbold{font-family:'roboto-bold';}
.bgblue{background: #2b4080;}
.bggray{background: #eaeaea;}
.text-red{color: #f6303f;}
.text-green{color: #00ff00;}
.pitalic{font-family:'OpenSans-Italic';}
.font18{font-size: 18px;}

p strong{font-family:'roboto-bold';}
.mlDM10{margin-left: 10px;}
.shadow{box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);}

/*.container-fluid {width: 96%;max-width: 1680px;}*/

a:hover, a:focus{color: #fecc00;transition: .3s ease-out; text-decoration: none;}    
a{text-decoration: none;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

/*font family*/
@font-face {
  font-family:'roboto-regular';
  src: url('../fonts/roboto-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'roboto-bold';
  src: url('../fonts/roboto-bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}



.spacet50{padding-top: 50px;}
.spaceb50{ padding-bottom: 50px; }
.spacet30{padding-top: 30px;}
.spaceb30{padding-bottom: 30px;}
.spacet70{padding-top: 70px;}
.spaceb70{padding-bottom: 70px;}
.spacet80{padding-top: 80px;}
.spaceb80{padding-bottom: 80px;}
.spacet120{padding-top: 120px;}
.spaceb120{padding-bottom: 120px;}

.logo{font-size: 24px !important;
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    color: #0c0b39 !important;
    font-weight: bolder;}
.logo span{display: block; /*font-size: 18px;*/}
.logo img{height: 75px;}
.navfa {color: #a21010;font-size: larger;padding-top: 2px;}

header{
    /* background: #fff; */
    box-shadow: none;
    position: relative;
    z-index: 3;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    /*padding-bottom: 5px;
    padding-top: 5px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    box-sizing: border-box;
}  
header.sticky{ padding-top: 0; padding-bottom: 0px; }
header.sticky .toparea{display: none;}

.header-middle{border-bottom:1px solid rgba(38, 37, 37, 0.1); padding-bottom: 5px;}
.menubg{background: #fff;}
.menu-link li { text-transform: uppercase; position: relative;padding: .5rem 1rem !important;}
.menu-link li a {color: #000 !important;position: relative;padding: 0 !important;}
.menu-link li:first-child{padding-left: 0;}
/*.menu-link li a:hover {background: #969593;}
.menu-link li a.active {background: #969593;}*/

/*.menu-link li a.active::after,
.menu-link li a::after{content:'';display:block;width:0px;height:2px;background:#fff;transition: 0.2s; margin-top: 5px;}
.menu-link li a.active::after,
.menu-link li a:hover::after{width:100%;}
.menu-link li a::before {
  bottom: auto;
    top: 0;
}*/

.menu-link li > a:before {content: "";width: 0%;height: 2px;background-color: #e1000e;border-radius: 4px;position: absolute;bottom: -10px;left: 0;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.menu-link li a.active:before,
.menu-link li > a:hover:before  { width: 100%; }
.menubg{padding-left: 0!important; padding-right: 0!important;}

.menu-link li:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: 0px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    background-color: rgb(208, 205, 205);
    display: inline-block;
}
.menu-link li:first-child{padding-left: 0;}
.menu-link{width: 100%;}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  display: table;
  width: 100%;
  /*height:80vh;
  background: #000;*/
}

.intro .carousel-item img {
  width: 100%;
 /* height:80vh;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro .carousel-item::before {
  content: '';
  background: linear-gradient(to bottom,transparent 65%,rgba(0, 0, 0, 0.60) 90%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.intro .carousel-content {text-align: center;}

.intro .wehelp{font-size: 30px; text-transform:uppercase;
  -webkit-animation-duration: 1s;
animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;}
.intro h1 {
  text-transform: uppercase;
  font-family:'Roboto-Black';
  font-size: 60px;
   -webkit-animation-duration: 1s;
animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
   
}

.intro p, .intro h1, .intro .wehelp{color: #fff;}

.intro p {
  font-size: 24px;
  line-height: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    width: 60%;
}
/*.ds .with_corner_border:before, 
.ds .with_corner_border:after, 
.ds .with_corner_border .bottom_corners:before, 
.ds .with_corner_border .bottom_corners:after {
    border-color: #ffffff;*/
}
.with_corner_border {position: relative;z-index: 1;}
.with_corner_border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    border-radius: 0 5px 0 0;

}

.with_corner_border .bottom_corners:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 5px;
}
@media (max-width: 768px) {
  .intro h1 {font-size: 20px;}
}



/*@media (min-width: 1024px) {.intro p{width: 60%;}}*/

.intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.intro .carousel-fade .carousel-inner .carousel-item,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {opacity: 0;}

.intro .carousel-fade .carousel-inner .active,
.intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {opacity: 1;transition: 0.5s;}

.intro .carousel-fade .carousel-inner .carousel-item-next,
.intro .carousel-fade .carousel-inner .carousel-item-prev,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.intro .carousel-control-prev, .intro .carousel-control-next {width: 10%;}

@media (min-width: 1024px) {
  .intro .carousel-control-prev, .intro .carousel-control-next {/*width:auto; */opacity: 100; z-index: 1;}
}

.intro .carousel-control-next-icon, .intro .carousel-control-prev-icon {
    font-size: 30px;
    line-height: 50px;
    background: #0c0b39;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.intro .carousel-control-next-icon:hover, .intro .carousel-control-prev-icon:hover{background: #e38b00;color: #fff;}

.intro .carousel-indicators li {cursor: pointer;}
.headerbottom{background: #e38b00;}
.toparea {background: #cd2122;color: #fff;}
.top-social{margin:0;padding: 0;list-style: none;min-width: 200px;}
.top-social li{list-style: none;display: inline-block; position: relative;}    
.top-social li a{
    text-decoration: none;
    width: 40px;
    color: #000;
    display: block;
    text-align: center;
    border: 0;
    padding: 10px 5px;
    transition: all .75s cubic-bezier(.19,1,.22,1);
}

.top-social li:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    left: 0px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    background-color: rgb(208, 205, 205);
    display: inline-block;
}

.top-social li a:hover{text-decoration: none;background: #fff;color: #cd2122;}  
.toplist{padding: 0; margin: 0; list-style: none;}
.toplist li+li{/* margin-left: 20px; */}
.toplist li {display: inline-block;border-right: 1px solid rgba(255, 255, 255, 0.32);}
.toplist li a{display: block;text-decoration: none;color: #fff;padding: 0px 10px;/* background:#e38b00; */}
.toplist li a:hover i{background-color: #fff;color: #0384CE;}
.toplist li a.active,
.toplist li a:hover{text-decoration: none;color: #000;background: #fff}

.topbtns{padding: 0; margin: 0;}
.topbtns li{display: inline-block; list-style: none;}
/*.topbtns li+li {margin-right: 5px;}*/
.topbtns li a{display: block; text-decoration: none; color: #fff;padding: 10px 10px;border-right: 1px solid #b90e0f;}
.topbtns li a:hover{background: #fff; color: #cd2122;}
.marquee{padding: 10px 0 0;}
.marquee{margin: 0 auto;white-space: nowrap;overflow: hidden;box-sizing: border-box;}
.marquee span {display: inline-block;padding-left: 100%;text-indent: 0;animation: marquee 30s linear infinite;}
.marquee span:hover {animation-play-state: running;}



.header-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: right;
    padding-top: 14px;
}

.header-info div{
    margin-left: 1rem;
    padding-left: 2rem;
    border-left: 1px solid rgba(38, 37, 37, 0.1);
}

.header-info .phone{
    padding-left: 3rem;
    position: relative;
}

.header-info .phone:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 2rem;
    height: 2rem;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CCC6C8' viewBox='0 0 27 27'%3E%3Cpath d='M5.3,3C5.4,4.3,5.6,5.6,6,6.9L4.2,8.7C3.6,6.8,3.2,4.9,3,3H5.3 M20.1,21c1.3,0.4,2.6,0.6,3.9,0.7v2.2c-1.9-0.1-3.9-0.5-5.7-1.1L20.1,21 M6.8,0H1.5C0.7,0,0,0.7,0,1.5C0,15.6,11.4,27,25.5,27c0.8,0,1.5-0.7,1.5-1.5v-5.2c0-0.8-0.7-1.5-1.5-1.5c-1.8,0-3.6-0.3-5.4-0.9c-0.1-0.1-0.3-0.1-0.5-0.1c-0.4,0-0.8,0.2-1.1,0.4l-3.3,3.3c-4.3-2.2-7.7-5.6-9.9-9.9l3.3-3.3c0.4-0.4,0.5-1,0.4-1.5C8.5,5.1,8.2,3.3,8.3,1.5C8.3,0.7,7.6,0,6.8,0z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-info .email{
    padding-left: 4.6rem;
    position: relative;
    text-align: left;
}
.header-info .phone a,
.header-info .email a{display: block;}
.header-info .email:before{
    position: absolute;
    top: 50%;
    left: 0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    /* left: 0; */
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CCC6C8' viewBox='0 0 30 30'%3E%3Cpath d='M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15h7.5v-3H15C8.4,26.9,3.1,21.6,3,15C3.1,8.4,8.4,3.1,15,3c6.6,0.1,11.9,5.4,12,12v2.1c0,1.2-1,2.3-2.3,2.4c-1.2-0.1-2.2-1.1-2.3-2.4V15c0-4.1-3.4-7.5-7.5-7.5S7.5,10.9,7.5,15c0,4.1,3.4,7.5,7.5,7.5c2,0,3.9-0.8,5.3-2.2c1.1,1.4,2.7,2.2,4.4,2.2c2.9,0,5.3-2.4,5.3-5.3c0,0,0,0,0-0.1V15C30,6.7,23.3,0,15,0zM15,19.5c-2.5,0-4.5-2-4.5-4.5s2-4.5,4.5-4.5s4.5,2,4.5,4.5C19.5,17.5,17.5,19.5,15,19.5C15,19.5,15,19.5,15,19.5z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-info div:first-child{
    margin-left: 0;
    /*padding-left: 0;*/
    border-left: 0;
}

.header-info .btn-cta a{
    display: inline-block;
    /* font-size: 1.4rem; */
    /* line-height: 1.143em; */
    letter-spacing: 1px;
    /* font-weight: 700; */
    /* font-family: var(--secondary-font); */
    color: #fff;
    background: #cd2122;
    border: 2px solid #cd2122;
    border-radius: 4px;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.header-info .btn-cta a:hover,
.header-info .btn-cta a:focus{
    text-decoration: none;
    color: var(--primary-color);
    background: none;
}

.header-info .phone .label,
.header-info .email .label{
    display: block;
    /* font-size: 1.2rem; */
    /* line-height: 1.250em; */
    color: #999596;
    text-transform: uppercase;
    text-align: left;
}

.header-info .phone .tel-link,
.header-info .email a{
    /* font-size: 1.6rem; */
    line-height: 1.250em;
    /*font-weight: 700;*/
    color: #585656;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.header-info .phone .tel-link:hover,
.header-info .phone .tel-link:focus,
.header-info .email a:hover,
.header-info .email a:focus{
    text-decoration: none;
    color: var(--primary-color);
}
/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}



/*slider botton area*/
.caption-holder{margin-bottom: 20px;text-align: center;padding: 30px 20px;transition: all 0.5s ease;
      box-shadow: 0 16px 38px -12px rgba(0,0,0,.15), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);}
.caption-holder h4{padding-bottom: 5px; text-transform: uppercase;}
.caption-holder h4 a{text-decoration: none !important;color: #fff;font-family:'roboto-bold';font-size: 18px;}
.caption-holder h4 a:hover{text-decoration: none !important; color: #000 !important}
.caption-img{display: block;transition: opacity 0.35s, transform 0.35s;position: relative;/* overflow: hidden; */}

  .caption-img img{width:auto; height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.caption-holder:hover .caption-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.caption-holder:hover .caption-img img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
.caption-content{position: relative;padding: 10px 0 0;} 
.caption-holder:hover h4{color: #fff;}
.caption-holder:hover .captionbtn{background: #bb3438; color: #fff;}
.caption-holder .captionbtn{background: transparent;color: #fff;text-decoration: none; border:2px solid #fff;}

.captionbtn{
  background-color:transparent;
  color: #151515;
  border: 2px solid #cd2122;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 20px;
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
  }
.captionbtn:focus,
.captionbtn:hover{background: #cd2122;color: #fff;text-decoration: none;}

.pink-bg{background: #f44336;}
.lightgreen-bg{background: #8067c5;}
.orange-bg{background: #ffa826;}
.green-bg{background: #8bc34a;}
.sky-bg{ background: #03a9f4;}
.lightblue-bg{background: #60c18f;}

.our-links {
    display: block;
    margin: -65px 0 0 0;
    position: relative;
    z-index: 1;padding-bottom: 50px;
}
/*end slider button area*/

/*button*/
.admission-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 0;
  padding: 5px 15px;
  outline: none;
  color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /*background-color: #0092dd;*/
  /*text-transform: uppercase;*/
}
.admissionbtn{background: #f9800f}
.mediabtn{background: #13a5d5}
.enquirybtn{background: #e91e1b}
.admission-btn:hover{
    color: #ffffff;
    border-color: #fd7114;
    background-color: #fd7114;
    text-decoration: none;
}

.outline-button {
  padding: 16px 40px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.default-button {color: #fff;}

.default-button:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.outline-button {
  color: #ff5500;
  border: 2px solid transparent;
  padding: 14px 40px;
  background: #fff;
}

.outline-button:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  -webkit-animation: pulseWhite 1s 1 linear forwards;
          animation: pulseWhite 1s 1 linear forwards;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*end button*/


/*animation*/
.block_text {
    position: relative;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: rgb(255, 78, 49);
    padding: 15px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.light_text {
  background-color: #ff4e31;
  color: #fff;
  width: 100%;
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #f5880a; }
  50% { background-color: #e1000e; }
  100% { background-color: #820622;}
}

@-moz-keyframes glowing {
  0% { background-color: #f5880a;}
  50% { background-color: #e1000e;}
  100% { background-color: #820622;}
}

@-o-keyframes glowing {
  0% { background-color: #ff4e31;  }
  50% { background-color: #000;}
  100% { background-color: #ff4e31;  }
}

@keyframes glowing {
  0% {background-color: #ff4e31; }
  50% {background-color: #000; }
  100% { background-color: #ff4e31; }
}


/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
/*end animation*/


.outlinebtn{background-color:transparent;color: #151515;border: 2px solid #cd2122;padding: 8px 20px;
  display: inline-block;border-radius: 20px; outline: none; transition: all 0.5s ease; cursor: pointer;}
.outlinebtn:focus,
.outlinebtn:hover{background: #cd2122;color: #fff;text-decoration: none;}

.feebtn{background-color: #03A9F4;
    color: #fff;
    border: 2px solid #0a80b5;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
    outline: none;
    transition: all 0.5s ease;
    cursor: pointer;}
.feebtn:focus,
.feebtn:hover{background: #fff;color: #0a80b5;text-decoration: none;}

.read{
    border-radius: 0;
    border:2px solid #cd2122;
    text-transform: uppercase;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    outline: 0;
    background: #cd2122;
    transition: all 0.5s;
}
.read i{padding-left: 5px;font-size: 18px;}
.read:focus,   
.read:hover{text-decoration: none;background: #fff;color: #000;outline: 0;}   

.section-titlecenter{margin: 0;position: relative;font-family:'Roboto-Black';padding-top: 10px;}    
.section-titlecenter span{color: #cd2122;line-height: normal;padding: 0;}  
.section-titlecenter:after{content: '';display: block;height: 3px; margin: auto; width: 60px;
 margin-top: 20px;background: linear-gradient(90deg, rgb(205, 33, 34) 52px, transparent 52px, transparent 56px, rgb(20, 147, 225) 43px);
 }

.section-titleleft{margin: 0;position: relative;font-family:'Roboto-Black';padding-top: 10px;}    
.section-titleleft span{color: #cd2122;line-height: normal;padding: 0;}  
.section-titleleft:after{content: '';display: block;height: 3px; width: 60px;
 margin-top: 20px;background: linear-gradient(90deg, rgb(205, 33, 34) 52px, transparent 52px, transparent 56px, rgb(20, 147, 225) 43px);} 

.sub-title{
  position: relative;
    color: #cd2122;
    font-size: 18px;
    padding-left: 80px;
     font-family: 'roboto-bold';
    margin-bottom: 15px;
    text-transform: uppercase;}
.sub-title:after{    
    content: "";
        position: absolute;
    left: 0px;
    top: 11px;
    width: 70px;
    height: 2px;
    background-color: #cd2122;}

.sec-title{text-transform: uppercase;position: relative;padding-bottom: 20px;
margin-bottom: 20px;}
.sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #bb3438;
    height: 3px;
}    
.sec-title span{line-height: normal;padding: 0; font-family:'Roboto-Black';} 
.titleheading {
    font-family: 'roboto-bold';
    color: #cd2122;
}

/*home about*/
.single-blocks-img {position: relative;transition: all 0.5s ease;}
.single-blocks-img img{width: 100%; height: auto;}
.single-blocks-img:before {
     content: '';
     position: absolute;
     left: 10px;
     right: 10px;
     bottom: 10px;
     top: 10px;
     border: 2px solid #fff;
     border-radius: 0px;
}

/*end home about*/

/*team member*/
.team {
    margin-top: 20px;
    background: #ffffff;
    /* margin-bottom: 20px; */
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    /* font-weight: 400; */
    position: relative;
    width: 100%;
    color: #fff;
    /* border-radius: 20px; */
}
.team:before {
    content: "";
    background: #cd2122;
    top: -11px;
    /* left: 0; */
    width: calc(100% - 22px);
    height: 100%;
    position: absolute;
    left: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.team h4 {
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Roboto-Medium';
}

.team:hover:before{background: #000;}
.team-img {
    display: block;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.team:hover .team-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team:hover .team-img img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.team-content {position: relative;padding: 15px 0px 15px;/* border-radius: 28px; */}
/*end team member*/

/*message*/
.message-carousel .owl-nav, .message-carousel .owl-dots {margin-top: 40px;text-align: center;}
.message-carousel .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #cacaca;
    margin:0px 6px;
    display: inline-block;
        transition: all .3s
}
.message-carousel .owl-dot:hover{background-color: #cd2122;}  
.message-carousel .owl-dot.active {background-color: #cd2122;width: 20px;position: relative;} 
/*image effect*/
.image {width: 100%;padding-right: 20px; padding-bottom: 20px; position: relative;z-index: 1;}
.image::after {content: "";position: absolute;right: 0;bottom: 0;border-width: 0 0 230px 230px;border-style: solid;border-color: transparent transparent #cd2122;z-index: -1;}
.image img {width: 100%;}
.author{font-family: 'Roboto-Medium';}
.author span{display: block;}
.divider1 {
    display: block;
    position: relative;
    width: 152px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    background: #ff4e31;
}
.divider1 .circle {
    border: 2px solid #e1000e;
    width: 8px;
    height: 8px;
    background: #e1000e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px;
}
.apus-teacher-inner .name {
    font-size: 16px;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-family: 'roboto-bold';
}
/*end message*/

/*contact*/
.contact-address{padding: 20px 0; text-align: center;}
.contact-address i{font-size: 48px;display: inline-block;margin-bottom: 10px;color: #fff;margin-bottom: 20px;/* border: 1px solid #000; */
  width: 100px;height: 100px;line-height: 100px;border-radius: 100%;background: #ff0030;}
.contact-address h4{color: #060b3a;}
/*.contact-address h4{text-transform: uppercase;color: #7a1219;font-family:'roboto-bold';} */ 
.contact-address a{text-decoration: none; color:#333 }
.contact-address a:hover{color:#fa903c; text-decoration: none; }
.contact-phone {border-left: 1px solid #ddd;padding-left: 30px;}
.contact-address address{margin-bottom: 0rem;}

.contactform .form-group{/* margin-bottom: 2rem; */}
.contactform {padding-bottom: 20px; }

.contactform textarea{resize: none;}
.contactform select,
.contactform input[type=text] {
    height: 100%;
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #dcdcdc;
}

.contactform .form-check {padding-bottom: 10px;}
.contactform .form-control:focus {
    border: 1px solid #ff0030;
    outline: 0;
    box-shadow:none;
}
.contactbtn{border-radius: 0;
    border: 1px solid #769ec2; text-transform: uppercase;
    padding: 12px 20px; cursor: pointer;
    color: #fff; min-width:160px;
    background: #054e91;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;}
.contactbtn:hover{ text-decoration: none; background:#55bfc0; color: #fff;} 


.checkoutbtn{border-radius: 0;
    border: 1px solid #769ec2; text-transform: uppercase;
    padding: 12px 20px; cursor: pointer;
    color: #fff; min-width:160px;
    background: #55bfc0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;}
.checkoutbtn:hover{ text-decoration: none; background:#054e91; color: #fff;} 
.tcblue{background: #cd2122;}


.contact-social {
    position: relative;
    padding-left: 80px !important;
    margin-bottom: 15px;
    list-style-type: none;
    padding: 25px 10px;
    border: 1px solid #4d4a74;
    min-height: 100px;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
}
.contact-social:before{
   content: "";
  width: 100%;
    height: 100%;
    position: absolute;
    border-top: 1px solid #4d4a74;
    border-left: 1px solid #4d4a74;
    top: -5px;
    left: -5px;
 }
.contact-info {
    position: relative;
    /* padding-left: 80px !important; */
    margin-bottom: 15px;
    list-style-type: none;
    padding: 10px 10px;
    border-bottom: 4px solid #820e0f;
    min-height: 100px;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
    text-align: center;
    min-height: 165px;
}

.contact-info i {
    color: #ffffff;
    display: block;
    /* position: absolute; */
    /* left: 25px; */
    font-size: 36px;
    margin-bottom: 10px;
    /* top: 28px; */
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.contact-info:hover i {color: #969593;}

.contact-info p {color: #fff;margin-bottom: 0;line-height: 24ox;}

.contact-info p > a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.contact-info p > a:hover{color: #fd7114;text-decoration: none;}
.contact-info h6 {
    color: #fff;
    font-family: 'Roboto-Medium';
    margin-bottom: 0;
}
/*end contact*/

/* Our Recruiters Area CSS */

.fplus-clients-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-clients-logo {
    -ms-flex-preferred-size: 18.66666666666667%;
    flex-basis: 18.66666666666667%;
    height: 120px;
    width: 18.66666666666667%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: -1px;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.blockcenter{display: block; text-align: center;}

/*=========================== Popular Course =================*/
.popular-course {display: block; margin-bottom: 30px;}
.img-holder{display: block; transition: opacity 0.35s, transform 0.35s; position: relative;overflow: hidden;}
.img-holder img{width:100%; height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.popular-course:hover .img-holder img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.course-content{background: #fff;
    padding: 20px;transition: all .3s ease-in-out;
    border-bottom: 12px solid #fbdada;
    position: relative;
     min-height: 230px;
    display: flex;
    flex-direction: column;}
.course-content h4 a{color: #000;margin: 0 0 1em;} 
.popular-course:hover .course-content h4 a{color:#cd2122; }   
.popular-course:hover .course-content{ border-color: #cd2122;} 


.courses-carousel .owl-nav, .placement-carousel .owl-dots {
    margin-top: 40px;
    text-align: center;
}
.courses-carousel .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #cacaca;
    margin:0px 6px;
    display: inline-block;
        transition: all .3s
}
.courses-carousel .owl-dot:hover{background-color: #991d1f;}  
.courses-carousel .owl-dot.active {background-color: #991d1f; width: 20px;position: relative;}

.courses-carousel .owl-nav {
    margin-top: 0px;
    text-align: center;
    position: relative;
    top: auto;
    /* right: 0; */
}
.courses-carousel .owl-next,
.courses-carousel .owl-prev {
    display: inline-block;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    line-height: 40px;
    transition: all 0.5s ease;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 2px;
}

.courses-carousel .owl-next:hover,
.courses-carousel .owl-prev:hover {
    background: #cd2122;
    color: #fff;
}   


.btn-readmore{
    position: relative;
    padding-right: 35px;
     color: #cd2122;
}

.btn-readmore:after{
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #cd2122;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233E5AFB' viewBox='0 0 32 32'%3E%3Cpath d='M0,15.3h22.5l-2.1-5.7c3.5,2.7,7.4,4.9,11.6,6.4c-4.2,1.5-8.1,3.7-11.6,6.4l2.1-5.7H0V15.3z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 50%;
    right: auto;
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}   
.btn-readmore:hover,
.btn-readmore:focus{
    text-decoration: none;
    color: #000;
}

.btn-readmore:hover:after,
.btn-readmore:focus:after{
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
/* Float Shadow */
.hvr-float-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.subtitle{font-family: 'roboto-bold';}
.subtitle span{color: #cd2122;}


.news-box:hover{
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
     
}
.news-box {
  background: #fff;
  text-align: left;
  border-radius: 2px;
  padding-bottom: 20px;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
   transition: .3s ease-out;
}
.news-box:hover .news-image .news-icon {background: #383c4b;}
.news-image {position: relative;}
.news-image:after {
  content: '';
  background: rgba(0, 0, 0, .25);
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-image img {border-radius: 4px 4px 0 0; width: 100%;}
.news-icon {
  background: #fbbe07;
  display: block;
  position: absolute;
  left: 15px;
  bottom: -19px;
  z-index: 1;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.news-title a {display: block;color: #2b2a29;text-align: left;
padding: 24px 15px 0; font-family:Lato-Bold;}
.news-title a:hover {color: #383c4b;}
.courses-counter {color: #5a5e6a;padding: 0 15px;}

.latest-events{margin-bottom: 30px;}
.latest_card{position:relative;transition:box-shadow .3s ease;box-shadow:0 10px 30px transparent;}
/*.project_card.hover-in{transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}
.project_card.hover-out{transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}*/
.latest_card img{width: 100%; height: auto;}
.latest-events:hover .latest_card{box-shadow:0 10px 30px rgba(0,0,0,.4)}
.latest-events:hover .latest_image:after{opacity:1}
.latest-events:hover .latest_detail{border-width:10px;box-shadow:0 10px 30px rgba(0,0,0,.4);background:rgba(0,0,0,.8)}
.latest-events:hover .latest_title,
.latest-events:hover .latest_btn{-webkit-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}
.latest-events:hover .latest_title{/* text-transform:uppercase; *//* margin-bottom:0; *//* line-height:1; */}
.latest_detail{position:absolute;left:40px;right:40px;top:40px;bottom:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;
  -ms-flex-pack:center;justify-content:center;text-align:center;-webkit-transform:translateZ(30px);transform:translateZ(30px);border:0 solid #fff;transition:border .4s ease}
.latest_title{color:#fff;font-size:20px;transition:.4s ease;opacity:0;-webkit-transform:translateY(40px) scale(0);
  -ms-transform:translateY(40px) scale(0);transform:translateY(40px) scale(0);will-change:transform}
.latest_title a{color:white;text-decoration:none}
.latest_btn{opacity:0;transition:.4s ease;transition-delay:.1s;-webkit-transform:translateY(40px) scale(0);-ms-transform:translateY(40px) scale(0);transform:translateY(40px) scale(0);will-change:transform}
a.latest_btn {color:#fff;}
a.latest_btn:hover{color: #fff;text-decoration: underline;}

.outtext{position: relative;
    bottom: 0px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.72);}


/*end nid*/

/*** 
====================================================================
   inner  Page Title
====================================================================
***/

.page-title {
    position: relative;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    z-index: 0;
}

/*.page-title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
}*/
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 35px;
    bottom: 35px;
    width: 65%;
    background-color: rgba(0,0,0,0.60);
}
.title-box {position: relative;
    /*padding: 30px 50px 30px;*/
    z-index: 10;
    display: inline-block;
    /*background-color: rgba(255, 255, 255, 0.10);*/
}

.title-box h2 {
    font-size: 36px;
    position: relative;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 15px;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'roboto-bold';
}
.title-box h2:after{position: absolute;
    content: '';
    background: #f8850b;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0px;
    z-index: 100;}
.title-box ul {position: relative;padding: 0;margin:0;font-family: 'Roboto-Medium';}

.title-box ul li {
    position: relative;
    color: #f8850b;
    display: inline-block;
    margin-right: 15px;
}

.title-box ul li:after {
    content: "\f105";
    position: absolute;
    right: -14px;
    top: 0px;
    color: #fff;
    font-family: 'FontAwesome';
}

.title-box ul li:last-child:after {display: none;}
.title-box ul li:last-child {margin-right: 0px;}
.title-box ul li a {position: relative;color: #fff;}

/*testimonials*/
.testimonial-item {
    position: relative;
    padding:20px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.01);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.01);
    box-shadow: 0 0 40px rgba(0,0,0,0.01);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid rgba(127,136,151,0.2);
}
.testimonial_name {
    position: relative;
    padding-left: 70px;
    padding-top: 14px;
    padding-bottom: 30px;
    /*line-height: 18px;*/
    border-bottom: 1px solid rgba(127,136,151,0.2);
}
.rating {color: #f68a03;margin-left: 6px;}
.testimonial_name img {
    position: absolute;
    width: 54px;
    height: 54px;
    overflow: hidden;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial_name-meta {
    text-transform: capitalize;
    font-family: 'roboto-bold';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.testimonial_desc {margin-top: 20px;}
.testimonial-item h3{ 
font-family: 'roboto-bold';   
  font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 5px;}

 .testimonial_desc:after {
  font-family:'roboto-bold';
    position: absolute;
    content: "";
    font-size: 80px;
    line-height: 0;
    bottom: 20px;
    right: 20px;
    color: #7f8897;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .1;
}
.testimonial_desc-desc {
    line-height: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}   
.testimonial_name-rating{color: #f68a03;margin-left: 6px;}  
.testimonial-item:hover{background-color: #111;border-color: #07294d;} 
.testimonial-item:hover .testimonial_name-meta,
.testimonial-item:hover p, 
.testimonial-item:hover h3{color: #fff}   

.testimonials-carousel .owl-nav, .testimonials-carousel .owl-dots {margin-top: 40px;text-align: center;}
.testimonials-carousel .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #cacaca;
    margin:0px 6px;
    display: inline-block;
        transition: all .3s
}
.testimonials-carousel .owl-dot:hover{background-color: #fd7114;}  
.testimonials-carousel .owl-dot.active {background-color: #fd7114; width: 20px;position: relative;} 
.testimonials-carousel .owl-nav {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -5px;
}
.testimonials-carousel .owl-next,
.testimonials-carousel .owl-prev {
    /*display: inline-block;*/
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    line-height: 40px;
    transition: all 0.5s ease;
    font-size: 24px;
    margin-top: 2px;
}

.testimonials-carousel .owl-next:hover,
.testimonials-carousel .owl-prev:hover {
    background: #cd2122;
    color: #fff;
}  
/*end testimonials*/




/*newsletter*/
.gt_newsltr_wrap form{float: left;width: 100%;position: relative;}
.gt_newsltr_wrap form input[type="text"]{
    float: left;
    border: 1px solid #fff;
    width: calc(100% - 150px);
    height: 44px;
    background-color: transparent;
    padding: 8px 15px;
    margin-right: 20px;
    color: #fff;outline: 0
}
.gt_newsltr_wrap form input[type="submit"],
.gt_newsltr_wrap form button{
    height: 44px;
    background-color: transparent;border: 1px solid #fff;
    border-radius: 0;
}
.gt_newsltr_wrap form input[type="submit"]:hover,
.gt_newsltr_wrap form button:hover{
    background-color: #1c1b17;
    color: #fff;
}
.gt_newsltr_bg{background-color: #cd2122;margin-top: 30px;}
.around20 {
    padding: 20px;
}
.button {
    font-family: 'roboto-bold';
    max-width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    transition: .33s ease;
    padding: 8px 20px;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 4px;
    color: #fff;
}

.gt_newsltr_wrap form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;}
.gt_newsltr_wrap form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;}
.gt_newsltr_wrap form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;}
.gt_newsltr_wrap form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;}
/*end newsletter*/

.clients {border: 1px solid #dcdcdc;}
.clients img {border-left: 1px solid #dcdcdc;max-width: 100%;}
/*gallery*/
/* ==========================================================================
  Project Page Css
 ========================================================================== */

.portfoli-menu {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0;
}

.portfoli-menu li {/* float: left; */display: inline-block;}

.portfoli-menu li+li {margin-left: 1px;}

.portfoli-menu a {
    color: #000;
    display: block;
    /* background-color: #febb17; */
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.portfoli-menu a.active,
.portfoli-menu a:hover {background-color: #a21010;text-decoration: none;color: #fff;}
.portfolio-two {margin-bottom: 10px;}
.portfolio-two .portfolio {margin-bottom:0px; padding: 0;}



/* Portfolio Section */

/*.portfolio-title {
  color: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../images/bg/4.jpg);  
  background-position:center center;
}
*/
/*.portfolio-section .owl-nav {position: absolute;right: 20%;top: -116px;}*/

/*.portfolio-section .owl-prev,
.portfolio-section .owl-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  display:block;
  text-align: center;
  color: #fff;
  background-color: #f3cc29;
}*/

/*.portfolio-section .owl-prev {right: 41px;}
.portfolio-section .owl-prev:hover,
.portfolio-section .owl-next:hover {background-color: #999;}*/
.portfolio-title .section-title {margin-bottom: 0;}
.portfolio-title .overlay {background-color: rgba(54, 72, 89, 0.92);}
.portfolio-slider .portfolio {overflow:hidden;}
.portfolio-item {position: relative; margin-bottom:0px;}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  /*border: 20px solid rgb(162, 16, 16);*/
  opacity: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.portfolio:hover .portfolio-overlay {
  opacity: 1; 
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-info {
  color: #fff;
  text-align: center;
  position: absolute;
width: 280px;
padding: 20px;
    height: 130px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -140px;
}

.portfolio-info h4 {font-size: 18px;}

.portfolio-icons {position: absolute;right: 1px;bottom: 1px;}

.portfolio-icons a {
  float:left;
  margin-left:1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #a21010;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-icons a:hover {color:#fff; background: #303745}
a, .portfolio-overlay, .owl-prev, .owl-next, a:after, a:before, .btn.btn-primary i, .features-info i {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*end gallery*/

.sidebar-nav{padding: 0; margin: 0; list-style: none;}
.sidebar-nav li{display: inline-block;margin-bottom: 3px;width: 100%;}
.sidebar-nav li a{
  display: block;
  padding: 10px 20px;
  background: #991d1f;
  color: #fff;
  width: 100%;
  border-left: 3px solid #058ff0;
  /* border-radius: 30px 0px 0px 30px; */
  }
.sidebar-nav li a:hover{background: #e7851c;color: #fff;text-decoration: none;}
.sidebar-nav li a.active {background: #e7851c;}
.sidebar-nav li i{padding-right: 10px;font-size: 30px;vertical-align: middle;}

.horizontal-nav{padding: 0; margin: 0; list-style: none;}
.horizontal-nav li{display: inline-block;margin-bottom: 3px;}
.horizontal-nav li a{
  display: block;
  padding: 8px 15px;
  background: #991d1f;
  color: #fff;
  width: 100%;
  border-left: 1px solid #fff; position: relative;
  /* border-radius: 30px 0px 0px 30px; */
  }
.horizontal-nav li a:hover{background: #e7851c;color: #fff;text-decoration: none;}
.horizontal-nav li a.active {background: #e7851c;}
.horizontal-nav li i{padding-right: 10px;font-size: 30px;vertical-align: middle;}
.horizontal-nav li a.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}

.maintapbg{background: #fff;padding: 30px;min-height: 505px;margin-left: -30px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px 10px 10px 0px;}
.maintapbg h4{font-family:'Roboto-Medium'; font-size: 20px; padding-top: 10px; padding-bottom: 10px;}
.maintapbg h5 {font-family: 'Roboto-Medium';}
.list-1{padding: 0; margin: 0; list-style: disc;}
.list-1 li{ margin-left: 15px;}
.fancy_lists{padding: 0; margin: 0;}
.fancy_lists li{list-style: none;position: relative;padding-left: 24px;padding-bottom: 10px;}
.fancy_lists li:after {
    content:"\f05d";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: #a21010;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fancy_lists li a{color: #000;text-decoration: none;font-size: 18px;font-weight: 500;}
.fancy_lists li a:hover{color: #fd7114; text-decoration: none;}

/*placement*/
.listtick{padding: 0; margin: 0;}
.listtick li{list-style: none;position: relative;padding-left: 25px;padding-bottom: 5px;}
.listtick li:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 6px;
    color: #e1000e;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listtick li strong{font-family: 'roboto-bold'} 
.listtick li a{color: #000; text-decoration: none;}
.listtick li a:hover{color: #fd7114; text-decoration: none;}
.single-team {transition: .3s; padding-top: 20px;}
.single-team .member-thumb {
  border: 5px solid transparent;
  margin: 0 auto 20px;
  max-width: 100px;
  position: relative;
  border-radius: 50%;
}
.single-team .member-thumb img {
 /* border-radius: 50%;*/ width: 100%; height: auto;
}
/*.single-team .member-thumb:before{border-color: #E91E63;}*/
.single-team .member-thumb:before {
  border: 5px solid #fd7114;
   content: ""; 
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  visibility: hidden;
  width: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .3s;
  /*border-radius: 50%;
  -webkit-border-radius: 50%;*/
}
.single-team .member-desc {
  padding: 20px 30px 0px;
}
.single-team .member-desc h3 {
  font-size: 20px;
  margin-bottom: 20px; position: relative;
}
.xt-team-members a {
  color: inherit;
}
.single-team .member-desc h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.single-team .member-desc span {
  color: #777777;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: normal;
  padding: 0 0 19px;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.single-team .member-desc h3:after {
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 42px;
  transition: .3s;
  background: #fd7114;
}
.single-team .member-desc p {
  opacity: 0.7;
  margin-bottom: 0;
}
/*.single-team:hover {box-shadow: 0 0 30px 0 rgba(10, 10, 10, 0.2); }*/
.single-team:hover .member-thumb:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border:4px solid #fd7114;
}
.single-team:hover .member-desc h3:after {
  width: 62px;
}
/**/
.placed-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
    position: relative;
    top: auto;
    /* right: 0; */
}
 .placed-carousel .owl-next,
.placed-carousel .owl-prev {
    display: inline-block;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    line-height: 40px;
    transition: all 0.5s ease;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 2px;
}

.placed-carousel .owl-next:hover,
.placed-carousel .owl-prev:hover {
    background: #fd7114;
    color: #fff;
}  

.inner_base {
    margin: 0;
    padding: 30px;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    background: #fff;
}
h6 b{font-family:'roboto-bold';}
/*end placement*/

.aboutsection{padding-left: 40px;padding-right: 50px;}
.aboutsection h5{color: #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px; font-weight: 600;}
.aboutsection h3 {line-height: 1.25;font-family:'roboto-bold';}
.aboutsection h4 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
}
.aboutsection p {margin-top: 10px;}
.demo_img img{width: 100%; height: auto;}


.responsive-tabs-container .tab-pane {margin-bottom: 15px;}
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #991d1f;
  border-radius: 3px;
  border: 0;
  color: #fff;
}
/*.responsive-tabs-container .accordion-link .active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}*/

/*@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block; position: relative;
  }
}*/
@media (max-width: 768px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block; position: relative;
  }
.tab-content .fade:not(.show) {opacity: 1;}
a.accordion-link.active{background:#e7851c; text-decoration: none;}
a.accordion-link.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: auto;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}
}
/*@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}*/
@media (min-width: 991px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
  .accordion-link{display: none !important;}
}

/*Admission*/
.feesbg{background:#f1f7fb; padding: 10px;border-top: 1px solid #1c1b17;}
.feesbg2{background:#e2ebf1; padding: 10px;border-top: 1px solid #1c1b17;}
.table2{background: #1c1b17; color: #fff !important}
.table2 tr th{background: #0866a9; color: #fff;font-family: 'roboto-bold';}
.table2 tr td{padding: 3px 10px;}
.table2 tbody tr:nth-of-type(odd) {background-color:#808990 !important;}
.table-title{font-family: 'roboto-bold'; font-size: 36px;color: #e1000e;}
.only{background:linear-gradient(135deg,#1c1b17,#080808); font-style: italic; color: #fff; padding: 5px;}
.note{color: #e1000e}
.tabgreen{margin-bottom: 30px;
    position: relative;
    display: block;font-family:'Roboto-Medium';
    text-align: center;
    background: #00aa5b;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    min-height: 200px;
    color: #fff;}
/*end Admission*/

th{font-family: 'roboto-bold';}
.factlist{padding: 0; margin: 0; list-style: none;}
.factlist li{display: inline-block;border: 1px solid #ebebeb;padding: 20px;text-align: center;
  font-family:'roboto-bold';background:#f81d2f;color: #fff;}
.factlist li span{display: block;font-size:24px;color: #fbd12f;}

.cellbg {
    background:url(../images/cell.jpg) no-repeat center center;
    z-index: 0;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
.cellbg:after {
    content: '';
    position: absolute;
    top: 0;
    background:rgba(7, 41, 77, 0.68);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.interview{margin-top: 30px;}
.interview-img{display: block; transition: opacity 0.35s, transform 0.35s; position: relative;overflow: hidden;}
  .interview-img img{width:100%; height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.interview:hover .interview-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.interview:hover .interview-img img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
.interview-content{position: relative;padding: 20px; min-height: 150px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);} 
.paddleftzero {padding-left: 0 !important;}


/*footer*/
footer{
    background: url(../images/building3.jpg) no-repeat center center;
    z-index: 0;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    padding-top: 20px;
    color: #999;
    }
footer:after {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.flogo img{height: 70px;/* margin-bottom: 20px; */}
.fo-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-family: 'roboto-bold';
    display: inline-block;
    color: #fff;
}
.fo-title:after {
    width:100%;
    height: 2px;
    background-color: #fa7f1d;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.f1-list {padding: 0;margin: 0;}
.f1-list li {list-style: none;padding-bottom: 2px; position: relative; display: block;padding-left: 15px;} 
.f1-list li a {color: #999;text-decoration: none;display: block;    transition: all 0.3s ease;}
.f1-list li a:hover {color: #ec852d;text-decoration: none;padding-left: 5px;}
.f1-list li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address-list{padding: 0; margin: 0; list-style: none;}
.address-list li{display: block;padding:0px 0px 15px 30px;position: relative;color: #999;}
.address-list li i{content: "";position: absolute;left: 0;top: 2px;font-family:'FontAwesome';font-size: 18px;color: #fa7f1d;}
.address-list li a{text-decoration: none;color: #999;}
.address-list li a:hover{text-decoration: none;color: #dfb55a;}
.address-list li img{position: absolute;left: 0;top: 16px;} 

 .copyright {
  background-color: #212121;
   border-top: 1px solid #464646; 
  background-size: cover;
  background-position: top;
  padding: 20px 0 10px;
  position: relative;
  color: #9ca2a9;}


  .copy_link{margin: 0; padding: 0; list-style: none;}
  .copy_link li{display: inline-block;}
  .copy_link li a {color: #999;}
  .copy_link li:before {display: inline-block;padding: 0 5px;color: #999999;content: "/"; }
  .copy_link li:first-child:before {display: none; }

.fleft{text-align: left;}
.fright{text-align: right;}

.fo-social {padding:0;width: 100%;}
.fo-social  li{position: relative;display: inline-block;margin: 0px 0px 0px 3px;}
.fo-social  li:first-child{margin-left: 0px;}
.fo-social  li a{
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fa7f1d;
    color: #fff;
    border-radius: 3px;
    line-height: 33px;
    text-align: center;
}
.fo-social li a:hover {color: #fff; background: #000;}

.office_wrap {background-color: #1c1b17;border-top: 10px solid #cd2122;padding: 10px 20px 40px;margin: -114px 0px 0px;}
/*scrol to top*/
.back-to-top {
      position: fixed;
      bottom: 10px;
      right: 10px;
      cursor: pointer;
      display: none;
      z-index: 9999999;
}
.back-to-top i{
    background: #e1000e;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    border-radius: .3rem;
    /* padding-left: 5px; */
    -webkit-transition: .4s;
    transition: .4s;
}
.back-to-top i:hover {background: #e9861c;color: #fff;} 
/*end footer*/

@media (max-width: 768px) {.back-to-top{bottom: 15px;}}
@media(max-width:768px){
  .gt_newsltr_wrap form input[type="text"]{width: 100%; margin-bottom: 10px;}
}
@media(max-width:991px){
  .nav-menu li a:hover, .nav-menu li a.active{padding-left: 10px;}
  .navbar-dark .navbar-toggler-icon{background: none !important;position: absolute;top: -40px;}
  .navbar-collapse{background: rgb(255, 255, 255);}
  .navbar-dark .navbar-toggler {box-shadow: none;outline: none;}
  .intro p {width: 80%;}
  .fleft, .fright {text-align: center;}
  .our-links{margin: 15px 0 0 0; padding-bottom: 0; z-index: 0;}
  .single-blocks-img{margin-bottom: 15px;}
  .header-info .btn-cta a{ padding: 0.5rem 1rem;}
  .phone, .email{display: none;}
  .office_wrap{margin: 0px 0px 20px;}
  .fo-title{padding-top: 15px;}
  .maintapbg{margin-left: 0;}
}

@media (max-width: 991px) {}

@media (min-width: 320px) and (max-width:480px) {
.logo img{height: 65px;}
}

@media (min-width: 992px) and (max-width:1199px) {}