h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
a,p{
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}

body{

}

.menu-bar {
    position: fixed;
    left: 0;
    width: 50px;
    height: 100vh!important;
    top: 0;
    z-index: 99999;
    padding-top: 38px;
    -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: url(../images/MMC-nav.png);
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.menu-bar:before {
    content: 'MENU';
    position: absolute;
    left: -85px;
    top: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.menu-bar:after {
    height: 0;
    width: 294px;
    background: #000;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.menu-bar.open {
    width: 775px;
    background: #212120 url(/assets/images/menu-lines.png) repeat-y
}

.menu-bar.open:before {
    opacity: 0
}

.menu-bar.open:after {
    height: 15px
}

.menu-bar.open .header-icons {
    visibility: visible;
    opacity: 1
}

.search-icon {
    width: 16px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 100px;
    display: none
}

.search-icon i {
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.twitter-icon {
    width: 17px;
    height: 14px
}

.twitter-icon i {
    width: 17px;
    color: #fff;
    height: 14px;
    fill: #fff;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.facebook-icon {
    width: 8px;
    height: 18px
}

.facebook-icon i {
    width: 8px;
    color: #fff;
    height: 18px;
    fill: #fff;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.youtube-icon {
    width: 15px;
    height: 18px
}

.youtube-icon i {
    width: 15px;
    height: 18px;
    color: #fff;
    fill: #fff;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#nav-icon3 {
    width: 19px;
    height: 16px;
    margin: 4px auto 0;
    z-index: 9999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 22px
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 1px
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px
}

#nav-icon3 span:nth-child(4) {
    top: 16px
}

#nav-icon3.click span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%
}

#nav-icon3.click span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.click span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.click span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

@media (min-width: 1200px) {
    #nav-icon3:hover span {
        background: #8b1ab1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #nav-icon3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-icon3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width: 767px) {
    #nav-icon3 {
        margin: 25px 0 0;
        right: 15px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #nav-icon3 span {
        background: #fff
    }
}

.sub-nav {
    position: absolute;
    left: 53px;
    top: 170px
}

.sub-nav ul {
    padding: 0;
    margin: 0
}

.sub-nav ul li {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    position: relative
}

.sub-nav ul li:last-child {
    margin-bottom: 0
}

.sub-nav ul li i {
    position: absolute;
    left: 220px;
    top: 4px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sub-nav ul li i svg {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sub-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-weight: 600;
    letter-spacing: 0;
}

.sub-nav ul li a:hover {
    color: #cf3db7;
}

.sub-nav ul li a:hover,
.sub-nav ul li a:focus {
    text-decoration: none
}

.sub-nav ul li.active>a {
    color: #8b1ab1
}

.sub-nav ul li.active i svg {
    fill: #ff8132
}

.sub-nav ul li ul {
    position: relative;
    margin: 25px 0 0 10px;
    padding: 0 0 0 20px;
    display: none
}

.sub-nav ul li ul:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #8b1ab1;
    content: '';
}

.sub-nav ul li ul li {
    margin: 0 0 10px
}

.sub-nav ul li ul li a {
    font-size: 16px;
    line-height: 21px;
}

.header-icons {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 55px;
    height: 120px;
    text-align: center;
    margin: 0;
    padding: 0
}
.menu-bar.open {
    width: 480px;
    background: #212120 url(../images/menu-lines.png) repeat-y
}

.white-bg {
    background: #ff5246
}

.black-bg {
    height: 100vh!important;
    width: 100%;
    float: left;
    background: #000
}

.navbar {
    width: 82px;
    height: 100vh!important;
    position: fixed!important;
    right: auto!important;
    top: 0!important;
    border: none;
    outline: none;
    z-index: 99999
}

.yellow {
    background-color: #191919
}

.red {
    /* background-color: #000 */
}

.blue {
    outline: none;
    background-color: #ccc;
    height: 100px;
    width: 100px;
    display: block
}

.midnightInner {
    overflow: hidden !important;
}

.header-icons li {
    list-style: none;
    border: 1.2px solid #38c9d7;
    width: 25px;
    display: block;
    margin-bottom: 8px !important;
    height: 25px;
    margin: 0 auto;
}

.header-icons li a {
    color: #38c9d7 !important;
}

.header-icons li a i {
    height: 25px;
    width: 22px;
    line-height: 25px;
    font-size: 16px;
    color: #38c9d7;
}
.topbar {
    background: #333333;
    padding: 15px 50px 15px 50px;
}

.topbar .topbar-menu-left li {
    display: inline;
    padding: 10px;
}

.topbar .topbar-menu-left li a {
    color: #fff;
}

.topbar .topbar-menu-left li i {
    color: #fff !important;
    padding-right: 5px;
}

.topbar .topbar-menu-right li {
    display: inline;
    padding: 0 20px;
}

.topbar .topbar-menu-right li a {
    color: #fff;
}

.topbar .topbar-menu-right li i {
    color: #fff;
    padding-right: 8px;
}

ul.pull-left.topbar-menu-left {margin: 0;}

.topbar-menu-right {
    margin: 0;
}

.topbar .topbar-menu-right li.proposal {
    background: #8b1ab1;
    padding: 9px 20px;
    border-radius: 6px;
}
.topbar .topbar-menu-right li.proposal:hover {
    background: #3ad3e1;
    transition: all 0.5s;
}

section.home-sec2 {
    height: 100vh;
    background: #000;
}
section.home-sec2 .logo {
    padding-top: 100px;
}

section.home-sec2 .logo img {
    margin: 0 auto;
    display: block;
}

section.home-sec2 .homesec1-text {
    padding: 65px 0;
}

section.home-sec2 .homesec1-text h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 47px;
}

section.home-sec2 .homesec1-text h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 15px;
}

section.home-sec2 .homesec1-text p {
    color: #fff;
    text-align: center;
    padding: 25px 0;
    width: 50%;
    margin: 0 auto;
    position: reative;
}
/*section.home-sec2 .homesec1-text p:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}*/

section.home-sec2 .homesec1-text button {
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    background: #38cddb;
    width: 200px;
    margin: 90px auto;
    padding: 10px;
    border-radius: 30px;
    font-size: 16px;
}

section.home-sec2 .homesec1-text button:hover {
    transition: all 0.5s;
    background: #8c32c1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-sec3 .homesec3-left {
    padding: 40px 0px 0 90px;
}

.home-sec3 .homesec3-left h2 {
    color: #8b1ab1;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.home-sec3 .homesec3-left p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
}

section.home-sec3 {
    padding: 40px 0 !important;
}

.home-sec3 .col-md-12 {
    padding: 0;
}

.home-sec3 .col-md-12 .col-md-6:last-child {
    padding: 0;
}

.home-sec3 .container-fluid {
    padding: 0;
}

.home-sec3 .homesec3-left p a {
    background: #38c9d7;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    margin-top: 41px !important;
    line-height: 190px;
    font-size: 16px;
}

.home-sec3 .homesec3-left p a:hover {
    background: #5a2db2;
    transition: all 0.5s;
}
section.whatwedo {
    background:url(../images/whatwedo-bg.png);
    padding: 60px 10px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.whatwedo .whatwedo-heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 60px;
}
.whatwedo .services {
    padding: 20px;
    transition: all 0.6s !important;
    margin-bottom: 25px;
    transition: all 0.8s !important;
    height:300px;
}
.whatwedo .services:hover {
    background: url(../images/whatwedo-hover.png);
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.05);
}

.whatwedo .services h4 {
    color: #fff;
    font-weight: 600;
}

.whatwedo .services h4 span {
    display: block;
    font-weight: 300;
    line-height: 25px;
}

.whatwedo .services {
    padding: 20px;
    transition: all 0.6s !important;
    margin-bottom: 25px;
}

.whatwedo .services p {
    font-size: 13px;
    color: #fff;
    width: 85%;
    height: 150px;
}

section.home-sec5 {
    background: #252525;
    padding-bottom: 90px;
}

section.home-sec5 .heading-sec5 h2 {
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 85px;
}

section.home-sec5 .heading-sec5 p {
    color: #fff;
    text-align: center;
}

section.home-sec5 .heading-sec5 {
    width: 90%;
    margin:  auto;
    padding-bottom: 120px;
}

.leadership-overlay {
    width: 90%;
    background: url(../images/overlay.png) repeat-x left bottom;
    position: absolute;
    height: 90%;
    z-index: 1;
    padding-top: 84%;
    left: 26px;
    color: #fff;
    top: 12px;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-align: left;
    padding: 75% 10px 0;
    font-family: 'lato', sans-serif;
}
.leadership-overlay:hover{
    opacity: 1;
}
.leadership-overlay:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}
.leadership-overlay:after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 0% 100%;
    position: relative !important;
    top: -195px !important;
    margin: 51px;
    padding: 53px 116px 175px 124px;
    width: 20px !important;
    left: -61px !important;
}

.leadership-overlay:after, .leadership-overlay:before {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.leadership-overlay:hover::before {
    -webkit-transform: scale(1);
}
.leadership-overlay h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 3px 0;
}
.leadership-overlay span.designation-leadership {
    font-size: 10px;
    padding-left: 5px;
    border-left: 2px solid #fff;
    font-weight: 600;
    width: 100%;
    display: block;
}

section.home-sec5 .heading-sec5 .col-md-3:hover .leadership-overlay {
    transform: scale(1.1);
    opacity: 1;
}

.team-section .col-md-3 img 
{   width: 266px;
    height: 285px;
    margin-bottom: 5px;
}




.home-sec6 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.home-sec6 .owl-nav button.owl-prev {
  left: 0;
}
.home-sec6 .owl-nav button.owl-next {
  right: 0;
}

.home-sec6 .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.home-sec6 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.home-sec6 .owl-dots button.owl-dot.active {
  background-color: #000;
}
.home-sec6 .owl-dots button.owl-dot:focus {
  outline: none;
}
.home-sec6 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.home-sec6 span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.home-sec6 .owl-nav button:focus {
    outline: none;
}

section.home-sec6 {
    padding: 60px;
}

section.home-sec6 .homesec6-heading h2 {
    text-align: center;
    padding-bottom: 30px;
    color: #8b1ab1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}


.home-sec7 .owl-carousel .owl-item img {
    display: block;
    width: 17%;
    float: left;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-left: 54px;
    margin-right: 35px;
    margin-top: 15px;
}
.home-sec7 .testimonial-item.equal-height.style-6 {
    border-radius: 10px;
    margin: 10px;
}
.home-sec7 .cell-right {
    text-align: left;
    margin-right: 20px;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #fff;
    font-family: poppins;
    font-size: 12px;
}.home-sec7 .testimonial-name {
    font-family: poppins;
    font-weight: 400;
    color: #fff;
}
.home-sec7 .testimonial-content.quote {
    /* padding: 17px 55px; */
    margin-top: 9px;
}
.home-sec7 .et_right_sidebar #main-content .container:before{
    display: none;
}
.home-sec7 #main-content .container {
    padding-top: 10px;
}
.home-sec7 i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

section.home-sec7 {
    background: #252525;
    padding: 61px 0 0px;
}

section.home-sec7 .homesec7-heading h2 {
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 32px;
}

section.home-sec7 .owl-nav {
    top: 40px;
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
}

section.home-sec7 .owl-nav .owl-prev span {
    font-size: 60px;
    left: -40px;
    position: relative;
}

section.home-sec7 .owl-nav .owl-next span {
    text-align: right;
    right: -40px;
    position: absolute;
    font-size: 60px;
    top: 0;
}

footer {
    background: #262626;
    border-top: 5px solid #8b1ab1;
    padding: 60px;
}

footer .footer-links h4 {
    color: #38c9d7;
    font-family: montserrat;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}

footer .footer-links ul {
    padding: 0;
}

footer .footer-links ul li {
    list-style: none;
}

footer .footer-links ul li a {
    color: #8e8e8e;
    line-height: 45px;
    font-size: 16px;
}

.footer-links input[type="text"], .footer-links input[type="email"],.footer-links textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border: 2px solid #333;
    margin-bottom: 7px;
    padding: 10px 9px;
    color: #fff;
}

.footer-links input[type="text"]::placeholder, .footer-links input[type="email"]::placeholder, .footer-links textarea::placeholder {
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
    font-family: poppins;
}

.footer-links input[type=submit] {}

.footer-links button {
    background: #38c9d7;
    border: 0;
    color: #fff;
    font-family: poppins;
    padding: 8px 15px;
    margin-top: 15px;
}

.footer-links button:hover {
    background: #ddd;
    transition: all 0.5s;
}
.portfolio-page-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*contact page*/


.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel],.contact-form textarea {
    border: none;
    border-bottom: 4px solid #3fc9d7;
    margin-bottom: 20px;
    height: 50px;
    background:transparent;
    color: #fff;

}

.contact-form textarea {
    height: 250px !important;
    border: none;
    border-bottom: 4px solid #3fc9d7;
    margin-bottom: 50px;
    background:transparent;
}

section.contact-page {
    background: #262626;
        padding-bottom: 50px !important;
}

section.contact-page h3 {
    color: #38c9d7;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
}

.contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form textarea::placeholder{
    color:#FFF;
    font-size:15px;
    text-transform:uppercase;
}

.contact-form input[type=submit] {
    width: 20%;
    margin: 0 auto !important;
    color: #fff !important;
    background: #3fc9d7;
    border: none;
    display: block;
    padding: 15px;
    font-size: 16px;
    /* margin-bottom: 20px !important; */
}

.contact-banner img {
    overflow: hidden !important;
    max-height: 500px;
    width: 100%;
}

section.contact-banner.col-md-12 img {
    overflow: hidden;
}
section.contact-banner.col-md-12 {
    padding: 0px !important;
}
section.contact-page.col-md-12 {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*end contact page*/


/*Portfolio page*/
.portfolio-banner {
    height: 400px;
    background: #000;
}

.port-img img {border: 8px solid #3fc9d7 !important;/* filter: grayscale(1); */}

.port-img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.port-img img:hover {
    /* filter: grayscale(0); */
    TRANSITION: .5s;
    border: 8px solid #8b1ab0 !important;
}

section.portfolio-page-area h3 {
    color: #38c9d7;
    font-family: montserrat;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
    text-align:center;
}

section.portfolio-page-area {
    background:#262626;
}

 


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0px;
    bottom: 0;
    z-index: 999 !important;
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    left: 0;
    right: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

/*portfolio End*/

/*careers page*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #3fc9d7;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e15bba;
    color: #fff;
}
.tab-area {
    padding-bottom: 40px;
}


.career-area h2 {
    color: #38c9d7;
    font-family: montserrat;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  display:none;
}
section.careers-banner.col-md-12 {margin-bottom: 50px;}
/*careers end*/


/* who we are */
.who-we-are-page h3 {
    padding-top: 20px;
    color: #38c9d7;
    font-family: montserrat;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.who-we-are-page {
    background: #262626;
}
.who-sec1 {
    padding-top: 60px;
    background: #262626;
    border-top: 2px solid #38c9d7;
}

.who-sec1 h2 {
    color: #fff !important;
    font-size: 35px;
    font-weight: 700;
}

.who-sec1 h4 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

.who-sec1 p {
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 32px;
    position: relative;
    padding-bottom: 30px;
}

.who-sec1 p:before {content: "";background: #38c9d7;width: 17px;height: 2px;position: absolute;top: 16px;left: -26px;}
.set-border li {
    color: #fff;
    display: inline-block;
}

.set-border {
    border: 2px solid #38c9d7;
    margin: 3px;
}

.who-sec1 .set-border {
    width: 48% !important;
    display: block;
    height: 80px;
    padding: 10px;
}

.set-border H6 {
    FONT-SIZE: 16PX;
    padding-left: 15px;
}
.who-sec2 {
    /* margin-top: 80px; */
  
    padding-top: 60px;
    padding-bottom: 100px;
}

.who-sec2 h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    /* padding-top: 50px; */
}

.who-sec2 p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 80%;
    padding-bottom: 50px;
}
.who-sec-3 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffff;
}

.who-sec-3 strong {
    position: relative;
    font-size: 16px;
    font-style: italic;
    font-weight: 00;
    color: #fff;
}

.who-sec-3 p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

.who-sec-3 {
    background: #262626;
    padding: 60px;
}
.who-sec-3 strong:before {content: "";position: absolute;background: #38c9d7;width: 2px;height: 40px;left: -13px;top: 5px;}
/* who we are */

/* graphics */
.graphics-sec1 {
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #262626;
}
.graphics-sec3
{
    background-color: #262626;
}
.graphics-sec2
{
    background-color: #262626;
}
.graphics-sec1 h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.graphics-sec1 h4 {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 26px;


}
.graphics-sec1 span {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    color:#e0e0e0;
    font-style: italic;
}
.graphics-sec1 span:before {
    background: #38c9cc;
    position: absolute;
    width: 3px;
    height: 36px;
    content: "";
    top: 11px;
    left: -11px;
}
.graphics-sec1 p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}
.graphics-sec2 h2 {
    margin-top: 0px;
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .web-sec2 {
        padding-bottom: 60px;
    }
    .graphics-sec2 h4 {
         color: #fff;
        margin-bottom: 0px;
        font-size: 26px;
    }
    
    .graphics-sec2 ul {padding-left: 0px;}
    
    .graphics-sec2 li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 19px;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: .25px;
        display: block;
        color: #fff !important;
    }
    
    .graphics-sec2 li:before {background: #38c9d7;content: "";position: absolute;width: 11px;height: 2px;top: 10px;right: 254px;}
    .graphics-sec3 h2 {
        margin-top: 0px;
            color: #fff;
            font-size: 35px;
            font-weight: 700;
        }
        
        .graphics-sec3 {
            padding-top: 40px;
        }
        
        .graphics-sec3 p {
            color: #fff;
            font-size: 15px;
            line-height: 25px;
        }
        .graphic-sec4 {
            padding-top: 0px !important;
        }

/* graphics */
.border-set {
    border: 5px solid;
    padding: 11px 20px;
}
.web-img img {
    margin-left: 60px;
    margin-top: 60px;
    width: 350px;
}
.content-img img {
    max-height: 370px;
    margin-left: 70px;
    margin-top: 30px;
}
/* .portfolio-page-area .nav-tabs {
    border-bottom: none !important;
} */
.portfolio-page-area a.nav-link.active {
    font-size: 21px;
    color: #38c9d7;
    font-weight: 600;
}
.portfolio-page-area a.nav-link {
    font-size: 21px;
    font-weight: 600;
    color: #38c9d7;
    font-weight: 600;
}
.tab-prot {
    /* padding-bottom: 50px; */
}

/* website */
.container1 {
  padding: 40px 0;
}
.content {
  position: relative;
}
.screen {
	display: block;
	width: 300px;
	height: 350px;
	overflow: hidden;
	position: relative;
	border: 2px solid #b3b3b3;
	border-radius: 1px;
	margin: 0 auto;
}
.screen img {
	bottom: -1210px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
  margin:0;
  padding:0;
	-webkit-transition: top 11s;
	-moz-transition: top 11s;
	-ms-transition: top 11s;
	-o-transition: top 11s;
	transition: bottom 11s;
}
.screen:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.topbar .topbar-menu-left li {
    color: #fff;
}
ul.topbar-menu-left {
     margin: 0 auto !important;
    text-align: center;
}
.download-pdf {
    background: #262626;
    padding: 60px;
    text-align: center;
}
.download-pdf a {
    background: #38c9d7;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 20px;
}
.download-pdf a:hover {
    background: #5a2db2;
    transition: all 0.5s;
    color: #fff;
}
/* website */

.terms-banner img{max-height: 300px;
    overflow: hidden;
    width: 100%;
}
section.terms {
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: 2px solid #38c9d7;
    background: #262626;
    color: #fff;
}
.terms h3 {
    padding-top: 20px;
}