@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    width: 100%;
    height: 100%
}

a {
    color: blue;
}

a,
a>* {
    outline: none;
    cursor: pointer;
    text-decoration: none
}

a:focus,
a:hover {
    color: #c02232;
    outline: none;
    text-decoration: none
}

.navbar a,
.form-control {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a,
.btn {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #202020
}

h1 {
    font-size: 35px;
    line-height: 42px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 20px;
    line-height: 25px
}

h4 {
    font-size: 18px;
    line-height: 20px
}

h5 {}

h6 {}

p img {
    margin: 0
}

blockquote {
    padding: 20px 20px 20px 60px;
    font-size: 16px;
    color: #969595;
    border-left: 0;
    border: 1px solid #eee;
    position: relative;
    margin: 0
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #eee;
    left: 15px;
    top: 25px
}

.btn {
    padding: 11px 45px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 17px 35px
}

.btn-primary {
    background-color: #34495e;
    border-color: #34495e
}

.btn-primary:hover {
    background-color: #f76309;
    border-color: #f76309
}

.learnmore-btn {
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
    background-color: #ffffff;
    border-color: #fff;
    border-radius: 30px;
    padding: 20px 57px
}

.learnmore-btn:focus,
.learnmore-btn:hover {
    background: #f76309;
    border-color: transparent;
    color: #ffffff
}

.btn:focus,
button:focus {
    outline: none !important
}

.tt-alert {
    background-color: transparent
}

.alert-dismissible .close {
    top: 5px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.unorder-list {
    list-style: inherit
}

.check-circle-list li {
    line-height: 33px
}

.check-circle-list li i {
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.check-circle-list li:hover i {
    color: #f76309
}

.form-group {
    margin-bottom: 30px
}

.form-control {
    height: 60px;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #202020;
    border: 1px solid #eee;
    border-radius: 0
}

.form-control:focus {
    border-color: #f76309
}

.section-padding {
    padding: 60px 0
}

.section-title {
    font-size: 35px;
    line-height: 30px;
    color: #f76309;
    margin-bottom: 25px;
    text-transform: capitalize
}

.sub-title {
    margin: 0;
    line-height: 25px
}

.row-content {
    margin-top: 80px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-80 {
    margin-bottom: 80px
}

.no-padding {
    padding: 0 !important
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ptb-50 {
    padding: 50px 0
}

.ptb-90 {
    padding: 90px 0
}

.overlay-bg {
    background-color: rgba(0, 0, 0, .5)
}

.gray-bg {
    background-color: #fafafa
}

.gutter {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.vertical-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px
}

.navbar-custom {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0 0 1px 0 #bbb
}

.navbar-custom .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    min-width: 180px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-custom .nav li>a {
    position: relative;
    color: #ffffff;
}

.navbar-collapse {
    max-height: 340px
}

@media(min-width:768px) {
    .navbar-custom .nav li>a {
        position: relative;
        color: #ffffff;
        border: 2px solid #ffffff
    }

    .transparent.white.navbar-custom .nav li>a {
        color: #fff
    }

    .transparent.white.navbar-custom .nav li.dropdown li a,
    .transparent.white.navbar-custom.sticky .nav li>a {
        color: #000
    }

    .transparent .navbar-brand.alter-logo {
        display: none
    }

    .transparent.sticky .navbar-brand {
        display: none
    }

    .transparent.sticky .navbar-brand.alter-logo {
        display: block
    }
}

@media(max-width:767px) {
    .transparent .navbar-brand {
        display: none
    }

    .transparent .navbar-brand.alter-logo {
        display: block
    }
}

@media(min-width:992px) {
    .transparent.navbar-custom .nav>li:last-child {
        margin-right: 30px
    }
}

.navbar-custom .dropdown-menu>li>a {
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    padding: 11px 20px;
    font-size: 13px;
    color: #000
}

.navbar-custom .dropdown-menu>li:last-child>a {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

.navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(0, 0, 0, .05);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .05);
    right: 100%;
    left: auto
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav>li.active>a,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav .open>a:hover,
.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover,
.navbar-custom .dropdown-menu>.active>a,
.navbar-custom .dropdown-menu>.active>a:focus,
.navbar-custom .dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #ffffff
}

.navbar-custom .dropdown-menu>li>a:hover {
    padding-left: 25px
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 3px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #000000
}

@media(min-width:768px) {
    .tt-default-nav {
        width: 100%;
        height: 100px;
        z-index: 1000;
        -webkit-transition: height .4s ease;
        -moz-transition: height .4s ease;
        transition: height .4s ease;
    }

    .tt-default-nav.sticky {
        height: 70px;
        z-index: 1000;
        position: fixed;
        top: 0
    }

    .tt-default-nav .navbar-brand {
        height: 100px;
        padding: 16px 15px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .tt-default-nav.sticky .navbar-brand {
        height: 70px;
        padding: 5px 15px
    }

    .tt-default-nav.navbar-custom .nav>li>a {
        line-height: 35px;
        color: #ffffff;
        text-transform: uppercase;
        background: #0066b3;
        padding: 0 12px 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px
    }

    .tt-default-nav.navbar-custom .nav>li>a:hover {
        background: #f76309
    }

    .tt-default-nav.navbar-custom .nav>li>a.applybtn {
        background: #f76309;
    }

    .tt-default-nav.navbar-custom .nav>li>a.applybtn:hover {
        background: #f0b000;
    }

    .tt-default-nav.sticky.navbar-custom .nav>li>a {
        line-height: 30px
    }

    .navbar-fixed-top.transparent {
        background: 0 0;
        box-shadow: none;
        -webkit-transition: background .4s ease;
        -moz-transition: background .4s ease;
        transition: background .4s ease
    }

    .navbar-fixed-top.transparent.sticky {
        background: #fff;
        box-shadow: 0 0 1px 0 #bbb
    }

    .navbar-fixed-top .navbar-brand {
        padding: 28px 15px
    }

    .tt-default-nav.sticky.navbar-custom .nav>li>a {
        line-height: 30px
    }

    .navbar-fixed-top.sticky .navbar-brand {
        padding: 15px
    }

    .navbar-nav {
        margin-top: 30px
    }

    .tt-default-nav.sticky .navbar-nav {
        margin-top: 20px
    }

    .navbar-fixed-top .navbar-nav>li>a {
        padding: 40px 15px 40px 0;
        margin-right: 15px
    }

    .navbar-fixed-top.sticky .navbar-nav>li>a {
        padding: 20px 15px 20px 0
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s ease 0s;
        -moz-transition: opacity .3s ease 0s;
        -o-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s
    }

    .navbar-custom .open>.dropdown-menu {
        visibility: visible;
        opacity: 1
    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 10px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 12px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media(min-width:992px) {
    .tt-default-nav.navbar-custom .nav>li {
        margin-right: 15px
    }
}

@media(max-width:767px) {
    .tt-default-nav .navbar-brand img {
        width: 170px
    }

    .navbar-custom {
        background-color: #ffffff
    }

    .navbar-custom .navbar-nav {
        margin-top: 1px;
        margin-bottom: 0
    }

    .tt-default-nav.sticky {
        width: 100%;
        z-index: 1000;
        position: fixed;
        top: 0
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 25px
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
        padding: 10px 35px
    }

    .navbar-custom li a {
        background: #0066b3;
        border-top: 1px solid rgba(0, 0, 0, .05) !important;
        color: #ffffff;
        font-weight: 700;
    }

    .navbar-custom li a:hover {
        background: #0066b3;
        border-top: 1px solid rgba(0, 0, 0, .05) !important;
        color: #000000 !important;
        font-weight: 700;
    }

    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        font-size: 14px;
        right: 20px;
        content: "\f107"
    }

    .navbar-custom .nav>.open>.dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        content: "\f106"
    }
}

.trendy-slider {
    overflow: hidden;
    position: relative;
}

.trendy-slider img {
    width: 100%;
    background-size: cover;
    height: auto
}

.carousel-fade .carousel-inner .item {
    max-height: 640px;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 20
}

.trendy-slider .carousel-caption {
    position: absolute;
    top: 10%;
    width: 50%;
    left: 5%;
    right: 0;
    text-align: left;
    z-index: 15;
    color: #fff;
    bottom: inherit
}

.trendy-slider .carousel-caption h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.trendy-slider .carousel-caption h2 {
    color: #ffcc00;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.carousel-caption h1::after {
    position: absolute;
    width: 150px;
    height: 4px;
    background: #ffcc00;
    left: 0;
    bottom: 0px;
    content: '';
}

.trendy-slider .carousel-caption h1 span {
    font-weight: 400;
    text-transform: none;
}

.trendy-slider .carousel-caption p {
    color: #ffffff;
    font-size: 18px;
}

.trendy-slider .carousel-caption p strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.creative-section {
    padding: 0 0 0 0px;
    margin-top: -50px;
}

.service-tab {
    position: relative
}

.service-tab .main-tabs {
    border-bottom: 0
}

.service-tab li {
    position: relative;
    text-align: center;
    border-right: 4px solid transparent;
    padding: 0
}

.service-tab li>a {
    padding: 15px 10px 10px;
    background-color: #0066b3;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
}

.service-tab .main-tabs>li.active>a,
.service-tab .main-tabs>li.active>a:focus,
.service-tab .main-tabs>li.active>a:hover {
    border: 0;
    background-color: #ffcc00;
    color: #106cb6;
}

.service-tab li>a:hover {
    border: 0;
    background-color: #ffcc00;
}

.service-tab li:last-child {
    border: 0
}

.service-tab li span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.service-tab li span.pad10 {
    padding-top: 10px;
}

.service-tab .main-tabs>li>a:focus {
    text-decoration: none;
    background-color: #000000
}

.creative-section h2 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative
}

.creative-section h2::after {
    content: "";
    background-color: #f76309;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -16px
}

.creative-section .btn {
    margin-top: 42px
}

.mac-screenshot {
    padding-top: 60px
}

.mac-screenshot img {
    width: inherit
}

.recent-project-section {
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.project-container {
    margin-top: 50px;
    position: relative
}

.recent-project {
    position: relative;
    overflow: hidden
}

.recent-project img {
    width: 100%
}

.project-info {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.recent-project:hover .project-info {
    top: 30%;
    opacity: 1;
    visibility: visible
}

.project-info h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px
}

ul.project-meta {
    margin-top: 15px
}

ul.project-meta li {
    display: inline-block;
    padding: 0 10px;
    line-height: 15px;
    border-right: 1px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

ul.project-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

ul.project-meta li a {
    display: block;
    color: #fff
}

ul.project-meta li a:hover {
    color: #f76309
}

.project-link {
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    padding: 16px 30px;
    line-height: 18px;
    text-transform: capitalize;
    background: #f76309;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.recent-project:hover .project-link {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.project-link:hover {
    background: #c02232
}

.project-link a {
    color: #fff
}

.project-link a i {
    line-height: 20px
}

.recent-project .tt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, .9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.recent-project:hover .tt-overlay {
    opacity: 1;
    visibility: visible
}

.project-navigation .btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 20px;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    z-index: 997
}

.project-navigation .btn-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 20px;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    z-index: 997
}

.project-navigation a:hover {
    width: 30px
}

.project-container:hover .project-navigation .btn-prev,
.project-container:hover .project-navigation .btn-next {
    opacity: 1
}

.project-container.version-two {}

.version-two ul.project-meta li a:hover {
    color: #000
}

.version-two.border-style ul.project-meta li a:hover {
    color: #f76309
}

.version-two .recent-project {
    width: 20%;
    float: left
}

@media(max-width:767px) {
    .version-two .recent-project {
        width: 50%;
        margin-bottom: 0
    }
}

@media(max-width:480px) {
    .version-two .recent-project {
        width: 100%;
        margin-bottom: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .version-two .recent-project {
        width: 33.33%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .version-two .recent-project {
        width: 25%
    }
}

.version-two .recent-project .btn {
    padding: 9px 28px;
    background-color: #fff;
    border-color: transparent;
    color: #f76309;
    border-radius: 30px
}

.version-two .recent-project .btn:hover {
    background-color: rgba(255, 255, 255, .9)
}

.version-two .project-link {
    text-align: center;
    background-color: transparent
}

.version-two .recent-project:hover .project-link {
    bottom: 15px
}

.version-two .recent-project .tt-overlay {
    background-color: rgba(255, 42, 64, .7)
}

.version-two.border-style .project-info,
.version-two.border-style .project-link {
    z-index: 300
}

.version-two.border-style .recent-project::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0;
    z-index: 200;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s
}

.version-two.border-style .recent-project:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.version-two.border-style .recent-project .tt-overlay {
    background-color: rgba(0, 0, 0, .8);
    z-index: 100
}

.version-four .recent-project .project-link {
    padding: 0;
    background-color: transparent;
    text-align: center
}

.version-four .recent-project .project-link img {
    width: inherit !important
}

.version-four .recent-project:hover .project-link {
    bottom: 20px
}

@media(min-width:768px) and (max-width:991px) {
    .version-four .recent-project:hover .project-info {
        top: 15%
    }
}

@media(max-width:767px) {
    .version-four .recent-project {
        margin-bottom: 30px
    }
}

.version-five .recent-project .project-link {
    padding: 0;
    background-color: transparent;
    top: 0;
    bottom: auto
}

.version-five .recent-project:hover .project-link {
    top: 30%;
    bottom: auto
}

.version-five .recent-project .project-link a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%
}

.version-five .recent-project .project-link a:hover {
    background-color: #fff;
    border-color: transparent;
    color: #f76309
}

.version-five .recent-project .project-info {
    top: auto;
    bottom: 0
}

.version-five .recent-project:hover .project-info {
    top: auto;
    bottom: 25%
}

.version-five .recent-project .project-info a {
    color: #fff
}

.version-five .recent-project .tt-overlay {
    background-color: rgba(255, 42, 64, .8)
}

@media(min-width:768px) and (max-width:991px) {
    .version-five .recent-project:hover .project-link {
        top: 15%
    }

    .version-five .recent-project:hover .project-info {
        top: auto;
        bottom: 15%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .version-five .recent-project:hover .project-link {
        top: 25%
    }
}

.version-eight .recent-project .project-link {
    bottom: 30%;
    padding: 0;
    text-align: center;
    background-color: transparent
}

.version-eight .recent-project:hover .project-link {
    bottom: 50%;
    margin-bottom: -32px
}

.version-eight .project-link ul li {
    display: inline-block
}

.version-eight .project-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #f76309;
    margin: 0 5px;
    border: 2px solid #f76309;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.version-eight .project-link ul li a:hover {
    background-color: #f76309;
    border-color: transparent;
    color: #fff
}

.info {
    margin-top: 10px;
    color: #616161
}

.info span {
    font-weight: 600
}

.info a.like {
    color: #616161
}

.info a.like i,
.info a.like:hover {
    color: #f76309
}

.version-eight.alter-bg .info span {
    display: block;
    font-size: 16px;
    line-height: 20px
}

.version-eight .recent-project .tt-overlay {
    background-color: rgba(255, 255, 255, .8)
}

.version-eight.alter-bg .recent-project .tt-overlay {
    background-color: rgba(44, 62, 80, .8)
}

.version-eight.alter-bg .recent-project .project-link {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, .9)
}

.service-box p {
    line-height: 22px
}

.service-section-v2 {
    padding-top: 100px
}

.service-box-v2 {
    margin-bottom: 50px
}

.service-box-v2 h3 {
    font-size: 18px;
    color: #3f3f3f
}

.service-box-v2 h3 i:before {
    font-size: 25px;
    margin-right: 5px
}

.service-box-v2:hover h3 {
    color: #f76309
}

.service-section-v3 {
    background-color: #f4f4f4;
    border-top: 1px solid #d2d2d2
}

.service-section-v3 .sbox-gutter:nth-child(2),
.service-section-v3 .sbox-gutter:nth-child(4) {
    border-right: 0
}

.service-section-v3 .sbox-gutter:nth-child(3) {
    border-right: 1px solid #dedede
}

.service-section-v3 .sbox-gutter:nth-child(3),
.service-section-v3 .sbox-gutter:nth-child(4) {
    border-bottom: 0
}

.service-section-v3 .service-box {
    padding: 40px 30px
}

.service-section-v3 .service-box h3 {
    font-size: 18px
}

.service-section-v3 .service-box i::before {
    font-size: 30px;
    margin-right: 7px
}

ul#filter {
    margin-bottom: 50px
}

ul#filter li {
    font-size: 16px;
    line-height: 25px;
    padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer
}

@media(max-width:991px) {
    .project-overview {
        padding: 60px 0
    }

    .quick-overview {
        margin-top: 30px
    }

    .single-project-section.alter .project-overview {
        padding-bottom: 90px
    }

    .single-project-section.alter .pb-100 {
        padding-bottom: 60px
    }
}

.trendy-slider {}

.bwWrapper {
    position: relative;
    display: block
}

.footer-section {
    padding: 20px 0;
    background-color: #0066b3;
    color: #fff;
    position: relative
}

.backToTop i {
    font-size: 32px;
    line-height: 35px;
    background: #ffcc00;
    color: #000000;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 20px;
    margin-left: -50px;
    border: 1px solid #000000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 100
}

.backToTop i:hover {
    background: #0066b3
}

.footer-section p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: left
}

.copyright p {
    margin: 0
}

#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status,
.status-mes {
    background-image: url("../images/preloader.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    left: 50%;
    margin: -64px 0 0 -64px;
    position: absolute;
    top: 50%;
    width: 128px;
    background-size: 128px 128px
}

.status-mes {
    background: 0 0;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.promo-section {
    background-color: #f76309;
    color: #fff
}

.promo-section .section-title {
    color: #fff
}

.promo-block {}

.promo-block i {
    display: block;
    margin: 0 auto 18px;
    width: 74px;
    height: 74px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.promo-block:hover i {
    color: #f76309;
    background-color: #fff;
    border: 1px solid transparent
}

.promo-block h3 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400
}

@media(max-width:767px) {
    .promo-block {
        margin-bottom: 30px
    }
}

.gallery-section {}

#gallerySlider {
    margin-top: 55px;
    position: relative
}

#gallerySlider img {
    width: 100%
}

#gallerySlider .flex-control-thumbs li {
    width: auto;
    margin: 0 6px 0 0
}

#gallerySlider .flex-control-thumbs li:last-child {
    margin: 0
}

#gallerySlider .flex-control-thumbs img {
    width: 185px !important;
    opacity: .5
}

#gallerySlider .flex-control-thumbs .flex-active {
    opacity: 1
}

.flex-direction-nav a:before {
    font-size: 20px;
    color: #f76309;
    text-shadow: none
}

@media(max-width:767px) {
    .flex-control-thumbs {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    #gallerySlider .flex-control-thumbs img {
        width: 115px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #gallerySlider .flex-control-thumbs img {
        width: 151px !important
    }
}

.work-showcase-section {
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 100px 0 70px
}

#work-showcase {
    margin-top: 45px
}

#work-showcase img {
    width: 100%
}

#work-showcase .carousel-control {
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    text-shadow: none;
    background-image: none !important;
    border-radius: 100%
}

#work-showcase .carousel-control:focus,
#work-showcase .carousel-control:hover {
    color: #000;
    background-color: #f76309;
    filter: alpha(opacity=100);
    opacity: 1
}

#work-showcase .carousel-control.left {
    left: 5%
}

#work-showcase .carousel-control.right {
    right: 5%
}

#work-showcase .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
    background-color: #c7c7c7;
    border: 1px solid transparent
}

#work-showcase .carousel-indicators .active {
    background-color: #f76309
}

@media screen and (min-width:768px) {
    #work-showcase .carousel-indicators {
        bottom: -50px
    }
}

.work-showcase-section .loadmore-btn {
    margin-top: 80px
}

.work-together-wrapper {}

.work-together-thumb img {
    width: 100%
}

@media(max-width:991px) {
    .work-together-thumb img {
        margin-bottom: 30px
    }
}

.intro-block {
    width: 25%;
    min-height: 300px;
    float: left;
    color: #fff;
    background-color: #ccc;
    position: relative;
    overflow: hidden
}

.intro-block:nth-child(odd) {
    background: #f76309
}

.intro-block:nth-child(even) {
    background: #2a2425
}

.intro-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 50px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.intro-block:hover .intro-content {
    -webkit-transform: translate(0%, -65%);
    -moz-transform: translate(0%, -65%);
    -ms-transform: translate(0%, -65%);
    -o-transform: translate(0%, -65%);
    transform: translate(0%, -65%)
}

.intro-block h2 {
    color: #fff
}

.intro-block p {
    line-height: 24px;
    margin: 0
}

.intro-block a.learn-more {
    position: absolute;
    color: #f76309;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    left: 0;
    bottom: -50px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.intro-block:hover a.learn-more {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.intro-block a.learn-more:hover {
    background: #fff
}

.intro-block a.learn-more i {
    margin-left: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .intro-content {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    .intro-block {
        width: 50%;
        border-bottom: 1px solid #f1f1f1
    }
}

@media(max-width:650px) {
    .intro-block {
        width: 100%;
        border-bottom: 0
    }
}

.client-slider-v4-wrapper h2 {
    margin-bottom: 40px
}

.about-intro .section-title {
    margin-bottom: 35px;
    text-align: center
}

.about-intro p {
    margin-bottom: 25px
}

.about-intro img {
    width: 100%
}

.video-intro {
    position: relative
}

.video-intro::before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.video-intro .external-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 100%
}

.video-intro .external-link i.fa-play {
    margin-left: 5px
}

.history-wrapper {
    background-color: #2c3e50;
    color: #fff;
    padding: 70px 40% 70px 70px
}

@media(max-width:1199px) {
    .history-wrapper {
        padding: 50px
    }
}

@media(min-width:1200px) {
    .history-wrapper {
        padding: 70px 16% 70px 70px
    }
}

@media(min-width:1920px) {
    .history-wrapper {
        padding: 70px 40% 70px 70px
    }
}

.history-wrapper h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px
}

#historyCarousel h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: open sans, sans-serif
}

#historyCarousel p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px
}

#historyCarousel .carousel-control {
    top: 6px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1
}

#historyCarousel .carousel-control.left {
    right: 25px;
    left: auto
}

#historyCarousel .carousel-control.left,
#historyCarousel .carousel-control.right {
    background-image: none
}

#historyCarousel .carousel-control:focus,
#historyCarousel .carousel-control:hover {
    color: #2c3e50;
    background-color: #fff
}

.client section {}

.client {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.client:nth-child(4),
.client:nth-child(8),
.client:nth-child(12) {
    border-right: 0
}

.client:nth-child(9),
.client:nth-child(10),
.client:nth-child(11),
.client:nth-child(12) {
    border-bottom: 0
}

@media only screen and (max-width:767px) {

    .client:nth-child(9),
    .client:nth-child(10) {
        border-bottom: 1px solid #ededed
    }
}

.client {
    padding: 38px
}

@media(max-width:991px) {
    .client {
        padding: 30px 0
    }
}

.awards-section {
    color: #fff
}

.awards-section .section-title {
    color: #fff
}

.awards-img-wrapper img {
    width: 100%;
    margin-bottom: 30px
}

.post-wrapper {
    margin-bottom: 50px;
    border: 1px solid #eee
}

.featured-wrapper img {
    width: 100%
}



.hero-block-v1 {
    background-color: #fafafa
}

@media(min-width:992px) {
    .hero-block-v1 {
        -webkit-background-size: cover;
        background-size: cover
    }
}

.hero-block-v1 h2 {
    font-size: 30px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 30px
}

.hero-block-v1 h2 span {
    color: #f76309
}

.hero-block-v1 .btn {
    margin-top: 30px
}

.hero-block-v2 {
    background-color: #fff
}

.hero-block-v2 h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 38px
}

.hero-block-v2 h2 span {
    display: block;
    font-size: 45px;
    color: #f76309
}

.hero-block-v2 p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 35px
}

.hero-block-v2 img {
    width: initial
}

.hero-block-v3 {
    padding: 100px 0;
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

@media(max-width:991px) {
    .hero-block-v3 img {
        margin-bottom: 30px
    }
}

.hero-block-v4 {
    padding-top: 30px
}

.hero-block-v4 .company-overview {
    padding-top: 60px
}

.hero-block-v4 .company-overview h2 {
    margin-bottom: 35px
}

.hero-block-v4 .company-overview p {
    margin-bottom: 20px
}

@media(min-width:992px) {
    .hero-block-v4 .overview-img-wrapper img {
        float: right
    }
}

.hero-block-v5 {
    background-color: #f4f4f4;
    padding-top: 100px
}

.hero-block-v5 .hero-thumb img {
    width: 100%
}

.hero-block-v5 .hero-intro h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px
}

.hero-block-v5 .hero-intro p {
    margin-bottom: 18px
}

.hero-block-v5 .hero-intro a.btn {
    margin-top: 22px
}

@media(min-width:992px) and (max-width:1199px) {
    .hero-block-v5 .hero-intro h2 {
        line-height: 36px;
        margin-bottom: 10px
    }

    .hero-block-v5 .hero-intro p {
        margin-bottom: 10px
    }

    .hero-block-v5 .hero-intro a.btn {
        margin-top: 10px
    }
}

@media(max-width:991px) {
    .hero-block-v5 .hero-intro {
        margin: 20px 0 50px
    }
}

.cta-v1 h2 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px
}

.cta-v1 p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0
}

.cta-v1 .btn {
    background-color: transparent;
    border-color: #fff;
    font-size: 16px
}

.cta-v1 .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f76309
}

.cta-v1 .btn {
    float: right
}

@media(max-width:767px) {
    .cta-v1 .btn {
        float: none;
        margin-top: 15px
    }
}

.cta-v2-wrapper {
    padding-bottom: 110px
}

.cta-v2 {
    border: 1px solid #ddd;
    padding: 35px 38px
}

.cta-v2 h2 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #34495e;
    margin-bottom: 10px
}

.cta-v2 p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0
}

.cta-v2 .btn {
    margin-top: 9px;
    float: right
}

@media(max-width:767px) {
    .cta-v2 .btn {
        margin-top: 25px;
        float: none
    }
}

.cta-v3 {
    padding: 74px 0;
    background-color: #f76309;
    color: #fff
}

.cta-v3.dark {
    background-color: #f11128
}

.cta-v3 h2 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px
}

.cta-v3 p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0
}

.cta-v3 .btn {
    background-color: transparent;
    border-color: #fff;
    font-size: 16px;
    float: right
}

.cta-v3 .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f76309
}

@media(max-width:767px) {
    .cta-v3 .btn {
        margin-top: 20px;
        float: left
    }
}

.cta-v4 {
    padding: 55px 0;
    background-color: #34495e;
    color: #fff
}

.cta-v4 h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.cta-v4 .btn {
    font-size: 14px;
    font-weight: 700;
    color: #34495e;
    border-color: #fff;
    background-color: #fff
}

.cta-v4 .btn:hover {
    color: #fff;
    border-color: #f76309;
    background-color: #f76309
}

@media(max-width:767px) {
    .cta-v4 .btn {
        margin-top: 20px;
        float: left
    }
}

.client-slider-v1-wrapper {
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

#client-slider-v1 {
    padding: 0 10px 30px
}

#client-slider-v1 .carousel-control {
    background: 0 0;
    top: auto;
    bottom: 40px;
    z-index: 100;
    text-shadow: none
}

#client-slider-v1 .carousel-control i {
    color: rgba(0, 0, 0, .7);
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .7);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center
}

#client-slider-v1 .carousel-control:hover i,
#client-slider-v1 .carousel-control:focus i {
    color: #f76309;
    border-color: #f76309
}

#client-slider-v1 .carousel-control.left {
    left: 30%
}

#client-slider-v1 .carousel-control.right {
    right: 30%
}

#client-slider-v1 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

#client-slider-v1 .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    opacity: .4;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

#client-slider-v1 .carousel-indicators .active {
    background: #333;
    width: 85px;
    height: 85px;
    opacity: 1;
    overflow: hidden
}

#client-slider-v1 .carousel-inner {
    min-height: 300px
}

#client-slider-v1 .item blockquote {
    border-left: none;
    margin: 0;
    padding: 0;
    border: 0
}

#client-slider-v1 .item blockquote::before {
    display: none
}

#client-slider-v1 .testimonial-content {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 30px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px
}

#client-slider-v1 .testimonial-content .author {
    font-weight: 700
}

#client-slider-v1 .testimonial-content .author a:hover {
    color: #fff
}

@media(max-width:991px) and (min-width:768px) {
    #client-slider-v1 .carousel-control {
        bottom: 0
    }

    #client-slider-v1 .carousel-indicators {
        bottom: -45px
    }
}

@media(max-width:766px) {
    #client-slider-v1 .carousel-control {
        bottom: 0
    }

    #client-slider-v1 .carousel-control.left {
        left: 0
    }

    #client-slider-v1 .carousel-control.right {
        right: 0
    }

    #client-slider-v1 .carousel-indicators {
        bottom: -45px;
        left: 40%;
        width: 90%;
        margin-left: -35%
    }
}

#client-slider-v2 .testimonial-content {
    color: #000;
    background-color: rgba(255, 255, 255, .9);
    padding: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    border-radius: 6px;
    text-align: center;
    position: relative
}

#client-slider-v2 .testimonial-content::before {
    content: "";
    border-top: 15px solid rgba(255, 255, 255, .9);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -10px
}

#client-slider-v2 .testimonial-content .author {
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0
}

#client-slider-v2 .testimonial-content .author span {
    color: #f76309
}

#client-slider-v2 .carousel-control {
    background: 0 0;
    top: auto;
    bottom: 12px;
    z-index: 100;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 17px;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 100%
}

#client-slider-v2 .carousel-control:focus,
#client-slider-v2 .carousel-control:hover {
    color: #f76309;
    border: 1px solid #f76309
}

#client-slider-v2 .carousel-control.left {
    left: 38%
}

#client-slider-v2 .carousel-control.right {
    right: 38%
}

@media(max-width:991px) {
    #client-slider-v2 .carousel-control.left {
        left: 30%
    }

    #client-slider-v2 .carousel-control.right {
        right: 30%
    }
}

.client-slider-v3 {
    margin-top: 45px;
    position: relative
}

.client-slider-v3 blockquote {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #585858;
    border-left: 0;
    border: 0
}

.client-slider-v3 blockquote::before {
    display: none
}

.client-slider-v3 blockquote p {
    font-style: italic;
    margin-bottom: 20px
}

.client-slider-v3 blockquote .small:before,
.client-slider-v3 blockquote footer:before,
.client-slider-v3 blockquote small:before {
    content: ''
}

.client-slider-v3 blockquote footer {
    display: table
}

.client-slider-v3 blockquote footer .client-info {
    display: table-cell;
    vertical-align: middle
}

.client-slider-v3 blockquote footer img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    float: left;
    margin-right: 20px
}

.client-slider-v3 blockquote footer .client-name {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #323232
}

.client-slider-v3 .flex-viewport {
    width: 50%;
    float: left
}

.client-slider-v3 .flex-control-nav {
    width: 50%;
    float: right;
    text-align: right
}

.client-slider-v3 .flex-control-thumbs li {
    width: auto;
    float: none;
    margin-left: 8px
}

@media(max-width:1199px) {
    .client-slider-v3 .flex-control-thumbs img {
        width: 110px
    }
}

@media(max-width:767px) {

    .client-slider-v3 .flex-viewport,
    .client-slider-v3 .flex-control-nav {
        width: 100%;
        float: none
    }

    .client-slider-v3 .flex-viewport {
        margin-bottom: 30px
    }

    .client-slider-v3 .flex-control-nav {
        text-align: left
    }
}

.client-slider-v4 {
    position: relative
}

.client-slider-v4 blockquote {
    padding: 0;
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 30px;
    border-left: 0;
    color: #666;
   font-family: "Lato", sans-serif;
    font-weight: 300;
    border: 0
}

.client-slider-v4 blockquote::before {
    display: none
}

.client-slider-v4 blockquote p {
    margin-bottom: 14px
}

.client-slider-v4 blockquote .small:before,
.client-slider-v4 blockquote footer:before,
.client-slider-v4 blockquote small:before {
    content: ''
}

.client-slider-v4 .client-info {
    font-family: open sans, sans-serif
}

.client-slider-v4 .client-info .client-name {
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #2e2e2e
}

.client-slider-v4 .client-info .client-name span {
    color: #ff2a2a
}

.client-slider-v4 .client-info .client-title {
    font-size: 12px;
    color: #666
}

.client-slider-v4 .flex-control-thumbs li {
    width: auto;
    margin: 7px
}

.client-slider-v4 .flex-control-thumbs img {
    width: 176px;
    border: 1px solid #eee
}

@media(max-width:1199px) {
    .client-slider-v4 .flex-control-thumbs img {
        width: 105px
    }
}

.flex-control-thumbs img {
    opacity: .5
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
    opacity: 1
}

.basecamp-intro {}

.basecamp-intro h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700
}

.tt-content-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 268px;
    border: 1px solid #dedede;
    margin-bottom: 30px
}

.content-wrapper {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.content-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f76309;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
}

.content-wrapper header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #f76309;
    -webkit-transition: -webkit-transform .35s, color .35s;
    -ms-transition: -webkit-transform .35s, color .35s;
    transition: transform .35s, color .35s;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.tt-content-box:hover .content-wrapper header {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
    -ms-transform: translate3d(0, -50%, 0) translate2d(0, -60px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0)
}

.content-wrapper header i {
    font-size: 40px;
    color: #f76309
}

.content-wrapper header h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #f76309
}

.tt-content-box:hover .content-wrapper header i,
.tt-content-box:hover .content-wrapper header h2 {
    color: #fff
}

.ie9 .tt-content-box .content-wrapper header {
    top: 30%
}

.tt-content-box .content-wrapper .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.tt-content-box .content-wrapper::before,
.tt-content-box .content-wrapper .content {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -ms-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.tt-content-box:hover .content-wrapper::before,
.tt-content-box:hover .content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tt-content-box .content-wrapper .content p {
    margin-bottom: 20px
}

.basecamp-solution {
    padding: 100px 0 0;
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2
}

.solution-intro-wrapper {
    display: table
}

.basecamp-solution-thumb {
    display: table-cell;
    vertical-align: bottom
}

@media(max-width:991px) {
    .basecamp-solution-intro {
        margin-bottom: 50px
    }
}

@media(min-width:1200px) {
    .basecamp-solution-intro {
        padding-left: 12%
    }
}

@media(min-width:1920px) {
    .basecamp-solution-intro {
        padding-left: 35%
    }
}

.basecamp-solution-thumb {
    padding-right: 0
}

.basecamp-solution-thumb img {
    width: 100%
}

.basecamp-testimonial {
    padding: 100px 0;
    background-color: #f76309
}

.basecamp-testimonial blockquote {
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: 0;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    border: 0
}

.basecamp-testimonial blockquote::before {
    display: none
}

.basecamp-testimonial blockquote footer {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
   font-family: "Lato", sans-serif;
    color: #fff;
    margin-top: 35px
}

.basecamp-testimonial blockquote footer cite {
    display: block;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    font-style: normal
}

.basecamp-testimonial blockquote footer:before {
    content: ""
}

.image-holder img {
    margin: 0 auto
}

.case-study-page.gradient-bottom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 70px;
    z-index: 100
}

.hero-section {
    width: 100%;
    height: 100%;
    position: relative
}

.hero-section::before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.shortcode-alert-wrapper h2 {
    margin-bottom: 25px
}

.contact-info address {
    margin-bottom: 30px;
    line-height: 24px
}

.contact-info h3 {
    text-transform: capitalize
}

@media(max-width:991px) {
    .contact-info {
        margin-top: 50px
    }
}

.error-wrapper {
    padding: 200px 0
}

.error-wrapper i {
    font-size: 145px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #a7a7a7
}

.error-info {
    padding-left: 60px;
    border-left: 1px solid #eee
}

.error-info h1 {
    color: #f76309;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700
}

.error-sub {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.error-info .btn {
    padding: 10px 30px
}

@media(max-width:767px) {
    .error-info {
        padding-left: 0;
        border-left: 0;
        text-align: center
    }
}

.error-wrapper-alt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.error-info-alt {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.error-info-alt h1 {
    color: #f76309;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px
}

.error-info-alt .error-sub {
    margin-bottom: 10px
}

.error-info-alt .error-sub,
.error-info-alt p {
    color: #fff
}

.error-info-alt .btn {
    background: #fff;
    color: #f76309;
    border-color: #fff
}

.error-info-alt .btn:hover {
    background: #f76309;
    color: #fff;
    border-color: #f76309
}

.typography-btn-wrapp {}

.typography-btn-wrapp .btn {
    margin-bottom: 4px
}

.tt-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tt-banner {
    width: 100%;
    position: relative
}

.tt-slider-title {
    font-family: "Lato", sans-serif;
    font-size: 76px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase
}

.tt-slider-title span {
    font-weight: 300
}

.tt-slider-title.dark {
    color: #202020
}

.tt-slider-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.tt-slider-subtitle.dark {
    color: #202020
}

.tt-btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 30px;
    display: block
}

.btn-solid.light {
    color: #f76309;
    background-color: #fff
}

.btn-solid.light:hover {
    color: #f76309
}

.btn-bordered.light {
    color: #fff;
    border: 1px solid #fff
}

.btn-bordered.light:hover {
    color: #f76309;
    background-color: #fff;
    border: 1px solid transparent
}

.btn-solid.dark {
    color: #fff;
    background-color: #202020
}

.btn-solid.dark:hover {
    color: #fff
}

.btn-bordered.dark {
    color: #202020;
    border: 1px solid #202020
}

.btn-bordered.dark:hover {
    color: #fff;
    background-color: #202020;
    border: 1px solid transparent
}

.tt-container-gallery {
    width: 100%;
    position: relative;
    padding: 0
}

.tt-banner-gallery {
    width: 100%;
    position: relative
}

.tt-banner-gallery .tt-slider-title {
    color: #f76309;
    font-size: 75px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3px
}

.tt-banner-gallery .tt-slider-title span {
    color: #fff;
    margin-left: 20px;
    font-weight: 700
}

.tt-banner-gallery .tt-slider-subtitle {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.tt-banner-gallery .tt-slider-small-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300
}


/*  start hero  */

.hero_warp {
    min-height: 500px;
    width: 100%;
    /*background: #000 url(../images/hero_bg.jpg) no-repeat fixed top left;*/

}

.soe_banner {
    background-color: #0f3d4f;
    background-image: url(../images/soe-banner.jpg) !important;
    background-attachment: scroll;
    position: relative;


}

.home_banner {
    background: #c7cbba url(../images/Desktop-Banner.jpg) left/cover no-repeat;
    position: relative;
    width: 100%;
    min-height: 560px;

}

.hero_warp .banner_content {
    display: block;
    padding: 120px 0 0 0;
    z-index: 100
}

.queryform {
    display: block
}

.mobileform {
    display: none
}

.hero_warp .banner_content h3 {
    color: #ffffff;
    font-size: 42px;
    line-height: 48px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.hero_warp .banner_content h2 {
    color: #ffcc00;
    text-transform: uppercase;
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.hero_warp .banner_content h2::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    left: 0;
    bottom: 0px;
    content: '';
}

.hero_warp .banner_content p strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.hero_warp .banner_content p.small {
    color: #ffffff;
    font-size: 16px;
}

.hero_warp .banner_content h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.hero_warp .banner_content h1::after {
    position: absolute;
    width: 150px;
    height: 4px;
    background: #ffcc00;
    left: 0;
    bottom: 0px;
    content: '';
}

.hero_warp .banner_content h1.white {
    color: #ffffff;
    font-size: 42px;
    line-height: 48px;
    text-transform: none;
}

.hero_warp .banner_content h1.white::after {
    display: none
}

.hero_warp .banner_content h1 span {
    font-weight: 400;
}

/* end hero */

.queryform {
    position: absolute;
    right: 5%;
    top: -7%;
    margin: 40px 0 0 0;
    max-width: 350px;
}

.adm-open-strip {
    background-color: #fdc802;
    padding: 30px 0;
}

.adm-open-strip h1 {
    text-align: center;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #353334;
}

@media(max-width:767px) {
    .adm-open-strip h1 {
        font-size: 2rem;
    }
}

@media(max-width:400px) {
    .adm-open-strip h1 {
        font-size: 1.3rem;
    }
}

.thankyou {
    text-align: center;
    background-color: #006baf;
    margin: 0;
    padding: 50px 30px;
    border: 5px solid #ffffff;
}

.thankyou h3 {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.thankyou p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
}

.advantages-section {
    background: #ffffff;
    padding: 30px 0;
    text-align: left
}

.advantages-section h1 {
    font-size: 32px;
    font-size: 3.5rem;
    margin: 0.46em 0 15px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.advantages-section h1 span {
    font-family: "Lato", sans-serif;
}

.advantages-section h1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 200px;
}

.advantages-wrapper {
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 0px;
    min-height: 430px;
    -webkit-box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
}

.advantages-wrapper:hover img {
    transform: scale(1.25);
}

.advantages-wrapper .advantages-img-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.advantages-wrapper .advantages-img-wrapper img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.advantages-wrapper .advantages-content-wrapper {
    padding: 10px 15px;
    width: 100%
}

.advantages-wrapper h2 {
    color: #0066b3;
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 0 15px 0px;
    font-weight: 700;
    font-size: 22px;
    position: relative
}

.advantages-wrapper h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 100px;
}

.advantages-wrapper p {
    color: #000000;
    text-align: left;
    line-height: 22px;
    margin-top: 15px;
    font-size: 16px
}

.program-section {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(0, 102, 179, 1) 75%);
    text-align: left;
    padding: 30px 0 50px 0;
}

.program-section h1 {
    font-size: 3rem;
    margin: 0.46em 0 25px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    padding-bottom: 20px;
}

.program-section h1 span {
    font-family: "Lato", sans-serif;
}

.program-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 190px;
}

.soe-img {
    background: url(../images/soe-home-img.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.sohss-img {
    background: url(../images/sohss-home-img.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.sons-img {
    background: url(../images/sons-home-img.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.some-img {
    background: url(../images/some-home-img.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.courses-wrapper {
    background: #ffffff url(../images/course-bg.png) right bottom no-repeat;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    min-height: 270px;
    -webkit-box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -12px rgba(0, 0, 0, 0.75);
}

.courses-wrapper:hover .soe-img {
    transform: scale(1.10);
}

.courses-wrapper .course-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    background: cover;
    width: 180px;
    overflow: hidden;
}

.courses-wrapper .course-img-wrapper img {
    width: 100%;
}

.courses-wrapper .course-content-wrapper {
    padding-left: 200px;
}

.courses-wrapper h4 {
    color: #0267b3;
    text-align: left;
    margin-bottom: 10px;
    padding: 15px 0 10px 0px;
    font-weight: 700;
    position: relative
}

.courses-wrapper h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #ffdd55;
    width: 50px;
}

.courses-wrapper ul li {
    color: #333333;
    text-align: left;
    margin-left: 10px;
    line-height: 20px;
    font-size: 13px;
    list-style: disc
}

.courses-wrapper ul li a:hover {
    color: #0267b3;
}

.faculty-section {
    padding-top: 150px;
    text-align: left;
    margin-top: -200px;
    background: #ffffff;
    padding-bottom: 20px
}

.faculty-section h1 {
    font-size: 3rem;
    margin: 0.46em 0 25px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    padding-bottom: 20px;
}

.faculty-section h1 span {
    font-family: "Lato", sans-serif;
}

.faculty-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 180px;
}

.faculty-section h2 {
    font-size: 38px;
    font-size: 4.25rem;
    margin: 0.46em 0 25px;
    color: #0267b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    display: inline-block;
    padding-bottom: 15px;
}

.faculty-section h2 span {
    font-family: "Lato", sans-serif;
}

.faculty-section h2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 140px;
}

.faculty-section .faculty-wrapper {
    margin: 10px 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    position: relative;
    min-height: 200px;
}

.faculty-section .faculty-wrapper .faculty-pic {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 150px;
    text-align: left;
}

.faculty-section .faculty-wrapper .faculty-pic img {
    width: 150px;
    height: 200px;
}

.faculty-description {
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 170px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative
}

.faculty-wrapper h4 {
    color: #444444;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 10px;
}

.faculty-wrapper p {
    color: #333333;
    text-transform: none;
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
}

#faculty-slider.owl-theme .owl-nav .owl-prev {
    background: url("../images/leftarrow.png") no-repeat !important;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -70px !important;
    right: 40px !important;
    left: auto;
    text-indent: -10000px
}

#faculty-slider.owl-theme .owl-nav .owl-next {
    background: url("../images/rightarrow.png") no-repeat !important;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -70px;
    right: -10px;
    text-indent: -10000px
}


/* Start SOE page */
.soe-oerview {
    background: #006baf;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.soe-oerview h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.soe-oerview h3::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffc800;
    left: 0;
    bottom: 0px;
    content: '';
}

.soe-oerview h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    padding-bottom: 0px;
}

.soe-oerview p {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.soe-oerview .objectfit {
    object-fit: cover;
    width: 100%;
    min-height: 370px;
}

.soe-oerview .objectfit2 {
    object-fit: cover;
    width: 100%;
    min-height: 440px;
}

.soe-oerview .objectfit3 {
    object-fit: cover;
    width: 100%;
    min-height: 270px;
}

.overview-content {
    padding: 30px 40px 20px 40px
}

.departments-section {
    background: #ffffff;
    padding: 30px 0;
    text-align: left
}

.departments-section h1 {
    font-size: 38px;
    font-size: 4.25rem;
    margin: 0.46em 0 15px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.departments-section h1 span {
    font-family: "Lato", sans-serif;
}

.departments-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 250px;
}

.departments-section .department-wrapper {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    min-height: 60px;
    text-align: left;
    -webkit-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
}

.departments-section .department-wrapper h3 {
    margin: 0px;
    color: #0066b3
}

.departments-section .department-wrapper .progname {
    width: 100%;
    text-align: center;
    background: #0066b3;
    float: right;
    display: inline-block;
    color: #ffffff;
    padding: 5px 25px;
    margin: 0px 0 5px 0;
}


.director-usp-section {
    padding-top: 150px;
    text-align: left;
    margin-top: -200px;
    background: #ffffff;
    padding-bottom: 20px
}

.director-usp-section h1,
.director-usp-section h2 {
    font-size: 32px;
    font-size: 3.25rem;
    margin: 0.46em 0 25px;
    color: #0267b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 50px
}

.director-usp-section h1 span,
.director-usp-section h2 span {
    font-family: "Lato", sans-serif;
}

.director-usp-section h1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 120px;
}

.director-usp-section h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 110px;
}

.director-usp-section .director-wrapper {
    margin: 0px 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
    position: relative;
    min-height: 200px;
}

.director-usp-section .director-wrapper .director-pic {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 150px;
    text-align: left;
}

.director-usp-section .director-wrapper .director-pic img {
    width: 150px;
    height: 200px;
}

.director-description {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 170px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative
}

.director-wrapper h4 {
    color: #444444;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.director-wrapper p {
    color: #333333;
    text-transform: none;
    margin-top: 4px;
    font-size: 13px;
    line-height: 18px;
}

/* Start SOE page */
.snu-overview {
    background: #006baf;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.snu-overview h3 {
    color: #ffffff;
    display: block;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    font-family: "Lato", sans-serif;
}

.snu-overview h3::after {
    position: absolute;
    width: 100px;
    height: 4px;
    background: #ffc800;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: 0px;
    content: '';
}

.snu-overview p {
    text-align: justify;
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.objectfit {
    object-fit: cover;
    width: 100%;
    height: 370px;
}

.objectfit2 {
    object-fit: cover;
    width: 100%;
    min-height: 480px;
}

.btn-knowmore {
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #0066b3;
    padding: 5px 10px;
    font-family: "Lato", sans-serif;
}

.btn-knowmore:hover {
    background-color: #0066b3;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.divider {
    border-top: 1px solid #000000;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .snu-overview h3 {
        font-size: 1.6rem;
    }

    .snu-overview p {
        font-size: 1rem;
    }
}

.icon-wrapper {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #559cca;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 20px;
}

.icon-wrapper.last-child {
    border-bottom: none
}

.icon-wrapper .icon {
    margin-right: 10px;
}

.icon-wrapper p {
    text-align: left;
    margin: 0;
}

.icon-wrapper p span {
    font-family: "Lato", sans-serif;
}


.campus-section {
    background: #ffffff;
    padding: 20px 0;
    margin-bottom: 30px;
}

.campus-section h1,
.campus-section h2 {
    font-size: 32px;
    font-size: 3.25rem;
    margin: 0.46em 0 25px;
    color: #0267b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 50px
}

.campus-section h1 span,
.campus-section h2 span {
    font-family: "Lato", sans-serif;
}

.campus-section h1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #ffdd55;
    width: 200px;
}

.campus-section h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #ffdd55;
    width: 200px;
}

.grid2 {
    position: relative;
    margin: 0 auto;
    padding: 0em 0 1em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid2 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 1% 10px 0;
    min-width: 32%;
    min-width: 32%;
    max-height: 360px;
    width: 32%;
    background: #3085a3;
    text-align: left;
    cursor: pointer;
}

.grid2 .overlay2 {
    position: absolute;
    bottom: 0;
    top: auto;
    background: linear-gradient(to top, #333333 10%, transparent 100%);
    height: 100px;
    width: 100%
}

.grid2 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.grid2 figure figcaption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
    pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid2 figure h2 {
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 1.00)
}

.grid2 figure h2 span {
    font-weight: 700;
}

.grid2 figure h2 {
    margin: 0;
    padding: 0
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(2, 50, 90, .8) 0%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(2, 50, 90, 0.8) 55%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 50px);
    height: 147px;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: .3em .5em;
    width: 100%;
    height: 30%;
}

figure.effect-lily figcaption>div>div.icon-content {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
}

figure.effect-lily h2 {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    color: #ffffff;
    text-transform: none;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily h2:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ffc800;
    left: 0;
    top: 5px;
    content: '';
}

figure.effect-lily:hover img {
    opacity: 1;
}

figure.effect-lily:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


figure.effect-lily:hover h2 {
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
}





.innercourses-section {
    background: #ffffff;
    padding: 30px 0 0 0;
    text-align: left
}

.innercourses-section h1 {
    font-size: 32px;
    font-size: 3.25rem;
    margin: 0.46em 0 15px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.innercourses-section h1 span {
    font-family: "Lato", sans-serif;
}

.innercourses-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 250px;
}

.innercourses-section .innercourses-wrapper {
    background: #ffffff;
    padding: 0px;
    margin: 30px 0;
    text-align: left;
    -webkit-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
}

.innercourses-section .innercourses-wrapper .content-padding {
    padding: 20px 20px 20px 20px;
}

.innercourses-section .innercourses-wrapper .content-padding h3 {
    font-size: 28px;
    font-size: 2.25rem;
    margin: 0 0 15px;
    color: #0066b3;
    position: relative;
    text-align: left;
    font-family: "Lato", sans-serif;
    display: inline-block;
    padding-bottom: 15px;
}

.innercourses-section .innercourses-wrapper .content-padding h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 50px;
}

.innercourses-section .innercourses-wrapper .content-padding p {
    color: #58595b;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.innercourses-section .innercourses-wrapper .content-padding p strong {
    font-family: "Lato", sans-serif;
}

.innercourses-section .innercourses-wrapper .content-padding ul {
    list-style: disc;
    padding: 0px
}

.innercourses-section .innercourses-wrapper .content-padding ul li {
    color: #58595b;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
}

.innercourses-section .innercourses-wrapper .content-padding ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/bullet.jpg) left top no-repeat;
    left: 0;
    top: 4px
}

.innercourses-section .innercourses-wrapper .content-padding .btns {
    margin-top: 10px
}

.innercourses-section .innercourses-wrapper .content-padding .btns .knowmore {
    background: #0066b3;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px 10px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.innercourses-section .innercourses-wrapper .content-padding .btns .knowmore:hover {
    background: #ffcc00;
    color: #000000;
    text-decoration: none
}



.admissions-section {
    background: #ffffff;
    padding: 50px 0;
    text-align: left
}

.admissions-section h1 {
    font-size: 38px;
    font-size: 4.25rem;
    margin: 0.46em 0 15px;
    color: #0066b3;
    position: relative;
    text-align: left;
   font-family: "Lato", sans-serif;
    display: inline-block;
    padding-bottom: 10px;
}

.admissions-section h1 span {
    font-family: "Lato", sans-serif;
}

.admissions-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 250px;
}

.admissions-section .admissions-wrapper {
    background: #ffffff;
    padding: 0px;
    margin: 30px 0;
    text-align: left;
    -webkit-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 14px 22px -4px rgba(0, 0, 0, 0.26);
}

.admissions-section .admissions-wrapper .content-padding {
    padding: 30px;
}

.admissions-section .admissions-wrapper .content-padding h3 {
    font-size: 28px;
    font-size: 2.75rem;
    margin: 0 0 15px;
    color: #0066b3;
    text-align: left;
    font-family: "Lato", sans-serif;
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.admissions-section .admissions-wrapper .content-padding h4 {
    font-size: 28px;
    font-size: 2rem;
    margin: 0 0 15px;
    color: #0066b3;
    text-align: left;
    font-family: "Lato", sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.admissions-section .admissions-wrapper .content-padding h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ffdd55;
    width: 50px;
}

.admissions-section .admissions-wrapper .content-padding p {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

.admissions-section .admissions-wrapper .content-padding p strong {
    font-family: "Lato", sans-serif;
}

.admissions-section .admissions-wrapper .content-padding ul {
    list-style: disc;
    padding: 0px
}

.admissions-section .admissions-wrapper .content-padding ul li {
    color: #000000;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    display: block;
    line-height: 18px;
    margin-bottom: 15px;
}

.admissions-section .admissions-wrapper .content-padding ul li strong {
    font-family: "Lato", sans-serif;
}

.admissions-section .admissions-wrapper .content-padding ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/bullet.jpg) left top no-repeat;
    left: 0;
    top: 4px
}



table.infosession {
    margin-bottom: 20px
}

table.infosession tr th {
    background-color: #0066b3 !important;
    padding: 10px 10px !important;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #ffffff !important;
    text-align: left !important;
}

table.infosession tr td {
    background-color: #ffffff !important;
    padding: 10px 10px !important;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #000000 !important;
    text-align: left !important;
}

table.infosession tr {
    color: #000000 !important;
    font-size: 16px;
}

table.infosession tr:hover {
    background-color: #f1f1f1;
    color: #000000 !important
}

table.fee {
    margin-bottom: 20px
}

table.fee tr th {
    background-color: #0066b3 !important;
    padding: 10px 10px !important;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #ffffff !important;
    text-align: left !important;
}

table.fee tr td {
    background-color: #ffffff !important;
    padding: 10px 10px !important;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #000000 !important;
    text-align: left !important;
}

table.fee tr {
    color: #000000 !important;
    font-size: 16px;
}

table.infosession tr:hover {
    background-color: #f1f1f1;
    color: #000000 !important
}


.btn-2 {
    background: #d6d6d6;
    color: #595757;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-2a.first-btn {
    box-shadow: 0 6px #b36804;
}

.btn-2a.first-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.first-btn {
    background: #f9a432;
    color: #fff;
    box-shadow: 0 6px #b36804;
    text-decoration: none
}

.btn-2a.sec-btn {
    box-shadow: 0 6px #403697;
}

.btn-2a.sec-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.sec-btn {
    background: #5548c8;
    color: #fff;
    box-shadow: 0 6px #403697;
    text-decoration: none
}

.btn-2a.third-btn {
    box-shadow: 0 6px #09a365;
}

.btn-2a.third-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.third-btn {
    background: #0cd785;
    color: #fff;
    box-shadow: 0 6px #09a365;
    text-decoration: none
}

.btn-2a.forth-btn {
    box-shadow: 0 6px #ef2f3e;
}

.btn-2a.forth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.forth-btn {
    background: #ef5a76;
    color: #fff;
    box-shadow: 0 6px #ef2f3e;
    text-decoration: none
}

.btn-2a.fifth-btn {
    box-shadow: 0 6px #0066b3;
}

.btn-2a.fifth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.fifth-btn {
    background: #0088ee;
    color: #fff;
    box-shadow: 0 6px #0066b3;
    text-decoration: none
}

.btn-2a.sixth-btn {
    box-shadow: 0 6px #464242;
}

.btn-2a.sixth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.sixth-btn {
    background: #837c7c;
    color: #fff;
    box-shadow: 0 6px #464242;
    text-decoration: none
}

.btn-2a {
    border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px;
}

.btn-2a:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px;
}

ul.blue-dots {
    margin-left: 12px !important;
    margin-bottom: 20px !important;
}

ul.blue-dots li {
    text-align: left !important;
    padding: 2px 0 !important;
    border-bottom: 1px dashed #d1d1d1;
    background: none !important;
    text-indent: -11px;
    margin-bottom: 5px;
}

ul.blue-dots li:last-child {
    border: none;
    padding-bottom: 0;
}

ul.blue-dots li:before {
    position: relative;
    content: "\f111";
    font-family: Fontawesome;
    font-size: 8px;
    margin-right: 5px;
    color: #3457BA;
    top: -1px;
}

.tab-content {
    padding: 20px 0
}

.nominate-block {
    padding: 50px 0 30px;
    clear: both
}

.nominate-block h5 {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
   font-family: "Lato", sans-serif;
}

.nominate-block h5 span {
    color: #3457ba;
    font-weight: 700
}

.nominate-block .prog {
    width: 94%;
    min-height: 600px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px 3%;
}

.nominate-block .prog h4 {
    margin: 0px 0 20px 0;
    color: #000000;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #8d969b;
    padding-bottom: 10px
}

.nominate-block .prog h3 {
    margin: 10px 0 0px 0;
    color: #0066b3;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px
}

.nominate-block .prog ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.nominate-block .prog ul li {
    text-align: left;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
    padding-left: 15px;
    background: url(../images/blue-bullet.jpg) no-repeat left 5px
}

#form2 {
    width: 96%;
    min-height: 600px;
    background: #3457ba;
    border-radius: 10px;
    padding: 20px 2%;
}

#form2 img {
    text-align: center;
}


#form2 form {
    color: #ffffff;
    font-size: 1em;
    padding-top: 20px;
    width: 100%;
    z-index: 10001;
}


#form2 form button {
    background: none;
    border: 2px solid #ffffff;
    width: 200px;
    height: 50px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px;
    text-transform: uppercase
}

#form2 form button:hover {
    background: #ffffff;
    border: 2px solid #000000;
    cursor: pointer;
    color: #000000;
}

#form2 form span.label {
    display: block;
    float: left;
    width: 30%;
    padding-top: 15px;
    font-size: 15px;
    color: #ffffff;
    text-align: left
}

#form2 form p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF
}

#form2 form input.require {
    background: #ffffff;
    display: block;
    border: none;
    padding: 5px 8px;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 32px;
    width: 66%;
    float: left;
    margin: 12px 0px;
    border-radius: 5px;
}

#form2 form select.require {
    padding: 10px 8px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    width: 66%;
    float: left;
    margin: 12px 0px;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;

}

.placements-block {
    padding: 50px 0 10px;
    clear: both
}

.placements-block h2.section-title {
    margin-bottom: 20px;
    color: #0066b3;
    text-transform: uppercase
}

.placements-block div.pic {
    margin-bottom: 20px;
}

.placements-block .placements-overview p {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 24px;
}

.placements-block .placements-overview .btn {
    background: #0066b3;
    border-radius: 0 !important;
    font-size: 18px;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 10px
}

.placements-block .placements-overview .btn:hover {
    background: #f76309;
}

.placements-outcome {
    padding: 10px 0 30px;
    clear: both
}

.placements-outcome h2 {
    margin-bottom: 15px;
    color: #3b3b3b;
    text-transform: uppercase
}

.placements-outcome h2 span {
    color: #0066b3
}

.placements-outcome p {
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 20px;
}

.placements-outcome .mb30 {
    margin-bottom: 30px
}

.placements-outcome h3 {
    margin-bottom: 15px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 24px;
}

.placements-outcome h3 span {
    color: #0066b3
}

.placements-outcome .ataglance {
    margin-bottom: 15px;
    border-bottom: 2px solid #0066b3;
}

.placements-outcome .ataglance h4 {
    margin: 0;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    background: #0066b3;
    font-size: 20px;
}

.glance-table td {
    padding: 5px 0px;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}

#recruiters {
    padding: 50px 0;
    background: #ffffff;
}

#recruiters h2 {
    margin-bottom: 15px;
    color: #3b3b3b;
    text-transform: uppercase
}

#recruiters h2 span {
    color: #0066b3
}

#recruiters-slider.owl-theme .owl-nav .owl-prev {
    background: url("../images/leftarrow.png") no-repeat !important;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20% !important;
    left: -50px !important;
    text-indent: -10000px
}

#recruiters-slider.owl-theme .owl-nav .owl-next {
    background: url("../images/rightarrow.png") no-repeat !important;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20%;
    right: -50px;
    text-indent: -10000px
}

#recruiters .logoicon {
    border: 2px solid #eae9e8;
    padding: 5px;
}

.employer-desk {
    text-align: center;
    margin-bottom: 20px
}

.employer-desk .btn {
    background: #0066b3;
    margin-top: 10px;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px
}

.employer-desk .btn:hover {
    background: #f76309;
}

.panel-group {
    margin-bottom: 0px !important;
}

#accordion .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}

#accordion #nested .panel,
#accordion #nested2 .panel,
#accordion #nested3 .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.panel-group .panel+.panel {
    margin: 0
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;

}

#accordion .panel-title {
    display: table;
    width: 100%
}

#accordion .panel-title a {
    padding: 0px 15px;
    width: 100%;
    height: 75px;
    background: #2e3092;
    font-size: 16px;
    color: #ffffff;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*border: 1px solid #ececec;*/
    position: relative;
    transition: all 0.5s ease 0s;

}

#accordion .panel-title.blue a {
    background: #333366;
    height: 55px;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff;
}

#accordion .panel-title.blue a:before,
#accordion .panel-title.blue a.collapsed:before {
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title.blue a.collapsed:before {
    color: #ffffff;
    transform: rotate(0);
}


#accordion .panel-title.yellow a {
    padding: 0px 15px;
    width: 100%;
    height: 75px;
    background: #ffc800;
    font-size: 16px;
    color: #ffffff;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*border: 1px solid #ececec;*/
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
}

#accordion .panel-title.green a {
    padding: 0px 15px;
    width: 100%;
    height: 75px;
    background: #00ab69;
    font-size: 16px;
    color: #ffffff;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*border: 1px solid #ececec;*/
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
}

#accordion .panel-title.red a {
    padding: 0px 15px;
    width: 100%;
    height: 75px;
    background: #ed1d24;
    font-size: 16px;
    color: #ffffff;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*border: 1px solid #ececec;*/
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
}

#accordion .panel-title a.collapsed {
    box-shadow: none;
    color: #ffffff;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    color: #ffffff;
    transform: rotate(0);
}

#accordion .panel-body {
    padding: 0px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 24px;
    text-align: left;
    border: 1px solid #0066b3
}

#accordion .panel-body ul {
    margin: 0px;
    padding: 0px;
}

#accordion .panel-body ul li {
    background: #ebebeb;
    padding: 15px;
    border: none;
    font-size: 15px;
    color: #0066b3;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #0066b3
}

#accordion .panel-body ul li.active {
    background: #0066b3;
    padding: 15px;
    border: none;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #0066b3
}

#accordion .panel-body ul li.active a {
    color: #ffffff;
}

#accordion .panel-body ul li a {
    color: #0066b3;
}



.features-elements {
    background: #f8f8f8 url(../images/BMS-bg.jpg) center/cover no-repeat;
}

.features-elements h3 {
    color: #000000;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
}

.features-elements p {
    color: #000000;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.features-elements h3 span {
    color: #0267b3
}

.features-elements .inner-wrapper.layout-2 {
    padding-left: 60px;
    padding-right: 20px;
}

.overlay-bg {
    background: rgba(255, 255, 255, 0.8);
}

.inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

section .title {
    padding-bottom: 0px;
}

#loadMore {
    display: table;
    margin: 10px 0 0;
    padding: 7px 20px;
    font-size: 20px;
    clear: both;
    cursor: pointer;
    background: #0066b3;
    text-transform: uppercase;
    color: #fff;
}

#showLess {
    display: none;
    margin: 20px auto;
    padding: 10px 10px;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
    color: #0066b3;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .features-elements .layout-2 {
        width: 80%;
    }
}

.features-elements .inner-wrapper.layout-2 .service.srv-left {
    padding-right: 20px;
    padding-left: 0;
}

.features-elements .inner-wrapper.layout-2 .service {
    padding-top: 20px;
    text-align: left;
}

.features-elements .service h1 {
    font-size: 18px;
    margin: 0px 0;
    color: #000000;
    line-height: 26px;
    text-transform: uppercase;
}

.features-elements .inner-wrapper.layout-2 .service .service-icon {
    width: 180px;
    text-align: center;
    padding-left: 0;
}

.features-elements .inner-wrapper.layout-2 .service .service-icon img {
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .service-tab li>a {
        min-height: 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .service-tab li>a {
        font-size: 12px;
    }
}


#tab1default>div.resentVerification a {
    color: #fff !important;
}