@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMA-IINQlQQ0YpV.ttf) format('truetype')
}

@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMN-IINQlQQ0bKhcVE3.ttf) format('truetype')
}

@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMN-IINQlQQ0bKNdlE3.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype')
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.inline {
    display: inline
}

.none {
    display: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.tcenter {
    text-align: center !important
}

.tleft {
    text-align: left !important
}

.tright {
    text-align: right !important
}

.w100 {
    width: 100%
}

a {
    text-decoration: none !important
}

.w-light {
    font-weight: 300 !important
}

.w-bold {
    font-weight: bold !important
}

.w-normal {
    font-weight: normal !important
}

.w-semi,
.w-medium {
    font-weight: 500 !important
}

input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: none
}

input {
    -webkit-appearance: none
}

p {
    /*margin: 0;*/
}

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

form {
    margin: 0
}

.t-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

.pointer {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.rows:before,
.rows:after {
    content: "";
    display: table;
    clear: both
}

img {
    max-width: 100%
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fontKhand {
    font-family: 'Khand', sans-serif
}

/*.container {
    max-width: 1200px
}*/

.h1 {
    font-size: 66px;
    font-family: 'Khand', sans-serif;
    color: #3f3f3f;
    font-weight: normal !important;
    padding-bottom: 10px;
    position: relative
}

.h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #e72723
}

.h1.black {
    color: #000
}

.h1.tcenter:before {
    left: 50%;
    transform: translateX(-50%)
}

.h1.md {
    font-size: 60px
}

.h1.md:before {
    width: 70px
}

.btn1 {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: bold !important;
    color: #e72723;
    padding: 10px 20px;
    border: 3px solid #e1e1e1;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.btn1:hover {
    color: #fff;
    border-color: #e72723;
    background: #e72723
}

.pageTop {
    position: relative;
    padding: 350px 0 70px;
    border-bottom: 10px solid #e72723
}

.pageTop img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pageTop>div {
    position: relative;
    z-index: 3
}

.pageTop>div h1 {
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-size: 70px;
    font-weight: bold !important
}

.pageTop>div ul {
    display: inline-flex;
    font-size: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5)
}

.pageTop>div ul li {
    position: relative;
    display: inline-block;
    font-weight: bold !important;
    font-size: 16px;
    padding: 2px 12px
}

.pageTop>div ul li a {
    display: block;
    color: #fff;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.pageTop>div ul li a:hover {
    color: #e72723
}

.pageTop>div ul li span {
    display: block;
    color: #e72723
}
.pageTop>div ul li:first-child a {
    display: block;
    color: #e72723 !important;
}

.pageTop>div ul li {
    color: #fff !important;
}

.pageTop>div ul li i {
    position: absolute;
    top: 50%;
    line-height: 0;
    right: -12px;
    width: 24px;
    color: #fff;
    font-size: 10px;
    text-align: center !important
}

#mmenu {
    z-index: 7;
    background: #444;
    color: #fff
}

#mmenu.mm-menu .mm-navbar a,
#mmenu .mm-menu .mm-navbar>* {
    color: #fff
}

#mmenu.mm-menu .mm-btn:after,
#mmenu.mm-menu .mm-btn:before {
    border-color: #fff
}

#mmenu .mm-listitem:after {
    left: 0
}

.mm-page__blocker.mm-slideout {
    background: rgba(0, 0, 0, 0.7);
    z-index: 6 !important
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #fff
}

.mm-menu .mm-iconbar {
    color: #fff !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    opacity: 0;
    color: #000;
    line-height: normal;
    display: block;
    position: relative
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important
}

body.active {
    opacity: 1
}

body.no-scroll {
    overflow: hidden;
    margin-right: 17px
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5
}

#header>div>div {
    position: relative;
    padding-left: 210px
}

#header>div>div>a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 210px;
    text-align: center !important;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.8)
}

#header>div>div>a img {
    height: 170px
}

#header>div>div>div {
    background: rgba(68, 68, 68, 0.7)
}

#header>div>div>div>div>div {
    text-align: center !important;
    border-left: 1px solid #828282
}

#header>div>div>div>div>div p {
    position: relative;
    display: inline-block;
    text-align: left !important;
    font-size: 16px;
    color: #fff;
    padding: 38px 0 38px 55px;
    margin: 0px;
}

#header>div>div>div>div>div p i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center !important;
    margin-top: -20px;
    background: #e72723;
    font-weight: 600;
}

#header>div>div>div>div>div p span {
    display: block
}

#header>div>div>div>div>div p a {
    font-weight: bold !important;
    color: #fff;
    margin-right: 5px
}

#header>div>div>div>div>div p a.icon-facebook,
#header>div>div>div>div>div p a.icon-twitter,
#header>div>div>div>div>div p a.icon-youtube {
    font-weight: normal !important;
    color: #dfdfdf
}

#header>div>div>div>div>div p a:last-child {
    margin-right: 0
}

#header>div>div>div>div>div:first-child {
    border-left: none
}

#header>div>div>ul {
    display: table;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
}

#header>div>div>ul>li {
    position: relative;
    display: table-cell
}

#header>div>div>ul>li>a {
    display: block;
    color: #404041;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Khand', sans-serif;
    padding: 30px 0;
    text-align: center !important;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header>div>div li ul {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    z-index: 9999;
    min-width: 100%;
    white-space: nowrap;
}

#header>div>div li ul li {
    background-color: rgba(255, 255, 255, 0.85)
}

#header>div>div li ul li a {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #404041;
    padding: 10px 25px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header>div>div li ul li a:hover {
    color: #e72723
}

#header>div>div> li ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.8)
}

#header>div>div>ul>li:hover>a {
    color: #e72723
}

#header>div>div li ul li a:hover:before {
    opacity: 1
}

#header>div>div>ul>li:hover>a {
    color: #e72723
}

#header>div>div>ul>li ul {
  position: absolute;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
}

#header>div>div ul li:hover>ul {
    opacity: 1;
    visibility: visible
}


#header>div>div>ul>li ul>li>ul {
  left: 100%;
  margin-left: 0;
  top: 0;
  border-left: 1px solid #f2f2f2;
}

#headerMobile {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    text-align: center !important;
    background: #3f3f3f;
    display: none;
    padding-left: 150px
}

#headerMobile .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    padding: 15px;
    width: 150px;
    display: inline-block;
}

#headerMobile .logo img {
    height: 120px;
    margin-top: 6px
}

#headerMobile ul {
    font-size: 0;
    padding: 24px 3px
}

#headerMobile ul li {
    display: inline-block;
    padding: 3px;
    max-width: 20%;
    width: 42px
}

#headerMobile ul li a {
    display: block;
    line-height: 36px;
    color: #dfdfdf;
    font-size: 18px;
    background: #e72723;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#headerMobile ul li a:hover {
    color: #fff
}

#headerMobile .menu {
    display: block;
    border-top: 1px solid #ffffff;
    padding: 20px 0
}

#headerMobile .menu span {
    position: relative;
    font-family: 'Khand', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    padding-left: 40px
}

#headerMobile .menu span i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0
}

#home {
    overflow: hidden
}

#home .banner .item img {
    height: 100vh;
    object-fit: cover
}

#home .banner .item>div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 90px;
    color: #fff;
    transform: translateY(-50%);
    text-shadow: 3px 4px 5.16px rgba(52, 55, 57, 0.43);
    font-family: 'Khand', sans-serif
}

#home .banner .item>div strong {
    display: block;
    font-size: 70px;
    font-weight: bold !important;
    letter-spacing: 6px;
    line-height: 1
}

#home .banner .item>div p {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 3px 5px 5.46px rgb(52 55 57);
}

#home .banner .owl-prev,
#home .banner .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    color: #444444;
    font-size: 24px;
    line-height: 80px;
    width: 80px;
    text-align: center !important;
    background: #fff;
    margin-top: -40px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .banner .owl-prev:hover,
#home .banner .owl-next:hover {
    color: #fff;
    background: #e72723
}

#home .banner .owl-next {
    left: auto;
    right: 0
}

#home .news {
    padding: 110px 0 20px;
    background: url(../images/shadowLogo.png) no-repeat left center
}

#home .news h1 {
    padding-right: 130px
}

#home .news .slider {
    margin: 55px 0
}

#home .news .slider .item a {
    display: block;
    background: #f7f7f7;
    padding: 15px;
    color: #444444;
    margin: 0px 1vw;
}

#home .news .slider .item a>span {
    display: block;
    position: relative
}

#home .news .slider .item a>span img {
    width: 100%
}

#home .news .slider .item a>span>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center !important;
    color: #fff;
    padding: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .news .slider .item a>span>span strong {
    font-size: 20px;
    display: block
}
@media (max-width: 1200px) {
    #home .news .slider .item a>span>span strong {
        display: none;
    }
    #home .news .slider .item a>span:before {
        background: transparent !important;
    }
}

#home .news .slider .item a>span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #002d8d;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .news .slider .item a time {
    display: block;
    padding: 15px 0 10px
}

#home .news .slider .item a>strong {
    display: block;
    color: #444444;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    line-height: 26px
}

#home .news .slider .item a:hover>span>span {
    opacity: 1
}

#home .news .slider .item a:hover>span:before {
    opacity: .8
}

#home .news .nav {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 0;
    max-width: 100%;
    padding: 0 15px;
    transform: translateX(-50%)
}

#home .news .nav>div {
    display: inline-block;
    color: #3f3f3f;
    font-size: 40px;
    margin-left: 10px;
    vertical-align: top;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .news .nav>div:hover {
    color: #e72723;
    font-size: 70px
}

#home .news .nav>div:first-child {
    margin-left: 0
}

#home .services {
    position: relative;
    padding: 50px 0px 0px 0px;
    /*margin-top: 100px;*/
    overflow: hidden
}

#home .services>div {
    position: relative;
    z-index: 3;
    background: url(../images/homeServices.png) no-repeat left center, #000;
    background-size: cover;
    padding-top: 50px
}

#home .services>div>div {
    position: relative;
    z-index: 2;
    max-width: 1540px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center !important
}

#home .services>div>div h2 {
    position: relative;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    font-weight: normal !important;
    padding-bottom: 10px
}

#home .services>div>div h2 {
    text-shadow:3px 5px 5.46px rgb(52 55 57);
}

#home .services>div>div h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #e72723;
    margin-left: -50px
}

#home .services>div>div p {
    color: #fff;
    font-size: 32px;
    padding-top: 20px;
    font-weight: 300 !important
}

#home .services>div>div p strong {
    font-weight: bold !important
}

#home .services>div>div ul {
    position: relative;
    display: block;
    font-size: 0;
    z-index: 0;
    text-align: center;
    width: 1490px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    padding-bottom: 170px
}

@media (max-width: 1200px) {
    #home .services>div>div ul {
        margin: 50px auto 0 auto;
    }
}
@media (max-width: 910px) {
    #home .services>div>div ul {
        margin: 20px auto 0 auto;
    }
}
@media (max-width: 650px) {
    #home .services>div>div ul {
        width: 100%;
        padding-bottom: 0px;
    }
}

#home .services>div>div ul li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: -65px
}

@media (max-width: 1200px) {
    #home .services>div>div ul li {
        width: 50%;
    }
    #home .services>div>div p {
        padding-bottom: 30px;
    }
}

@media (max-width: 650px) {
    #home .services>div>div ul li {
        padding: 10px;
    }
}

#home .services>div>div ul li a {
    position: relative;
    display: block;
    width: 250px;
    heighT: 250px;
    margin: 0 auto;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

@media (max-width: 1500px) {
    #home .services>div>div ul li a {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 650px) {
    #home .services>div>div ul li a {
        width: 100%;
    }
}

#home .services>div>div ul li a span {
    position: absolute;
    lefT: 50%;
    top: 50%;
    display: block;
    width: 250px;
    height: 250px;
    transform: rotate(45deg);
    margin: -125px 0 0 -125px;
    overflow: hidden
}

@media (max-width: 1500px) {
    #home .services>div>div ul li a span {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 650px) {
    #home .services>div>div ul li a span {
        width: 100%;
        height: 150px;
        transform: none;
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
    }
    
    #home .services>div>div ul li a span img {
        transform: none !important;
    }
}

#home .services>div>div ul li a span img {
    position: absolute;
    left: -25%;
    top: -25%;
    width: 150%;
    max-width: 150%;
    heighT: 150%;
    object-fit: cover;
    transform: rotate(-45deg)
}

#home .services>div>div ul li a span:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #f2f2f2;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .services>div>div ul li a strong {
    position: absolute;
    left: 15px;
    top: 50%;
    right: 15px;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    transform: translateY(-50%);
    line-height: 1;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
}

#home .services>div>div ul li a:hover span:before {
    background-color: rgba(255, 255, 255, 0.2)
}

@media (max-width:1540px) {
    #home .services>div>div ul li a strong {
        font-size: 32px;
    }
}

@media (max-width:650px) {
    #home .services>div>div ul li a strong {
        top: 35%;
    }
}
@media (max-width:767px) {
    #home .services>div>div h2 {
        font-size: 44px
    }
    #home .services>div>div p {
        font-size: 20px
    }
}

@media (max-width:576px) {
    #home .services>div>div h2 {
        font-size: 44px
    }
    #home .services>div>div p {
        font-size: 20px
    }
    #home .services>div>div ul li a span:before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px
    }
    #home .services>div>div ul li a strong {
        font-size: 20px;
        left: 10px;
        right: 10px
    }
}

#home .services > div > div ul li:first-child:nth-last-child(4):nth-child(2),
#home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(2),
#home .services > div > div ul li:first-child:nth-last-child(4):nth-child(3),
#home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(3) {
    width: 50%;
}
#home .services > div > div ul li:first-child:nth-last-child(4):nth-child(1),
 #home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(1) {
     width: 100%;
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(4):nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(1) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(4):nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(4):nth-child(3),
    #home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(3) {
        width: 25%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(4):nth-child(4),
    #home .services > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(4) {
        width: 100%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(5):nth-child(5),
    #home .services > div > div ul li:first-child:nth-last-child(5) ~ li:nth-child(5) {
        width: 100%;
    }
}
#home .services > div > div ul li:first-child:nth-last-child(6):nth-child(5),
#home .services > div > div ul li:first-child:nth-last-child(6) ~ li:nth-child(5),
#home .services > div > div ul li:first-child:nth-last-child(6):nth-child(6),
#home .services > div > div ul li:first-child:nth-last-child(6) ~ li:nth-child(6) {
    width: 50%;
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(1) {
        width: 100%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(3),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(3) {
        width: 50%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(4),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(4) {
        width: 100%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(5),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(5),
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(6),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(6) {
        width: 50%;
    }
}
#home .services > div > div ul li:first-child:nth-last-child(7):nth-child(7),
#home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
    width: 25%;
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(n),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(n) {
        width: 50%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(7),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
        width: 100%;
    }
}
#home .services > div > div ul li:first-child:nth-last-child(8):nth-child(1),
#home .services > div > div ul li:first-child:nth-last-child(8) ~ li:nth-child(1) {
    width: 100%;
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(8):nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(8) ~ li:nth-child(1) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1) {
        margin-left: 0.1%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(2),
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(3),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(3) {
        width: 25%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(8),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(8),
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(9),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(9) {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(1),
    #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1) {
        width: 50%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(9):nth-child(9), #home .services > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(9) {
        width: 100%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8) {
         margin-left: 0.1%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(3), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(3) {
         width: 25%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(9), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(9) {
         width: 25%;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(4), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(4), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(7), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(7) {
         width: 100%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(3), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(3), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(5), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(5), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(6), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(6), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(9), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(9) {
         width: 50%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(10):nth-child(n), #home .services > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(n) {
         width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(11):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(11):nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(2) {
         width: 50%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(11):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(8) {
         margin-left: 0.1%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(12):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(1) {
         margin-left: 0.1%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(12):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(8) {
         margin-left: 0.1%;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(12):nth-child(12), #home .services > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(12) {
         width: 100%;
         margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(12):nth-child(n), #home .services > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(n) {
         width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(1) {
         margin-left: 0.1%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(13), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(13) {
         width: 100%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(8) {
         margin-left: 0.1%;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(1), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(4), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(4), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(7), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(7), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(10), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(10) {
         width: 100%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(2), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(3), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(3), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(5), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(5), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(6), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(6), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(8), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(9), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(9), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(11), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(11), #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(12), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(12) {
         width: 50%;
         margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(n), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(n) {
         width: 50%;
    }
    #home .services > div > div ul li:first-child:nth-last-child(13):nth-child(13), #home .services > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(13) {
         width: 100%;
    }
}

@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(3), #home .services > div > div ul li:nth-child(6) {
         width: 100%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(3), #home .services > div > div ul li:nth-child(6) {
         width: 50%;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(7) {
         margin-left: 0px;
    }
}
 #home .services > div > div ul li:nth-child(9) {
    /* margin-right: 12.5%;
     */
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(9) {
         width: 100%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(9) {
         margin: auto;
         width: 50%;
         margin-bottom: -65px;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(12) {
         margin-left: 25%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(12) {
         margin: auto;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(13) {
         margin-top: -65px;
    }
}
 #home .services > div > div ul li:nth-child(14) {
     margin-left: 12.5%;
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(14) {
         margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(14) {
         margin-top: -65px;
    }
}
@media (max-width: 1200px) {
    #home .services > div > div ul li:nth-child(15) {
         margin-left: 25%;
    }
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(15) {
         margin: auto;
    }
}
 #home .services > div > div ul li:nth-child(16) {
    /* margin-right: 12.5%;
     */
}
@media (max-width: 650px) {
    #home .services > div > div ul li:nth-child(16) {
         margin: auto;
    }
}
@media (max-width: 768px) {
    #home .services > div > div ul li:first-child:nth-last-child(7):nth-child(7),
    #home .services > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
        width: 100%;
    }
}

#home .rate {
    position: relative;
    padding: 100px 0;
    background: url(../images/shadowLogo.png) no-repeat left center
}

#home .rate ul {
    padding: 15px;
    font-size: 0;
    text-align: center !important
}

#home .rate ul li {
    display: inline-block;
    padding: 15px;
    width: 210px;
    vertical-align: top
}

#home .rate ul li>div {
    font-size: 160px;
    margin: 0 auto;
    float: none;
    background: #f77876
}

#home .rate ul li>div>i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    color: #a6a6a6;
    font-size: 54px;
    font-weight: 500;
    line-height: 160px;
    width: 160px
}

#home .rate ul li>div .slice>div {
    border-color: #e72723
}

#home .rate ul li>div.orange {
    background: #f6861f
}

#home .rate ul li>div.orange .slice>div {
    border-color: #f6861f
}

#home .rate ul li>div.lightOrange {
    background: #ffb571
}

#home .rate ul li>div.lightOrange .slice>div {
    border-color: #ffb571
}

#home .rate ul li>div.yellow {
    background: #ffe199
}

#home .rate ul li>div.yellow .slice>div {
    border-color: #ffe199
}

#home .rate ul li>div.blue {
    background: #5cd4ef
}

#home .rate ul li>div.blue .slice>div {
    border-color: #5cd4ef
}

#home .rate ul li>div:after {
    background: #fff
}

#home .rate ul li>span {
    font-family: 'Khand', sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-top: 20px
}

#home .rate ul li>strong {
    display: block;
    text-align: center !important;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding-top: 5px
}

/*#home .rate:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 546px;
    max-width: 40%;
    height: 694px;
    background: url(../images/homeProductShadow.png) no-repeat right center
}

#home .rate:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 484px;
    max-width: 40%;
    height: 668px;
    background: url(../images/homeProductShadow2.png) no-repeat left center
}*/

#home .project {
    padding: 90px 0;
    background: url(../images/homeProjects.png) no-repeat center;
    background-size: cover
}

#home .project h2 {
    color: #fff
}

#home .project h2 {
    text-shadow:3px 5px 5.46px rgb(52 55 57);
}

#home .project .slider {
    margin: 80px 0 70px
}

#home .project .slider .item a {
    display: block;
    margin: 0px 25px;
    /*max-width: 100vw;*/
}

#home .project .slider .item a span {
    position: relative;
    display: block;
    margin-top: -40px;
    padding: 0 15px
}

#home .project .slider .item a span strong {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    background: #e72723;
    line-height: 26px;
    padding: 15px 35px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .project .slider .item a span em {
    display: inline-block;
    font-family: 'Khand', sans-serif;
    color: #1f252c;
    background: #fff;
    font-size: 36px;
    font-style: normal;
    line-height: 40px;
    padding: 15px 35px
}

#home .project .slider .item a:hover span strong {
    background: #1f252c
}

#home .project .nav {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 0;
    max-width: 100%;
    padding: 0 15px;
    transform: translateX(-50%)
}

#home .project .nav>div {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    margin-left: 10px;
    vertical-align: top;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .project .nav>div:hover {
    color: #e72723;
    font-size: 70px
}

#home .project .nav>div:first-child {
    margin-left: 0
}

#home .project>.tcenter .btn1 {
    background: #fff
}

#home .project>.tcenter .btn1:hover {
    background: #e72723
}

#home .reference {
    padding: 100px 0
}

#home .reference .slider {
    margin-top: 30px
}

#home .reference .slider .item {
    margin: 0px 25px;
}

#home .reference .slider .item img {
    width: 100%;
}

#home .success {
    position: relative
}

#home .success>a {
    position: relative;
    display: block
}

#home .success>a img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    /* Resme sonradan gölge verdik*/
   -webkit-filter: contrast(45%);
    filter: contrast(45%);
}

#home .success>a i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center !important;
    font-size: 130px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: -65px
}

#home .success>div {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%
}

#home .success>div h3 {
    font-size: 66px;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-weight: normal !important;
    padding-bottom: 20px;text-shadow: 3px 5px 5.46px rgb(52 55 57);
}

#home .success>div a {
    min-width: 250px;
    text-align: center !important;
    color: #fff;
    /*padding-bottom: 20px;*/
    text-shadow: 2px 2px 5.46px rgb(52 55 57);
}

#home .social {
    position: relative;
    text-align: center !important;
    padding: 130px 0
}

#home .social>i {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    font-size: 540px;
    color: rgba(0, 0, 0, 0.03);
    transform: rotate(15deg)
}

#home .social>a {
    font-weight: bold !important;
    font-family: 'Khand', sans-serif;
    color: #000;
    font-size: 27px;
    margin: 5px 0 50px;
    display: inline-block;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .social>a:hover {
    color: #e72723
}

#page .detail {
    padding: 95px 0;
    background: url(../images/shadowLogo.png) no-repeat right -90px center
}

#page .detail .d h2 {
    font-family: 'Khand', sans-serif;
    font-weight: bold !important;
    color: #444444;
    font-size: 70px;
    line-height: 1
}

#page .detail .d h2 strong {
    display: block;
    color: #e72723;
    font-size: 55px
}

#page .detail .d>div {
    font-size: 15px;
    color: #444444;
    padding-top: 15px
}

#page .detail .d>div ul li {
    position: relative;
    padding: 5px 0 5px 40px
}

#page .detail .d>div ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
    color: #e72723
}

#page .detail .img img {
    width: 100%
}

#projects {
    margin-bottom: -30px
}

#projects .detail {
    padding: 60px 0 70px;
    background: url(../images/contactBack.png) no-repeat right center, #f2f2f2
}

#projects .detail .row>div {
    padding: 30px 15px
}

#projects .detail .row a {
    position: relative;
    display: block
}

#projects .detail .row a img {
    width: 100%
}

#projects .detail .row a span {
    position: relative;
    display: block;
    margin-top: -30px;
    padding: 0 15px
}

#projects .detail .row a span strong {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: #e72723;
    line-height: 26px;
    padding: 10px 25px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#projects .detail .row a span em {
    display: inline-block;
    font-family: 'Khand', sans-serif;
    color: #1f252c;
    background: #fff;
    font-size: 28px;
    font-style: normal;
    line-height: 40px;
    padding: 8px 25px
}

#projects .detail .row a:hover span strong {
    background: #1f252c
}

#projects .detail .tcenter {
    padding-top: 35px
}

#projects .detail .tcenter a {
    background: #f9f9f9
}

#projects .detail .tcenter a:hover {
    background: #e72723
}

#product {
    margin-bottom: -30px
}

#product .detail {
    padding: 90px 0;
    background: url(../images/contactBack.png) no-repeat right center, #f2f2f2
}

#product .detail .row {
    padding: 20px 0
}

#product .detail .row>div {
    padding: 25px 15px
}

#product .detail a {
    display: block;
    text-align: center !important;
    background: #fff;
    padding: 40px;
    color: #444444;
    height: 100%;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#product .detail a img {
    width: 100%
}

#product .detail a strong {
    display: block;
    font-size: 16px;
    padding-top: 15px
}

#product .detail a:hover {
    color: #e72723
}

#apps .detail {
    padding: 90px 0;
    background: url(../images/contactBack.png) no-repeat right 20vh
}

#apps .detail .menu {
    max-width: 1550px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 0;
    text-align: center !important
}

#apps .detail .menu li {
    display: inline-block;
    padding: 8px 5px
}

#apps .detail .menu li a {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #666666;
    font-family: 'Khand', sans-serif;
    background: #f2f2f2;
    border: 5px solid #d9d9d9;
    line-height: 1;
    padding: 9px 20px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#apps .detail .menu li a:hover,
#apps .detail .menu li a.active {
    color: #e72723
}

#apps .detail>div {
    padding-top: 45px
}

#apps .detail>div>div {
    display: none
}

#apps .detail>div>div>p {
    text-align: center !important;
    font-size: 18px
}

#apps .detail>div>div ul {
    padding-top: 30px
}

#apps .detail>div>div ul li {
    padding: 15px
}

#apps .detail>div>div ul li a {
    position: relative;
    display: block;
    padding: 10px;
    background: #f2f2f2;
    height: 100%
}

#apps .detail>div>div ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#apps .detail>div>div ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 46px;
    color: #fff;
    line-height: 0;
    text-align: center !important;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#apps .detail>div>div ul li a:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #000;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#apps .detail>div>div ul li a:hover i {
    opacity: 1
}

#apps .detail>div>div ul li a:hover:before {
    opacity: .4
}

#apps .detail>div>div.open {
    display: block
}

#contact {
    background: url(../images/contactBack.png) no-repeat right center, #f2f2f2;
    padding-bottom: 110px;
    margin-bottom: -30px
}

#contact .form {
    background: #fff;
    box-shadow: 0 3px 5px .5px rgba(52, 55, 57, 0.18);
    margin-top: 40px;
    padding: 50px 65px
}

#contact .form h2 {
    position: relative;
    font-size: 27px;
    color: #000000;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px
}

#contact .form h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    max-width: 50%;
    background: #e72723
}

#contact .form input,
#contact .form textarea {
    width: 100%;
    display: block;
    margin-top: 10px !important;
    border: 2px solid #cccccc;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    resize: none
}

#contact .form input::-webkit-input-placeholder,
#contact .form textarea::-webkit-input-placeholder {
    color: #999999
}

#contact .form input:-ms-input-placeholder,
#contact .form textarea:-ms-input-placeholder {
    color: #999999
}

#contact .form input::placeholder,
#contact .form textarea::placeholder {
    color: #999999
}

#contact .form .checkbox {
    margin-top: 10px
}

#contact .form .checkbox label {
    position: relative;
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding-left: 35px
}

#contact .form .checkbox label a {
    font-weight: 600;
    color: #000;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .form .checkbox label a:hover {
    color: #e72723
}

#contact .form .checkbox .ch-label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc
}

#contact .form .checkbox .ch-label:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #39cb7d;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .form .checkbox input {
    display: none
}

#contact .form .checkbox input:checked+.ch-label:after {
    opacity: 1
}

#contact .form button {
    float: right;
    color: #444444;
    font-size: 16px;
    font-weight: bold !important;
    border: 2px solid #e72723;
    background: transparent;
    padding: 10px 25px;
    cursor: pointer;
    margin-top: 15px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .form button:hover {
    color: #fff;
    background: #e72723
}

#contact .form .chapca {
    font-size: 0;
    padding-top: 15px
}

#contact .form .chapca .img {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #cccccc;
    padding: 3px;
    width: 150px;
    text-align: center !important
}

#contact .form .chapca .img img {
    height: 36px
}

#contact .form .chapca button {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    background: #39cb7d;
    border-color: #39cb7d;
    padding: 0;
    line-height: 42px;
    width: 46px;
    color: #fff;
    font-size: 24px;
    margin: 0 15px
}

#contact .form .chapca input {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 8px 30px;
    margin-right: 25px
}

#contact .form .chapca p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    padding: 10px 0
}

.generated-form .iti {
    display: block;
}

.generated-form input.phone {
    padding: 10px 30px 10px 50px !important;
}

#contact .region {
    padding-top: 30px
}

#contact .region>div {
    padding: 15px
}

#contact .region>div>div {
    background: #fff;
    padding: 40px;
    box-shadow: 0 3px 5px .5px rgba(52, 55, 57, 0.18)
}

#contact .region>div>div h3 {
    font-size: 24px;
    font-weight: 600;
    color: #e72723;
    font-family: 'Khand', sans-serif
}

#contact .region>div>div p {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-top: 25px
}

#contact .region>div>div p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 80px;
    max-width: 70%;
    height: 1px;
    background: #636363
}

#contact .region>div>div ul {
    padding: 20px 0 10px
}

#contact .region>div>div ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 5px 0 5px 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .region>div>div ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
    color: #e72723
}

#contact .region>div>div ul li a:hover {
    color: #e72723
}

#contact .region>div>div>a {
    display: block;
    text-align: center !important;
    color: #444444;
    font-size: 16px;
    font-weight: bold !important;
    border: 2px solid #e72723;
    background: transparent;
    padding: 7px 25px;
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .region>div>div>a:hover {
    color: #fff;
    background: #e72723
}

#footer {
    margin-top: -30px;
}

#footer .top {
    overflow: hidden
}

#footer .top>div {
    position: relative;
    padding: 30px 15px 30px 200px
}

#footer .top .logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -30px;
    bottom: -30px;
    width: 200px;
    text-align: center !important
}

#footer .top .logo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#footer .top .logo a img {
    heighT: 106px;
    width: 160px;
    max-width: 160px;
    object-fit: contain
}

#footer .top .logo:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background: #070707;
    width: 10000px
}

#footer .top .marks {
    position: relative
}

#footer .top .marks ul {
    position: relative;
    display: table;
    width: 100%;
    background: #f8f8f8
}

#footer .top .marks ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 15px
}

#footer .top .marks ul li img {
    height: 50px;
    width: 100%;
    object-fit: contain
}

#footer .top .marks:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    width: 100000px;
    margin-left: -50000px
}

#footer .center {
    margin-top: -30px;
    background: url(../images/footerShadow.png) no-repeat left bottom, #222
}

@media (max-width:768px) {
    #footer .center {
        margin-top: 0px;
    }
}

#footer .center .region {
    padding: 60px 15px 65px;
    height:inherit !important;
}

@media (max-width: 425px) {
    #footer .center .region {
        margin-left:20px;
    }
}

#footer .center .region strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #cccccc;
    padding-bottom: 20px
}

#footer .center .region strong:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 80px;
    height: 1px;
    background: #636363;
    max-width: 50%
}

#footer .center .region p {
    display: block;
    font-size: 14px;
    color: #cccccc;
    padding-bottom:30px;
}

#footer .center .region ul {
    padding-top: 15px;
    position: absolute;
    bottom:20px;
}

#footer .center .region ul li {
    padding-top: 5px
}

#footer .center .region ul li a,
#footer .center .region ul li span {
    position: relative;
    font-size: 15px;
    color: #ccc;
    padding-left: 30px
}

#footer .center .region ul li a i,
#footer .center .region ul li span i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    width: 20px;
    text-align: center !important;
    color: #fff
}

#footer .center .region ul li a {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#footer .center .region ul li a:hover {
    color: #fff
}

#footer .center .region:nth-child(even) {
    background: #444444
}

#footer .center .contact {
    text-align: center !important;
}

@media (min-width:1440px) {
    #footer .center .contact {
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

#footer .center .contact>div {
    position: relative;
    display: inline-block;
    padding: 50px 15px 50px 130px
}

#footer .center .contact>div>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#footer .center .contact>div>div>div {
    text-align: left !important;
    display: inline-block;
    padding-top: 25px
}

#footer .center .contact>div>div>div>a {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    font-weight: bold !important
}

#footer .center .contact>div>div>div>a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal !important
}

#footer .center .contact>div>div>div>a:first-child {
    font-family: 'Khand', sans-serif;
    font-size: 20px
}

#footer .center .contact>div>div>div hr {
    border-top: 1px solid #616161;
    margin: 7px 0 10px
}

#footer .center .contact>div>div>div ul {
    padding-top: 25px;
    font-size: 0
}

#footer .center .contact>div>div>div ul li {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle
}

#footer .center .contact>div>div>div ul li a {
    display: block;
    font-size: 24px;
    color: #cccccc;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#footer .center .contact>div>div>div ul li a.icon-youtube:before {
    position: relative;
    top: 5px
}

#footer .center .contact>div>div>div ul li a:hover {
    color: #fff
}

#footer .bottom {
    background: #fff;
    padding: 12px 0
}

#footer .bottom p {
    font-size: 13px;
    color: #444
}



@media (max-width:1199px) {
    #home .rate ul li {
        width: 190px
    }
}

@media (max-width:991px) {
    .pageTop {
        padding: 120px 0 70px
    }
    .pageTop>div h1 {
        font-size: 40px
    }
    .pageTop>div ul {
        padding: 10px 5px
    }
    .pageTop>div ul li {
        font-size: 14px
    }
    .h1 {
        font-size: 36px
    }
    .h1:before {
        width: 70px
    }
    .h1.md {
        font-size: 30px
    }
    #header {
        display: none
    }
    #headerMobile {
        display: block
    }
    #home .banner .item img {
        height: auto
    }
    #home .banner .item>div {
        padding: 0 25px;
    }
    #home .banner .item>div strong {
        font-size: 30px
    }
    #home .banner .item>div p {
        font-size: 24px;
        padding-top: 10px
    }
    #home .banner .owl-nav {
        display: none
    }
    #home .news {
        padding: 40px 0
    }
    #home .news h1 {
        padding-right: 100px
    }
    #home .news .slider {
        margin: 30px 0
    }
    #home .news .nav {
        top: -90px
    }
    #home .news .nav>div:hover {
        font-size: 40px
    }

    #home .rate {
        padding: 30px 0
    }
    #home .project {
        padding: 40px 0
    }
    #home .project .slider {
        margin: 30px 0
    }
    #home .project .nav {
        display: none
    }
    #home .reference {
        padding: 50px 0
    }
    #home .reference .slider {
        margin-top: 20px
    }
    #home .success>div {
        text-align: center !important;
        top: 30px
    }
    #home .success>div h3 {
        font-size: 44px
    }
    #page .detail {
        padding: 50px 0
    }
    #page .detail .d h2 {
        font-size: 40px
    }
    #page .detail .d h2 strong {
        font-size: 30px
    }
    #page .detail .img {
        padding-top: 50px
    }
    #projects .detail {
        padding: 30px 0
    }
    #projects .detail .row>div {
        padding: 15px
    }
    #projects .detail .tcenter {
        padding-top: 15px
    }
    #product .detail {
        padding: 45px 0
    }
    #product .detail .row>div {
        padding: 10px 15px
    }
    #apps .detail {
        padding: 45px 0
    }
    #apps .detail .menu li {
        padding: 2px
    }
    #apps .detail .menu li a {
        border: 2px solid #d9d9d9;
        font-size: 16px;
        padding: 5px 10px
    }
    #apps .detail>div ul {
        margin: 0 -5px
    }
    #apps .detail>div ul li {
        padding: 5px
    }
    #contact .form {
        padding: 30px 20px
    }
    #contact .form h2 {
        margin-bottom: 15px
    }
    #footer .top .marks ul {
        display: block;
        font-size: 0;
        padding: 15px 0;
        text-align: center !important
    }
    #footer .top .marks ul li {
        padding: 15px;
        display: inline-block;
        width: 33.33%
    }
}

@media (max-width:768px) {
    #contact .form .chapca .img {
        width: 40%
    }
    #contact .form .chapca button {
        margin: 0;
        width: 20%
    }
    #contact .form .chapca input {
        margin-right: 0;
        width: 40%
    }
    #footer .top>div {
        padding: 0
    }
    #footer .top .logo {
        position: unset;
        text-align: center !important;
        width: 100%;
        padding: 15px
    }
    #footer .top .logo a {
        position: relative;
        left: 0;
        top: 0;
        transform: unset
    }
    #footer .top .marks ul li {
        width: 50%
    }
}

@media (max-width:576px) {
    #footer .center .contact>div {
        padding: 50px 15px
    }
    #footer .center .contact>div img {
        position: unset;
        transform: unset
    }
    #footer .center .contact>div>div>div>ul {
        text-align: center !important
    }
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
}
