﻿﻿<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>BIMERO</title>
    <meta name="description" content="Bimero makes registering Domain Names, building SEO and creating best Logos fast, simple, and affordable.">
    <meta name="keywords" content="Bimero, bimero, seo, optimization, bimero, web, web design, sale, domain, domain name sale, domain name, domain name acquisitions, godaddy" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!--<link rel="apple-touch-icon" href="apple-touch-icon.png">-->
    <link rel="icon" href="assets/images/logo_mini.png" />

    <link rel="stylesheet" href="assets/css/navmenu/styles.css">
    <link rel="stylesheet" href="assets/css/portfolio.jquery.css">
    <link rel="stylesheet" href="assets/css/fonticons.css">
    <link rel="stylesheet" href="assets/fonts/stylesheet.css">
    <link rel="stylesheet" href="assets/css/font-awesome.min.css">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/plugins.css" />
    <link rel="stylesheet" href="assets/css/style.css">
    <link rel="stylesheet" href="assets/css/responsive.css" />
    <script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <script>
        //document.oncontextmenu=new Function('return false');
        //document.onmousedown=mainfn;
        //document.onclick=mainfn;
        //function mainfn(e){
        //    e=(!e) ?window.event :e;
        //        try{
        //        if (e) {
        //               e.returnValue = false;
        //                e.cancelBubble = true;
        //                if (e.stopPropagation) {
        //                    e.stopPropagation();
        //                }
        //                if (e.preventDefault) {
        //                    e.preventDefault();
        //                }
        //            }
        //        } catch (c) {alert(c); }

        //}
        function Slide(e) {
            debugger;
            var to = e.href.split("#")[1];
            $('html, body').animate({
                scrollTop: $("#" + to).offset().top
            }, 1000);
        }
        document.addEventListener("contextmenu", function (e) {
            e.preventDefault();
            alert("Our Code is private property!");
        }, false);
        function validate() {
            debugger;
            var valid = true;
            var email = document.getElementById("email").value;
            if ( email == "") {
                valid = false;
                document.getElementById("email").placeholder = "Email can not be empty!";
            }
            else {
                if (!email.match(/\S+@\S+\.\S+/) || (email.indexOf(' ') != -1 || email.indexOf('..') != -1)) {
                    valid = false;
                    document.getElementById("email").placeholder = "Email is not valid!";
                }
            }
            if (document.getElementById("message").value == "") {
                document.getElementById("message").placeholder = "You can not send empty message!";
                valid = false;
            }
            return valid;
        }
        function sendmail(e) {
            e = e.form;
            if (!validate()) {
                return false;
            }
            var form_data = $(e).serialize();
            debugger;
            var fd = { firstname: e[0].value, lastname: e[1].value, from: e[2].value, subject: e[3].value, message: e[4].value };
            $.post("https://bimero.000webhostapp.com/sendmail.php", fd,
            function (data, status) {
                debugger;
                alert("Data: " + data + "\nStatus: " + status);
            });
            document.getElementById("lastname").value = "";
            document.getElementById("firstname").value = "";
            document.getElementById("message").value = "";
            document.getElementById("email").value = "";

            return false;
            //var request = $.ajax({
            //    url: "http://bimero.com/sendmail",
            //    type: "POST",
            //    data: fd,
            //    dataType: "json",
            //    callback: function (response) {
            //        var a = response;
            //        debugger;
            //    },
            //    failure: function (response) {
            //        debugger;
            //        alert("Something went wrong in the request");
            //    }
            //});
            //debugger;
            //request.done(function (msg) {
            //    alert("It's OK!")
            //});

            //request.fail(function (jqXHR, textStatus, errorThrown) {
            //    alert("Request failed: " + textStatus);
            //});
        }
    </script>

</head>
<body data-spy="scroll" data-target=".navbar-collapse">
    <nav>
        <div class="container">
            <div class="nav-top clearfix">
                <div class="logo">
                    <a href="" class="navbar-brand"><img src="assets/images/bimerologo_n.png" alt="Logo" /></a>
                </div>
                <div class="head_top_social pull-right">
                    <ul class="list-inline">
                        <!--<li><a href=""><i class="fa fa-folder"></i>info@bimero.com</a></li>
                            <li><a href=""><i class="fa fa-phone"></i>+1 972 591 8817</a></li>
                            <li><a href=""><i class="fa fa-phone"></i>+385 98 955 7229</a></li>-->
                        <li class="top_socail">
                            <a href=""><i class="fa fa-folder"></i>info@bimero.com</a>
                            <a href=""><i class="fa fa-phone">US</i>+1 972 591 8817</a>
                            <a href=""><i class="fa fa-phone">EU</i>+385 98 955 7229</a>
                        </li>

                        <li class="top_socail">
                            <a href="http://www.facebook.com"><i class="fa fa-facebook"></i></a>
                            <a href="http://www.twitter.com"><i class="fa fa-twitter"></i></a>
                            <a href="https://www.linkedin.com/in/miro-baranasic-twin-color/"><i class="fa fa-linkedin"></i></a>
                            <a href="https://www.pinerest.com"><i class="fa fa-pinterest-p"></i></a>
                        </li>
                    </ul>
                </div>
                <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button">
                    <span class="sr-only">Toggle navigation</span><i class="fa fa-bars"></i>
                </button>
            </div>
        </div>
        <div class="main-nav navbar-collapse collapse">
            <div class="container">
                <div class="minilogo">
                    <a href="" class="navbar-brand"><img src="assets/images/bimerologo2_n.png" alt="Logo" /></a>
                </div>
                <ul class="nav nav-justified">
                    <li><a href="#home" onclick="Slide(this); return false;">HOME</a></li>
                    <li><a href="#about" onclick="Slide(this); return false;">ABOUT US</a></li>
                    <li><a href="#service" onclick="Slide(this); return false;">SERVICES</a></li>
                    <li><a href="#faq" onclick="Slide(this); return false;">FAQ</a></li>
                    <li><a href="#clients" onclick="Slide(this); return false;"> OUR CLIENTS</a></li>
                    <li><a href="#contact" onclick="Slide(this); return false;">CONTACT</a></li>
                </ul>
            </div>
        </div>
    </nav>

    <section id="home" class="home text-right">
        <div class="overlay">
            <div class="container">
                <div class="row">
                    <div class="col-sm-8 col-sm-offset-4">
                        <div class="main_home_content">
                            <div class="single_home">
                                <div class="main_home wow fadeInUp" data-wow-duration="700ms">
                                    <h1>Web design</h1>
                                    <h1 class="subtitle">Modern responsive web design</h1>
                                </div>
                            </div>
                            <div class="single_home">
                                <div class="main_home wow fadeInUp" data-wow-duration="700ms">
                                    <h1>Logo design</h1>
                                    <h1 class="subtitle">Innovative and artistic logo design</h1>
                                </div>
                            </div>
                            <div class="single_home">
                                <div class="main_home wow fadeInUp" data-wow-duration="700ms">
                                    <h1>SEO</h1>
                                    <h1 class="subtitle">Strategic SEO, strives to raise the organic site visibility</h1>
                                </div>
                            </div>
                            <div class="single_home">
                                <div class="main_home wow fadeInUp" data-wow-duration="700ms">
                                    <h1>Domain name sales</h1>
                                    <h1 class="subtitle" style="font-size:230%;">Bimero has a collection of creative, brandable and exact match keyword rich domain names for best prices.</h1>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="about" class="about" style="overflow:none;!important">
        <div class="container">
            <div class="row">
                <div class="main_about">
                    <div class="col-sm-8 col-sm-offset-1">
                        <div class="main_about_area sections">
                            <div class="about_title">
                                <h1>WHY WORK</h1>
                                <p>WITH US</p>
                            </div>
                            <div class="about_content">
                                <ul class="aboutsborder">
                                    <li> <i class="lnr lnr-rocket"></i> <a href="" onclick="return false">Bimero is an global web design and marketing agency with collection of creative, memorable, premium, GEO+keywords and exact match keyword-rich domain names.</a></li>
                                    <li> <i class="lnr lnr-users"></i> <a href="" onclick="return false">Our team has wide spread skills and technology to find and catch best domains, show superb quality, design innovative websites by clients requirements – all at nominal cost.</a></li>
                                    <li> <i class="fa fa-globe"></i> <a href="" onclick="return false">We provide a continuous approach, working directly with clients just to classify and decode needs into an efficient and impressive design and even provide constant ongoing support as required.</a></li>
                                    <li> <i class="fa fa-clone"></i> <a href="" onclick="return false">We are packed with essential expertise to create your website in a professional manner. We create your site and place it as a vital source to achieve your business goals.</a></li>
                                    <li> <i class="lnr lnr-smile"></i> <a href="" onclick="return false">It is our duty to improve and simplify your website development process by managing everything from start to finish.</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="service" class="service" style="padding-bottom:100px">
        <div class="container">
            <div class="row">
                <a href="#service" class="service_border_raund text-center">
                    <img src="assets/images/downicon.png" alt="" />
                </a>
                <div class="main_service_area sections text-center" style="padding-bottom:20px;">
                    <div class="head_title text-center">
                        <h2>SERVICES</h2>
                        <div class="separator"></div>
                        <p>
                        </p>
                    </div>
                    <a href="domainsales.html">
                        <div class="col-sm-4">
                            <div class="single_service">
                                <div class="single_service_icon">
                                    <i class="lnr lnr-earth"></i>
                                </div>
                                <h3>
                                    Domain name sales
                                </h3>
                                <p>
                                    Are you looking to put a new brand online or already have an existing brand that needs a boost?
                                    We have helped numerous businesses improve their Internet presence by acquiring a brandable or
                                    keyword-rich domain name for affordable prices.
                                </p>
                                <div class="separator"></div>
                            </div>
                        </div>
                    </a>
                    <a href="webdesign.html">
                        <div class="col-sm-4">
                            <div class="single_service">
                                <div class="single_service_icon">
                                    <i class="lnr lnr-laptop-phone"></i>
                                </div>
                                <h3>
                                    WEB DESIGN
                                </h3>
                                <p>
                                    We create dynamic, interactive websites according to user requirement.
                                </p>
                                <div class="separator"></div>
                            </div>
                        </div>
                    </a>
                    <a href="seo.html">
                        <div class="col-sm-4">
                            <div class="single_service">
                                <div class="single_service_icon">
                                    <i class="lnr lnr-magnifier"></i>
                                </div>
                                <h3>
                                    SEO
                                </h3>
                                <p>
                                    We make it easy for your business to be found by those looking for your services.
                                </p>
                                <div class="separator">
                                </div>
                            </div>
                        </div>
                    </a>
                </div>

                <div class="head_title text-center">
                    <a href="logodesign.html">
                        <div class="col-sm-4">
                            <div class="single_service">
                                <div class="single_service_icon">
                                    <i class="lnr lnr-picture"></i>
                                </div>
                                <h3>
                                    LOGO DESIGN
                                </h3>
                                <p>
                                    We offer high quality logo designs in terms of creativity, uniqueness and elegant design.
                                </p>
                                <div class="separator"></div>
                            </div>
                        </div>
                    </a>
                    <!--<a href="domainacquisitions.html">
                        <div class="col-sm-4">
                            <div class="single_service">
                                <div class="single_service_icon">
                                    <i class="lnr lnr-sun"></i>
                                </div>
                                <h3>
                                    Domain name acquisitions
                                </h3>
                                <div class="separator"></div>
                            </div>
                        </div>
                    </a>-->
                </div>
            </div>
        </div>
    </section>
    <section id="faq" class="news">
        <div class="container">
            <div class="row">
                <a href="#faq" class="faq_border_raund text-center">
                    <img src="assets/images/downicon_blue.png" alt="" />
                </a>
                <div class="main_news sections" style="padding-bottom:10px;">
                    <div class="head_title text-center">
                        <h2 class="font_white">FAQ</h2>
                        <div class="separator"></div>
                        <p class="font_white">
                            FAQ - Frequently Asked Questions
                        </p>
                    </div>
                    <div class="main_news_content_area">
                        <div class="main_news_content">
                            <div class="col-sm-5 ">
                                <div class="single_news_content_left">
                                    <div class="news_content_left_thumbnail">
                                    </div>
                                    <div class="news_content_left_content">
                                        <p class="subtitle">How do I buy a domain name from you?</p>
                                        <div class="separator2"></div>
                                        <p>
                                            The process is very simple. First, we will walk you thru the domain name transfer process from
                                            start to finish. Most of our domain names are registered at Godaddy.com or NameSilo.com. If
                                            you have an account with those registrars (which you can create for free if you don’t have one),
                                            the domain transfer (also called a push) takes only a few minutes. As for payment, we send you
                                            an invoice that you can pay with PayPal or any major credit card.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-7 col-xs-12">
                                <div class="news_right_content">
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>I am thinking of buying a domain name you own, but I am not sure how much it will help my company?</a>
                                                    <p class="subtitle">Just send us an email or give us a call and we will provide you with more details on how the domain will benefit your company.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>Do I need any technical knowledge in order to accept the transfer of the domain name?</a>
                                                    <p class="subtitle">No. This is a very simple process and we provide you with provide you with simple instructions on how to do it. We can also guide you over the phone if needed.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>What if I have more questions?</a>
                                                    <p class="subtitle">Send us an email with your questions or concerns and we will courteously answer them in a timely manner via email or by phone.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="main_news sections" style="padding-top:10px;">
                    <div class="main_news_content_area">
                        <div class="main_news_content">
                            <div class="col-sm-5 ">
                                <div class="single_news_content_left">
                                    <div class="news_content_left_thumbnail">
                                    </div>
                                    <div class="news_content_left_content">
                                        <p class="subtitle">But I already have a domain name for my business. Why do I need another one?</p>
                                        <div class="separator2"></div>
                                        <p>
                                            The answer to this depends on many factors. Let’s say you own a company that deal with cleaning in New York and the domain you own is Cleaners-New-York.com or is FirstCleanersNewYork.com. You will benefit a great deal if you can acquire CleanersNewYork.com (which is a domain name we sold), because one of the features to value in a domain name is how easy it is for potential clients to say that name.”.
                                            In other words, you should make it as easy as possible for internet surfers to find you. In the
                                            example provided, the dash (-) after each word is an obstacle. Almost no one who is looking for
                                            Cleaners New York will go to their browser and type a dash after each word. The “first” on the
                                            second example is also an obstacle.
                                            But even if you have a relatively decent looking domain, having and exact match name that
                                            describes exactly what you are selling or the service you are providing, increases your ability to
                                            attract clients, because such names leave no doubt about what your company does.
                                            In addition, having more than one domain names directing visitors to your company, helps with
                                            the traffic or the flow of potential clients.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-7 col-xs-12">
                                <div class="news_right_content">
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>How do you acquire the domain names you own?</a>
                                                    <p class="subtitle">In many cases, we acquire our domain names through auction on different marketplaces. We also identify valuable domain names that are about to expire and backorder them (order them in advance) to acquire them when they drop. We also purchase domain names from their owners and then resell them.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>My intention is to redirect the domain I buy to my current Website. Can you do that for me?</a>
                                                    <p class="subtitle">Yes. If you need guidance on redirection, this is something we do free of charge after you have purchased the domain. All it takes is a 5-minute phone support session and we provide you with step by step directions on how to redirect your domain.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-question-circle"></i>How do I know this is a safe transaction and that I will get my domain?</a>
                                                    <p class="subtitle">
                                                        We have a large number of satisfied buyers who have acquired domains from us. You can see
                                                        some of the domains we have sold recently on the "Our Clients" page. As stated above, we
                                                        transfer the domain to your Godaddy or NameSilo account within minutes. In some cases, we
                                                        may also transfer the domain name before you make payment, provided you can make payment
                                                        right after the transfer. This will depend on whether you are a business owner with a verifiable
                                                        online presence.
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section id="clients" class="clients">
        <div class="container">
            <div class="row">
                <a href="#clients" class="client_border_raund text-center">
                    <img src="assets/images/downicon.png" alt="" />
                </a>
                <div class="main_news sections" style="padding-bottom:10px;">
                    <div class="head_title text-center">
                        <h2>CLIENTS</h2>
                        <div class="separator"></div>
                        <p>
                            SOME OF OUR CLIENTS
                        </p>
                    </div>
                    <div class="main_news_content_area">
                        <div class="main_news_content">
                            <div class="col-sm-5 ">
                                <div class="single_news_content_left">
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-user"></i>WorkLifeLeader.com</a>
                                                    <p class="subtitle">
                                                        <a href="http://www.executivecoachphiladelphia.com">ExecutiveCoachPhiladelphia.com</a>
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-user"></i>BracesByBergh.com</a>
                                                    <p class="subtitle">
                                                        <a href="http://orthodontistglendale.com/">OrthodontistGlendale.com</a>
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-user"></i>IBNTech.com</a>
                                                    <p class="subtitle">
                                                        <a href="http://ibntech.com/bookkeeping-services/">OutsourcedAccountingService.com</a>
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-user"></i>BlueChairLLC.com</a>
                                                    <p class="subtitle">
                                                        <a href="http://advertisingagencykansascity.com/">AdvertisingAgencyKansasCity.com</a>
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="single_news_right_content">
                                        <div class="row">
                                            <div class="col-xs-12 no-padding">
                                                <div class="single_right_content">
                                                    <a class="news_icon"><i class="fa fa-user"></i>OnTheGoFitnessPro.com</a>
                                                    <p class="subtitle">
                                                        <a href="http://personaltrainervirginia.com/">PersonalTrainerVirginia.com</a>
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="col-sm-7 col-xs-12">
                            <div class="news_right_content">
                                <div class="single_news_right_content">
                                    <div class="row">
                                        <div class="col-xs-12 no-padding">
                                            <div class="single_right_content">
                                                <a class="news_icon"><i class="fa fa-user"></i>ReikiInMedicine.org</a>
                                                <p class="subtitle">
                                                    <a href="http://www.reikiInstruction.com">ReikiInstruction.com</a>
                                                </p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="single_news_right_content">
                                    <div class="row">
                                        <div class="col-xs-12 no-padding">
                                            <div class="single_right_content">
                                                <a class="news_icon"><i class="fa fa-user"></i>Kruptos2.co.uk</a>
                                                <p class="subtitle">
                                                    <a href="http://fileencryptionsoftware.com/">FileEncryptionSoftware.com</a>
                                                </p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="single_news_right_content">
                                    <div class="row">
                                        <div class="col-xs-12 no-padding">
                                            <div class="single_right_content">
                                                <a class="news_icon"><i class="fa fa-user"></i>Handy.com</a>
                                                <p class="subtitle">
                                                    <a href="http://cleanersnewyork.com/">CleanersNewYork.com</a>
                                                </p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="single_news_right_content">
                                    <div class="row">
                                        <div class="col-xs-12 no-padding">
                                            <div class="single_right_content">
                                                <a class="news_icon"><i class="fa fa-user"></i>ABetterMortgageBroker.com</a>
                                                <p class="subtitle">
                                                    <a href="http://www.abettermortgagebroker.com/">TorontoMortgageAgents.com</a>
                                                </p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="single_news_right_content">
                                    <div class="row">
                                        <div class="col-xs-12 no-padding">
                                            <div class="single_right_content">
                                                <a class="news_icon"><i class="fa fa-user"></i>ZarvosCoaching.com</a>
                                                <p class="subtitle">
                                                    <a href="http://indianapolisexecutivecoach.com/">IndianapolisExecutiveCoach.com</a>
                                                </p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section id="contact" class="contact">
        <div class="container">
            <div class="row">
                <!--<a href="#contact" class="contact_border_raund text-center">
                    <img src="assets/images/downicon.png" alt="" />
                </a>-->
                <div class="main_contact_area sections text-center">
                    <div class="head_title text-center">
                        <h2>Contact us</h2>
                        <div class="separator"></div>
                        <div class="container">
                            <form id="mailform" method="post">

                                <label for="firstname">First Name</label>
                                <input type="text" id="firstname" name="firstname" placeholder="Your name..">

                                <label for="lastname">Last Name</label>
                                <input type="text" id="lastname" name="lastname" placeholder="Your last name..">

                                <label for="email">Email*</label>
                                <input type="text" id="email" name="email" placeholder="Your e-mail..">

                                <label for="subject">Request*</label>
                                <select id="subject" name="subject">
                                    <option value="webdesign">Web design</option>
                                    <option value="logodesign">Logo design</option>
                                    <option value="seo">SEO</option>
                                    <option value="domainnamesales">Domain name sales</option>
                                    <!--<option value="domainnameacquisition">Domain name acquisition</option> -->
                                </select>

                                <label for="message">Subject*</label>
                                <textarea id="message" name="message" placeholder="Write something.." style="height:200px"></textarea>

                                <input type="submit" value="Submit" onclick="return sendmail(this);">

                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="footer_widget" class="footer_widget">
        <div class="container">
            <div class="row">
                <div class="main_widget">

                    <div class="row">
                        <div class="col-sm-4">
                            <div class="single_widget wow fadeIn" data-wow-duration="800ms">
                                <div class="footer_logo">
                                    <img src="assets/images/bimerologo2_n.png" alt="" />
                                </div>
                                <p>

                                </p>
                                <p>

                                </p>
                            </div>
                        </div>
                        <div class="col-sm-4">
                            <div class="single_widget wow fadeIn" data-wow-duration="800ms">
                                <h4 class="footer_title">CONTACT</h4>
                                <div class="separator3"></div>
                                <ul>
                                    <li><a href=""><i class="fa fa-envelope"></i></a>miro@bimero.com</li>
                                    <li><a href=""><i class="fa fa-phone"></i></a>+1 972 591 8817</li>
                                    <li><a href=""><i class="fa fa-phone"></i></a>+385 98 9557 229</li>
                                    <!--<li><a href=""><i class="fa fa-map-marker"></i></a></li>-->
                                    <!--<li><a href=""><i class="fa fa-fax"></i></a></li>-->
                                </ul>
                            </div>
                        </div>
                        <div class="col-sm-4">
                            <div class="single_widget wow fadeIn" data-wow-duration="800ms">
                                <h4 class="footer_title"></h4>
                                <div class="separator3"></div>
                                <ul>
                                    <li class="single_latest_news">
                                        <p class="latest_date"></p>
                                        <p class="subtitle" style="font-style:normal;text-transform:none;text-align:justify">
                                            The website is the face of business and a premium domain will boost web presence as it generates
                                            interest and drives traffic to site.<div style="font-style:italic">Miro Baranasic, Founder and CEO of Bimero.</div>
                                        </p>
                                        <p class="details"></p>
                                    </li>
                                    <li class="single_latest_news">
                                        <p class="latest_date"></p>
                                        <p class="subtitle"></p>
                                        <p class="details"></p>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
        </div>
    </section>


    <footer id="footer" class="footer">
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-sm-12">
                    <div class="copyright_text text-center">
                        <p class=" wow fadeInRight" data-wow-duration="1s">©2018<a href="http://bimero.com">Bimero,</a>LLC. All Rights Reserved</p>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <div class="scrollup">
        <a href="#"><i class="fa fa-chevron-up"></i></a>
    </div>
    <script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
    <script src="assets/js/vendor/bootstrap.min.js"></script>
    <script src="assets/js/jquery.easypiechart.min.js"></script>
    <script src="assets/js/portfolio.jquery.js"></script>
    <script src="assets/js/jquery.mixitup.min.js"></script>
    <script src="assets/js/jquery.easing.1.3.js"></script>
    <script src="assets/js/jquery.slicknav.min.js"></script>
    <script src="assets/js/plugins.js"></script>
    <script src="assets/js/main.js"></script>
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0285'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script></html>
