
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.ttf');
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato/Lato-Black.ttf');
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato/Lato-Thin.ttf');
}
@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato/Lato-Italic.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
/* 
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/roboto/Roboto-Italic.ttf');
} */
body {
    font-family: 'Lato-Regular' !important;
}
.logo img {
    width: 100px;
    margin: 2px auto;
    display: block;
}
.social-icons ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.social-icons li {
    margin-left: 12%;
}
.social-icons li img {
    width: 25px;
}
.menu-section {
    /* border-top: 2px solid #d2416c;
    border-bottom: 2px solid #eb578e; */
    /* background: linear-gradient(to right, #d2416c, #eb578e); */
    /* padding: 2px 0px; */
}
.menu-list {
    align-self: center;
    /* margin-bottom: -8px; */
    border-top: 1px solid #e65190;
    border-bottom: 1px solid #e65190;
}
.menu-list ul {
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    /* border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
    margin-bottom: 0;
    width: 80%;
    margin: auto;
}
.menu-list ul li {
    list-style-type: none;
    display: block;
    padding: 18px 0;
    border-bottom: 2px solid transparent;
}
.menu-list ul li a {
    color:#383838;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.menu-list ul li a:hover {
    text-decoration: none;
}
.menu-list ul li a:hover {
    /* border-bottom: 2px solid #000;
    color: #000; */
    /* background-position: left bottom; */
    color: #fff;
    box-shadow: inset 100px 0 0 0 #d6456d;
}
.menu-list ul li a.active {
    /* border-bottom: 2px solid #000;
    color: #000; */
    background-position: left bottom;
    color: #fff;
    background: linear-gradient(to right, #d6456d 50%, #d6456d  50%);
}
.menu-list ul li .active {
    /* border-bottom: 2px solid #000;
    color: #000; */
    background-position: left bottom;
    color: #fff;
    background: linear-gradient(to right, #d6456d 50%, #d6456d  50%);
}
.menu-list ul li a {
    /* background: linear-gradient(to right, #d6456d 50%, white 50%);
  background-size: 250% 98%;
  background-position: right bottom; */
  transition: all .5s ease-out;
  padding: 10px;
  border: 1px solid #fff;
}
.image_wrapper:after {
        /* background: transparent linear-gradient(360deg, #000000C2 0%, #0006 65%, #0000 100%) 0% 0% no-repeat padding-box !important; */
        content: "";
        width: 97%;
height: 22%;
position: absolute;
bottom: 40px;
left: 23px;
}
.vertical-center {
    margin: 0;
position: absolute;
bottom: 10%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 7%;
/* font-size: 47px; */
text-transform: uppercase;
/* color: #fff; */
/* font-weight: bold; */
/* text-shadow: 2px 3px 2px #4a4949; */
z-index: 111;
color: #fff;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
font-size: 55px;
    font-family: 'Roboto-Regular';
  }
.portfolio_desc h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 30px;
}
.classic2_cols {
    /* width: 47%; */
    /* margin-right: 2.9%; */
    margin-bottom: 6.9%;
}
.footer {
    background: #343434;
    margin-top: 5%;
}
.footer p {
    color: #E5E5E5;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 15px 0;
}
.footer p a, .footer p a:hover {
    color: #E5E5E5;
    text-decoration: none;
}
.footer ul {
    padding-left: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 11px;
}
.footer ul li {
    list-style-type: none;
    margin-right: 8px;
}
.footer ul li a i {
    color: #fff;
    font-size: 18px;
}

.one_half.gallery2.classic a:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 4.5s ease-out;
-webkit-transition: all 4.5s ease-out;

}
.one_half.gallery2.classic a img {
    -webkit-transition: .5s cubic-bezier(0.18,1,0.23,1);
    transition: .5s cubic-bezier(0.18,1,0.23,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.portfolio_classic_icon_content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}
.portfolio_classic_icon_wrapper {
    background: #000;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.one_half.gallery2 a {
    line-height: 0;
}
.portfolio_classic_icon_content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.classic a:hover .portfolio_classic_icon_content i {
    transform: translateY(0%);
}
.portfolio_classic_icon_content i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 40px;
    transform: translateY(10%);
    -webkit-transition: .6s;
    transition: .6s;
}
/* .lightgallery-box:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}
.portfolio_classic_icon_wrapper {
    background: #000;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.portfolio_classic_icon_content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.classic a:hover .portfolio_classic_icon_content i {
    transform: translateY(0%);
}
.portfolio_classic_icon_content i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 40px;
    transform: translateY(10%);
    -webkit-transition: .6s;
    transition: .6s;
} */
.portfolio_classic_icon_content i {
    /* display: none; */
}

.lightgallery-box {
    overflow: hidden;
    position: relative;
}
.lg-download {
    display: none;
}
.lg-thumb-outer {
    display: none;
}
.cont-title h4{
    text-align: center;
    font-family: 'Lato-Bold';
    font-size: 28px;
    margin-top: 3%;
}
.cont-title p {
    text-align: center;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.height-350px {
    height: 350px;
}
.margin-5px-bottom {
    margin-bottom: 5px;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}
.width-60 {
    width: 76%;
}
.text-medium {
    font-size: 16px;
    line-height: 23px;
}
.bg-black, .background-black {
    background-color: #000;
}
.text-white-2, .btn.text-white-2 {
    color: #FFF;
}
.bg-extra-dark-gray p {
    color: #b7b7b7;
    /* color: #fff; */
}
.bg-extra-dark-gray a {
    color: #b7b7b7;
    /* color: #fff; */
}
.cont-detail img {
    width: 35px;
    margin-bottom: 10px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.margin-30px-top {
    margin-top: 30px;
}
.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {
    list-style: none;
    padding: 0;
}
.large-icon li {
    margin: 0 10px;
}
.social-icon-style-4 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    text-align: center;
    z-index: 1;
}
.large-icon a {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 41px;
}
.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {
    display: inline-block;
}
.social-icon-style-1 a.facebook, .social-icon-style-2 a.facebook, .social-icon-style-3 a.facebook, .social-icon-style-4 a.facebook span, .social-icon-style-10 a.facebook span {
    background-color: #3b5998;
}
.social-icon-style-1 a.dribbble, .social-icon-style-2 a.dribbble, .social-icon-style-3 a.dribbble, .social-icon-style-4 a.dribbble span, .social-icon-style-10 a.dribbble span {
    background-color: #ea4c89;
}
.social-icon-style-4 a:hover {
    color: #fff;
}
.social-icon-style-4 a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
    z-index: -1;
}
.social-icon-style-4 a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}
.f-17 {
    font-size: 17px;
    font-family: 'Lato-Bold';
}
.bg-extra-dark-gray .btn:hover {
    background: transparent;
    border: 1px solid #f0f0f0;
    color: #f0f0f0;
}
.banner-vert-text {
    position: absolute;
    bottom: 10px;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-vert-text h4 {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    font-family: 'Roboto-Regular';
    /* font-family: 'Lato-Regular'; */
}
.abt-cont-list h5 {
    font-family: 'Lato-Bold';
}
.abt-cont-list p {
    margin-top: 13px;
    line-height: 26px;
}
.abt-cont-list img {
    height: 100%;
}
.border-btm-cont {
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.guest-faculty h4 {
    font-family: 'Lato-Bold';
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 3%;
}
.guest-faculty h4 span {
    display: block;
    font-size: 25px;
}
.guest-faculty h5 {
    font-family: 'Lato-Bold';
    font-size: 17px;
}
.guest-faculty p {
    font-size: 15px;
    padding-left: 30px;
    color: #606060;
}
.guest-faculty img {
    width: 25px;
    margin-right: 5px;
}
.border-rgt {
    border-right: 1px dashed rgba(0,0,0,.5);
}
.border-btm {
    border-bottom: 1px dashed rgba(0,0,0,.5)
}
.guest-faculty hr {
    border-style: dashed;
}
.channel-partner h4 {
    font-family: 'Lato-Bold';
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 3%;
}
.cntcttle2 .bgttle2 {
    text-align: left;
}
.secttle2 {
    font-size: 20px;
    color: #0C0C0C;
    top: 21px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 145px;
    width: 135px;
    text-transform: uppercase;
}
.bgttle2 {
    font-size: 53px;
    /* color: #fff; */
    text-transform: uppercase;
    /* opacity: .3 !important; */
    font-family: 'Lato-Black';
}
.cntcttle12 .bgttle12 {
    text-align: left;
}
.secttle12 {
    font-size: 20px;
    color: #0C0C0C;
    top: 21px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 16px;
    width: auto;
    text-transform: uppercase;
}
.bgttle12 {
    font-size: 53px;
    color: #fff;
    text-transform: uppercase;
    /* opacity: .3 !important; */
    font-family: 'Lato-Black';
    width: 90px;
}
.cntcttle22 .bgttle22 {
    text-align: left;
}
.secttle22 {
    font-size: 20px;
    color: #0C0C0C;
    top: 21px;
    font-family: 'Lato-Black';
    position: absolute;
    left: 15px;
    width: auto;
    text-transform: uppercase;
}
.bgttle22 {
    font-size: 53px;
    color: #fff;
    text-transform: uppercase;
    /* opacity: .3 !important; */
    font-family: 'Lato-Black';
    width: 40px;
}
/* show objects being animated */
.animated {
    visibility: visible;
    
  }
  .animated.fadeInn {
	-webkit-animation-name: fadeInn;
	-moz-animation-name: fadeInn;
	-o-animation-name: fadeInn;
	animation-name: fadeInn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: .1;
}
@-webkit-keyframes fadeInn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1;
    }
}
@keyframes fadeInn1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: .1 !important;
    }
}

.vid-pop-btn {
    position: absolute;
    top: 42%;
    left: 46%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
    
}
.vid-pop-btn img {
    width: 25px;
    cursor: pointer;
    transition: .5s;
}
.vid-pop:hover .vid-pop-btn img {
    transform: scale(1.2);
    transition: .5s;
}
.vid-pop {
    cursor: pointer;
}
.vid-pop h4 {
    text-align: left;
    padding: 8px 0;
    font-size: 14px;
    text-transform: capitalize;
    /* margin-left: 8%; */
    width: 250px;
    margin: auto;
    font-family: 'Lato-Regular';
    line-height: 23px;
}
.clientImages {
    height: 100px !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 41% !important;
}
.awards-cont-det img {
    width: 65%;
}
.image-border {
    width: 260px;
    height: 130px;
    background-color: #eee;
    background-image: url("../images/video-1.jpg");
    position: relative;
    z-index: 1;
    margin: auto;
    background-size: 100% 100%;
  }
  .image-border:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 120px;
    left: 5px;
    top: 5px;
    background-color: #fff;
  }
  .image-border .main-image {
    position: absolute;
    width: 250px;
    height: 120px;
    left: 5px;
    top: 5px;
    background-image: url("../images/video-1.jpg");
    background-size: 100% 100%;
    background-position: center center;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
    transform: translate(-12px, -12px);
  }
  .image-border:hover > .main-image {
    transform: translate(0px, 0px);
    transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
  }
  .image-border:hover > p.title:after {
    transform: scale3d(1, 1, 1);
    transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
  }
  .image-border p.title {
    height: 60px;
    padding: 0;
    position: absolute;
    bottom: -80px;
    font-weight: 400;
    line-height: 60px;
    color: #2c3e50;
    font-size: 1em;
    margin-left: 35px;
    transform: translateX(-50%);
  }
  .image-border p.title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e74c3c;
    bottom: 10px;
    left: 0;
    transform: scale3d(0, 1, 1);
    transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
  }
  .image-border2 {
    background-image: url("../images/video-2.jpg");
  }
  .image-border2 .main-image2 {
    background-image: url("../images/video-2.jpg");
  }
  .image-border3 {
    background-image: url("../images/video-3.jpg");
  }
  .image-border3 .main-image3 {
    background-image: url("../images/video-3.jpg");
  }
  .more-awards h4 {
      font-size: 18px;
      margin-top: 2px;
      margin-bottom: 2px;
      font-family: 'Lato-Bold';
  }
  .more-awards hr {
    margin: 1px auto;
    width: 70%;
  }
@media (max-width: 600px) {
    .footer p {
        padding: 5px 0px;
    }
    .banner-vert-text {
        bottom: -4px;
    }
    .banner-vert-text h4 {
        font-size: 30px;
    }
    .vertical-center {
        font-size: 30px;
        bottom: 17%;
    }
    .clientImages {
        background-size: 30% !important;
        background-position: center !important;
    }
    .awards-cont-det img {
        width: 36%;
    }
    .awards-cont-det p {
        font-size: 14px;
        text-align: center;
        margin-top: 12px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .banner-vert-text {
        bottom: 0px;
    }
    .banner-vert-text h4 {
        font-size: 40px;
    }
    .vertical-center {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .logo img {
        width: 77px;
    }
    .menu-section {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .sidenav {
        height: 100%;
        width: 0%;
        position: fixed;
        z-index: 11111;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 1s;
        padding-top: 28px;
      }
      
      .sidenav a {
        padding: 8px 8px 8px 28px;
        text-decoration: none;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
      }
      
      .sidenav a:hover {
        color: #fff;
        box-shadow: inset 260px 0 0 0 #d6456d;
        text-decoration: none;

      }
      .sidenav a.active {
        color: #fff;
        background: #CF4169;
    }
    .sidenav .active {
        color: #fff;
        background: #CF4169;
    }
      
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }
      .height-350px {
        height: auto;
        padding: 5% 0;
    }
}
@media (min-width: 767px) {
    .sidenav {
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .menu-list ul li {
        list-style-type: none;
        display: block;
        padding: 18px 3px;
    }
    .social-icons ul {
        justify-content: flex-end;
    }
    .logo img {
        width: 90px;
        margin: auto auto auto 0;
        display: block;
    }
    .menu-list ul {
        width: 85%;
    }
    .menu-list ul li a {
        font-size: 12px;
    }
    .clientImages {
        background-size: 65% !important;
    }
}
@media (max-width: 992px) {
    .border-rgt {
        border-right: 1px dashed transparent;
    }
    .abt-cont-list-mb {
        margin-bottom: 5%;
    }
    .border-btm-cont {
        padding: 0 !important;
    }
   
    .more-awards hr {
        margin: 1px auto;
        width: 9%;
    }
}
@media (max-width: 1024px) {
    .vid-pop h4 {
        text-align: center;
        padding: 8px;
        font-size: 16px;
        text-transform: capitalize;
        margin-left: 0%;
        margin-bottom: 5%;
        width: 100%;
    }
}
@media (width: 1024px) {
    .menu-list ul {
        width: 90%;
    }
    .menu-list ul li a {
        font-size: 13px;
    }
}