:root {
    --color-1: #000;
    --color-2: #fefefe;
    --color-3: #009d49;
    --color-4: #fff;
    --nox-color: #51a99d;
    /**/
    --nox-border-width: 2px;
    --nox-border-style: solid;
    --nox-border-color: #e5e5e5;
}

.team-container {
    position: relative;
    top: -200px;
}

.team-member-column {
    padding: 15px;
}

.team-member-image {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    background-size: cover;
    background-position: center center;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-column:hover .team-member-image {
    -webkit-filter: saturate(1.2) brightness(1.1) contrast(1.1);
    filter: saturate(1.2) brightness(1.1) contrast(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-box {
    background-color: #ffffff;
    box-shadow: 3px 7px 30px rgba(0,0,0,0.2);
}

.team-member-text {
    padding: 15px 25px;
}

.team-member-name {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}

.team-member-position {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 11px;
}

.team-image-container .main-image-caption {
    position: absolute;
    bottom: 50%;
    left: 0;
}

.detail-title {
    font-size: 48px;
    font-weight: 700;
    padding: 10px 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.detail-content {
    background: url(/img/seansbg.jpg);
    background-attachment: inherit;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:62px;
}

.detail-image img {
    width: 100%;
    -webkit-box-shadow: 10px 10px 2px 0px rgba(103,51,125,0.75);
    box-shadow: 10px 10px 2px 0px rgba(103,51,125,0.75);
}

.p-detail{
    padding: 0 0 200px 0;
}


.firms {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .firms a:hover {
        transform: scale(1.05);
        transition: 0.5s;
        
    }

.mainmenu_plus {
    background: rgba(0,0,0,0.7);
    padding: 14px 32px 14px 0;
}

.slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
    opacity: .50 !important;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 8px !important;
    text-align:start!important;
}

.slick-dots li.slick-active button:before {
    color:#fff!important;
}

.slick-dots{
    text-align:right!important;
}

header {
    background: #000;
}

.big-title{
    font-size:48px;
    font-weight:700;
    padding:10px 0;
}

.homepage-text {
    margin-top:320px;
}

.seans_carousel_wrapper {
    margin-top: 150px;
    background: url(/img/seanscarouselbg.png);
    height: 550px;
    background-position: bottom;
    background-size:cover;
}

.shapes-wrapper {
    position: relative;
    height: 2220px;
    overflow: hidden;
}

.shapes2 {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveshapes2 10s linear infinite;
    -moz-animation: moveshapes2 10s linear infinite;
    -o-animation: moveshapes2 10s linear infinite;
}

@-webkit-keyframes moveshapes2 {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -100px;
    }
}


@-moz-keyframes moveshapes2 {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -100px;
    }
}

@-o-keyframes moveshapes2 {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -100px;
    }
}

.shapes {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveshapes 10s linear infinite;
    -moz-animation: moveshapes 10s linear infinite;
    -o-animation: moveshapes 10s linear infinite;
}

@-webkit-keyframes moveshapes {
    0% {
        margin-top: 150px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: 150px;
    }
}


@-moz-keyframes moveshapes {
    0% {
        margin-top: 150px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: 150px;
    }
}

@-o-keyframes moveshapes {
    0% {
        margin-top: 150px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: 150px;
    }
}

.bg-img {
    background: url(/img/seansbg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-move {
    background:#15121b;
}

.info-top-text{
    font-size:36px;
    font-weight:400;
    color:#fff;
}

.info-bottom-text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.info-sub-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.shape {
    margin: 0 auto;
    width: 100%;
    height: 500px;
    background: radial-gradient(110% 80% at top, transparent 50%, #15121b 51%);
    top: -300px;
    position: relative;
}

.shape2 {
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(110% 30% at top, transparent 50%, #e5e5e5 51%);
}

.shape3 {
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(110% 30% at top, transparent 50%, #ffffff 51%);
    top: -372px;
    position: relative;
    margin-bottom: -404px;
}

.shape-r {
    width: 100%;
    border-top-left-radius: 150% 25%;
    border-top-right-radius: 150% 25%;
    top: -125px;
}

.bottom-wrapper{
    position:relative;
    bottom:300px;
    height:460px;
}

.inner-wrapper {
    margin-top: 120px;
    padding-bottom: 60px;
}

.navbar {
    z-index: 1;
}

.red-text {
    color: var(--nox-color)
}

.aboutuslogo {
    width: 100%;
    max-width: 400px;
    margin: 40px;
    padding-top: 100px;
}

.populartalentsimg {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 80% !important;
    margin: 0 20%;
}

.populartalents {
    text-align: center;
    margin: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 20%;
    margin-top: 10%;
}

.mainpagewelcome {
    -webkit-box-shadow: 40px 40px 0px 0px var(--theme-main-color);
    -moz-box-shadow: 40px 40px 0px 0px var(--theme-main-color);
    box-shadow: 40px 40px 0px 0px var(--theme-main-color);
    background-color: #000;
    padding: 90px 60px 60px 60px;
    color: #fff;
}

.tab-pane .row {
    margin: 0 !important;
}

.gallery-container .col-md-3{
    padding:0!important;
}

.gallery-container a:hover img {
    transition: filter 0.5s ease,transform 0.5s ease;
    filter: contrast(120%);
    transform: scale(1.10);
}

.gallery-item .gallery-text {
    padding: 40px 0;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.gallery-item .gallery-text-light {
    padding: 40px 0;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.gallery-item img {
    width: 100%;
    transition: filter 0.5s ease,transform 0.5s ease;
    filter: contrast(100%);
    transform: scale(1.0);
}

    .gallery-item img:hover {
        transition: filter 0.5s ease,transform 0.5s ease;
        filter: contrast(120%);
        transform: scale(1.10);
    }

#main_menu {
    background: rgba(0,0,0,0.7);
    padding: 18px;
}

#main_menu li a {
    white-space: normal;
}

.main-slide .custom-slick-navigator-wrapper .navigator i {
    color: #444;
}



.detail-hover-effect {
    transition: top 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 150%;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#main-menu-reflection .submenu-container ul {
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

        #main-menu-reflection .submenu-container ul li a {
            padding: 2px 0;
            font-size: 0.8em;
            color: #fff;
            background: none;
            text-transform:none;
        }


.btn.btn-alt {
    color: #fff;
    background-color: var(--nox-color);
    border: 1px solid var(--nox-border-color);
    font-size: 16px;
    font-weight: 500;
}

.minlight {
    font-size: 0.9em;
    font-weight: 400;
}

.bookmark-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #c5c5c5;
    padding: 20px;
    margin-top: -40px;
    position: relative;
}

    .bookmark-wrapper::after {
        content: '';
        background-image: url(/img/dropshadow.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        right: 0;
    }


    .bookmark-wrapper .form-header {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        display: flex;
        align-self: stretch;
        align-items: center;
    }

        .bookmark-wrapper .form-header::after {
            display: flex;
            align-self: stretch;
            vertical-align: middle;
            justify-content: center;
            align-content: center;
            align-items: center;
            border-right: 2px solid var(--nox-color);
            content: '';
            position: absolute;
            height: 100%;
            right: 10%;
        }

    .bookmark-wrapper .form-cell {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

.main-slide .carousel-nav-wrapper {
    opacity: 0;
    right: 15%;
    bottom: 30%;
    top: auto;
    position: absolute;
}



    .main-slide .carousel-nav-wrapper .carousel-indicators {
        display: none;
        position: relative;
        float: left;
        margin: 0;
    }

        .main-slide .carousel-nav-wrapper .carousel-indicators li {
            display: inline-block;
            float: left;
        }

    .main-slide .carousel-nav-wrapper .custom-slick-navigator-wrapper {
        z-index: 99;
        position: relative;
    }


        .main-slide .carousel-nav-wrapper .custom-slick-navigator-wrapper .navigator {
            background-color: #fff;
            border-width: 1px;
            border-style: var(--nox-border-style);
            border-color: var(--nox-border-color);
        }

.custom-slick-navigator-wrapper .navigator:hover {
    cursor: pointer;
}

a, a:hover {
    color: #444;
}

#top .fa::before, #top .la::before {
    color: var(--nox-color);
}

#top input {
    color: #000;
    font-size: 12px;
}

.custom-slick-navigator-wrapper {
    margin: -25px;
    top: 300px;
    position: relative;
    z-index:9;
}

    .custom-slick-navigator-wrapper .navigator {
        display: inline-block;
        padding: 8px;
        background-color: var(--nox-color);
        border-width: 1px;
        border-style: var(--nox-border-style);
        border-color: rgba(0,0,0,0.6);
    }

        .custom-slick-navigator-wrapper .navigator i {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }

        .custom-slick-navigator-wrapper .navigator.navigator-left {
            border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .custom-slick-navigator-wrapper .navigator.navigator-right {
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
        }

.iframe-container, .iframe-container iframe {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer .footer-text {
    font-size: 12px;
    color: var(--nox-color);
    font-weight: 500;
}

    .footer .footer-text.footer-desc {
        color: #fff;
        padding-left: 10px;
    }

.footer .footer-inner-seperator {
    border-bottom: 1px solid #343434;
}

#main-menu-reflection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    list-style: none;
    padding-left: 0;
}

    #main-menu-reflection li {
        flex-grow: 1;
        text-align: center;
        margin-bottom: -20px;
    }

        #main-menu-reflection li a {
            color: #fff;
            font-weight: 900;
            font-size: 18px;
            text-transform: uppercase;
            padding: 10px;
            background: #222;
        }

.footer .footer-seperator {
    height: 45px;
    background-color: var(--nox-color);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: var(--nox-border-color);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--nox-border-color);
}

#carousel-news {
    margin-top: -15px; /*.vertical-news-each-wrapper */
}

.vertical-news-each-wrapper {
    margin-top: 15px; /*#carousel-news*/
}

    .vertical-news-each-wrapper .date-wrapper {
        float: right;
        background-color: var(--nox-color);
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .vertical-news-each-wrapper .name-wrapper {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        color: #000;
    }

    .vertical-news-each-wrapper .pretext-wrapper {
        color: #000;
    }

    .vertical-news-each-wrapper .news-img {
        border: 6px solid #f5f5f5;
    }

.nox-border {
    border: 6px solid #f5f5f5;
}

@keyframes title-animation {
    0% {
        transform: translateX(0) translateY(0);
    }

    30% {
        transform: translateX(-8px) translateY(3px) rotate(0.02deg);
    }

    50% {
        transform: translateX(1px) translateY(2px) rotate(0deg);
    }

    65% {
        transform: translateX(6px) translateY(0) rotate(0.02deg);
    }

    80% {
        transform: translateX(0px) translateY(1px) rotate(0deg);
    }

    89% {
        transform: translateX(-3px) translateY(2px) rotate(0.02deg);
    }

    100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}

.nox-title-wrapper {
    padding: 50px 0;
    
}


    .nox-title-wrapper hr {
        flex-grow: 1;
        border-top: 1px solid rgba(0,0,0,0);
    }

    .nox-title-wrapper .title-reflection {
        font-size: 2.3em;
        color: var(--nox-color-alpha);
        display: inline-block;
        position: relative;
        margin-right: 25px;
        font-weight: 300;
        animation-name: title-animation;
        animation-iteration-count: infinite;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-fill-mode: both;
    }

    .nox-title-wrapper .title-original {
        font-weight: 400;
        font-size: 32px;
        color: #000;
        text-align: start;
        text-transform:uppercase;
    }



ol.carousel-indicators li.active {
    background-color: var(--nox-color);
}

.carousel-indicators .active {
    opacity: 1;
}

ol.carousel-indicators li {
    background-color: #fff;
    border-color: #e5e5e5;
    border-width: 5px;
    border-style: solid;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}


.line-height-1 {
    line-height: 1em;
}

.youtube-video-container {
    position: relative;
    padding-bottom: calc(100% / 3.33);
    height: 0;
    overflow: hidden;
}

    .youtube-video-container.playing {
        padding-bottom: 56.33%;
        
    }

    .youtube-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*override bootstrap*/
.carousel-caption {
    top: 10%;
    bottom: unset;
    text-align: right;
}

    .carousel-caption h1 {
        color: #fff;
        font-size: 30px;
        background-color: rgba(0,0,0,0.6);
        font-weight: bold;
        padding: 20px 15px;
        display: inline-block;
    }

    .carousel-caption p {
        background-color: var(--nox-color-alpha);
        font-size: 24px;
        color: #fff;
        padding: 20px 15px;
        display: inline-block;
    }


.carousel-indicators li {
    height: 25px;
}

.sidebar-toggle {
    position: absolute;
    left: 1%;
    z-index: 9999;
}

.top-nav .fa {
    font-size: 1.4em;
}

.container-border-bottom {
    border-bottom: 1px solid #d5d5d5;
}

#language-menu {
    height: 22px; /*override bootstrap*/
    padding: 0; /*override bootstrap*/
}

.txtArama {
    padding-left: 10%;
    border-radius: 15px !important; /*override bootstrap*/
    height: 25px; /*override bootstrap*/
}

    .txtArama + #addon-search {
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

.addthis_toolbox {
    display: inline-block;
}

.footer-title h3 {
    color: #fff;
}

#carousel .carousel-item > img {
    width: 100%;
}


.form-control, .form-control:focus {
    box-shadow: none;
    background-color: #fff;
}

#main_menu li a {
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1.4em; /*override bootstrap*/
    font-size: 14px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

#main_menu .dropdown-menu li a {
    padding: 10px;
    font-size: 14px;
}

    #main_menu .dropdown-menu li a.dropdown-toggle::after {
        top: 50%;
        transform: translateY(-50%);
    }


#main_menu li:hover > a {
    color: #a9202a;
}

#main_menu ul.dropdown-menu {
    margin: 0;
    background-color: #000;
    border: 1px solid #222;
    right: 0;
    top: 2em;
}

    #main_menu ul.dropdown-menu ul.dropdown-menu {
        top: 0;
    }

#main_menu > li.nav-item {
    padding-bottom: 25px;
    margin-bottom: -25px;
}

#main_menu .dropdown li a {
    text-align: center;
}

#main_menu ul.dropdown-menu ul.dropdown-menu {
    margin-top: 0.1rem;
}

#main_menu .dropdown-toggle::after {
    border: none;
    position: relative;
    line-height: 1px;
}

#main_menu .nav-link.dropdown-toggle::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#main_menu .dropdown-toggle[aria-expanded='false']::after {
    content: '\f110';
}

#main_menu .dropdown-toggle[aria-expanded='true']::after {
    content: '\f110';
}

@media (min-width:801px) {
    #main_menu .nav-item.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    ul.dropdown-menu > li > ul.dropdown-menu {
        left: 100%;
        top: -.67rem;
    }

    #main_menu li.nav-item:hover > a.nav-link.dropdown-toggle::after {
        content: '\f110';
    }
}

@media (max-width:768px) {

    .container {
        max-width: 100%;
    }

    .detail-title {
        color: #000;
        text-shadow:none;
    }

    .detail-image img {
margin-top:10px
    }

    .p-detail {
        padding: 0;
    }

    .homepage-text {
        margin-top: 160px;
    }


    .mainmenu_plus {
        text-align: center;
        padding: 10px 0;
        background:none;
    }

    .navbar {
        background: #15121b;
    }

    .nox-title-wrapper .title-original {
        font-weight: 600;
        font-size: 32px;
        color: #000;
        text-align: center;
    }

    .body-move {
        padding-bottom: 170px;
    }

    .shape {
        top: -52px;
        background: radial-gradient(110% 20% at top, transparent 50%, #15121b 51%);
    }

    .shape-r {
        border-top-left-radius: 130% 15%;
        border-top-right-radius: 130% 15%;
        top: -125px;
    }

    .shape-r-wrapper{
        margin-bottom:-200px;
    }

    .shape2 {
        margin: 0 auto;
        width: 100%;
        background: radial-gradient(120% 12% at top, transparent 50%, #e5e5e5 51%);
    }

    .bottom-wrapper {
        position: relative;
        bottom: 0;
        height: 100%;
    }

    #main_menu li a {
        text-align: center;
    }

    #main_menu .dropdown-menu {
        border-left: none;
        border-top: none;
        border-right: none;
    }
}

.navbar-toggler {
    background-color: #221d2b;
    border: 1px solid #3c3648;
}

    .navbar-toggler .navbar-toggler-icon {
        position: relative;
    }

    .navbar-toggler .toggler-line {
        border-bottom: 1px solid var(--color-1);
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }

        .navbar-toggler .toggler-line:nth-child(1) {
            top: 25%;
        }

        .navbar-toggler .toggler-line:nth-child(2) {
            top: 50%;
        }

        .navbar-toggler .toggler-line:nth-child(3) {
            top: 75%;
        }

ul.nav-tabs li > a {
    border-bottom-color: transparent;
    padding: 10px;
    display: inline-block;
    background-color: var(--tyt-color-3);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: var(--tyt-color-1);
    margin-right: 1px;
}

ul.nav-tabs li:hover > a {
    text-decoration: none;
}

ul.nav-tabs li > a.active {
    border-bottom-color: transparent;
    padding: 10px;
    display: inline-block;
    background-color: var(--color-3);
    border-radius: 2px;
    color: var(--color-4);
}




a.dropdown-toggle::after {
    display: none;
}

.dropdown > a.dropdown-toggle::after, .dropdown-submenu > a.dropdown-toggle::after {
    display: inline-block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.selector-search ul {
    list-style: none;
    padding-left: 5px;
}

.btn-success {
    background-color: #179FDA;
    border-color: #179FDA;
}

    .btn-success:hover {
        background-color: white;
        border-color: white;
        color: #179FDA;
    }

#carousel-projects .img-responsive {
    padding: 10px;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    height: 100%;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #4dbcec;
    border-color: #4dbcec;
    color: #ffffff;
}

#main-wrapper {
    min-height: 100%;
}

    #main-wrapper:after {
        content: "";
        display: block;
    }

    .footer, #main-wrapper:after {
        /*height: 452px;*/
    }

.category-banner {
    padding: 0px 15px 15px 15px;
}

.sideTheme .footer, .sideTheme #main-wrapper:after {
    height: auto !important;
}

.btn-top {
    visibility: hidden !important;
}

.content-line h2 {
    padding-left: 10px;
}

.tab-content {
    /*padding-left:5px;*/
    /*border:1px solid #efefef;*/
    border-radius: 3px;
}

.zindex0 {
    z-index: 1 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.jqtree-toggler {
    width: 80%;
    text-align: right;
}

.jqtree-selected {
    font-weight: bold;
}

#pager {
    display: inline-block;
    padding-top: 10px;
}


.text-gray {
    color: #c7c7c7;
}

.news-title {
    background: #f7f7f7;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

h1, h2, h3, h4, h5, h6 {
}

.parallax-container {
    padding: 75px 0;
}

.site-element h3 {
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
}


/* 1-1. Headings */
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
}

h2 {
    margin-top: 0px;
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}

h6 {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
}

.h-mi {
    color: #313131;
}

p {
    line-height: 24px;
}

.brainNavTitle {
}

label.error {
    color: #aa0000;
    font-size: 10px;
    text-align: right;
}

.inputError {
    border: 1px solid #bb2027 !important;
}

.accordion-group {
    margin-top: 20px;
}

.nav-shadow {
    position: absolute;
    top: 0px;
    background: url('/img/navshadow.png') no-repeat center top;
    height: 50px;
    z-index: 1000;
    width: 100%;
}

.main-slide {
    position: relative;
    height: auto;
    margin-top: -8%;
}

.showBigImg {
    position: absolute;
    right: 0px;
    top: 0px;
    text-shadow: 1px 1px 1px #000;
    z-index: 10100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent rgba(0,0,0,0.5) transparent transparent;
    text-align: center;
}

    .showBigImg a {
        font-size: 20px !important;
        color: #fff !important;
        margin: 0px 0px 0px 30px;
        line-height: 35px;
    }

.main-circle {
    margin: 30px auto;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #e1e1e1;
    padding-top: 75px;
    transition: box-shadow 0.3s ease-in;
    box-shadow: inset 0 0 0 0px #d9d9d9;
}


    .main-circle:hover {
        transition: box-shadow 0.3s ease-in;
        box-shadow: inset 0 0 0 15px #d9d9d9;
    }



.comment-img-wrap img {
    border-radius: 50%;
    margin: auto;
    width: 30%;
}

.comment-name {
    font-size: 18px;
    font-weight: 600;
}

.white {
    color: #ffffff;
}

.h2red {
    color: #cb2128;
}

.red-gradient {
    background: #fd5057; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fd5057 0%, #bb2027 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fd5057), color-stop(100%,#bb2027)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #fd5057 0%,#bb2027 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #fd5057 0%,#bb2027 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #fd5057 0%,#bb2027 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #fd5057 0%,#bb2027 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5057', endColorstr='#bb2027',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.silver-background {
    background: #fefefe; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#dbdbdb 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tag-box {
    padding: 3px 8px;
    font-size: 11px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px !important;
    float: left;
    margin-right: 10px;
}

    .tag-box i {
        text-align: right;
        margin-left: 10px !important;
    }

.prdct-price {
    font-size: 36px;
}

.filterArea {
    margin-top: 15px;
}
/*.gallery-item {
    margin-bottom: 30px;
}*/
.content-line {
    position: relative;
    padding: 20px 0px !important;
    color: #ffffff !important;
    background: #a9202a !important;
}

    .content-line h1 {
        color: #ffffff;
        font-size: 18px !important;
        margin: 0px;
    }

    .content-line a {
        color: #ffffff !important;
    }

.gallery-item a {
    color: #a7a7a7;
    font-size: 14px;
}


.gallery-item img {

}

.gallery-item-title {
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700 !important;
}


.no-margin {
    margin-bottom: 0px !important;
}

.video-portfolio iframe {
    /*border-radius: 10px;*/
}

.content-img-left {
    margin-right: 15px;
    margin-bottom: 5px;
    width: 15%;
    /*border-radius: 10px;*/
    min-width: 200px !important;
}

.content-img-right {
    margin-left: 15px;
    margin-bottom: 5px;
    width: 15%;
    /*border-radius: 10px;*/
    min-width: 200px !important;
}

.content-img-top {
    margin-bottom: 10px;
    width: 100%;
    /*border-radius: 10px;*/
}

.content-img-bottom {
    margin-top: 10px;
    width: 100%;
    /*border-radius: 10px;*/
}

.page-title {
    margin-bottom: 15px;
    color: #4b4a48;
    font-size: 18px !important;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.space {
    margin-top: 40px;
}

.breadcrumb-nav {
    color: #ffffff;
}

    .breadcrumb-nav a {
        color: #ffffff;
    }
/* 1-2. Buttons */
.button {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 6px;
    padding: 19px 23px 14px;
    border-radius: 3px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button.btn-top {
        width: 40px;
        height: 40px;
        padding: 0px;
        float: right;
        border-bottom-style: none;
        background-color: rgba(0, 0, 0, 0.70);
        font-size: 10px;
        line-height: 43px;
    }

    .button.btn-line {
        background-color: transparent;
        box-shadow: white 0px 0px 0px 1px inset;
    }

        .button.btn-line:hover {
            background-color: #676767;
            box-shadow: #676767 0px 0px 0px 1px;
        }

    .button.btn-small {
        padding: 15px 13px 11px;
        font-size: 11px;
    }

        .button.btn-small.btn-blog {
            background-color: #fafafa;
            box-shadow: #ddd 0px 0px 0px 1px inset;
            color: #414141;
        }

            .button.btn-small.btn-blog:hover {
                color: white;
            }

            .button.btn-small.btn-blog.active {
                background-color: #676767;
                box-shadow: #676767 0px 0px 0px 1px inset;
                color: white;
            }

    .button.btn-medium {
        padding: 17px 16px 13px;
        font-size: 12px;
    }

    .button.btn-xlarge {
        padding: 24px 26px 19px;
    }

    .button.btn-custom-color {
        background-color: #78bd33;
    }

        .button.btn-custom-color:hover {
            background-color: #609629;
        }

    .button.btn-dark-color {
        background-color: #767676;
    }

        .button.btn-dark-color:hover {
            background-color: #525151;
        }

    .button.btn-gradient {
        text-shadow: rgba(0, 0, 0, 0.46) 0px 1px 0px;
    }

    .button.btn-square {
        border-radius: 0px;
    }

    .button.btn-round {
        border-radius: 15px;
    }

/* 1-3. Header */
.normal-header {
    position: relative;
    left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 1px;
}

    .normal-header.full-header {
        padding-right: 25px;
        padding-left: 25px;
    }

.brand-logo {
    padding-top: 15px;
    padding-bottom: 14px;
}

.nav-link {
    padding-right: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-menu {
    padding-top: 3px;
}

    .nav-menu.nav-center {
        float: none;
        text-align: center;
    }

.drop-arrow {
    margin-top: 23px;
    margin-right: 10px;
    margin-bottom: 23px;
    font-size: 11px;
}

.drop-down-list.w--open {
    margin-top: 9px;
    background-color: #676767;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}

.dropdown-link {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #555;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #bdbdbd;
    font-size: 13px;
    font-weight: 400;
}

    .dropdown-link:hover {
        background-color: #616161;
        color: white;
    }

    .dropdown-link.w--current {
        background-color: #616161;
    }

.search-wrapper {
    position: relative;
    top: 19px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: darkgray;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

    .search-wrapper.search-none {
        display: none;
    }

.top-left-wrapper {
    position: relative;
    margin-left: -1px;
    padding: 17px 15px;
    float: left;
    /*border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;*/
}

.top-ico {
    margin-right: 7px;
    float: left;
    color: #737373;
    text-align: center;
}

.top-text {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 12px;
}

.language-drop {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 15001;
    display: none;
    margin-top: 25px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 8px 0px;
    text-align: center;
}

.language-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    color: #919191;
    font-size: 12px;
    text-decoration: none;
}

    .language-link:hover {
        background-color: #f1f1f1;
        color: #515151;
    }

.email {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #717171;
    text-decoration: none;
}

.arrow-language {
    margin-left: 7px;
    float: left;
}

.top-right-wrapper {
    margin: 10px 0px 10px 0px;
    float: right;
}

.social-ico {
    width: 27px;
    height: 27px;
    margin-left: 5px;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 100%;
    background-color: #000000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #ffffff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

    .social-ico:hover {
        color: white;
    }

    .social-ico.footer-soc {
        width: 35px;
        height: 35px;
        margin-left: 8px;
        border-bottom-color: #121212;
        background-color: #303030;
        font-size: 13px;
        line-height: 35px;
    }

    .social-ico.social-gray {
        background-color: #fafafa;
    }

.search-result {
    position: absolute;
    left: -195px;
    top: 45px;
    right: -30px;
    display: none;
    padding: 22px 26px;
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 1px;
}

.search-field {
    position: relative;
    display: block;
    width: 80%;
    height: 37px;
    margin-bottom: 0px;
    float: left;
    border-color: #e1e1e1;
    border-top-width: 1px;
}

.search-form {
    position: relative;
    z-index: 2;
    width: 20%;
    height: 37px;
    margin-left: -2px;
    float: left;
    background-color: #313131;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
    line-height: 35px;
}

/* 1-4. Section */
.section {
    position: relative;
    padding: 30px 0;
    background-color: white;
}

    .section.light-gray {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #ebebeb;
        background-color: #fafafa;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 0px inset;
    }

    .section.video {
        height: auto;
        padding: 0px;
        background-color: transparent;
    }

    .section.logo {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.less-p {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section.dark {
        background-color: #676767;
    }

    .section.dark-gray {
        background-color: #2e2e2e;
    }

    .section.s-remove-p-botton {
        padding-bottom: 0px;
    }

    .section.parrallax {
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 119px;
        padding-bottom: 119px;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('/img/temp/paralax5.jpg');
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('/img/temp/paralax5.jpg');
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, fixed;
    }

    .section.pattern {
        padding-top: 70px;
        padding-bottom: 30px;
        background-color: #fafafa;
    }

    .section.sc-tab {
        padding-top: 30px;
    }

/* 1-5. Icon Boxes */
.iconbox-wrapper.ibox-gray-center {
    text-align: center;
}

.icobox-circle {
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
    border-radius: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 30px;
    line-height: 110px;
    text-align: center;
}

    .icobox-circle:hover {
        color: white;
    }

    .icobox-circle.ibox-gray {
        display: block;
        margin-right: auto;
        margin-left: auto;
        border-color: #f1f1f1;
        background-color: #f1f1f1;
        color: #414141;
    }

        .icobox-circle.ibox-gray:hover {
            color: white;
        }

        .icobox-circle.ibox-gray.ibox-dark {
            border-color: #414141;
            background-color: #414141;
            color: #878787;
        }

            .icobox-circle.ibox-gray.ibox-dark:hover {
                border-color: #ac7ccc;
                background-color: #ac7ccc;
                color: white;
            }

.ul-iconbox {
    margin-top: 20px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
}

.li-ibox {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tittle-wrapper {
    position: relative;
    text-align: center;
}

.sub-tittle {
    color: #414141;
    font-size: 17px;
    line-height: 35px;
}

.hand-of-sean {
    font-size: 28px;
}

.tittle-line {
    margin-bottom: 50px;
}

    .tittle-line.tittle-sml-mg {
        margin-bottom: 20px;
    }

/* 1-6. Divider */
.divider-1 {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}

    .divider-1.small {
        margin-bottom: -1px;
    }

    .divider-1.dvd-dots {
        border: 1px dotted #e1e1e1;
        background-color: transparent;
    }

    .divider-1.dvd-dash {
        border: 1px dashed #e1e1e1;
        background-color: transparent;
    }

    .divider-1.dvd-color {
        border-color: transparent;
    }

    .divider-1.dvd-dark {
        background-color: #242424;
    }

    .divider-1.dvd-black {
        background-color: #3b3a3a;
    }

    .divider-1.div-blog {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.divider-small {
    width: 94px;
    height: 1px;
    margin-bottom: -1px;
    background-color: #b3b3b3;
}

.success-message {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #22a966;
    text-align: center;
    margin-top: 30px;
}

.seuccses {
    margin-bottom: 0px;
    color: white;
}

.error-message {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.49);
    text-align: center;
}

.from {
    color: #fff;
}

/* 1-7. Carousel */
.carousel-project {
    height: auto;
    background-color: transparent;
}

.carousel-arrow {
    width: 40px;
    height: 80px;
    padding-top: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
}

.space {
    margin-top: 20px;
}

    .space.x2 {
        margin-top: 60px;
    }

    .space.x1 {
        margin-top: 30px;
    }

    .space.margin-bottom {
        margin-top: 10px;
    }

.btn-txt {
    float: left;
}

.btn-ico {
    position: relative;
    bottom: -2px;
    margin-right: 9px;
    padding-right: 9px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.29);
    line-height: 9px;
}

.go-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 20;
}

.carousel-dots {
    position: relative;
    padding-top: 20px;
    font-size: 10px;
}

/* 1-8. Portfolio */
.mix {
    width: 25%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    text-align: center;
}

    .mix.mix-3 {
        width: 33.333%;
    }

    .mix.mix-no-content {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .mix.mix-2 {
        width: 50%;
    }

.vertical-pagination {
    width: 42px;
    margin-right: -50px;
    margin-bottom: 51px;
    margin-left: -50px;
    opacity: 0;
}

    .vertical-pagination.v-p-remove-mg {
        margin-bottom: auto;
    }

.portfolio-wrapper {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: white;
}

    .portfolio-wrapper.remove-radius {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.portfolio-text-wrapper {
    position: relative;
    bottom: 3px;
    width: 100%;
    padding: 17px 10px 15px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    box-shadow: #f2f2f2 0px 2px 0px 0px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #515151;
    text-decoration: none;
}

.portfolio-tittle {
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

    .portfolio-tittle.blog-tittle {
        display: inline-block;
        margin-bottom: 10px;
        color: #414141;
        font-size: 17px;
        font-weight: 700;
    }

    .portfolio-tittle.r-mp {
        margin-top: 0px;
        margin-bottom: 10px;
    }

.portfolio-sub {
    color: #bababa;
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
}

.portfolio-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.portfolio-ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 100%;
    background-color: rgba(61, 196, 228, 0.90);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 53px;
}

    .portfolio-ico:hover {
        background-color: white;
    }

.pico-wrp {
    position: relative;
    top: 40%;
}

    .pico-wrp.lico-wrp {
        top: 31%;
    }

    .pico-wrp.pico-bg {
        top: 45%;
    }

.video-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 650px;
    background-color: transparent;
}

.embed-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: 100%;
}

.container-inside-v {
    position: relative;
    top: 17%;
}

.white {
    color: white;
}

.ul {
    position: relative;
    margin-top: 10px;
}

    .ul.ul-pricing {
        margin-top: 0px;
        margin-bottom: 25px;
    }

.li-list {
    line-height: 35px;
}

    .li-list.li-pricing {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

.li-ico {
    position: relative;
    top: -6px;
    width: 18px;
    margin-right: 7px;
    float: left;
    color: white;
}

    .li-ico.tab-ico {
        top: auto;
        width: auto;
        font-size: 14px;
    }

    .li-ico.li-ico-footer {
        color: #919191;
        text-align: center;
    }

    .li-ico.li-current {
        color: #515151;
    }

.arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

.core-ico {
    width: 60px;
    height: 60px;
    float: left;
    font-size: 32px;
    text-align: center;
}

    .core-ico.ico-minimal {
        width: 45px;
        height: 45px;
        margin-right: 15px;
        border-radius: 100%;
        background-color: #474747;
        color: white;
        font-size: 18px;
        line-height: 48px;
    }

.core-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.li-blog {
    margin-bottom: 23px;
}

.blog-item {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 150px;
    height: 100px;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
}

    .blog-item.blog-popular-sidebar {
        width: 70px;
        height: 70px;
    }

.blog-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 24px;
}

.dt-blog {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 4px 7px;
    font-size: 13px;
    font-style: italic;
}

.blog-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #313131;
    text-decoration: none;
}

.link {
    font-style: italic;
    text-decoration: none;
}

    .link:hover {
        color: #313131;
    }

.tab {
    margin-right: 5px;
    padding: 11px 25px;
    border-bottom: 1px solid #adadad;
    border-radius: 4px;
    background-color: #c9c9c9;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: white;
    font-size: 13px;
}

    .tab:hover {
        border-bottom-color: #6e6e6e;
        background-color: #aaa;
    }

    .tab.t-vertical {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 21px;
        padding-left: 21px;
    }

        .tab.t-vertical.w--current {
            box-shadow: none;
            color: white;
        }

.tab-content {
    margin-top: 20px;
}

.tab-txt {
    position: relative;
    float: left;
}

.lightbox-tb {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

    .lightbox-tb:hover {
        opacity: 1;
    }

.tab-tx-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.light-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 196, 228, 0.70);
    opacity: 0;
}

.lightbox {
    color: white;
    text-decoration: none;
}

.procces-wrapper {
    position: relative;
    width: 25%;
    padding: 90px 47px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.procces-text-wrapper {
    padding: 40px 10px 35px;
    background-color: white;
}

.arrow-proccess {
    position: absolute;
    left: 0px;
    top: 43%;
    bottom: 43%;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.procc-ico {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-size: 70px;
    line-height: 80px;
}

.logo-wrapper {
    position: relative;
    width: 20%;
    height: 108px;
    margin-bottom: 10px;
    float: left;
    opacity: 0.4;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align: center;
    /*background-image: url("/img/temp/logo1.png");*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .logo-wrapper.l2 {
        background-image: url("/img/temp/logo2.png");
    }

    .logo-wrapper.l3 {
        background-image: url("/img/temp/logo3.png");
    }

    .logo-wrapper.l4 {
        background-image: url("/img/temp/logo4.png");
    }

    .logo-wrapper.l5 {
        background-image: url("/img/temp/logo5.png");
    }

    .logo-wrapper.l6 {
        background-image: url("/img/temp/logo6.png");
    }

    .logo-wrapper:hover {
        opacity: 0.85;
    }

.footer {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(110% 30% at top, transparent 50%, #000 51%);
    background: radial-gradient(110% 30% at top, transparent 50%, #000 51%);
    padding-top: 120px;
    margin-top: -62px;
}


.bottom-footer {
    padding-top: 4px;
    padding-bottom: 8px;
    background-color: #111;
    border-top: #222222 1px solid;
}

.copyright {
    width: 100%;
    padding-top: 7px;
    float: left;
    color: #fff;
    font-size: 12px;
}

.footer-white {
    color: #fff;
    font-size: 12px;
}

    .footer-white a {
        color: #fff;
    }

.footer-link {
    color: white;
    font-style: normal;
    text-decoration: none;
}

    .footer-link.f-2 {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 13px;
    }

        .footer-link.f-2:hover {
            color: white;
        }

.get-in-touch {
    position: absolute;
    left: -13px;
    top: 20px;
    text-align: center;
}

.touc-text {
    position: absolute;
    padding-top: 10px;
    padding-left: 30px;
    color: white;
    font-size: 17px;
    text-align: center;
}

.top-left-wrapper.top-left-click {
    cursor: pointer;
}

#Grid .mix {
    display: none;
}

.normal-header.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

.h-process {
    color: white;
    font-size: 28px;
}

.col-footer {
    border-right: 1px solid #3b3b3b;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .col-footer.no-line {
        border-right-style: none;
    }


.p-lighter {
    color: #c9c9c9;
}

.h-minimal {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 43px;
}

.spac-bott {
    margin-bottom: 100px;
}

.testi-wrapper {
    padding: 20px 15px;
    border-radius: 3px;
    background-color: #fafafa;
}

.mega-menu {
    width: 941px;
}

    .mega-menu.w--open {
        left: -697px;
        width: 940px;
        margin-top: 9px;
        padding: 21px;
        background-color: #676767;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
    }

    .mega-menu.mega-menu-center-nav.w--open {
        left: -601px;
        margin-top: 9px;
    }

.mega-tittle {
    padding-right: 20px;
    border-right: 1px solid #777;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: white;
}

    .mega-tittle.with-no-line {
        border-right-style: none;
    }

.mega-item-list {
    width: 100%;
    padding: 8px 11px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #bdbdbd;
    font-size: 13px;
    text-decoration: none;
}

    .mega-item-list:hover {
        background-color: #616161;
        color: white;
    }

.li-ico-mega {
    position: relative;
    width: 16px;
    float: left;
    font-size: 11px;
}

.element-tittle {
    padding-left: 10px;
}

.qoute-ico {
    width: 50px;
    height: 50px;
    margin-right: 13px;
    float: left;
    border-radius: 100px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

    .qoute-ico.display-none {
        display: none;
    }

.test-text-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sub-tittle-test {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
}

.p-white {
    color: #b0b0b0;
}

.h-lighter {
    color: white;
}

.grid {
    width: 100%;
}

.portfolio-overlay-full {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.98) 13%, transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.98) 13%, transparent);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: white;
    text-decoration: none;
}

.portfolio-txt-full {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-full-portfolio {
    margin-bottom: 8px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.social-full {
    margin-top: 16px;
    float: right;
}

.hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ac7ccc;
}

.hero-center-div {
    text-align: center;
}

.sp-process {
    margin-top: 20px;
}

/* 1-9. Arrow Section */
.arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 1%;
    background-color: white;
}

    .arrow.a-dark {
        background-color: #676767;
    }

    .arrow:before,
    .arrow:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 50%;
        padding-bottom: inherit;
        background-color: inherit;
    }

    .arrow:before {
        right: 50%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }

    .arrow:after {
        left: 50%;
        -ms-transform-origin: 0 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: skewX(-45deg);
        -webkit-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }

.small-line {
    width: 40px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-banner {
    position: relative;
    padding-top: 39px;
    padding-bottom: 35px;
    border-bottom: 8px solid #525252;
    background-color: #676767;
    color: white;
    font-size: 12px;
}

.inner-space {
    margin-top: 100px;
}

/* 1-10. Alert Message */
.alert-message {
    position: relative;
    margin-bottom: 20px;
    padding: 16px 20px;
    border: 1px solid #f2e3c7;
    background-color: #fcf8e3;
    background-image: -webkit-linear-gradient(94deg, #fcf8e3, white);
    background-image: linear-gradient(356deg, #fcf8e3, white);
    color: #c09853;
    font-size: 14px;
}

    .alert-message.info {
        border-color: #aed7ea;
        background-color: #d8ecf5;
        background-image: -webkit-linear-gradient(94deg, #d8ecf5, white);
        background-image: linear-gradient(356deg, #d8ecf5, white);
        color: #5593b1;
    }

    .alert-message.success {
        border-color: #cddb9b;
        background-color: #e3ebc6;
        background-image: -webkit-linear-gradient(94deg, #e3ebc6, white);
        background-image: linear-gradient(356deg, #e3ebc6, white);
        color: #8e9c5e;
    }

    .alert-message.error {
        border-color: #fad2d3;
        background-color: #f9e5e6;
        background-image: -webkit-linear-gradient(94deg, #f9e5e6, white);
        background-image: linear-gradient(356deg, #f9e5e6, white);
        color: #c48587;
    }

.remove-alert {
    width: 20px;
    float: left;
}

/* 1-11. Toggle */
.toggle-wrapper {
    margin-bottom: 10px;
}

.toggle-header {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #adadad;
    border-radius: 4px;
    background-color: #bfbfbf;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
    font-size: 14px;
    text-decoration: none;
}

    .toggle-header.second-style {
        border-bottom-color: #0d0d0d;
        background-color: #676767;
    }

    .toggle-header.third-style {
        border: 1px solid #ddd;
        background-color: transparent;
        box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
        color: #515151;
    }

    .toggle-header.fourth-style {
        border-radius: 0px;
        background-color: transparent;
    }

.toggle-content {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0px;
}

.toggle-ico {
    padding-top: 10px;
    float: right;
    text-transform: none;
}

.toggle-space {
    padding: 20px;
}

.toggle-line {
    width: 12px;
    height: 2px;
    background-color: white;
}

    .toggle-line.dark-color {
        background-color: #313131;
    }

.toggle-line-2 {
    width: 12px;
    height: 2px;
    background-color: white;
    -webkit-transform: rotate(90deg) translate(-2px, 0px);
    -ms-transform: rotate(90deg) translate(-2px, 0px);
    transform: rotate(90deg) translate(-2px, 0px);
}

    .toggle-line-2.dark-color {
        background-color: #313131;
    }

.shadow {
    opacity: 0.5;
    text-align: center;
}

.divider-1-pattern {
    width: 100%;
    height: 12px;
    background-image: url('/img/temp/divider17.png');
    opacity: 0.6;
}

    .divider-1-pattern._2 {
        background-image: url('/img/temp/divider10.png');
    }

    .divider-1-pattern._3 {
        background-image: url('/img/temp/divider5.png');
    }

.divider-space {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .divider-space.less-space {
        margin-top: 50px;
        margin-bottom: 50px;
    }

.vertical-menu {
    width: 20%;
    margin-right: 15px;
    float: left;
}

/* 1-12. Modal Popup */
.modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    /*background-color: #dddddd;*/
}

.container-popup {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.popup {
    position: relative;
    display: block;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    border-radius: 2px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 2px;
}

.remove-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #515151;
    font-size: 17px;
    text-align: center;
}

/* 1-13. Call To Action */
.call-to-action {
    padding: 38px 10px;
}

    .call-to-action.cta-v-color {
        background-color: #ac7ccc;
    }

.left-aglin-column {
    text-align: right;
}

.m-p {
    padding-top: 5px;
    font-size: 20px;
}

.icon {
    width: 40px;
    float: left;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
}

.icon-text {
    display: inline-block;
    padding: 7px 11px;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #999;
    font-size: 13px;
}

.aler-link {
    color: #5593b1;
    font-weight: 700;
    text-decoration: none;
}

    .aler-link:hover {
        text-decoration: underline;
    }

/* 1-14. Pricing Table */
.pricing-table {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 18px;
    border-radius: 4px;
    background-color: white;
    box-shadow: #e6e6e6 0px 0px 0px 1px inset;
    text-align: center;
}

.pricing-price {
    padding-bottom: 55px;
}

.pricing-txt {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    font-weight: 600;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

.circle-price {
    position: relative;
    top: 25px;
    display: block;
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
    font-size: 25px;
    line-height: 125px;
    font-weight: 400;
}

.p-pricing {
    color: #a6a6a6;
    font-size: 13px;
    font-style: italic;
}

.month {
    color: rgba(255, 255, 255, 0.65);
    font-size: 17px;
}

.featured-txt {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-top: 15px;
    margin-right: -37px;
    padding: 9px 50px;
    background-color: #ffae00;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    color: #8c630b;
    font-size: 12px;
    font-weight: 700;
}

/* 1-15. Highlight */
.highlight {
    padding: 3px 6px;
    color: white;
}

    .highlight.hl-dark {
        background-color: #414141;
    }

.underline {
    text-decoration: underline;
}

.strikeout {
    text-decoration: line-through;
}

/* 1-16. Dropcast */
.dropcast {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 8px;
    margin-right: 17px;
    padding-top: 17px;
    float: left;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    font-size: 22px;
    text-align: center;
}

    .dropcast.dc-circile {
        border-radius: 100%;
    }

    .dropcast.dc-dark {
        background-color: #414141;
    }

    .dropcast.dc-square {
        border-radius: 0px;
    }

    .dropcast.dc-transparent {
        background-color: transparent;
        font-size: 40px;
    }

/* 1-17. Blockqoute */
.blockquote {
    padding: 18px;
    color: #919191;
    font-size: 17px;
    line-height: 30px;
    font-style: italic;
}

    .blockquote.bq-v2 {
        color: white;
    }

.filters {
    margin-bottom: 50px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.filter-ul {
    display: inline-block;
}

.filter {
    display: inline-block;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid transparent;
    font-size: 13px;
    font-weight: 400;
}

.flt-lnk {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #515151;
    text-decoration: none;
}

.ver-remove-spc {
    margin-bottom: 40px;
}

/* 1-18. Team */
.team-img-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.overlay-team {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.soc-team {
    width: 30px;
    opacity: 0.7;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: white;
}

    .soc-team:hover {
        opacity: 1;
    }

.sub-tittle-team {
    margin-bottom: 15px;
    color: #919191;
    font-size: 14px;
}

/* 1-19. Large Testimonials */
.big-testimonials-wrapper {
    text-align: center;
}

.testi-photo {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    background-image: url('/img/temp/cleint3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .testi-photo._2 {
        background-image: url('/img/temp/client1.jpg');
    }

    .testi-photo._3 {
        background-image: url('/img/temp/client2.jpg');
    }

.b-test-txt {
    margin-top: 20px;
    padding-right: 120px;
    padding-left: 120px;
}

.p-big-test {
    color: white;
    font-size: 17px;
    line-height: 30px;
    font-style: italic;
}

.b-test-name {
    margin-top: 16px;
}

.tm-margin {
    margin-bottom: 25px;
}

.portfolio-pagination {
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

    .portfolio-pagination.blog-pag {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.p-pagination {
    width: 30px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #bebebe;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
}

    .p-pagination.p-pag-all {
        position: relative;
        top: 7px;
        font-size: 26px;
    }

.blog-search {
    height: 45px;
    padding-left: 35px;
    border: 1px solid #ddd;
    background-image: url('/img/temp/search_adadad_100.png');
    background-position: 12px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}

.select-filed {
    height: 41px;
    border: 1px solid #ddd;
    box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}

.li-post {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

    .li-post.n-line {
        border-bottom-style: none;
    }

.meta-tag {
    color: #919191;
    font-size: 13px;
    line-height: 24px;
}

.blog-img {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.blog-pagination {
    text-align: right;
}

.padd-right {
    padding-left: 19px;
}

.blog-author {
    width: 100px;
    height: 100px;
    margin-right: 12px;
    float: left;
    border-radius: 100%;
    background-image: url('/img/temp/cleint3.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.author-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.share-post {
    margin-right: 15px;
    float: right;
}

.comment-photo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    background-image: url('/img/temp/client2.jpg');
    background-size: cover;
}

    .comment-photo._2 {
        background-image: url('/img/temp/cleint3.jpg');
    }

.comment-wraper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.h-comment {
    margin-bottom: 0px;
}

.reply {
    padding-left: 60px;
}

.text-field {
    height: 46px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}

    .text-field.txt-f-2 {
        width: 300px;
    }

.text-area {
    padding-bottom: 75px;
    border: 1px solid #ddd;
    box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}

.map-block {
    display: block;
    padding-top: 3px;
    font-weight: 600;
    color: white;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 1px;
    text-decoration: none;
}

.mp-txt {
    display: inline-block;
}

.map-arrow {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 30px;
    margin-left: 10px;
    font-size: 20px;
}

.banner {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 1-20. Sliders */
.bussines-slider {
    position: relative;
    height: auto;
    background-color: transparent;
    /*background-image: url('/img/main-slide-bg.jpg');*/
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.b-arrow {
    width: 40px;
    height: 90px;
    margin-right: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /*background-color: rgba(255, 255, 255, 0.70);*/
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 22px;
    line-height: 90px;
}

    .b-arrow:hover {
        background-color: rgba(0,0,0, 0.1);
    }

    .b-arrow.ba-l {
        margin-left: 0px;
        border-radius: 0px 4px 4px 0px;
    }

.row-slider {
    margin-top: 50px;
}

.slider-sub-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

    .slider-sub-text.bx-slider {
        color: #b5b5b5;
        font-size: 17px;
        font-style: italic;
    }

.bslider-txt-wrapper {
    position: relative;
    top: 95px;
    padding-right: 30px;
}

.col-center {
    text-align: center;
}

.creative-banner {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 800px;
    background-image: url('/img/temp/parallax.png');
    background-position: 100% 169%;
    background-size: 1497px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sub-txt-rotator {
    display: inline-block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.txt-rot-con {
    position: relative;
    top: 20%;
}

.rotator-line {
    display: block;
    width: 550px;
    height: 1px;
    margin: 20px auto;
    border-style: dotted;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.74);
}

.rotator-slider {
    height: auto;
    background-color: transparent;
}

.txt-rotator-wrapper {
    padding-right: 65px;
    padding-left: 65px;
    text-align: center;
}

.sl-rot-txt {
    color: white;
    font-size: 60px;
    line-height: 85px;
}

.slid-bus-txt {
    font-size: 44px;
    line-height: 52px;
    color: #ffffff;
}

.boxed-slider {
    height: 500px;
    background-color: transparent;
    background-image: -webkit-radial-gradient(50% 50%, circle, white, #e0e0e0);
    background-image: radial-gradient(circle at 50% 50%, white, #e0e0e0);
}

.shadow-slider {
    height: 50px;
    background-image: url('/img/temp/shadow.png');
    background-position: 50% 23%;
    background-size: 920px;
    background-repeat: no-repeat;
    opacity: 0.7;
    text-align: center;
}

.dots-boxed-slider {
    font-size: 10px;
}

.boxed-slider-wrapper {
    position: relative;
    left: 100px;
    top: 140px;
}

    .boxed-slider-wrapper.bx-right {
        left: -25px;
    }

/* 1-21. Boxed Layout */
.boxed {
    display: block;
    background-color: #ffffff;
    /*background-image: url('/img/temp/ptn.png');*/
    position: relative;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px;
}

.embed-sl {
    position: relative;
    left: 30px;
    top: 48px;
    padding: 18px;
}

/* 1-22. Tab Slider */
.tab-slide {
    width: 25%;
    padding: 26px 8px 26px 15px;
    float: left;
    border-top: 5px solid #8c8c8c;
    background-color: #313131;
    box-shadow: rgba(255, 255, 255, 0.02) -1px 0px 0px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: white;
}

    .tab-slide:hover {
        border-top-color: #6b6b6b;
        background-color: #242424;
    }

    .tab-slide.w--current {
        background-color: #313131;
    }

.tab-sl-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 6px;
}

.tittle-tb-slider {
    margin-bottom: 0px;
}

.tab-ico-number {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    line-height: 57px;
    text-align: center;
}

.caption-tab {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 19px 19px 17px;
    font-weight: 600;
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
}

.side-cont-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    height: 100%;
    padding: 18px 28px 15px 21px;
    background-color: rgba(0, 0, 0, 0.84);
}

.h-tb {
    color: white;
    font-size: 18px;
    line-height: 30px;
}

.top-line-cap-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 13px 20px;
    background-color: #ac7ccc;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: white;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

    .top-line-cap-tab:hover {
        background-color: #313131;
    }

.tab-link-caption {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
    text-decoration: none;
}

.breadcrumb {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0px;
}

.lighter {
    position: relative;
    top: -3px;
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 300;
}

.bread-link {
    color: #b8b8b8;
    text-decoration: none;
}

    .bread-link:hover {
        text-decoration: underline;
    }

.gr-color-l {
    color: #b8b8b8;
}

.animation-ico {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    color: white;
    font-size: 60px;
    line-height: 170px;
    text-align: center;
}

/* 2. Interaction Website */
html.w-mod-js *[data-ix="move-language-drop"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hide-search"] {
    display: none;
}

html.w-mod-js *[data-ix="move-top-btn"] {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="zom-out-pico"] {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

html.w-mod-js *[data-ix="move-dt-blog"] {
    -webkit-transform: translate(0px, 43px);
    -ms-transform: translate(0px, 43px);
    transform: translate(0px, 43px);
}

html.w-mod-js *[data-ix="move-sub-full-portfolio"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-tittle-full-portfolio"] {
    opacity: 0;
    -webkit-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-process-text"] {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-titte-procces"] {
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="out-click-remove-modal"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="move-social-team"] {
    -webkit-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="remove-map"] {
    height: 0px;
}

html.w-mod-js *[data-ix="move-mascot-slide"] {
    opacity: 0;
    -webkit-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="move-from-bottom-txt-slider"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="move-from-left-txt-slider"] {
    opacity: 0;
    -webkit-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
    transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="zoom-scale-button-slider"] {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3);
}

html.w-mod-js *[data-ix="zoom-scale-button-slider-2"] {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3);
}

html.w-mod-js *[data-ix="move-mascot-from-bottom-top"] {
    opacity: 0;
    -webkit-transform: translate(0px, 510px);
    -ms-transform: translate(0px, 510px);
    transform: translate(0px, 510px);
}

html.w-mod-js *[data-ix="zom-in-out-txt-slider"] {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

html.w-mod-js *[data-ix="zom-in-out-txt-slider-2"] {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

html.w-mod-js *[data-ix="move-from-bottom-txt-slider-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="zoom-scale-button-slider-3"] {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3);
}

html.w-mod-js *[data-ix="move-from-bottom-txt-slider-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="move-txt-from-right"] {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="zom-in-out-txt-slider-3"] {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

html.w-mod-js *[data-ix="move-from-left-txt-slider-2"] {
    opacity: 0;
    -webkit-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
    transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="slider-rot-from-top"] {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slide-rot-line"] {
    opacity: 0;
    width: 0px;
}

html.w-mod-js *[data-ix="big-text-rot"] {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

html.w-mod-js *[data-ix="rot-btn-form-bottom"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-from-left-txt-slider-3"] {
    opacity: 0;
    -webkit-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
    transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="zom-in-out-txt-slider-4"] {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

html.w-mod-js *[data-ix="move-from-bottom-txt-slider-4"] {
    opacity: 0;
    -webkit-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="caption-tab"] {
    opacity: 0;
    -webkit-transform: translate(300px, 0px);
    -ms-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="side-tab"] {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* 3. Responsive */
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }

    .row-slider {
        margin-left: 0px !important;
    }

    .nav-link.active {
        width: 100%;
    }

    .nav-menu {
        padding-top: 0px;
        background-color: #f1f1f1;
    }

    .hamburger {
        margin-top: 4px;
        padding: 13px;
        border-radius: 4px;
        font-size: 26px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .section.light-gray {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .section.pattern {
            padding-top: 30px;
        }

    .iconbox-wrapper {
        margin-bottom: 35px;
    }

    .space.x2.remove-spc {
        margin-top: 10px;
    }

    .mix {
        width: 50%;
    }

    .vertical-pagination.v-p-remove-mg {
        margin-right: 0px;
        margin-left: 0px;
    }

    .core-wrapper {
        margin-bottom: 36px;
    }

    .tab {
        margin-bottom: 10px;
    }

    .procces-wrapper {
        width: 50%;
    }

    .footer {
    }

    .col-footer {
        height: auto;
        border-right-style: none;
    }

    .h-minimal {
        font-size: 19px;
    }

    .mega-menu.w--open {
        width: auto;
        max-width: 728px;
        padding-left: 11px;
    }

    .mega-tittle {
        margin-bottom: 24px;
        border-right-style: none;
    }

        .mega-tittle.with-no-line {
            margin-bottom: 0px;
        }

    .inner-space {
        margin-top: 50px;
    }

    .vertical-menu {
        width: 23%;
    }

    .call-to-action {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .left-aglin-column {
        text-align: center;
    }

        .left-aglin-column.cetner {
            text-align: center;
        }

    .m-p {
        margin-bottom: 15px;
        text-align: center;
    }

    .sidebar {
        margin-top: 30px;
        padding-left: 0px;
    }

    .row-slider {
        text-align: center;
    }

    #change-tp.bslider-txt-wrapper {
        top: -30px;
    }

    #change-tp-a.bslider-txt-wrapper {
        top: -30px;
    }

    #change-tp-b.bslider-txt-wrapper {
        top: -30px;
    }

    .creative-banner {
        height: 676px;
    }

    .sl-rot-txt {
        font-size: 57px;
    }

    .slid-bus-txt {
        margin-bottom: 5px;
        font-size: 38px;
    }

    #change-tp-2.boxed-slider-wrapper {
        left: 35px;
        top: 114px;
    }

    .boxed-layout {
        margin-right: 0px;
        margin-left: 0px;
    }

    .tab-slide {
        width: 50%;
    }

    .center {
        text-align: center;
    }

    .img-e-wrap {
        margin-top: 40px;
    }

    #myaffix.normal-header.affix {
        position: relative;
        top: auto;
        width: auto;
    }

    .populartalents {
        margin-left: 0;
    }

    .populartalentsimg {
        margin-left: 0;
    }

    .aboutuslogo {
        margin: 0;
     
    }

}

@media (max-width: 767px) {

    .shape3 {
        top: 0;
        margin-bottom:0;
    }

    .firms {
        top: 17%;
    }

    .carousel-inner > .item > img {
        max-width: initial !important;
        height: 230px;
    }

    .carousel-control.left {
        margin-top: -10px;
        margin-left: 20px;
    }

    .carousel-control.right {
        margin-top: -10px;
        margin-right: 20px;
    }



    .footer {
        height: auto;
    }

    h1 {
        font-size: 33px;
    }

    .normal-header.full-header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .top-right-wrapper {
        float: none;
        text-align: center;
    }

    .hamburger {
        margin-top: 1px;
        margin-right: 14px;
    }

    .space {
        margin-top: 10px;
    }

    .mix.mix-3 {
        width: 50%;
    }

    .video-wrapper {
        background-image: url('/img/temp/paralax5.jpg');
        background-size: cover;
    }

    .logo-wrapper {
        width: 33.333%;
    }


    .copyright {
        margin-bottom: 9px;
        padding-top: 7px;
        float: none;
        text-align: center;
    }

    .h-minimal {
        font-size: 16px;
    }

    .spac-bott {
        margin-bottom: 50px;
    }

    .mega-menu.w--open {
        padding-left: 0px;
    }

    .inner-banner {
        padding-top: 35px;
        padding-bottom: 24px;
    }

    .inner-space {
        margin-top: 50px;
    }

    .divider-space {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        .divider-space.less-space {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .popup {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        overflow-x: scroll;
        overflow-y: scroll;
        margin-right: 10px;
        margin-left: 10px;
        padding: 27px;
    }

    .remove-modal {
        top: 10px;
        right: 10px;
    }

    .left-aglin-column {
        text-align: center;
    }

    .m-p {
        font-size: 19px;
        line-height: 30px;
    }

    .icon-wrapper {
        margin-bottom: 20px;
    }

    .pricing-table {
        margin-bottom: 15px;
    }

    .portfolio-pagination {
        text-align: center;
    }

    .padd-right {
        margin-top: 20px;
        padding-left: 0px;
    }

    .mp-txt {
        font-size: 20px;
    }

    .slider-sub-text {
        font-size: 16px;
    }

    .bslider-txt-wrapper {
        padding-right: 39px;
        padding-left: 39px;
        top: -25px;
    }

    .creative-banner {
        height: 604px;
    }

    .sub-txt-rotator {
        font-size: 13px;
    }

    .rotator-line {
        width: 515px;
    }

    .sl-rot-txt {
        font-size: 41px;
        line-height: 67px;
    }

    .slid-bus-txt {
        font-size: 35px;
    }

    #change-tp-2.boxed-slider-wrapper {
        left: 0px;
        top: 7px;
    }

    #change-tp-3.boxed-slider-wrapper.bx-right {
        left: 4px;
        top: -10px;
    }

    #change-tp-4.embed-sl {
        left: 0px;
        top: 0px;
    }

    .breadcrumb {
        margin-bottom: 15px;
        text-align: center;
    }

    .center {
        text-align: center;
    }

    .res-space {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 31px;
    }

    h3 {
        line-height: 39px;
    }

    .normal-header.full-header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hamburger {
        margin-right: 10px;
    }

    .mix {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

        .mix.mix-3 {
            width: 100%;
        }

        .mix.mix-2 {
            width: 100%;
        }

    .video-wrapper {
        height: 600px;
    }

    .container-inside-v {
        top: 11%;
    }

    .blog-link {
        font-size: 21px;
    }

    .tab {
        margin-bottom: 12px;
    }

    .lightbox-tb {
        margin-bottom: 20px;
        float: none;
    }

    .procces-wrapper {
        width: 100%;
    }

    .arrow-proccess {
        display: none;
    }

    .logo-wrapper {
        width: 50%;
    }

    .copyright {
        line-height: 24px;
    }

    .divider-space.less-space {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .popup {
        margin-right: 5px;
        margin-left: 5px;
        padding: 22px;
    }

    .remove-modal {
        top: 5px;
        right: 5px;
    }

    .call-to-action.cta-v-color {
        padding-bottom: 28px;
    }

    .filter {
        display: block;
    }

    .b-test-txt {
        padding-right: 28px;
        padding-left: 28px;
    }

    .text-field.txt-f-2 {
        width: 280px;
    }

    .creative-banner {
        height: 538px;
    }

    .rotator-line {
        width: 270px;
    }

    .txt-rotator-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sl-rot-txt {
        margin-top: 0px;
        font-size: 26px;
        line-height: 48px;
    }

    .boxed-slider {
        height: 446px;
    }

    .tab-slide {
        width: 100%;
    }

    .lighter {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .w-container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1300px) {



    .vertical-pagination {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .row-slider {
        margin-left: 40px !important;
    }
}

@media screen and (max-width: 1198px) {

    .bslider-txt-wrapper {
        top: 36px;
    }

    .boxed-slider-wrapper {
        top: 110px;
        left: 65px;
    }

    .embed-sl {
        top: 87px;
    }
}

@media screen and (max-width: 1040px) {
    .social-full {
        display: none;
    }
}


@media (max-width:768px) {

    #top {
        display: none;
    }
}


@media(max-width:1366px) {
    .txtArama {
        padding-left: 15%;
    }
}

@media(max-width:1280px) {
    .txtArama {
        padding-left: 20%;
    }

    .main-slide .carousel-nav-wrapper {
        bottom: 20%;
    }

    .carousel-caption {
        top: 5%;
    }
}

@media(max-width:1080px) {

    .carousel-caption {
        top: -5%;
    }

    .bookmark-wrapper .form-header::after {
        display: none;
    }

    .bookmark-wrapper {
        margin-top: 20px;
    }
}

@media(max-width:1024px) {
    .main-slide .carousel-nav-wrapper {
        bottom: 20%;
    }

    .carousel-caption {
        top: -10%;
    }
}

@media(max-width:800px) {

    #main_menu {
        background-color: #221d2b;
    }

        #main_menu li a {
            padding: 15px 0;
            background-color: #3c3648;
            border: 1px solid #4c4757;
        }

    #main_menu .nav-link.dropdown-toggle {
        position: relative;
    }

        #main_menu .nav-link.dropdown-toggle::after {
            top: 50%;
            transform: translateY(-50%);
        }

    .carousel-caption {
        top: 10%;
        left: 10%;
        right: 10%;
    }

        .carousel-caption p {
            display: none;
        }
}


@media (min-width:801px) {

}

@media(max-width:768px) {
    .carousel-caption {
        top: 5%;
        left: 5%;
        right: 5%;
    }
}

@media (max-width:680px) {
    #main-menu-reflection {
        flex-direction: column;
        justify-content: center;
        align-self: center;
        align-items: center;
        align-content: center;
    }

        #main-menu-reflection > li {
            padding: 10px 0;
        }
}

@media (max-width:600px) {
    .vertical-news-each-wrapper .date-wrapper {
        float: none;
        text-align: right;
    }
}

@media(max-width:468px) {
    .team-container {
        top: -10px;
    }

    .carousel-caption {
        display: none;
    }

    .main-slide .carousel-nav-wrapper {
        bottom: 2%
    }
}

@media(width:1280px),(width:1024px) {
    #main_menu > li > a {
        padding: 0 1.0em;
    }
}

@media(max-width:600px) {
    .modal-dialog {
        margin: 10% auto auto auto;
    }
}

@media(max-width:1366px) {
    .modal-dialog {
        max-width: calc(100% - 60px);
    }
}

@media(min-width:1367px) {
    .modal-dialog {
        max-width: 1550px;
    }
}

.modal-body {
    padding-bottom: calc(100% / 1.77);
    padding-top: 0;
}

.modal-dialog iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.modal-header .close {
    font-size: 3em;
    padding: 2px 13px;
    border: 1px solid #1c1c1c;
    margin: 1px 0 1px auto;
}

.modal-header {
    padding: 0.2rem;
}

    .modal-header .close span {
        line-height: 0;
        margin: auto 0 auto auto;
    }

.modal-footer {
    display: none;
}
