        body {
            font-family: 'Montserrat', sans-serif !important;
        }
        
        * {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        a {
            color: #fff;
            text-decoration: none
        }
        
        a:hover {
            color: #fff;
            text-decoration: none
        }
        
        ul {
            list-style-type: none
        }
        
        .clear {
            clear: both;
        }
        
        header {
            background: url(../img/bg.png) no-repeat center left fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding-bottom: 50px;
        }
        
        header .top .logo {
            background-position: 0 0;
            width: 170px;
            height: 90px;
        }
        
        header .top .logo a {
            display: block;
            width: 170px;
            height: 90px;
        }
        
        header .top .logo a:hover {
            text-decoration: none;
        }
        
        header .top .menu {
            float: right;
            margin-top: 30px;
        }
        
        header .top .menu .navbar-collapse.desktop ul {
            list-style-type: none;
        }
        
        header .top .menu .navbar-collapse.desktop ul li {
            float: left;
            border-right: 1px solid #9071ea;
            padding: 0 15px;
        }
        
        header .top .menu .navbar-collapse.desktop ul li:last-child {
            border: none;
        }
        
        header .top .menu .navbar-collapse.desktop ul li a {
            font-weight: 700;
            font-size: 12px;
            color: #FFFFFFF;
            display: block;
            padding: 5px 0;
        }
        
        header .top .menu .navbar-collapse.desktop ul li a:hover {
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0);
        }
        
        header .top .menu .navbar-collapse.desktop ul li.active {}
        
        header .top .menu .navbar-collapse.desktop ul li.active a {
            color: rgba(255, 255, 255, 1);
        }
        
        header .middle {
            margin-top: 40px;
        }
        
        header .middle .right-column {}
        
        header .middle .right-column h2 {
            font-weight: 600;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 30px;
            color: #ffffff;
        }
		
		header .middle .right-column h1 {
            font-weight: 800;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 50px;
            color: #ffffff;
            text-transform: uppercase;
        }
        
        header .middle .right-column p {
            font-size: 16px;
            margin-top: 5px;
            font-weight: 300;
            color: #ffffff;
        }
        
        header .middle .right-column p a {
            display: inline-block;
            float: left;
            margin-right: 10px;
        }
        
        header .middle .right-column ul {
            list-style-type: none;
            margin: 0 0 0 18px;
            padding: 0;
        }
        
        header .middle .right-column ul li {
            padding: 10px 0;
            font-size: 16px;
            font-weight: 300;
            color: #ffffff;
            border-bottom: 1px solid #8b8b9c;
        }
        
        header .middle .right-column ul li i {
            color: #e5b00f
        }
        
        header .middle .right-column ul li:last-child {
            border-bottom: 0;
        }
        
        header .middle .right-column ul li:after {
            clear: both;
            content: '';
            display: block;
        }
        
        header .middle .right-column ul {
            margin: 0;
            padding: 0;
        }
        
        header .middle .right-column ul li i {
            position: relative;
        }
        
        header .middle .right-column ul li span {
            display: inline-block;
            padding-left: 10px;
        }
        
        header .middle .chat-form {
            position: relative;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            background: rgba(46, 104, 223, 220);
            text-align: left;
        }
        
        header .middle .chat-form .char-form-inner {
            padding: 20px;
        }
        
        header .middle .chat-form .char-form-inner h3 span {
            float: right;
            font-size: 15px;
            color: #ffffff;
            text-align: right;
            line-height: 11px;
        }
        
        header .middle .chat-form .char-form-inner h3 span i {
            font-size: 12px;
        }
        
        header .middle .chat-form .char-form-inner h3 span small {
            font-size: 11px;
            color: #ffffff;
        }
        
        header .middle .chat-form .char-form-inner h3:after {
            display: block;
            content: '';
            clear: both;
        }
        
        header .middle .chat-form .char-form-inner .other-option .or {
            width: 100%;
            text-align: center;
            line-height: 0.1em;
            margin: 20px 0 20px;
        }
        
        .or {
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #FFFFFF;
        }
        
        header .middle .chat-form .char-form-inner .other-option .or span {
            padding: 5px;
            color: #FFFFFF;
            background: rgba(255, 255, 255, 0);
            color: #FFFFFF;
            font-family: 'Montserrat', sans-serif;
        }
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option {}
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option:after {
            display: block;
            content: '';
            clear: both;
        }
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option .mirc-logo {}
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option .mirc-details img {
            margin: 0 auto;
            display: table;
        }
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option .mirc-details p {
            color: #ffffff;
            font-size: 12px;
        }
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option .mirc-details p a {
            font-weight: 700;
            color: #ffffff;
        }
        
        header .middle .chat-form .char-form-inner .other-option .mirc-option .mirc-details p a:hover {
            color: #FA8F01;
            text-decoration: none;
        }
        
        .form {
            padding-top: 20px;
            position: relative;
        }
        
        .form.contact-form {
            border: 0;
            padding-top: 0;
        }
        
        .form .form-item {
            margin-bottom: 15px;
            position: relative;
        }
        
        .form .form-item i {
            position: absolute;
            left: 16px;
            top: 16px;
            font-size: 18px;
            color: #FA8F01;
        }
        
        .text-top-logo {
            margin-top: 25px;
            color: #fff;
            font-weight: 300;
            text-align: center;
            font-size: 10px;
        }
        
        .form-top-logo {
            position: absolute;
            color: #fff;
            top: 0;
            margin-left: 29%;
            margin-top: -70px;
            padding: 20px;
            border-radius: 10px;
            text-align: Center;
        }
        
        .form .form-item input,
        .form .form-item textarea {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 0;
            width: 100%;
            padding: 15px 15px 15px 50px;
            outline: none;
            color: #9a9eaa;
        }
        
        .form .form-item textarea {
            height: 80px;
            resize: none;
        }
        
        .form .form-item input:focus,
        .form .form-item textarea:focus {
            border-color: #FFFFFF;
        }
        
        .form .form-submit {
            display: table;
            margin: 0 auto;
        }
        
        .form .form-submit input {
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background: #FA8F01;
            border: 0;
            color: #FFFFFF;
            width: 180px;
            padding: 8px;
            font-size: 17px;
            font-weight: 300;
            outline: none;
        }
        
        .form .form-item label.error {
            background: #ff0000;
            color: #ffffff;
            padding: 8px;
            font-size: 11px;
            font-weight: bold;
            -webkit-border-bottom-right-radius: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
            margin: 0 20px;
        }
        
        .form .form-submit input:hover {
            background: #FA8F01;
        }
        
        footer {
            background-color: #000099;
            color: #fff
        }
        
        .footer-in {
            padding-top: 25px;
        }
        
        .mt25 {
            margin-top: 25px;
        }
        
        .mb25 {
            margin-bottom: 25px;
        }
        
        .mb20 {
            margin-bottom: 20px;
        }
        
        .f-social i {
            font-size: 25px;
            margin-right: 15px;
            margin-top: 10px;
        }
        
        .f-cr {
            margin-top: 10px;
        }
        
        .mobile-services {
            display: table;
            margin: 0 auto;
        }
        
        .mobile-services ul li {
            margin-left: 10px;
            list-style: none;
            -webkit-border-radius: 25px;
            margin-top: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            text-transform: uppercase;
            background: #5e42b0;
            color: #ffffff;
            float: left;
            padding: 10px 14px 10px 14px;
            font-size: 9px;
            font-weight: 300;
            outline: none;
        }
        
        .mobile-services ul li a:hover {
            color: #ddd;
        }
        
        .mobile-services ul li span.rr {
            padding-top: 5px;
        }
        
        .mobile-services ul li i {
            font-size: 35px;
            margin-left: 10px;
            margin-left: 5px;
        }
        
        .mobile-services ul li b {
            font-weight: 700;
        }
        
        .mobile-services-bottom {
            display: table;
            margin: 0 auto;
        }
        
        .mobile-services-bottom ul li {
            margin-left: 10px;
            list-style: none;
            -webkit-border-radius: 25px;
            margin-top: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            text-transform: uppercase;
            background: #ffffff;
            color: #FA8F01;
            float: left;
            padding: 8px;
            font-size: 9px;
            font-weight: 400;
            outline: none;
        }
        
        .mobile-services-bottom ul li a:hover {
            color: #FA8F01;
        }
        
        .mobile-services-bottom ul li a {
            color: #FA8F01;
        }
        
        .mobile-services-bottom ul li span.rr {
            padding-top: 5px;
            color: #FA8F01;
            font-weight: 500;
        }
        
        .mobile-services-bottom ul li i {
            font-size: 35px;
            margin-left: 10px;
            margin-left: 5px;
        }
        
        .mobile-services-bottom ul li b {
            font-weight: 700;
        }
        
        .ads-mobil {
            display: table;
            margin: 0 auto;
            margin-top: 25px;
        }
        
        .ads-mobil img {
            width: 100%;
            height: auto;
        }
        
        .features {
            position: relative;
        }
        
        .features-single {
            position: relative;
        }
        
        .left-image {
            position: absolute;
            bottom: 0;
            left: 10%;
        }
        
        .left-image img {
            max-width: 400px;
            text-aling: center;
        }
        
        .right-image {
            position: absolute;
            bottom: 0;
            right: 5%;
        }
        
        .right-image img {
            max-width: 400px;
        }
        
        @media screen and (min-width:0) and (max-width:900px) {
            .left-image,
            .right-image {
                display: none;
            }
            .form-top-logo {
                display: none
            }
            .text-top-logo {
                margin-top: 5px;
                font-size: 15px;
            }
            .f-logo {
                text-align: center;
                margin-bottom: 15px;
            }
            .f-cr {
                text-align: center;
                margin-top: 15px;
            }
            header .middle .right-column {
                margin-top: 25px;
            }
            .mobile-services ul li i {
                font-size: 25px;
            }
            .mobile-services ul li {
                width: 95%;
            }
            header .top .menu {
                margin-top: 10px;
            }
        }
        
        .features1 {
            background-color: #fff;
            padding-top: 1%;
            padding: 30px;
        }
        
        .features2 {
            background-color: #f6f4fa;
            padding-top: 1%;
            padding: 30px;
        }
        
        .features3 {
            background-color: #2e68df;
            padding-top: 1%;
            padding: 30px;
        }
        
        .features1 h2,
        .features2 h2,
        .features3 h2 {
            font-weight: 500;
            color: #FFFFFF;
            font-weight: 700;
        }
        
        .features1 p,
        .features2 p {
            font-weight: 400;
            color: #000;
            font-family: 'PT Sans', sans-serif;
        }
        
        .features3 p {
            font-weight: 400;
            color: #fff;
            font-family: 'PT Sans', sans-serif;
        }
        
        .features1 h2 span,
        .features2 h2 span {
            font-weight: 900;
            color: #000;
            border-bottom: 4px solid #5e42b0;
            font-size: 19px;
            vertical-align: top;
            border-radius: 3px;
        }
        
        .features3 h2 span {
            font-weight: 900;
            color: #000;
            border-bottom: 4px solid #fff;
            font-size: 19px;
            vertical-align: top;
            border-radius: 3px;
        }
        
        .features-single1 {
            padding: 30px;
            background-color: #fff;
            padding-top: 1%;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        
        .features-single2 {
            padding: 30px;
            background-color: #f6f4fa;
            padding-top: 1%;
        }
        
        .features-single3 {
            padding: 30px;
            background-color: #5e42b0;
            padding-top: 1%;
        }
        
        .features-single1 h2 {
            font-weight: 700;
            color: #5e42b0;
        }
        
        .features-single2 h2,
        .features-single3 h2 {
            font-weight: 700;
            color: #c1c1c1;
        }
        
        .features-single1 p,
        .features-single2 p {
            font-weight: 400;
            color: #000;
            font-family: 'PT Sans', sans-serif;
        }
        
        .features-single3 p {
            font-weight: 400;
            color: #fff;
            font-family: 'PT Sans', sans-serif;
        }
        
        .features-single1 h2 span,
        .features-single2 h2 span {
            font-weight: 900;
            color: #000;
            border-bottom: 4px solid #5e42b0;
            font-size: 19px;
            vertical-align: top;
            border-radius: 3px;
        }
        
        .features-single3 h2 span {
            font-weight: 900;
            color: #000;
            border-bottom: 4px solid #fff;
            font-size: 19px;
            vertical-align: top;
            border-radius: 3px;
        }
        
        .top-list {
            padding: 0;
        }
        
        .padding0 {
            padding: 0;
        }
        
        .navbar-header i {
            font-size: 35px;
            color: #fff;
        }