@charset "utf-8";
.award img{
        border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgb(168 166 162 / 82%);
}
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

body {
    overflow-x: hidden;
    width: 100%;
    font-family: open sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #6f6b80
}

svg {
    fill: currentcolor;
    width: 15px;
    height: 15px
}

img.svg {
    width: 15px;
    height: 15px
}

::-webkit-input-placeholder {
    color: #6f6f6f
}

:-moz-placeholder {
    color: #6f6f6f;
    opacity: 1
}

::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6f6f6f
}

::-ms-input-placeholder {
    color: #6f6f6f
}

::placeholder {
    color: #6f6f6f
}

body::-webkit-scrollbar {
    width: 11px
}

body {
    scrollbar-width: thin;
    scrollbar-color: #999 #fff
}

body:-webkit-scrollbar-track {
    background: #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 6px;
    border: 3px solid #fff
}

.container {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0 40px;
    position: relative;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
    font-family: jost, sans-serif;
    color: #000
}

h1 {
    font-size: 45px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

.dizme_tm_all_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_all_wrap,
.dizme_tm_all_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex
} 

#preloader:before,
#preloader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#preloader:after {
    left: auto;
    right: 0
}

#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.loader_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards
}

.loader_line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms
}

@keyframes lineheight {
    0% {
        height: 0%
    }

    100% {
        height: 100%
    }
}

@keyframes lineround {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

.preloaded .loader_line:after {
    opacity: 0
}

.preloaded .loader_line {
    opacity: 0;
    height: 100% !important
}

.preloaded:before,
.preloaded:after {
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards
}

@keyframes preloadedzero {
    0% {
        width: 50%
    }

    100% {
        width: 0%
    }
}

.dizme_tm_section {
    width: 100%;
    height: auto;
    clear: both;
   
    float: left;
    margin-bottom: 60px;
}

.dizme_tm_mobile_menu {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10
}

.dizme_tm_mobile_menu .mobile_menu_inner {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px
}

.dizme_tm_mobile_menu .mobile_in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dizme_tm_mobile_menu .mobile_in .logo img {
    max-width: 90px;
    max-height: 70px
}

.dizme_tm_mobile_menu .trigger {
    line-height: 0
}

.dizme_tm_mobile_menu .dropdown {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    display: none
}

.dizme_tm_mobile_menu .dropdown .dropdown_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 25px 40px
}

.dizme_tm_mobile_menu .dropdown .dropdown_inner ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_mobile_menu .dropdown .dropdown_inner ul li {
    margin: 0;
    float: left;
    width: 100%
}

.dizme_tm_mobile_menu .dropdown .dropdown_inner ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0;
    font-family: jost, sans-serif;
    font-weight: 500
}

.dizme_tm_mobile_menu .download_cv {
    padding-top: 20px
}

.dizme_tm_mobile_menu .download_cv a {
    color: #fff !important;
    border-radius: 50px;
    background-color: #f75023;
    padding: 7px 40px !important
}

.dizme_tm_mobile_menu .hamburger-inner,
.dizme_tm_mobile_menu .hamburger-inner:after,
.dizme_tm_mobile_menu .hamburger-inner:before {
    width: 30px;
    height: 2px
}

.dizme_tm_mobile_menu .hamburger-box {
    width: 30px
}

.dizme_tm_mobile_menu .hamburger {
    padding: 0
}

.dizme_tm_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 25px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_header .inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dizme_tm_header.animate {
    background-color: #a8e2ee;
    padding: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 74%);
}

.dizme_tm_header .logo img {
    max-width: 150px;
    max-height: 80px
}

.dizme_tm_header .menu ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center
}

.dizme_tm_header .menu ul li {
    margin: 0 48px 0 0;
    display: inline-block
}

.dizme_tm_header .menu ul li:last-child {
    margin-right: 0
}

.dizme_tm_header .menu ul li.current a {
    color: #f75023
}

.dizme_tm_header .menu ul li a:hover {
    color: #f75023
}

.dizme_tm_header .menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: jost, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_header .download_cv {
    position: relative;
    top: 3px
}

.dizme_tm_header .download_cv a {
    border: 2px solid #f75023;
    border-radius: 50px;
    padding: 8px 35px 7px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.dizme_tm_header .download_cv span {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_header .download_cv a:before {
    position: absolute;
    content: "";
    z-index: 0;
    background-color: #f75023;
    left: -5px;
    right: -5px;
    bottom: -5px;
    height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_header .download_cv a:hover:before {
    height: 115%
}

.dizme_tm_header .download_cv a:hover span {
    color: #fff
}

.greenText {
    color: #f75023 !important
}

.purpleText {
    color: #8067f0 !important
}

.orangeText {
    color: #f75023 !important
}

.yellowText {
    color: #f0c45c !important
}

.orangeBackground {
    background-color: #fedfd7 !important
}

.greenBackground {
    background-color: #ddf5e6 !important
}

.purpleBackground {
    background-color: #ece8fd !important
}

.dizme_tm_hero {
    width: 100%;
    height: 100vh;
    clear: both;
    float: left;
    position: relative;
   
}

.dizme_tm_hero .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dizme_tm_hero .container {
    height: 100%
}

.dizme_tm_hero .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dizme_tm_hero .details {
    width: 50%;
    padding-right: 20px
}

.dizme_tm_hero .hello h3 {
    font-size: 45px
}

.dizme_tm_hero .name {
    margin-bottom: 18px
}

.dizme_tm_hero .name h3 {
    font-size: 65px
}

.dizme_tm_hero .job {
    margin-bottom: 35px
}

.dizme_tm_hero .job p {
    font-size: 28px;
    color: #000;
    font-weight: 500
}

.dizme_tm_hero .text {
    margin-bottom: 42px
}

.dizme_tm_hero .text p {
    font-size: 23px;
    line-height: 1.5
}

.dizme_tm_hero .button {
    display: flex;
    align-items: center
}

.dizme_tm_hero .dizme_tm_button {
    width: auto
}
.dizme_tm_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}
.dizme_tm_button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: jost, sans-serif;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #f75023;
    padding: 14px 48px 13px;
    position: relative;
    overflow: hidden
}
.dizme_tm_button1 a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: jost, sans-serif;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #f75023;
    padding: 14px 48px 13px;
    position: relative;
    margin-left: 289px;
    overflow: hidden
}
.dizme_tm_button span {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.dizme_tm_button a:before {
    position: absolute;
    content: "";
    z-index: 0;
    background-color: #f75023;
    left: -5px;
    right: -5px;
    bottom: -5px;
    height: 110%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.dizme_tm_button a:hover:before {
    height: 0
}
.dizme_tm_button a:hover span {
    color: #000
}
.dizme_tm_hero .social {
    padding-left: 27px;
    position: relative;
    top: -4px
}
.dizme_tm_hero .social ul {
    margin: 0;
    list-style-type: none
}
.dizme_tm_hero .social ul li {
    margin: 0 25px 0 0;
    display: inline-block
}
.dizme_tm_hero .social ul li:last-child {
    margin-right: 0
}
.dizme_tm_hero .social ul li a {
    text-decoration: none;
    color: #000
}
.dizme_tm_hero .image {
    position: relative
}
.dizme_tm_hero .avatar {
    width: 50%;
    padding-left: 100px
}
.dizme_tm_hero .avatar img {
    max-height: 650px
}
.dizme_tm_hero .skills {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 8px;
    position: absolute;
    box-shadow: 24px 0 72px rgba(54, 32, 152, .3)
}
.dizme_tm_hero .skills.illustrator {
  
    top: 20px;
    left: -30px
}

.dizme_tm_hero .skills.photoshop {
    
    right: 70px;
    top: 80px
}
.dizme_tm_hero .skills.figma {
    
    bottom: 60px;
    left: 140px
}
.dizme_tm_hero .skills .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px
}
.dizme_tm_hero .skills.illustrator .svg {
    color: #ff9a00
}
.dizme_tm_hero .skills.photoshop .svg {
    color: #00a9ff
}
.dizme_tm_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 5
}
.dizme_tm_down svg {
    width: 35px !important;
    height: 35px !important
}

.dizme_tm_down svg #wheel {
    animation: scroll ease 2s infinite
}

@keyframes scroll {
    0% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(60px)
    }
}

.animPulse {
    animation: animPulse 3s linear 0s infinite alternate
}

@keyframes animPulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.anim_moveLeft {
    animation: animMoveLeft 3s linear 0s infinite alternate
}

@keyframes animMoveLeft {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(-20px)
    }
}

.anim_moveRight {
    animation: anim_moveRight 3s linear 0s infinite alternate
}

@keyframes anim_moveRight {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(20px)
    }
}

.anim_moveTop {
    animation: anim_moveTop 3s linear 0s infinite alternate
}

@keyframes anim_moveTop {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-20px)
    }
}

.anim_moveBottom {
    animation: anim_moveBottom 3s linear 0s infinite alternate
}

@keyframes anim_moveBottom {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(20px)
    }
}

.dizme_tm_process {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_process .list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_process ul {
    margin: 0 0 0 -70px;
    list-style-type: none
}

.dizme_tm_process ul li {
    margin: 0 0 70px;
    width: 33.3333%;
    float: left;
    padding-left: 70px;
    text-align: center
}

.dizme_tm_process ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_process .icon {
    margin-bottom: 30px
}

.dizme_tm_process .icon span {
    position: relative;
    display: inline-block
}

.dizme_tm_process .icon .brush {
    max-width: 125px;
    position: relative
}

.dizme_tm_process .icon .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px
}

.dizme_tm_process .title {
    margin-bottom: 20px
}

.dizme_tm_process .title h3 {
    font-size: 24px
}

.dizme_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    /* padding-top: 112px; */
    position: relative
}

.dizme_tm_about .wrapper {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center
}

.dizme_tm_about .left {
    width: 50%;
    padding-right: 60px
}

.dizme_tm_about .left .image {
    position: relative
}

.dizme_tm_about .left .image img {
    max-height: 800px
}

.dizme_tm_about .numbers {
    position: absolute
}

.dizme_tm_about .numbers.year {
    top: 120px;
    left: -80px
}

.dizme_tm_about .numbers.project {
    bottom: 70px;
    right: -30px
}

.dizme_tm_about .numbers .wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 25px 0 65px rgba(54, 32, 152, .11);
    border-radius: 8px;
    padding: 34px 40px 31px 36px;
    
}


.dizme_tm_about .numbers.project .wrapper {
    padding: 14px 30px 11px 26px
}

.dizme_tm_about .numbers .wrapper h3 {
    font-size: 60px;
    color: #1cbe59
}

.dizme_tm_about .numbers.project h3 {
    color: #6e50f0
}

.dizme_tm_about .numbers .wrapper .name {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    font-family: jost, sans-serif;
    line-height: 1.3;
    padding-left: 17px
}

.dizme_tm_about .right {
    width: 50%;
    padding-left: 60px
}

.dizme_tm_about .right .title {
    margin-bottom: 25px
}

.dizme_tm_about .right .title span {
    display: inline-block;
    color: #f75023;
    font-size: 24px;
    font-weight: 500;
    font-family: jost, sans-serif;
    margin-bottom: 6px
}

.dizme_tm_about .right .title h3 {
    font-size: 48px;
    max-width: 90%;
    line-height: 1.25
}

.dizme_tm_about .right .text {
    margin-bottom: 47px
}

.dizme_tm_about .brush_1 {
    position: absolute;
    top: 20px;
    left: 120px
}

.dizme_tm_about .brush_2 {
    position: absolute;
    bottom: -50px;
    right: 0
}

.dizme_tm_main_title {
    width: 100%;
    max-width: 880px;
    height: auto;
    clear: both;
    text-align: center;
    margin: 0 auto
}

.dizme_tm_main_title[data-align=left] {
    text-align: left;
    margin: 0 !important
}

.dizme_tm_main_title[data-align=center] {
    text-align: center;
    margin: 0 auto
}

.dizme_tm_main_title[data-align=right] {
    text-align: right;
    margin: 0 !important
}

.dizme_tm_main_title span {
    font-size: 24px;
    font-weight: 500;
    color: #f75023;
    font-family: jost, sans-serif;
    display: inline-block;
    margin-bottom: 6px
}

.dizme_tm_main_title h3 {
    font-size:48px;
    line-height: 1.50;
    margin-bottom: 23px;
}

.dizme_tm_portfolio {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-transform: capitalize;
    margin-bottom: 165px;
    position: relative
}

.dizme_tm_portfolio .portfolio_filter {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: center;
    padding: 78px 0 56px
}

.dizme_tm_portfolio .portfolio_filter ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_portfolio .portfolio_filter ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_portfolio .portfolio_filter ul li {
    margin: 0 50px 0 0;
    display: inline-block
}

.dizme_tm_portfolio .portfolio_filter ul li:last-child {
    margin-right: 0
}

.dizme_tm_portfolio .portfolio_filter ul li a {
    text-decoration: none;
    color: #000;
    font-family: jost, sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_portfolio .portfolio_filter ul li a.current {
    color: #f75023
}

.dizme_tm_portfolio .portfolio_filter ul li a:hover {
    color: #f75023
}

.dizme_tm_portfolio .portfolio_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_portfolio .portfolio_list ul {
    margin: 0 0 0 -25px;
    list-style-type: none;
    position: relative;
    z-index: 2
}

.dizme_tm_portfolio .portfolio_list ul li {
    margin: 0 0 25px;
    width: 33.3333%;
    float: left;
    padding-left: 25px;
}

.dizme_tm_portfolio .portfolio_list ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
   box-shadow: 5px 10px 30px 5px rgb(247 80 35 / 25%);
}

.dizme_tm_portfolio .portfolio_list .image {
    position: relative;
    overflow: hidden
}

.dizme_tm_portfolio .portfolio_list .inner img {
    min-width: 100%;
    opacity: 0
   
}

.dizme_tm_portfolio .portfolio_list .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1) translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dizme_tm_portfolio .portfolio_list ul li .inner:hover .main {
    transform: scale(1.1) translateZ(0)
}

.dizme_tm_portfolio_titles {
    white-space: nowrap;
    background: #fff;
    font-size: 21px;
    padding: 7px 15px;
    font-family: jost, sans-serif;
    font-weight: 500;
    color: #000;
    position: fixed;
    z-index: 5;
    opacity: 0;
    visibility: hidden
}

.dizme_tm_portfolio_titles.visible {
    opacity: 1;
    visibility: visible
}

.dizme_tm_portfolio_titles .work__cat {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    margin-top: -10px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    color: #6f6b80
}

.entry {
    position: relative
}

.dizme_tm_portfolio .mobile_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 20px;
    display: none
}

.dizme_tm_portfolio .mobile_title h3 {
    font-size: 18px;
    font-weight: 600
}

.dizme_tm_portfolio .mobile_title span {
    font-family: poppins;
    font-weight: 500
}

.dizme_tm_modalbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 20;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_modalbox.opened {
    opacity: 1;
    visibility: visible
}

.dizme_tm_modalbox .box_inner {
    position: absolute;
    top: 70px;
    bottom: 70px;
    width: 968px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition-delay: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_modalbox.opened .box_inner {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.dizme_tm_modalbox .close {
    position: fixed;
    left: 100%;
    top: 0;
    margin-left: 30px;
    z-index: 10
}

.dizme_tm_modalbox .close a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_modalbox .close a:hover {
    border-radius: 100%
}

.dizme_tm_modalbox .close a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dizme_tm_modalbox .description_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 50px;
    overflow-y: scroll
}

.dizme_tm_modalbox .description_wrap:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    z-index: 2
}

.dizme_tm_modalbox .description_wrap:after {
    position: fixed;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    z-index: 2
}

.dizme_tm_modalbox .description_wrap::-webkit-scrollbar {
    width: 11px
}

.dizme_tm_modalbox .description_wrap {
    scrollbar-width: thin;
    scrollbar-color: #999 #fff
}

.dizme_tm_modalbox .description_wrap:-webkit-scrollbar-track {
    background: #fff
}

.dizme_tm_modalbox .description_wrap::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    border: 3px solid #fff
}

.dizme_tm_portfolio .hidden_content {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11
}

.dizme_tm_modalbox .popup_details {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_modalbox .popup_details .top_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 37px
}

.dizme_tm_modalbox .popup_details .top_image img {
    position: relative;
    min-width: 100%;
    opacity: 0
}

.dizme_tm_modalbox .popup_details .top_image .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px
}

.dizme_tm_modalbox .portfolio_main_title {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.dizme_tm_modalbox .portfolio_main_title span {
    display: inline-block;
    font-size: 16px;
    font-family: jost, sans-serif
}

.dizme_tm_modalbox .portfolio_main_title span a {
    text-decoration: none;
    color: #6f6b80
}

.dizme_tm_modalbox .portfolio_main_title h3 {
    font-size: 22px;
    margin-bottom: 3px
}

.dizme_tm_modalbox .main_details {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin-bottom: 60px
}

.dizme_tm_modalbox .main_details .textbox {
    width: 70%;
    padding-right: 40px
}

.dizme_tm_modalbox .main_details .textbox p {
    margin-bottom: 15px
}

.dizme_tm_modalbox .main_details .textbox p:last-child {
    margin-bottom: 0
}

.dizme_tm_modalbox .main_details .detailbox {
    width: 30%;
    padding-left: 40px
}

.dizme_tm_modalbox .main_details .detailbox>ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_modalbox .main_details .detailbox>ul>li {
    margin: 0 0 10px;
    width: 100%;
    float: left
}

.dizme_tm_modalbox .main_details .detailbox>ul>li:last-child {
    margin-bottom: 0
}

.dizme_tm_modalbox .main_details .detailbox .first {
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #000;
    font-family: jost, sans-serif
}

.dizme_tm_modalbox .main_details .detailbox span {
    font-size: 16px;
    font-family: jost, sans-serif
}

.dizme_tm_modalbox .main_details .detailbox span a {
    text-decoration: none;
    color: #7d7789
}

.dizme_tm_modalbox .additional_images {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_modalbox .additional_images ul {
    margin: 0 0 0 -30px;
    list-style-type: none
}

.dizme_tm_modalbox .additional_images ul li {
    margin: 0 0 30px;
    float: left;
    width: 50%;
    padding-left: 30px
}

.dizme_tm_modalbox .additional_images ul li:nth-child(3n-2) {
    width: 100%
}

.dizme_tm_modalbox .additional_images ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_modalbox .additional_images ul li .my_image {
    position: relative
}

.dizme_tm_modalbox .additional_images ul li .my_image img {
    opacity: 0;
    min-width: 100%
}

.dizme_tm_modalbox .additional_images ul li .my_image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.dizme_tm_portfolio .brush_1 {
    position: absolute;
    top: 150px;
    left: 100px
}

.dizme_tm_portfolio .brush_2 {
    position: absolute;
    bottom: -120px;
    right: 60px
}

.dizme_tm_skills {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_skills .wrapper {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center
}

.dizme_tm_skills .left {
    width: 50%;
    padding-right: 100px
}

.dodo_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 30px;
    overflow: hidden
}

.progress_inner {
    width: 100%;
    margin-bottom: 22px
}

.progress_inner:last-child {
    margin-bottom: 0
}

.progress_inner>span {
    margin: 0 0 9px;
    display: block;
    text-align: left;
    position: relative
}

.progress_inner span.label {
    opacity: 0;
    transform: translateY(10px);
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: jost, sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.progress_inner span.label.opened {
    opacity: 1;
    transform: translateY(0px)
}

.progress_inner span.number {
    float: right;
    position: absolute;
    right: 100%;
    bottom: -2px;
    transition: all 2s cubic-bezier(.165, .84, .44, 1);
    color: #f75023;
    font-size: 16px;
    font-family: jost, sans-serif
}

.progress_inner .background {
    background: #e7e5f1;
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 8px;
    border-radius: 50px
}

.progress_inner .background .bar_in {
    height: 8px;
    width: 0;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    top: 0
}

.progress_inner .background .bar {
    width: 0;
    height: 100%
}

.progress_inner .background .bar.open {
    -webkit-animation: wow 2s cubic-bezier(.165, .84, .44, 1);
    -moz-animation: wow 2s cubic-bezier(.165, .84, .44, 1);
    animation: wow 2s cubic-bezier(.165, .84, .44, 1);
    width: 100%
}

@-webkit-keyframes wow {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes wow {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes wow {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.dizme_tm_skills .right {
    width: 50%;
    padding-left: 100px
}

.dizme_tm_skills .right img {
    max-height: 800px
}

.dizme_tm_full_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.dizme_tm_services {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 178px;
    margin-bottom: 160px;
    position: relative
}

.dizme_tm_services .service_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 86px
}

.dizme_tm_services .service_list ul {
    margin: 0 0 0 -25px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3
}

.dizme_tm_services .service_list ul li {
    margin: 0 0 25px;
    width: 50%;
    float: left;
    padding-left: 25px
}

.dizme_tm_services .service_list ul li .list_inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 18px 0 87px rgba(10, 15, 70, .07);
    padding: 65px 65px 65px 195px
}

.dizme_tm_services .service_list ul li.simple .list_inner {
    box-shadow: none;
    border-radius: 0;
    padding: 0 60px 0 0;
    background-color: transparent
}

.dizme_tm_services .service_list ul li.text {
    text-align: center;
    padding: 0 100px
}

.dizme_tm_services .service_list .title {
    width: 100%;
    float: left;
    margin-bottom: 19px
}

.dizme_tm_services .service_list .title h3 {
    font-size: 30px;
    margin-bottom: 16px
}

.dizme_tm_services .service_list .price {
    font-weight: 500;
    font-size: 21px;
    color: #000;
    font-family: jost, sans-serif
}

.dizme_tm_services .service_list .price span {
    font-size: 24px;
    color: #f75023
}

.dizme_tm_services .service_list .icon {
    position: absolute;
    left: 65px;
    top: 65px;
    width: 95px;
    height: 95px
}

.dizme_tm_services .service_list .icon .svg {
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    color: #e8060a
}

.dizme_tm_services .service_list .icon .back {
    position: absolute;
    max-width: 95px;
    top: 0
}

.dizme_tm_services .service_list .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.dizme_tm_services .service_list .wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 35px
}

.dizme_tm_services .popup_service_image {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: -111
}

.dizme_tm_services .service_hidden_details {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: -111
}

.dizme_tm_modalbox .service_popup_informations {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_modalbox .service_popup_informations .image {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 37px
}

.dizme_tm_modalbox .service_popup_informations .image img {
    position: relative;
    min-width: 100%;
    opacity: 0
}

.dizme_tm_modalbox .service_popup_informations .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.dizme_tm_modalbox .service_popup_informations .main_title {
    width: 100%;
    float: left;
    margin-bottom: 23px
}

.dizme_tm_modalbox .service_popup_informations .main_title h3 {
    font-size: 30px;
    margin-bottom: 5px
}

.dizme_tm_modalbox .service_popup_informations .main_title span {
    font-weight: 500;
    font-size: 21px;
    color: #000;
    font-family: jost, sans-serif
}

.dizme_tm_modalbox .service_popup_informations .main_title span span {
    font-size: 24px;
    color: #f75023
}

.dizme_tm_modalbox .service_popup_informations .descriptions {
    width: 100%;
    float: left
}

.dizme_tm_modalbox .service_popup_informations .descriptions p {
    margin-bottom: 15px
}

.dizme_tm_modalbox .service_popup_informations .descriptions p:last-child {
    margin-bottom: 0
}

.dizme_tm_services .brush_1 {
    position: absolute;
    top: 300px;
    left: 0
}

.dizme_tm_services .brush_1 img {
    max-width: 460px
}

.dizme_tm_services .brush_2 {
    position: absolute;
    top: 0;
    right: 0
}

.dizme_tm_testimonials {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 187px;
    position: relative
}

.dizme_tm_testimonials .list_wrapper {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    margin-top: 80px
}

.dizme_tm_testimonials .in {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto
}

.dizme_tm_testimonials .total {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_testimonials ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_testimonials ul li {
    margin: 0
}

.dizme_tm_testimonials .icon {
    margin-bottom: 35px
}

.dizme_tm_testimonials .icon .svg {
    width: 80px;
    height: 80px;
    color: #f75023;
    border-radius: 50%;
}

.dizme_tm_testimonials .text {
    margin-bottom: 51px
}

.dizme_tm_testimonials .text p {
    font-size: 30px;
    font-style: italic;
    line-height: 1.6
}

.dizme_tm_testimonials .short {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.dizme_tm_testimonials .short .image {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.dizme_tm_testimonials .short .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%
}

.dizme_tm_testimonials .detail {
    text-align: left;
    padding-left: 25px
}

.dizme_tm_testimonials .detail h3 {
    font-size: 24px
}

.dizme_tm_testimonials .detail span {
    font-size: 16px
}

.dizme_tm_testimonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #f75023;
    position: relative;
    margin: 0 12px
}

.dizme_tm_testimonials .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 100%;
    border: 2px solid #ffb324;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dizme_tm_testimonials .owl-theme .owl-dots .owl-dot.active span:before {
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px
}

.dizme_tm_testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    margin-top: 64px
}

.dizme_tm_testimonials .brush_1 {
    position: absolute;
    top: -120px;
    right: 20px
}

.dizme_tm_testimonials .left_details {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    margin-top: -10px
}

.dizme_tm_testimonials .left_details .det_image {
    position: absolute;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dizme_tm_testimonials .left_details .det_image.one {
    width: 55px;
    height: 55px
}

.dizme_tm_testimonials .left_details .det_image.two {
    width: 70px;
    height: 70px;
    top: -217px;
    left: 133px
}

.dizme_tm_testimonials .left_details .det_image.three {
    width: 60px;
    height: 60px;
    top: -60px;
    left: 255px
}

.dizme_tm_testimonials .left_details .det_image.four {
    width: 35px;
    height: 35px;
    left: 260px;
    bottom: -153px
}

.dizme_tm_testimonials .left_details .circle {
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%
}

.dizme_tm_testimonials .left_details .circle.green {
    background-color: #1cbe59;
    top: -108px;
    left: 55px
}

.dizme_tm_testimonials .left_details .circle.yellow {
    background-color: #f0c45c;
    left: 148px;
    bottom: -42px
}

.dizme_tm_testimonials .left_details .border {
    border: 4px solid #6e50f0;
    width: 30px;
    height: 30px;
    top: -152px;
    left: 300px
}

.dizme_tm_testimonials .right_details {
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    margin-top: -50px
}

.dizme_tm_testimonials .right_details .det_image {
    position: absolute;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dizme_tm_testimonials .right_details .det_image.one {
    width: 49px;
    height: 49px
}

.dizme_tm_testimonials .right_details .det_image.two {
    width: 79px;
    height: 79px;
    bottom: -100px;
    right: 225px
}

.dizme_tm_testimonials .right_details .det_image.three {
    width: 58px;
    height: 58px;
    top: -162px;
    right: 50px
}

.dizme_tm_testimonials .right_details .circle {
    position: absolute;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 100%
}

.dizme_tm_testimonials .right_details .circle.yellow {
    background-color: #f0c45c;
    top: -173px;
    right: 263px
}

.dizme_tm_testimonials .right_details .circle.purple {
    background-color: #8067f0;
    bottom: -180px;
    right: 38px
}

.dizme_tm_testimonials .right_details .border {
    border: 6px solid #1cbe59;
    width: 54px;
    height: 54px;
    right: 109px;
    top: -13px
}

.dizme_tm_partners {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_partners .partners_inner {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #eee
}

.dizme_tm_partners ul {
    margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px)
}

.dizme_tm_partners ul li {
    margin: 0;
    float: left;
    width: 25%;
    border: 2px solid #eee;
    text-align: center;
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden
}

.dizme_tm_partners ul li img {
    max-width: 88%;
    max-height: 100px
}

.dizme_tm_partners ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_partners ul li .list_inner:hover {
    opacity: 1
}

.dizme_tm_partners .brush_1 {
    position: absolute;
    top: -170px;
    left: 0
}

.dizme_tm_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 185px;
    margin-bottom: 160px;
    position: relative
}

.dizme_tm_news .news_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 65px
}

.dizme_tm_news ul {
    margin: 0 0 0 -25px;
    list-style-type: none
}

.dizme_tm_news ul li {
    margin: 0 0 25px;
    width: 33.3333%;
    float: left;
    padding-left: 25px
}

.dizme_tm_news ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_news ul li .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 12px
}

.dizme_tm_news ul li .image img {
    position: relative;
    opacity: 0;
    min-width: 100%
}

.dizme_tm_news ul li .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    transform: scale(1) translateZ(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_news ul li .image:hover .main {
    transform: scale(1.1) translateZ(0)
}

.dizme_tm_news ul li .date {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-block;
    background-color: #1cbe59;
    border-radius: 12px;
    text-align: center;
    padding: 13px 19px 12px;
    line-height: 1
}

.dizme_tm_news ul li .date h3 {
    font-size: 24px;
    color: #fff;
    font-family: inherit;
    line-height: 1.2
}

.dizme_tm_news ul li .date span {
    font-size: 14px;
    color: #fff
}

.dizme_tm_news ul li .details .category a {
    font-size: 16px;
    color: #f75023;
    font-family: jost, sans-serif;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px
}

.dizme_tm_news ul li .details .title {
    line-height: 1.4
}

.dizme_tm_news ul li .details .title a {
    font-size: 21px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_news ul li .details .title a:hover {
    color: #f75023
}

.dizme_tm_news .news_hidden_details {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11
}

.dizme_tm_modalbox .news_popup_informations {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_modalbox .news_popup_informations .image {
    position: relative;
    margin-bottom: 37px
}

.dizme_tm_modalbox .news_popup_informations .image img {
    position: relative;
    opacity: 0;
    min-width: 100%
}

.dizme_tm_modalbox .news_popup_informations .image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.dizme_tm_modalbox .news_popup_informations .details {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.dizme_tm_modalbox .news_popup_informations .details span a {
    text-decoration: none;
    color: #6f6b80;
    font-family: jost, sans-serif;
    font-size: 16px
}

.dizme_tm_modalbox .news_popup_informations .details h3 {
    font-size: 22px;
    margin-bottom: 3px
}

.dizme_tm_modalbox .news_popup_informations .text {
    width: 100%;
    float: left
}

.dizme_tm_modalbox .news_popup_informations .text p {
    margin-bottom: 15px
}

.dizme_tm_modalbox .news_popup_informations .text p:last-child {
    margin-bottom: 0
}

.dizme_tm_news .brush_1 {
    position: absolute;
    top: 250px;
    left: 115px
}

.dizme_tm_news .brush_2 {
    position: absolute;
    top: 0;
    right: 0
}

.dizme_tm_subscribe {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_subscribe .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_subscribe .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px
}

.dizme_tm_subscribe .background .dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.dizme_tm_subscribe .background .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 103, 240, .92);
    z-index: 1;
    border-radius: 12px
}

.dizme_tm_subscribe .content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 83px 90px 86px
}

.dizme_tm_subscribe .left {
    width: 50%;
    padding-right: 40px
}

.dizme_tm_subscribe .subtitle {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    font-family: jost, sans-serif;
    margin-bottom: 5px
}

.dizme_tm_subscribe .title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px
}

.dizme_tm_subscribe .text {
    color: #fff
}

.dizme_tm_subscribe .right {
    width: 50%;
    padding-left: 10px
}

.dizme_tm_subscribe .field {
    width: 100%;
    position: relative
}

.dizme_tm_subscribe .field input[type=text] {
    width: 100%;
    height: 72px;
    border-radius: 12px;
    color: #6f6b80;
    background-color: #fff;
    padding-left: 30px
}

.dizme_tm_subscribe .field input[type=text]:focus {
    outline: none
}

.dizme_tm_subscribe .field input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 72px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #fff;
    font-family: jost, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #f75023;
    padding: 0 35px
}

.dizme_tm_contact {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    /* padding-top: 190px; */
    /* margin-bottom: 200px; */
    position: relative
}

.dizme_tm_contact .contact_inner {
    width: 100%;
    display: flex;
    margin-top: 80px;
    /* margin-bottom: 182px; */
    position: relative
}

.dizme_tm_contact .left {
    width: 50%
}

.dizme_tm_contact .left ul {
    margin: 0px;
    list-style-type: none;
    margin-bottom: 40px;
    margin: 0px 57px 6px -12px;
}

.dizme_tm_contact .left ul li {
    margin: 0 0 15px
}

.dizme_tm_contact .left ul li:last-child {
    margin-bottom: 0
}

.dizme_tm_contact .left .list_inner {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.dizme_tm_contact .left .icon {
    /* width: 88px; */
    /* height: 88px; */
    border-radius: 100%;
    /* position: relative */
    position: absolute;
}

.dizme_tm_contact .left .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px
}

.dizme_tm_contact .left .short {
    padding-left: 25px
}

.dizme_tm_contact .left .short h3 {
    font-size: 24px;
    margin-bottom: -4px;
}

.dizme_tm_contact .left .short a {
    text-decoration: none;
    color: #6f6b80;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_contact .left .short a:hover {
    color: #f75023
}

.dizme_tm_contact .right {
    width: 50%
}

.dizme_tm_contact .fields {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_contact .input_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left
}

.dizme_tm_contact .input_list ul {
    margin: 0 0 0 -12px;
    list-style-type: none
}

.dizme_tm_contact .input_list ul li {
    margin: 0 0 12px;
    width: 50%;
    float: left;
    padding-left: 12px
}

.dizme_tm_contact input {
    width: 100%;
    height: 58px;
    padding: 0 30px;
    background-color: transparent;
    border: 1px solid #d6dbe5;
    border-radius: 12px;
    color: #6f6b80;
    font-size: 18px
}

.dizme_tm_contact input:focus {
    background-color: transparent;
    outline: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.dizme_tm_contact .message_area {
    width: 100%;
    float: left;
    margin-bottom: 4px
}

.dizme_tm_contact .message_area textarea {
    width: 100%;
    height: 200px;
    padding: 16px 30px 30px !important;
    background-color: transparent;
    border: 1px solid #d6dbe5;
    border-radius: 12px;
    color: #6f6b80;
    font-size: 18px
}

.dizme_tm_contact .message_area textarea:focus {
    background-color: transparent;
    outline: none
}

.dizme_tm_contact .empty_notice {
    color: #f52225;
    margin-bottom: 7px;
    display: none;
    text-align: left;
    font-weight: 500
}

.dizme_tm_contact .contact_error {
    color: #f52225;
    text-align: left;
    font-weight: 500
}

.dizme_tm_contact .returnmessage {
    color: #3a00ff;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500
}

.dizme_tm_map {
    width: 100%;
    float: left
}

.gmap_canvas {
    border-radius: 12px
}

.dizme_tm_contact .brush_1 {
    position: absolute;
    top: 100px;
    left: 0
}

.dizme_tm_contact .contact_inner .brush_2 {
    position: absolute;
    bottom: -100px;
    right: -150px
}

.dizme_tm_copyright {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
        padding: 116px 0 69px;
}

.dizme_tm_copyright .inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.dizme_tm_copyright .left p {
    font-size: 16px
}

.dizme_tm_copyright .left a {
    text-decoration: none;
    color:#59ffa0;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_copyright .left a:hover {
    color: #f75023
}

.dizme_tm_copyright .right ul {
    margin: 0;
    list-style-type: none
}

.dizme_tm_copyright .right ul li {
    margin: 0 42px 0 0;
    display: inline-block
}

.dizme_tm_copyright .right ul li:last-child {
    margin-right: 0
}

.dizme_tm_copyright .right ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_copyright .right ul li a:hover {
    color: #f75023
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: #f75023;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #f75023;
    opacity: .3
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #f75023;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.dizme_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111
}

.progressbar {
    position: fixed;
    height: 100px;
    width: 1px;
    bottom: 25px;
    right: -25px;
    background-color: rgba(0, 0, 0, .08);
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.progressbar.animate {
    right: 25px
}

.progressbar .line {
    position: absolute;
    width: 1px;
    height: auto;
    background-color: rgba(0, 0, 0, .4)
}

.progressbar .text {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 13px;
    transform: rotateZ(90deg);
    text-transform: uppercase;
    transform-origin: left;
    white-space: nowrap
}

.progressbar a {
    text-decoration: none;
    color: #000
}

.dizme_tm_intro .short_info {
    position: fixed;
    top: 10%;
    width: 100%;
    text-align: center
}

.dizme_tm_intro .short_info img {
    margin-bottom: 25px
}

.dizme_tm_intro .short_info h3 {
    font-size: 20px;
    color: #767676
}

.dizme_tm_intro {
    width: 100%;
    height: 100vh;
    clear: both;
    float: left;
    position: relative
}

.dizme_tm_intro .demos {
    width: 100%;
    height: 100%;
    clear: both;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative
}

.dizme_tm_intro .left,
.dizme_tm_intro .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.dizme_tm_intro .demos img {
    max-width: 400px;
    margin-bottom: 25px
}

.dizme_tm_intro .desc {
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dizme_tm_intro .desc h3 {
    font-size: 20px
}

.dizme_tm_intro .intro_line,
.dizme_tm_intro .intro_line_2,
.dizme_tm_intro .intro_line_3 {
    position: fixed;
    top: 0;
    width: 1px;
    height: 200%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-color: rgba(0, 0, 0, .06)
}

.dizme_tm_intro .intro_line {
    left: 25%
}

.dizme_tm_intro .intro_line_2 {
    left: 50%;
    transform: translateY(-50%)
}

.dizme_tm_intro .intro_line_3 {
    left: 75%
}

.dizme_tm_intro .intro_link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.dizme_tm_intro .left:hover .desc {
    top: -20px
}

.dizme_tm_intro .right:hover .desc {
    top: -20px
}

.dizme_tm_intro_fixed_price .pricing-info,
.dizme_tm_intro_fixed_price .anim {
    text-decoration: none;
    color: #fff;
    font-family: montserrat;
    background-color: #e54b4b;
    position: fixed;
    font-size: 22px;
    text-align: center;
    z-index: 3;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    left: 50%;
    bottom: 10%;
    margin-left: -35px;
    font-weight: 600;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@-webkit-keyframes myAnim {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes myAnim {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.dizme_tm_intro_fixed_price .anim:nth-child(1) {
    -webkit-animation: myAnim 2s infinite;
    animation: myAnim 2s infinite
}

.dizme_tm_intro_fixed_price .anim:nth-child(2) {
    -webkit-animation: myAnim 2s infinite .3s;
    animation: myAnim 2s infinite .3s
}

.dizme_tm_intro_fixed_price .anim:nth-child(3) {
    -webkit-animation: myAnim 2s infinite .6s;
    animation: myAnim 2s infinite .6s
}

@media(max-width:1600px) {
    body {
        font-size: 16px
    }

    .container {
        max-width: 1170px
    }

    .dizme_tm_header {
        padding: 15px 0
    }

    .dizme_tm_header.animate {
        padding: 10px 0
    }

    .dizme_tm_header .download_cv a {
        padding: 5px 25px 4px
    }

    .dizme_tm_header .logo img {
        max-width: 110px;
        max-height: 70px
    }

    .dizme_tm_header .menu ul li {
        margin-right: 30px
    }

    .dizme_tm_hero .hello h3 {
        font-size: 25px
    }

    .dizme_tm_hero .name h3 {
        font-size: 60px
    }

    .dizme_tm_hero .job p {
        font-size: 19px
    }

    .dizme_tm_hero .text p {
        font-size: 16px
    }

    .dizme_tm_button a {
        padding: 9px 35px 8px
    }

    .dizme_tm_hero .social {
        padding-left: 24px
    }

    .dizme_tm_hero .name {
        margin-bottom: 13px
    }

    .dizme_tm_hero .job {
        margin-bottom: 23px
    }

    .dizme_tm_hero .text {
        margin-bottom: 30px
    }

    .dizme_tm_down {
        bottom: 30px
    }

    .dizme_tm_hero .avatar img {
        max-height: 400px
    }

    .dizme_tm_hero .skills {
        width: 50px;
        height: 50px
    }

    .dizme_tm_hero .skills .svg {
        width: 100%;
        height: auto;
    }

    .dizme_tm_hero .skills.figma {
        bottom: 20px;
        left: 100px
    }

    .dizme_tm_hero .skills.photoshop {
        right: 110px
    }

    .dizme_tm_hero .skills.illustrator {
        left: -20px
    }

    .dizme_tm_process .icon .brush {
        max-width: 90px
    }

    .dizme_tm_process .icon .svg {
        width: 45px;
        height: 45px
    }

    .dizme_tm_about .right .title span {
        font-size: 22px
    }

    .dizme_tm_about .right .title h3 {
        font-size: 40px
    }

   

    .dizme_tm_main_title span {
        font-size: 22px
    }

    .dizme_tm_main_title h3 {
        font-size: 38px
    }

    .dizme_tm_main_title h3 {
        margin-bottom: 16px
    }

    .dizme_tm_services .service_list .title h3 {
        font-size: 25px;
        margin-bottom: 10px
    }

    .dizme_tm_services .service_list .price {
        font-size: 18px
    }

    .dizme_tm_services .service_list .price span {
        font-size: 20px
    }

    .dizme_tm_testimonials .in {
        max-width: 650px
    }

    .dizme_tm_testimonials .text p {
        font-size: 19px
    }

    .dizme_tm_testimonials .detail h3 {
        font-size: 22px
    }

    .dizme_tm_testimonials .left_details .det_image.two {
        left: 120px
    }

    .dizme_tm_testimonials .left_details .det_image.three {
        left: 200px
    }

    .dizme_tm_testimonials .left_details .border {
        left: 240px
    }

    .dizme_tm_testimonials .right_details .det_image.two {
        right: 170px
    }

    .dizme_tm_testimonials .right_details .border {
        right: 68px
    }

    .dizme_tm_testimonials .right_details .circle.yellow {
        right: 210px
    }

    .dizme_tm_testimonials .right_details .circle.yellow {
        width: 55px;
        height: 55px
    }

    .dizme_tm_about .brush_1 {
        left: 40px
    }

    .dizme_tm_about .numbers .wrapper {
        padding: 25px 30px 21px 26px
    }

    .dizme_tm_about .numbers .wrapper h3 {
        font-size: 50px
    }

    .dizme_tm_about .numbers .wrapper .name {
        font-size: 18px
    }

    .dizme_tm_portfolio .brush_1 {
        left: 50px
    }

    .dizme_tm_portfolio .brush_2 {
        right: 10px
    }

    .dizme_tm_news .brush_1 {
        left: 60px
    }

    .dizme_tm_contact .contact_inner .brush_2 {
        right: -80px
    }

    .dizme_tm_modalbox .description_wrap {
        padding: 40px
    }

    .dizme_tm_modalbox .description_wrap:before {
        height: 40px
    }

    .dizme_tm_modalbox .description_wrap:after {
        height: 40px
    }

    .dizme_tm_modalbox .box_inner {
        top: 50px;
        bottom: 50px;
        width: 800px
    }

    .dizme_tm_modalbox .close {
        margin-left: 20px
    }
}

@media(max-width:1200px) {
    .dizme_tm_modalbox .box_inner {
        width: 500px
    }

    .dizme_tm_modalbox .description_wrap {
        padding: 35px
    }

    .dizme_tm_modalbox .description_wrap:before {
        height: 35px
    }

    .dizme_tm_modalbox .description_wrap:after {
        height: 35px
    }

    .dizme_tm_modalbox .main_details {
        flex-direction: column;
        align-items: baseline
    }

    .dizme_tm_modalbox .main_details .textbox {
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }

    .dizme_tm_modalbox .main_details .detailbox {
        width: 100%;
        padding: 0
    }

    .dizme_tm_modalbox .additional_images ul {
        margin: 0
    }

    .dizme_tm_modalbox .additional_images ul li {
        width: 100% !important;
        padding: 0
    }

    .dizme_tm_modalbox .popup_details .top_image {
        margin-bottom: 25px
    }

    .dizme_tm_modalbox .service_popup_informations .image {
        margin-bottom: 25px
    }

    .dizme_tm_modalbox .news_popup_informations .image {
        margin-bottom: 25px
    }
}

@media(max-width:1040px) {
    .container {
        padding: 0 20px
    }

    .mouse-cursor {
        display: none
    }

    .dizme_tm_header {
        display: none
    }

    .dizme_tm_mobile_menu {
        display: block
    }

    .dizme_tm_portfolio .portfolio_list .main {
        border-radius: 12px
    }

    .dizme_tm_portfolio .mobile_title {
        display: block
    }

    .dizme_tm_portfolio_titles.visible {
        opacity: 0;
        visibility: hidden
    }

    .dizme_tm_portfolio .portfolio_list ul li .inner:hover .main {
        transform: scale(1)
    }

    .dizme_tm_hero .content {
        flex-direction: column-reverse;
        justify-content: center
    }

    .dizme_tm_hero .avatar {
        padding: 0;
        width: auto;
        margin-bottom: 30px
    }

    .dizme_tm_hero .avatar img {
        max-width: 300px;
        max-height: 300px
    }

    .dizme_tm_hero .skills {
        display: none
    }

    .dizme_tm_hero .details {
        width: 100%;
        padding-right: 0;
         
    }

    .dizme_tm_hero .button {
        justify-content: center
    }

    .dizme_tm_hero .hello h3 {
        font-size: 25px
    }

    .dizme_tm_hero .name {
        margin-bottom: 11px
    }

    .dizme_tm_hero .name h3 {
        font-size: 55px
    }

    .dizme_tm_hero .job {
        margin-bottom: 23px
    }

    .dizme_tm_hero .job p {
        font-size: 23px
    }

    .dizme_tm_hero .text {
        margin-bottom: 30px
    }

    .dizme_tm_hero .text p {
        font-size: 20px
    }

    .dizme_tm_down {
        bottom: 20px
    }

    .dizme_tm_process ul {
        margin: 0
    }

    .dizme_tm_process ul li {
        width: 100%;
        padding-left: 0
    }

    .dizme_tm_about .wrapper {
        flex-direction: column;
        text-align: center
    }

    .dizme_tm_about .left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px
    }

    .dizme_tm_about .left .image img {
        max-width: 300px;
        max-height: 300px
    }

    .dizme_tm_about .right {
        width: 100%;
        padding: 0
    }

    .dizme_tm_about .right .title span {
        font-size: 20px
    }

    .dizme_tm_about .right .title h3 {
        font-size: 35px;
        max-width: 100%
    }

    .dizme_tm_about .numbers {
        position: relative
    }

    .dizme_tm_about .numbers.year {
        top: auto;
        left: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .dizme_tm_about .numbers.project {
        bottom: auto;
        right: auto;
        margin-bottom: 30px
    }

    .dizme_tm_about .numbers .wrapper h3 {
        font-size: 45px
    }

    .dizme_tm_about .brush_1 {
        display: none
    }

    .dizme_tm_main_title span {
        font-size: 20px
    }

    .dizme_tm_main_title h3 {
        font-size: 35px
    }

    .dizme_tm_portfolio .portfolio_list ul li {
        width: 50%
    }

    .dizme_tm_about .brush_1 {
        display: none
    }

    .dizme_tm_about .brush_2 {
        display: none
    }

    .dizme_tm_portfolio .brush_1 {
        display: none
    }

    .dizme_tm_portfolio .brush_2 {
        display: none
    }

    .dizme_tm_skills .wrapper {
        flex-direction: column;
        align-items: baseline
    }

    .dizme_tm_skills .left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 50px
    }

    .dizme_tm_skills .right {
        padding-left: 0;
        width: 100%
    }

    .dizme_tm_skills .right img {
        max-width: 300px;
        max-height: 300px
    }

    .dizme_tm_main_title {
        max-width: 100% !important
    }

    .dizme_tm_services .brush_1 {
        display: none
    }

    .dizme_tm_services .brush_2 {
        display: none
    }

    .dizme_tm_services .service_list ul {
        margin: 0
    }

    .dizme_tm_services .service_list ul li {
        width: 100%;
        padding-left: 0
    }

    .dizme_tm_testimonials .left_details {
        display: none
    }

    .dizme_tm_testimonials .right_details {
        display: none
    }

    .dizme_tm_testimonials .brush_1 {
        display: none
    }

    .dizme_tm_testimonials .icon .svg {
        width: 50px;
        height: 50px
    }

    .dizme_tm_testimonials .text p {
        font-size: 20px
    }

    .dizme_tm_testimonials .detail h3 {
        font-size: 21px
    }

    .dizme_tm_partners .brush_1 {
        display: none
    }

    .dizme_tm_news .brush_1 {
        display: none
    }

    .dizme_tm_news .brush_2 {
        display: none
    }

    .dizme_tm_contact .brush_1 {
        display: none
    }

    .dizme_tm_news ul li {
        width: 50%
    }

    .dizme_tm_subscribe .content {
        flex-direction: column;
        align-items: baseline;
        padding-left: 30px;
        padding-right: 30px
    }

    .dizme_tm_subscribe .left {
        padding: 0;
        width: 100%;
        margin-bottom: 40px
    }

    .dizme_tm_subscribe .right {
        padding: 0;
        width: 100%
    }

    .dizme_tm_subscribe .subtitle {
        font-size: 19px
    }

    .dizme_tm_subscribe .title {
        font-size: 35px
    }

    .dizme_tm_contact .contact_inner {
        flex-direction: column;
        align-items: baseline
    }

    .dizme_tm_contact .left .short h3 {
        font-size: 25px
    }

    .dizme_tm_contact .left {
        width: 100%;
        margin-bottom: 40px
    }

    .dizme_tm_contact .right {
        width: 100%
    }

    .dizme_tm_contact .contact_inner .brush_2 {
        display: none
    }

    .dizme_tm_copyright .inner {
        flex-direction: column;
        align-items: center
    }
}

@media(max-width:768px) {
    
    .dizme_tm_portfolio .portfolio_list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
}
    .dizme_tm_hero .avatar img {
        max-width: 220px;
        max-height: 220px
    }
.dizme_tm_copyright .left p {
    margin-left: 18px;
    text-align: center;
    word-spacing: 0px;
}.dizme_tm_copyright {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 134px 0 69px;
}
    .dizme_tm_hero .job {
        margin-bottom: 15px
    }

    .dizme_tm_hero .job p {
        font-size: 18px
    }

    .dizme_tm_hero .hello h3 {
        font-size: 21px
    }

    .dizme_tm_hero .text p {
        font-size: 16px
    }

    .dizme_tm_hero .name h3 {
        font-size: 42px
    }

    .dizme_tm_hero .social {
        padding-left: 15px
    }

    .dizme_tm_portfolio .portfolio_list ul {
        margin: 0
    }

    .dizme_tm_portfolio .portfolio_list ul li {
        width: 100%;
        padding-left: 0
    }

    .dizme_tm_services .service_list .icon {
        display: none
    }

    .dizme_tm_services .service_list ul li .list_inner {
        padding: 40px 20px
    }

    .dizme_tm_services .service_list .title h3 {
        font-size: 25px
    }

    .dizme_tm_services .service_list .price {
        font-size: 19px
    }

    .dizme_tm_services .service_list .price span {
        font-size: 21px
    }

    .dizme_tm_partners ul li {
        width: 50%
    }

    .dizme_tm_news ul {
        margin: 0
    }

    .dizme_tm_news ul li {
        width: 100%;
        padding-left: 0
    }

    .dizme_tm_contact .input_list ul {
        margin: 0
    }

    .dizme_tm_contact .input_list ul li {
        width: 100%;
        padding-left: 0
    }

    .dizme_tm_subscribe .field input[type=submit] {
        padding: 0 15px
    }

    .dizme_tm_modalbox .box_inner {
        width: 300px
    }

    .dizme_tm_modalbox .portfolio_main_title h3 {
        font-size: 19px;
        margin-bottom: 2px
    }

    .dizme_tm_modalbox .description_wrap {
        padding: 20px
    }

    .dizme_tm_modalbox .description_wrap:before {
        height: 20px
    }

    .dizme_tm_modalbox .description_wrap:after {
        height: 20px
    }

    .dizme_tm_modalbox .close {
        left: auto;
        right: 0;
        margin-left: 0;
        top: -40px
    }

    .dizme_tm_modalbox .close a {
        width: 30px;
        height: 30px
    }

    .dizme_tm_modalbox .service_popup_informations .main_title h3 {
        font-size: 19px
    }

    .dizme_tm_modalbox .service_popup_informations .main_title span {
        font-size: 16px
    }

    .dizme_tm_modalbox .service_popup_informations .main_title span span {
        font-size: 16px
    }

    .dizme_tm_modalbox .service_popup_informations .main_title h3 {
        margin-bottom: 0
    }

    .dizme_tm_modalbox .news_popup_informations .details h3 {
        font-size: 19px
    }

    .dizme_tm_hero {
        margin-bottom: 135px
    }

    

    .dizme_tm_portfolio {
        
        margin-bottom: 88px
    }

    .dizme_tm_portfolio .portfolio_filter {
        
        padding-bottom: 46px
    }

    .dizme_tm_services {
      
        margin-bottom: 98px
    }

    .dizme_tm_testimonials .list_wrapper {
        margin-top: 65px
    }

    .dizme_tm_testimonials .in {
        padding: 0 20px
    }

    .dizme_tm_testimonials 
       {
            margin-bottom: 127px;
            background-color: #ffffffa6;
            height: 680px;
        }

    

    .dizme_tm_testimonials .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 50px
    }

    .dizme_tm_news {
         
        margin-bottom: 100px
    }

    

    .dizme_tm_contact .contact_inner {
        margin-top: 67px;
        margin-bottom: 120px
    }

    /* .dizme_tm_contact {
        margin-bottom: 120px
    } */
}

@media only screen and (max-width: 767px){
    .dizme_tm_button1 a{ 
          margin-right: -17px;
          margin-left: 117px;
         }
         .dizme_tm_contact {
             margin-bottom: -145px;
         }
}
@media only screen and (max-width: 767px){
    .resume_list ul li { 
          
          margin-left: 117px;
         }
}
@media (max-width: 1040px){
.dizme_tm_contact .right {
    width: 100%;
    margin-left: -34px;
}
}
.icon1{
    background-color: #f7633b;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
.icon2{
    background-color: #f7633b;
    height: 50px;
    width: 80px;
    border-radius: 50%;
    position: relative;
}
.fa, .fas {
    font-weight: 900;
    padding: 17px;
    color: white;
}
.hexagon-item:hover .hex-item div::before, .hexagon-item:hover .hex-item div::after {
    background-color: #fc642f;
}
/* <index css> */
.heading-page {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bolder;
    letter-spacing: 3px;
    color: white;
}

/*
*  Reset bootstrap's default style
*/
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: inherit;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: inherit;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

button,
input,
select,
textarea,
label {
    font-weight: 400;
}

.btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus,
.btn:active:focus {
    outline: 0 none;
}

.btn-primary {
    background-color: #f75023;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    /* height: 48px; */
    line-height: 49px;
    padding: 0 42px;
    text-transform: uppercase;
    border-radius: 15%;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #f9423a;
}

.btn-border {
    border: 1px solid #d7d8db;
    display: inline-block;
    padding: 7px;
}

/*
*  CSS Helper Class
*/
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.pt-table {
    display: table;
    width: 100%;
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px);
}

.pt-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.primary,
.link:hover {
    color: #FA6862;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter>[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.nicescroll-cursors {
    background: #FA6862 !important;
}

.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.preloader.active.hidden {
    display: none;
}

.loading-mask {
    background-color: #FA6862;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
}

.loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.preloader.active.done {
    z-index: 0;
}

.preloader.active .loading-mask {
    width: 0;
}

/*------------------------------------------------
Start Styling
-------------------------------------------------*/
.mt20 {
    margin-top: 20px;
}

.site-wrapper {
    border-top: 4px solid #ff0037;
}

.page-close {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100;
}

.page-title {
    margin-bottom: 75px;
}

.page-title img {
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.page-title p {
    font-size: 16px;
}

.page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title {
    margin-bottom: 20px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
}

.section-title h3::before,
.section-title h3::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: -webkit-calc(100% + 14px);
    left: -moz-calc(100% + 14px);
    left: calc(100% + 14px);
}

.section-title h3::before {
    background-color: #1e2530;
    width: 96px;
    bottom: 14px;
}

.section-title h3::after {
    background-color: #FA6862;
    width: 73px;
}

.section-title.light h3 {
    color: #fff;
}

.section-title.light h3::before {
    background-color: #fff;
}

.page-nav {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

.page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase;
}

/*------------------------------------------------
Home Page
-------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

.page-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.page-home .overlay {
    background-color: rgb(0 0 0 / 78%);
}
.page-service .overlay {
    background-color: rgb(0 0 0 / 78%);
}

/* End of container */
.hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.hexagon-item:first-child {
    margin-left: 0;
}

.hexagon-item:hover {
    z-index: 1;
}

.hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
    height: 5px;
}

.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
    background-color: #ff0037;
}

.hexagon-item:hover .hex-content svg {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

.hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.hex-item div::before,
.hex-item div::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-item div:before {
    top: 0;
}

.hex-item div:after {
    bottom: 0;
}

.hex-item div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hex-item div:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex-item div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px;
}

.hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 47px;
    color: white;
}

.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-content:hover {
    color: #fff;
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

/*------------------------------------------------
Welcome Page
-------------------------------------------------*/
.author-image-large {
    position: absolute;
    right: 0;
    top: 0;
}

.author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px);
}


@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.66666667%;
    }
}

.hexagon-item:first-child {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}



.hexagon-item:hover .icon i {
    color: #ff0037;
    transition: 0.6s;

}


.hexagon-item:hover .title {
    -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/***************************/

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}





@media only screen and (max-width: 767px) {
    .hexagon-item {
        float: none;
        margin: 0 auto 50px;
    }

    .hexagon-item:first-child {
        margin-left: auto;
    }

    .page-home .hexagon-item:nth-last-child(1),
    .page-home .hexagon-item:nth-last-child(2),
    .page-home .hexagon-item:nth-last-child(3) {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

}

.text-white {
    color: white;
}

.foliox_tm_section {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.foliox_tm_resume {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
   
}

.foliox_tm_main_title {
    width: 100%;
    max-width: 650px;
    height: auto;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.foliox_tm_main_title span {
    font-size: 21px;
    font-family: var(--font-family-extra);
    color: #f75023;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.foliox_tm_resume .wrapper {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 65px;
}

.foliox_tm_resume .left {
    width: 50%;
    padding-right: 50px;
}

.foliox_tm_resume .title {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.foliox_tm_resume .title h3 {
    font-size: 36px;
}

.resume_list {
    width: 100%;
    float: left;
}

.resume_list ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    float: left;
}

.resume_list ul:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: 35px;
    width: 1px;
    background-color: #5d5e82;
}

.resume_list ul li {
    margin: 0 0 29px;
    width: 100%;
    float: left;
}

.resume_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding-left: 107px;
}

.resume_list ul li .icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    border-radius: 100%;
    background-color: #f75023;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.resume_list ul li .icon .svg {
   
           width: 47px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.resume_list .resume_title {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}

.resume_list .resume_title h3 {
    font-size: 24px;
    margin-bottom: 13px;
}

.resume_list .resume_title h3 span {
    font-size: 16px;
    color: #b4afc6;
    font-weight: 400;
    display: inline-block;
    padding-left: 8px;
}
.resume_list .company {
    font-size: 18px;
    color: #fff;
    font-family: var(--extra-color);
    font-weight: 600;
}
.foliox_tm_resume .right {
    width: 50%;
    padding-left: 5px;
}

.service {
    height: 70px;
    width: 70px;
    margin-top: 20px;
}
/* inner */
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}
.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 600;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 3px;
    margin: 0;
    
    font-size: 14px;
}
.breadcrumbs {
    padding: 174px 0;
    /* margin-top: 94px; */
    background-position: center;
    height: 400px;
}

.year{
   color: #fb642f;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}
 /* .text{
       
        text-align: justify;
    } */
    

@media only screen and (max-width: 767px) {
    .text{
        width: 195px;
        /* text-align: justify; */
        word-spacing: -1px;
        font-size: 15px;
    }
    .dizme_tm_contact .left ul {
    margin: 0px;
    list-style-type: none;
    margin-bottom: 40px;
    margin: 0px 91px -25px 4px !important;
}
    .resume_list ul:before {
        display:none;
     }
    .resume_list ul li .icon .svg {
    width: 37px !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.breadcrumb h2 {
    font-size: 26px;
    font-weight: 600;
    padding: 53px;
    margin-top: -37px;
}
    }

   
    /* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
 
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 162px;
    box-shadow: 0px 8px 16px 0px rgb(247 80 35 / 20%);
    z-index: 1;
}
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #9abcba}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
  .dizme_tm_contact .right .list_inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.servicespara{
    font-weight: 600;
    color: black;
}
/* time line */
.main-timeline{ font-family: 'Barlow', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 12px;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    background: #fff;
    min-height: 165px;
    padding: 20px 20px 60px 140px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: #f24709;
    width: 80px;
    height: 60%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    top: auto;
    left: auto;
    bottom: -10px;
    right: -10px;
}
.main-timeline .timeline-year{
    color: #fff;
    background: #f24709;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 165px;
    width: 95px;
    box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    top: -12px;
    bottom: -12px;
}
.main-timeline .timeline-year:before{
    content: "";
    background: linear-gradient(to top right, #6C433F 49%, transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}
.main-timeline .timeline-icon{
    color: #f24709;
    font-size: 35px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.main-timeline .title{
    color: #f24709;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px 0;
}
.main-timeline .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 140px 60px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.3);
    left: auto;
    right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:before{
    transform: rotateY(180deg);
    right: auto;
    left: -12px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+2) .timeline-year{
    background: #F88800;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #F88800;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year:before{
    background: linear-gradient(to top right, #af5807 49%, transparent 50%);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+3) .timeline-year{
    background: #2E475D;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #2E475D;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year:before{
    background: linear-gradient(to top right, #041b2b 49%, transparent 50%);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+4) .timeline-year{
    background: #5ca51c;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #5ca51c;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year:before{
    background: linear-gradient(to top right, #345614 49%, transparent 50%);
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 60px 20px;
    }
    .main-timeline .timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        height: 55px;
        line-height: 55px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        right: 10px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        top: -10px;
        bottom: auto;
        left: 10px;
    }
}
.month{
    margin-bottom: -35px;
    font-size: 22px;
}

/* Professional Affiliations */
.wrapper{
    width: 1170px;
    margin: 5% auto;
}
.wrapper h2{
    text-transform: uppercase;
    font-family: poppins;
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin: 0;
}
.single-service {
position: relative;
 
border-radius: 5%;
 
box-sizing: border-box;
 
transition: .5s;
overflow: hidden;
float: left;
 
text-align: center;
}
.line {
width: 150px;
height: 3px;
background: #fff;
margin: 0 auto 60px auto;
}
.single-service p{            
    color: #262626;
    font-size: 14px;
}
.single-service h3 {
    font-size: 19px;
    text-transform: uppercase;
    /* font-family: poppins; */
    letter-spacing: 0px;
    color: #262626;
    margin-top: 48px;
}

.single-service:hover{
    box-shadow: 0 30px 35px rgba(0,0,0,0.7);
}
.single-service span {
position: absolute;
top: 0;
left: -110%;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
transition: .7s;
transform: skewX(10deg);
}
.single-service:hover span{
    left: 110%;
}

@media (max-width:1000px){
    .wrapper {
width: 100%;
}
.single-service {
width: 95%;
margin-bottom: 30px;
}
.wrapper h2 {
font-size: 30px;
}
}

#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    background: #434d6c;
}
a {
    color: #3197e1;

    font-size: 16px;
}

.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgb(67 77 108), rgb(122 153 200) 1px, #7a99c8 1px, #434d6c 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
} 
.d-flex {
    text-align: justify;
}

/* section  */
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Montserrat', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    width: 27%;
    min-width: 27%;
    padding-left: 15px;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.vertical-tab .nav-tabs li{ 
    float: none; 
    color: #fff;
    background: #4B6584;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px 16px;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    color: #fff;
    background: #4B6584;
    border: none;
}
.vertical-tab .nav-tabs li.active a:hover,
.vertical-tab .nav-tabs li.active a{ color: #fff; }
.vertical-tab .nav-tabs li a:before{
    content: "";
    background: #FA8231;
    height: 100%;
    width: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    clip-path: polygon(0 50%, 20% 100%, 100% 100%, 100% 0, 20% 0);
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    opacity: 1;
    width: calc(100% + 15px);
}
.vertical-tab .tab-content{
    color: #fff;
    background: #FA8231;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
    }
    .vertical-tab .nav-tabs li a{ padding: 15px 10px 14px; }   
    .vertical-tab .tab-content{
        font-size: 14px;
        display: block; 
    }
}

/* try vartical tab */
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
 
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #57908e;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 34px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 258px;;
  }
  
@media (max-width: 768px){
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 4px;
        /* width: 100%; */
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        height: 79px;
    }
}
 
 
.benifit{
    height: 35px;
    padding: -2px;
    padding: 3px;
    margin-left: -28px;
    float: left;
    background: #a8e2ee;
    border-radius: 50%;
}
/* gallery css */

  #gallery{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallery img,#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }

  /* <TRY> */
 