body{
    overflow-x: hidden !important;
}
.header-top-area {
    /*background-color: #373736;*/
    background-image: url(../img/bg_white_fly.jpg);
    background-size: 100% auto;
    background-position: center center;
}

.triangle{
    position: relative;
}
.triangle::before{
    content: '';
    width: 120%;
    height: 70px;
    background-color: WHITE;
    /* border: 1px solid RED; */
    position: absolute;
    top: -30px;
    left: -10%;
    z-index: 10;
    transform: skew(42deg, -2deg);
}
.triangle::after{
    content: '';
    width: 120%;
    height: 70px;
    background-color: WHITE;
    /* border: 1px solid RED; */
    position: absolute;
    bottom: -30px;
    left: -10%;
    z-index: 10;
    transform: skew(42deg, -2deg);
}
footer{
    background-image:url('../img/bg_white_fly.jpg');
}
footer h1,h2,h3{
    color:#0f70b7 !important;
}
footer p, footer a{
    color:#818181 !important;
}
.footer-item .footer-company ul li span {
    color:#818181 !important;
    font-weight: BOLD;
}

.footer-item .footer-logo span {
    color: #0f70b7;
}
.copyright-area{
    border-top: 1px solid #ffffff;
}
.triangle.blue::after{
    content: '';
    width: 120%;
    height: 70px;
    /*background-image: url(../img/dotted-bg.png) !important;
    background-color: #0f70b7 !important;*/
    background: linear-gradient(176deg, #0f70b7, #0b5a94);
    /* border: 1px solid RED; */
    position: absolute;
    bottom: -30px;
    left: -10%;
    z-index: 10;
    transform: skew(42deg, -2deg);
}
.service-area2 {
  /*  background-image: url(../img/dotted-bg.png) !important;
    background-color: #0f70b7 !important;*/
    background: linear-gradient(45deg, #0f70b7, #0b5a94);
}
.header-top-area .right .contact-info li a {

    color: #4e4e4e;
}
.header-top-area .right .social-info li a {
    color: #0f70b7;
}
.header-top-area .left p {
    color: #0f70b7;
}
.header-top-area .left p a {
    color: #0f70b7;
}
.takip{
    color: #0f70b7;
}
/*p, h1, h2, h3, h4, h5, span, object{*/
/*    -webkit-touch-callout: none; !* iOS Safari *!*/
/*    -webkit-user-select: none;   !* Chrome/Safari/Opera *!*/
/*    -khtml-user-select: none;    !* Konqueror *!*/
/*    -moz-user-select: none;      !* Firefox *!*/
/*    -ms-user-select: none;       !* Internet Explorer/Edge *!*/
/*    user-select: none;           !* Non-prefixed version, currently supported by any browser but < IE9 *!*/
/*}*/
/*p, h1, h2, h3, h4, h5, object, span::before {*/
/*    content: attr(data-unselectable) !important;*/
/*}*/