OK
https://orangeqatar.com/
Qatar
Country
Network
October 02, 2025, 05:30 AM UTC
Date & Time
Websites
Websites
Runtime: 3.2s
On October 02, 2025, 05:30 AM UTC, https://orangeqatar.com/ was accessible when tested on 8781 in Qatar.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
82.148.100.130
Query:
IN A orangeqatar.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
148.113.24.31

TCP Connections

Connection to 148.113.24.31:443 succeeded.

HTTP Requests

URL
GET https://orangeqatar.com/
Response Headers
Accept-Ranges:
bytes
Alt-Svc:
h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
Content-Length:
145190
Content-Type:
text/html
Date:
Thu, 02 Oct 2025 05:30:49 GMT
Last-Modified:
Thu, 28 Aug 2025 10:05:05 GMT
Server:
LiteSpeed
Response Body
<!--The Lord is my helper; I will not be afraid. What can man do to me? - Hebrews 13:6  -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta
      name="google-site-verification"
      content="5_u4ULPUKqsp14ikzD1d2J4zq7E5SGBATc8Krau322Y"
    />

    <meta name="y_key" content="34dbdbfd86ef703d" />

    <meta name="geo.region" content="QA-DA" />
    <meta name="geo.placename" content="Doha" />
    <meta name="geo.position" content="25.354826;51.183884" />
    <meta name="ICBM" content="25.354826, 51.183884" />

    <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "Organization",
        "name": "Orange Web Design Qatar",
        "url": "https://orangeqatar.com",
        "sameAs": [
          "https://www.facebook.com/orangeqatar",
          "https://twitter.com/orangeqatar",
          "https://www.instagram.com/orangeqatar",
          "https://www.linkedin.com/company/orangeqatar",
          "https://orangeqatar.tumblr.com"
        ]
      }
    </script>

    <!-- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -->
    <title>
      Web Design Company in Qatar | Website Design Qatar | Web Hosting Doha
      Qatar
    </title>

    <meta
      name="description"
      content="best web design company in qatar since 2001, web development companies in qatar, web hosting Qatar, best website design companies in qatar, search engine optimization, wordpress website designing company in Qatar, seo Doha Qatar, web designers, website design Doha Qatar, web developers qatar"
    />

    <meta
      name="keywords"
      content="Website design companies in Qatar, website design qatar, seo Doha Qatar, web designers , website design Doha Qatar, web design company qatar, web developers in doha, web design firm, graphic designer,  Doha Qatar web design"
    />

    <meta
      content="Best web design company in Qatar, web designing in Doha, best website design and hosting companies in qatar, seo Doha, search engine optimization  Doha, Website designers in Doha, Web designing in Doha"
      name="key-phrases"
    />

    <!-- Stylesheets -->
    <link href="css/bootstrap.min.css" rel="stylesheet" />
    <link
      href="plugins/revolution/css/settings.css"
      rel="stylesheet"
      type="text/css"
    />
    <!-- REVOLUTION SETTINGS STYLES -->
    <link
      href="plugins/revolution/css/layers.css"
      rel="stylesheet"
      type="text/css"
    />
    <!-- REVOLUTION LAYERS STYLES -->
    <link
      href="plugins/revolution/css/navigation.css"
      rel="stylesheet"
      type="text/css"
    />
    <!-- REVOLUTION NAVIGATION STYLES -->

    <link href="css/style.css" rel="stylesheet" />
    <link href="css/responsive.css" rel="stylesheet" />

    <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
    <link rel="icon" href="images/favicon.png" type="image/x-icon" />
    
    <!--Seo link-->
    <link rel="canonical" href="https://orangeqatar.com/" />

    <!-- Responsive -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
    />
    <!--[if lt IE 9
      ]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script
    ><![endif]-->
    <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
    <script type="text/javascript">
      var check = false;
      //DrawCaptcha();
      //document.getElementById("txtCaptcha").style.color="red";
      var tmp1 = setInterval(function () {
        DrawCaptcha();
        clearInterval(tmp1);
      }, 100);
      //Created / Generates the captcha function
      function DrawCaptcha() {
        var a = Math.ceil(Math.random() * 9) + "";
        var b = Math.ceil(Math.random() * 9) + "";
        var c = Math.ceil(Math.random() * 9) + "";
        var d = Math.ceil(Math.random() * 9) + "";
        /*var e = Math.ceil(Math.random() * 9)+ '';  
              var f = Math.ceil(Math.random() * 9)+ '';  
              var g = Math.ceil(Math.random() * 9)+ ''; */
        /*var code = a + ' ' + b + ' ' + ' ' + c + ' ' + d + ' ' + e + ' '+ f + ' ' + g;*/
        var code = a + " " + b + " " + " " + c + " " + d;
        document.getElementById("txtCaptcha").value = code;
        document.getElementById("txtCaptcha2").value = code;
        document.getElementById("chkform").value = a + b + c + d;
        document.getElementById("chkform2").value = a + b + c + d;
      }

      // Validate the Entered input aganist the generated security code function
      function ValidCaptcha() {
        var str1 = removeSpaces(document.getElementById("txtCaptcha").value);
        var str2 = removeSpaces(document.getElementById("txtInput").value);
        if (str1 == str2) {
          //return true;
          //document.form1.submit();
          //document.getElementById("myForm").submit();
          //document.getElementById('form1').submit();
          check = true;
        } else {
          //return false;
          alert("Invalid Captcha");
          DrawCaptcha();
          check = false;
        }
      }

      // Remove the spaces from the entered and generated code
      function removeSpaces(string) {
        return string.split(" ").join("");
      }
      function test() {
        if (check == false) {
          return false;
        } else {
          return true;
        }
      }
      //onload="DrawCaptcha();"
    </script>
    
    <!-- Google tag (gtag.js) --> 
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-1016901307"></script> 
    <script> 
    window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-1016901307');
    </script>
    
  </head>

  <body>
      
      
      <!--LOCAL BUSINESS SCHEMA-->
      <script type="application/ld+json">
        {
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Orange Web Design Qatar",
  "image": "https://orangeqatar.com/index.html",
  "@id": "",
  "url": "https://orangeqatar.com/",
  "telephone": "+974 5518 0801.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Second Floor، Office 202 Petrofac Building, C Ring Rd,",
    "addressLocality": "Doha",
    "postalCode": "00000",
    "addressCountry": "QA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 25.2644229,
    "longitude": 51.5443002
  },
  "openingHoursSpecification": {
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": [
      "Monday",
      "Tuesday",
      "Wednesday",
      "Thursday",
      "Saturday",
      "Sunday"
    ],
    "opens": "08:00",
    "closes": "18:30"
  },
  "sameAs": [
    "https://www.instagram.com/orangeqatar/",
    "https://www.facebook.com/orangeqatar/",
    "https://www.linkedin.com/company/orangeqatar/",
    "https://orangeqatar.com/"
  ] 
}
        </script>

    <!--ORGANIZATIONAL SCHEMA-->
    
    <script type="application/ld+json">
        {
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Orange Web Design Qatar",
  "url": "https://orangeqatar.com/",
  "logo": "https://orangeqatar.com/images/logo.png",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+974 5518 0801",
    "contactType": "sales",
    "areaServed": "QA",
    "availableLanguage": "en"
  },
  "sameAs": [
    "https://www.facebook.com/orangeqatar/",
    "https://www.instagram.com/orangeqatar/",
    "https://www.linkedin.com/company/orangeqatar/posts/?feedView=all"
  ]
}
    </script>
      
    <div class="page-wrapper">
      <!-- Preloader -->
      <!-- <div class="preloader"></div> -->

      <!-- Main Header-->
      <header class="main-header header-style-one">
        <!-- Header Top -->
        <style>
          .header-top .inner-container {
            justify-content: end !important;
          }
          .header-top .social-icon-one {
            margin-left: 0px !important;
          }
        </style>
        <div class="header-top">
          <div class="inner-container">
            <div class="top-left">
              <!-- Info List -->
              <ul class="list-style-one">
                <li>
                  <i class="fa fa-envelope"></i>
                  <a href="mailto:info@orangeqatar.com">info@orangeqatar.com</a>
                </li>
                <!-- <li><i class="fa fa-map-marker"></i> Doha, Qatar</li> -->
              </ul>
            </div>

            <div class="top-right">
              <!-- <ul class="useful-links">
              <li><a href="#">Help</a></li>
              <li><a href="#">Support</a></li>
              <li><a href="#">Contact</a></li>
            </ul> -->
              <ul class="social-icon-one">
                <li>
                  <a href="https://www.linkedin.com/company/orangeqatar"
                    ><span class="fab fa-linkedin"></span
                  ></a>
                </li>
                <li>
                  <a
                    href="https://www.instagram.com/orangeqatar/"
                    target="_blank"
                    ><span class="fab fa-instagram"></span
                  ></a>
                </li>
                <li>
                  <a href="https://www.facebook.com/orangeqatar" target="_blank"
                    ><span class="fab fa-facebook-square"></span
                  ></a>
                </li>
                <li>
                  <a href="https://twitter.com/orangeqatar" target="_blank"
                    ><span class="fab fa-twitter"></span
                  ></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <!-- Header Top -->

        <div class="header-lower">
          <div class="container-fluid">
            <!-- Main box -->
            <div class="main-box">
              <div class="logo-box">
                <div class="logo">
                  <a href="index.html"
                    ><img src="images/logo.png" alt="" title="Tronis"
                  /></a>
                </div>
              </div>

              <!--Nav Box-->
              <div class="nav-outer">
                <nav class="nav main-menu">
                  <ul class="navigation">
                    <li class="current">
                      <a href="/">Home</a>
                      <!-- <ul>
                        <li><a href="index.html">Home page 01</a></li>
                        <li><a href="index-2.html">Home page 02</a></li>
                        <li><a href="index-3.html">Home page 03</a></li>
                        <li class="dropdown">
                          <a href="#">Single</a>
                          <ul>
                            <li>
                              <a href="index-1-single.html">Home Single 1</a>
                            </li>
                            <li>
                              <a href="index-2-single.html">Home Single 2</a>
                            </li>
                            <li>
                              <a href="index-3-single.html">Home Single 3</a>
                            </li>
                          </ul>
                        </li>
                        <li class="dropdown">
                          <a href="#">Dark</a>
                          <ul>
                            <li><a href="index-1-dark.html">Home Dark 1</a></li>
                            <li><a href="index-2-dark.html">Home Dark 2</a></li>
                            <li><a href="index-3-dark.html">Home Dark 3</a></li>
                          </ul>
                        </li>
                        <li class="dropdown">
                          <a href="#">Boxed</a>
                          <ul>
                            <li>
                              <a href="index-1-boxed.html">Home Boxed 1</a>
                            </li>
                            <li>
                              <a href="index-2-boxed.html">Home Boxed 2</a>
                            </li>
                          </ul>
                        </li>
                        <li class="dropdown">
                          <a href="#">RTL</a>
                          <ul>
                            <li><a href="index-1-rtl.html">Home RTL 1</a></li>
                          </ul>
                        </li>
                        <li class="dropdown">
                          <a href="#">Header Styles</a>
                          <ul>
                            <li><a href="index.html">Header Style One</a></li>
                            <li><a href="index-2.html">Header Style Two</a></li>
                            <li>
                              <a href="index-3.html">Header Style three</a>
                            </li>
                          </ul>
                        </li>
                      </ul> -->
                    </li>
                    <li class="">
                      <a href="about.html">About Us</a>
                      <!-- <ul>
                        <li><a href="about.html">About</a></li>
                        <li class="dropdown">
                          <a href="#">Projects</a>
                          <ul>
                            <li>
                              <a href="page-projects.html">Projects List</a>
                            </li>
                            <li>
                              <a href="page-project-details.html"
                                >Project Details</a
                              >
                            </li>
                          </ul>
                        </li>
                        <li class="dropdown">
                          <a href="#">Team</a>
                          <ul>
                            <li><a href="page-team.html">Team List</a></li>
                            <li>
                              <a href="page-team-details.html">Team Details</a>
                            </li>
                          </ul>
                        </li>
                        <li><a href="page-testimonial.html">Testimonial</a></li>
                        <li><a href="page-pricing.html">Pricing</a></li>
                        <li><a href="page-faq.html">FAQ</a></li>
                        <li><a href="page-404.html">Page 404</a></li>
                      </ul> -->
                    </li>
                    <li class="dropdown">
                      <a href="orange-qatar-solutions.html">Services</a>
                      <ul class="megamenu">
                        <li>
                          <a
                            href="https://orangeqatar.com/best-web-design-company-qatar/index.html"
                            title="best web design company in qatar"
                            ><span class="style17">Website Development</span></a
                          >
                        </li>
                        <!-- <li>
                          <a
                            href="website-maintenance-qatar/index.html"
                            title="Website Maintenance Service in Qatar"
                            target="_blank"
                            ><span class="style17"
                              >Website Maintenance Service Qatar</span
                            ></a
                          >
                        </li> -->
                        <li>
                          <a
                            href="https://orangeqatar.com/web-hosting-company-qatar/index.php"
                            title="Orange Web Hosting Qatar"
                            ><span class="style17">Web Hosting Service</span></a
                          >
                        </li>

                        <li>
                          <a
                            href="https://orangeqatar.com/mobile-app-development-qatar/index.html"
                            title="Mobile Application Qatar"
                            ><span class="style17">Mobile Application </span></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://orangeqatar.com/seo-companies-in-qatar/index.html"
                            title="Web Design and SEO Qatar"
                            ><span class="style17"
                              >Search Engine Optimization</span
                            ></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://orangeqatar.com/domain-registration-qatar/"
                            title="Domain Registration Qatar"
                            ><span class="style17">Domain Registration</span></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://orangeqatar.com/website-maintenance-qatar/index.html"
                            title="Orange Web Hosting Qatar"
                            ><span class="style17">
                              Website Maintenance</span
                            ></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://orangeqatar.com/office-365-solutions-qatar/index.php"
                            title="Office 365 Solutions in Doha Qatar"
                            ><span class="style17"
                              >Microsoft Office 365</span
                            ></a
                          >
                        </li>

                        <li>
                          <a
                            href="https://orangeqatar.com/google-mail-service-qatar/"
                            title="social media marketing companies in qatar"
                            ><span class="style17">Google Workspace</span></a
                          >
                        </li>

                        <li>
                          <a
                            href="https://orangeqatar.com/social-media-marketing-qatar/index.html"
                            title="social media marketing companies in qatar"
                            ><span class="style17"
                              >Social Media Solution</span
                            ></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://orangeqatar.com/logo-design-service-qatar.html"
                            title="Best Logo Design Company in Qatar"
                            ><span class="style17">Logo Design</span></a
                          >
                        </li>

                        <!-- <li>
                          <a
                            href="https://www.990qr.com"
                            title="Micro Website Development"
                            target="_blank"
                            ><span class="style17"
                              >Micro Website Development</span
                            ></a
                          >
                        </li>
                        <li>
                          <a
                            href="https://www.webhosting.qa"
                            title="Cheap Web Hosting Qatar "
                            target="_blank"
                            ><span class="style17"
                              >Cheap Web Hosting Qatar
                            </span></a
                          >
                        </li> -->
                        <!-- <li>
                          <a
                            href="careers.html"
                            title="Careers at Orange Web Design Qatar"
                            target="_blank"
                            ><span class="style17"
                              >Careers at Orange Web Design Qatar</span
                            ></a
                          >
                        </li> -->
                      </ul>
                    </li>
                    <li>
                      <a href="portfolio.html">Our Works</a>
                    </li>
                    <li>
                      <a href="clients.html">Clients</a>
                      <!-- <ul>
                        <li><a href="news-grid.html">News Grid</a></li>
                        <li><a href="news-details.html">News Details</a></li>
                      </ul> -->
                    </li>
                    <li><a href="careers.html">Careers</a></li>
                    <li><a href="contact.html">Contact</a></li>
                  </ul>
                </nav>

                <!-- Main Menu End-->
              </div>

              <div class="outer-box">
                <!-- <div class="ui-btn-outer">
                  <button class="ui-btn ui-btn search-btn">
                    <span class="icon lnr lnr-icon-search"></span>
                  </button>
                </div> -->

                <a href="tel:+97455180801" class="info-btn">
                  <i class="icon fa fa-phone"></i>
                  <small>Call Anytime</small>+974 5518 0801
                </a>

                <!-- Mobile Nav toggler -->
                <div class="mobile-nav-toggler">
                  <span class="icon lnr-icon-bars"></span>
                </div>
              </div>
            </div>
          </div>
        </div>

        <!-- Mobile Menu  -->
        <div class="mobile-menu">
          <div class="menu-backdrop"></div>

          <!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
          <nav class="menu-box">
            <div class="upper-box">
              <div class="nav-logo">
                <a href="index.html"
                  ><img src="images/logo.png" alt="" title=""
                /></a>
              </div>
              <div class="close-btn"><i class="icon fa fa-times"></i></div>
            </div>

            <ul class="navigation clearfix">
              <!--Keep This Empty / Menu will come through Javascript-->
            </ul>
            <ul class="contact-list-one">
              <li>
                <!-- Contact Info Box -->
                <div class="contact-info-box">
                  <i class="icon lnr-icon-phone-handset"></i>
                  <span class="title">Call Now</span>
                  <a href="tel:+97455180801">+974 5518 0801</a>
                </div>
              </li>
              <li>
                <!-- Contact Info Box -->
                <div class="contact-info-box">
                  <span class="icon lnr-icon-envelope1"></span>
                  <span class="title">Send Email</span>
                  <a href="mailto:info@orangeqatar.com">info@orangeqatar.com</a>
                </div>
              </li>
              <li>
                <!-- Contact Info Box -->
                <div class="contact-info-box">
                  <span class="icon lnr-icon-clock"></span>
                  <span class="title">Send Email</span>
                  Sat - Thu 8:00 AM to 6:00 PM, <br />Friday - CLOSED
                </div>
              </li>
            </ul>

            <ul class="social-links">
              <li>
                <a href="#"><i class="fab fa-twitter"></i></a>
              </li>
              <li>
                <a href="#"><i class="fab fa-facebook-f"></i></a>
              </li>
              <li>
                <a href="#"><i class="fab fa-pinterest"></i></a>
              </li>
              <li>
                <a href="#"><i class="fab fa-instagram"></i></a>
              </li>
            </ul>
          </nav>
        </div>
        <!-- End Mobile Menu -->

        <!-- Header Search -->
        <div class="search-popup">
          <span class="search-back-drop"></span>
          <button class="close-search">
            <span class="fa fa-times"></span>
          </button>

          <div class="search-inner">
            <form method="post" action="blog-showcase.html">
              <div class="form-group">
                <input
                  type="search"
                  name="search-field"
                  value=""
                  placeholder="Search..."
                  required=""
                />
                <button type="submit"><i class="fa fa-search"></i></button>
              </div>
            </form>
          </div>
        </div>
        <!-- End Header Search -->

        <!-- Sticky Header  -->
        <div class="sticky-header">
          <div class="auto-container">
            <div class="inner-container">
              <!--Logo-->
              <div class="logo">
                <a href="index.html" title=""
                  ><img src="images/logo-2.png" alt="" title=""
                /></a>
              </div>

              <!--Right Col-->
              <div class="nav-outer">
                <!-- Main Menu -->
                <nav class="main-menu">
                  <div class="navbar-collapse show collapse clearfix">
                    <ul class="navigation clearfix">
                      <!--Keep This Empty / Menu will come through Javascript-->
                    </ul>
                  </div>
                </nav>
                <!-- Main Menu End-->

                <!--Mobile Navigation Toggler-->
                <div class="mobile-nav-toggler">
                  <span class="icon lnr-icon-bars"></span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <!-- End Sticky Menu -->
      </header>
      <!--End Main Header -->

      <!--Main Slider-->
      <section class="main-slider">
        <div
          class="rev_slider_wrapper fullwidthbanner-container"
          id="rev_slider_one_wrapper"
          data-source="gallery"
        >
          <div
            class="rev_slider fullwidthabanner"
            id="rev_slider_one"
            data-version="5.4.1"
          >
            <ul>
              <!-- Slide 1 -->
              <li data-index="rs-1" data-transition="zoomout">
                <!-- MAIN IMAGE -->
                <img
                  src="images/main-slider/web-design-companies-in-qatar.jpg"
                  alt=""
                  class="rev-slidebg"
                  height="500"
                />

                <div
                  class="tp-caption"
                  data-paddingbottom="[15,15,15,15]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['900','750','750','650']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['20','20','0','0']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <h1>
                    Elevate Your Brand<br />
                    <span class="style-font color2"> with</span>
                    Exceptional<br />
                    Web Design.
                  </h1>
                </div>

                <div
                  class="tp-caption"
                  data-paddingbottom="[0,0,0,0]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['700','750','700','450']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['215','215','215','215']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <a
                    href="about.html"
                    class="theme-btn btn-style-one bg-theme-color2"
                    ><span class="btn-title">Explore now</span></a
                  >
                </div>
              </li>
              <!-- Slide 2 -->
              <li data-index="rs-2" data-transition="zoomout">
                <!-- MAIN IMAGE -->
                <img
                  src="images/main-slider/web-hosting-qatar.jpg"
                  alt=""
                  class="rev-slidebg"
                  height="500"
                />

                <div
                  class="tp-caption"
                  data-paddingbottom="[15,15,15,15]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['900','750','750','650']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['20','20','0','0']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <h1>
                    Fast, Secure,
                    <span class="style-font color2">and</span>
                    <br />Scalable Web <br />Hosting
                  </h1>
                </div>

                <div
                  class="tp-caption"
                  data-paddingbottom="[0,0,0,0]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['700','750','700','450']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['215','215','215','215']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <a
                    href="about.html"
                    class="theme-btn btn-style-one bg-theme-color2"
                    ><span class="btn-title">Join Us Today!</span></a
                  >
                </div>
              </li>
              <!-- Slide 2 -->
              <li data-index="rs-3" data-transition="zoomout">
                <!-- MAIN IMAGE -->
                <img
                  src="images/main-slider/mobile-app-qatar.jpg"
                  alt=""
                  class="rev-slidebg"
                  height="500"
                />

                <div
                  class="tp-caption"
                  data-paddingbottom="[15,15,15,15]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['900','750','750','650']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['20','20','0','0']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <h1>
                    Elevate Your Brand
                    <br /><span class="style-font color2">with</span> Powerful
                    <br />Mobile Applications.
                  </h1>
                </div>

                <div
                  class="tp-caption"
                  data-paddingbottom="[0,0,0,0]"
                  data-paddingleft="[15,15,15,15]"
                  data-paddingright="[15,15,15,15]"
                  data-paddingtop="[0,0,0,0]"
                  data-responsive_offset="on"
                  data-type="text"
                  data-height="none"
                  data-width="['700','750','700','450']"
                  data-whitespace="normal"
                  data-hoffset="['0','0','0','0']"
                  data-voffset="['215','215','215','215']"
                  data-x="['left','left','left','left']"
                  data-y="['middle','middle','middle','middle']"
                  data-textalign="['top','top','top','top']"
                  data-frames='[{"delay":1000,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
                >
                  <a
                    href="about.html"
                    class="theme-btn btn-style-one bg-theme-color2"
                    ><span class="btn-title">Explore now</span></a
                  >
                </div>
              </li>
            </ul>
          </div>
        </div>
      </section>
      <!-- End Main Slider-->

      <!-- About Section -->
      <section class="about-section">
        <div class="auto-container">
          <div class="row">
            <div
              class="content-column col-xl-6 col-lg-7 col-md-12 col-sm-12 order-2 wow fadeInRight"
              data-wow-delay="600ms"
            >
              <div class="inner-column">
                <div class="sec-title">
                  <span class="sub-title"
                    >Welcome to Orange Web Design Qatar</span
                  >
                  <h2>We provide best web design solution in Doha Qatar</h2>
                  <div class="text">
                    Try our professional website design and web hosting services
                    in Qatar; they are ready to help your business succeed. Our
                    experienced team is ready to assist all of your needs. Our
                    team have been delivering results of more than 600 web sites
                    since 2002 in Doha, Qatar and our #1 priority is your
                    success.
                  </div>
                  <div class="text">
                    We provide you effective website design services at the
                    right price; from domain name to web hosting, from graphic
                    design to SEO, from small business web design to ecommerce
                    in Doha Qatar. We are here to help you succeed. Try our
                    professional services today, your satisfaction is
                    guaranteed.
                  </div>
                </div>

                <!-- <ul class="list-style-two">
                  <li>
                    <i class="fa fa-check-circle"></i> Refresing to get such a
                    personal touch.
                  </li>
                  <li>
                    <i class="fa fa-check-circle"></i> Duis aute irure dolor in
                    reprehenderit in voluptate.
                  </li>
                  <li>
                    <i class="fa fa-check-circle"></i> Velit esse cillum dolore
                    eu fugiat nulla pariatur.
                  </li>
                </ul> -->

                <div class="btn-box">
                  <a href="tel:+97455180801" class="info-btn">
                    <i class="icon fa fa-phone"></i>
                    <small>Call Anytime</small> +974 55180801
                  </a>
                  <a href="about.html" class="theme-btn btn-style-one"
                    ><span class="btn-title">Explore now</span></a
                  >
                </div>
              </div>
            </div>

            <!-- Image Column -->
            <div class="image-column col-xl-6 col-lg-5 col-md-12 col-sm-12">
              <div class="inner-column wow fadeInLeft">
                <figure class="image-1 overlay-anim wow fadeInUp">
                  <img src="images/about-orange-web-design-qatar.jpg" alt="" />
                </figure>
                <figure class="image-2 overlay-anim wow fadeInRight">
                  <img src="images/resource/about-2.jpg" alt="" />
                </figure>
                <div class="experience bounce-y">
                  <div class="inner">
                    <i class="icon flaticon-discuss"></i>
                    <div class="text">
                      <strong>22+</strong> Years of <br />experience
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!--Emd About Section -->

      <!-- Services Section -->
      <section class="services-section pt-0">
        <div class="auto-container">
          <div class="sec-title text-center">
            <span class="sub-title">What We're Offering</span>
            <h2>Services we're offering to <br />our customers.</h2>
          </div>

          <div class="row">
            <!-- Service Block -->
            <div class="service-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-color-sample"></i>
                </div>
                <h5 class="title">
                  <a
                    href="https://orangeqatar.com/best-web-design-company-qatar/index.html"
                    >Website Design</a
                  >
                </h5>
                <div class="text">
                  Orange Web Design Qatar is a full-service Qatar website
                  development company offering quality web design in Doha,
                </div>
                <a
                  href="https://orangeqatar.com/best-web-design-company-qatar/index.html"
                  class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i> Read more</a
                >
              </div>
            </div>

            <!-- Service Block -->
            <div class="service-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-front-end"></i>
                </div>
                <h5 class="title">
                  <a
                    href="https://orangeqatar.com/web-hosting-company-qatar/index.php"
                    >Web Hosting</a
                  >
                </h5>
                <div class="text">
                  At Orange Web Hosting we offer you shared, dedicated and cloud
                  web hosting services in Doha Qatar.<br /><br />
                </div>
                <a
                  href="https://orangeqatar.com/web-hosting-company-qatar/index.php"
                  class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i> Read more</a
                >
              </div>
            </div>

            <!-- Service Block -->
            <div class="service-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-online-shopping"></i>
                </div>
                <h5 class="title">
                  <a
                    href="https://orangeqatar.com/mobile-app-development-qatar/index.html"
                    >Mobile Application</a
                  >
                </h5>
                <div class="text">
                  Orange Web App Qatar, a leading Mobile App Development Company
                  in Qatar, possesses extensive experience in mobile app
                  development
                </div>
                <a
                  href="https://orangeqatar.com/mobile-app-development-qatar/index.html"
                  class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i> Read more</a
                >
              </div>
            </div>
          </div>

          <div class="bottom-box">
            <div class="text">
              Trust the experts for all your
              <strong>web design & development</strong> needs.
            </div>
            <a
              href="orange-qatar-solutions.html"
              class="theme-btn btn-style-one"
              ><span class="btn-title">Explore now</span></a
            >
          </div>
        </div>
      </section>
      <!-- End Services Section-->

      <!-- Projects section two-->
      <section class="projects-section-two p-0" id="portfolio">
        <div
          class="bg-image"
          style="background-image: url(./images/background/2.jpg)"
        ></div>
        <div class="auto-container" style="padding-top: 120px">
          <!-- <div class="upper-box">
            <div class="counter-column">
              <div class="count-box">
                <span class="title">Work Completed</span>
                <div class="numbers">86900+</div>
              </div>
            </div>
            <div class="text-column">
              <div class="text">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
                eius mod tempor incididunt ut labore et dolore magna aliqua.
              </div>
            </div>
          </div> -->

          <div class="sec-title text-center light">
            <span class="sub-title">Recent Work</span>
            <h2>Work showcase</h2>
          </div>

          <div class="carousel-outer">
            <div class="projects-carousel owl-carousel owl-theme">
              <!-- Training Block-->
              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://www.blackcatqatar.com/" target="_blank"
                        ><img
                          src="images/portfolio/blackcat-engineering-qatar.jpg"
                          alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.blackcatqatar.com/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://www.blackcatqatar.com/" target="_blank"
                          >Blackcat Engineering</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <!-- Training Block-->
              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a
                        href="https://www.boomconstruction.net/"
                        target="_blank"
                        ><img
                          src="images/portfolio/boom-construction-qatar.jpg"
                          alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.boomconstruction.net/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a
                          href="https://www.boomconstruction.net/"
                          target="_blank"
                          >Boom Construction</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <!-- Training Block-->
              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://www.chiyoda-almana.com/" target="_blank"
                        ><img src="images/portfolio/chiyoda-almana.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.chiyoda-almana.com/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a
                          href="https://www.chiyoda-almana.com/"
                          target="_blank"
                          >Chiyoda Almana</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <!-- Training Block-->
              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://www.contraco.com.qa/" target="_blank"
                        ><img src="images/portfolio/contraco.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.contraco.com.qa/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://www.contraco.com.qa/" target="_blank"
                          >Contraco</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://thediplomaticclub.com/" target="_blank"
                        ><img
                          src="images/portfolio/diplomatic-club-doha.jpg"
                          alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://thediplomaticclub.com/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://thediplomaticclub.com/" target="_blank"
                          >The Diplomatic Club</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://www.gasco.qa/" target="_blank"
                        ><img src="images/portfolio/gasco-qatar.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.gasco.qa/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://www.gasco.qa/" target="_blank"
                          >GASCO</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://www.salam-bounian.com/" target="_blank"
                        ><img src="images/portfolio/salam-bounian.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://www.salam-bounian.com/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://www.salam-bounian.com/" target="_blank"
                          >Salam Bounian</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://danatqatar.qa/" target="_blank"
                        ><img src="images/portfolio/danat-qatar.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://danatqatar.qa/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://danatqatar.qa/" target="_blank"
                          >Danat Real Estate</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://davidadamsongroup.com/" target="_blank"
                        ><img src="images/portfolio/david-adamson.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://davidadamsongroup.com/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://davidadamsongroup.com/" target="_blank"
                          >David Adamson Group</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://hepworth.qa/" target="_blank"
                        ><img src="images/portfolio/hepworth.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://hepworth.qa/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://hepworth.qa/" target="_blank"
                          >Hepworth</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://qfm.qa" target="_blank"
                        ><img src="images/portfolio/qfm.jpg" alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a href="https://qfm.qa" target="_blank" class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://qfm.qa" target="_blank">QFM</a>
                      </h6>
                    </div>
                  </div>
                </div>
              </div>

              <div class="project-block">
                <div class="inner-box">
                  <div class="image-box">
                    <figure class="image">
                      <a href="https://seccgroup.net/" target="_blank"
                        ><img
                          src="images/portfolio/singapore-engineering.jpg"
                          alt=""
                      /></a>
                    </figure>
                    <div class="info-box">
                      <a
                        href="https://seccgroup.net/"
                        target="_blank"
                        class="read-more"
                        ><i class="fa fa-long-arrow-alt-right"></i
                      ></a>
                      <span class="cat">Website</span>
                      <h6 class="title">
                        <a href="https://seccgroup.net/" target="_blank"
                          >Singapore Engineering</a
                        >
                      </h6>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div
          class="btn-box"
          style="display: flex; justify-content: center; padding-top: 30px"
        >
          <a href="portfolio.html" class="theme-btn btn-style-one"
            ><span class="btn-title">Explore More</span></a
          >
        </div>
      </section>
      <!-- End Projects Section -->

      <!-- Why Choose Us -->
      <section class="why-choose-us">
        <div class="bg bg-pattern-2"></div>
        <div class="auto-container">
          <div class="row">
            <div
              class="content-column col-xl-6 col-lg-7 col-md-12 col-sm-12 order-2 wow fadeInRight"
              data-wow-delay="600ms"
            >
              <div class="inner-column">
                <div class="sec-title">
                  <span class="sub-title">Orange Web Design Qatar</span>
                  <h2>More than a Webdesign Agency</h2>
                  <div class="text">
                    We specialize in creating custom websites that not only look
                    stunning but also drive results. Since 2002, Orange Qatar
                    has been the go-to web design agency in Qatar for businesses
                    looking to elevate their online presence. With a portfolio
                    of over 600 projects and partnerships with 150+ brands,
                    we've built a reputation as one of the top web development
                    companies in Qatar.
                  </div>
                </div>

                <!-- <blockquote class="blockquote-one">
                  Lorem ipsum dolor sit amet, consectetur notted adipisicing
                  elit sed do eiusmod
                </blockquote> -->

                <div class="btn-box">
                  <!-- <a
                    href="https://www.youtube.com/watch?v=Fvae8nxzVz4"
                    class="play-now-two lightbox-image"
                    ><i class="icon fa fa-play"></i> Watch our <br />few
                    minautes video</a
                  > -->
                  <a href="contact.html" class="theme-btn btn-style-one"
                    ><span class="btn-title">Let's Talk</span></a
                  >
                </div>
              </div>
            </div>

            <!-- Image Column -->
            <div class="image-column col-xl-6 col-lg-5 col-md-12 col-sm-12">
              <div class="inner-column wow fadeInLeft">
                <div class="image-box">
                  <span class="bg-shape"></span>
                  <figure class="image-1 overlay-anim wow fadeInUp">
                    <img src="images/resource/web-hosting-qatar.jpg" alt="" />
                  </figure>
                  <figure class="image-2 overlay-anim wow fadeInRight">
                    <img src="images/resource/web-qatar.jpg" alt="" />
                  </figure>
                  <figure class="image-3 overlay-anim wow fadeInRight">
                    <img src="images/resource/design-qatar.jpg" alt="" />
                  </figure>
                  <!-- <figure class="logo">
                    <img src="images/resource/fav-icon.png" alt="" />
                  </figure> -->
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!--Emd Why Choose Us -->

      <!-- Premium Section -->
      <section class="premium-section">
        <div class="bg bg-pattern-6"></div>
        <div class="auto-container">
          <div class="sec-title text-center">
            <span class="sub-title">Our Premium</span>
            <h2>Web hosting service in Qatar</h2>
          </div>

          <div class="row">
            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon lnr-icon-database"></i>
                </div>
                <h5 class="title">
                  <a>Domain Registration</a>
                </h5>
                <div class="text">
                  Begin your online journey today, and start searching for the
                  perfect website domain with us.
                </div>
                <a
                  href="https://orangeqatar.com/domain-registration-qatar/"
                  class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>

            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-web"></i>
                </div>
                <h5 class="title">
                  <a>Web Hosting Service</a>
                </h5>
                <div class="text">
                  Our cPanel web hosting plans are ideal for your business
                  website with speeds faster than ever.
                </div>
                <a
                  href="https://orangeqatar.com/web-hosting-company-qatar/index.php"
                  class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>

            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-user-interface"></i>
                </div>
                <h5 class="title">
                  <a>Domain Transfer</a>
                </h5>
                <div class="text">
                  Get access to all of our free features including DNS hosting,
                  email and web forwarding, at no additional cost.
                </div>
                <a href="domain-transfer-qatar.html" class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>

            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-open-envelope"></i>
                </div>
                <h5 class="title">
                  <a>Email Solutions</a>
                </h5>
                <div class="text">
                  Our feature packed email hosting includes Secure POP3/IMAP,
                  Spam Experts Filtering, Data Backup etc.
                </div>
                <a href="email-solutions-qatar.html" class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>

            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-repair"></i>
                </div>
                <h5 class="title">
                  <a href="website-hosting-migration-qatar.html"
                    >Website Migration</a
                  >
                </h5>
                <div class="text">
                  Our world class rated website migration service is assisted
                  with professionals in the field of web hosting in Qatar.
                </div>
                <a href="website-hosting-migration-qatar.html" class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>

            <!-- Service Block -->
            <div
              class="premium-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp animated"
              style="visibility: visible; animation-name: fadeInUp"
            >
              <div class="inner-box">
                <div class="icon-box">
                  <i class="icon flaticon-help"></i>
                </div>
                <h5 class="title">
                  <a>24/7 Excellent Support</a>
                </h5>
                <div class="text">
                  Our Qatar based team are well known for delivering an
                  excellent level of customer service and technical support
                </div>
                <a href="contact.html" class="read-more"
                  ><i class="fa fa-long-arrow-alt-right"></i
                ></a>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!-- End Premium Section -->

      <!-- FAQ Section -->
      <section class="faqs-section">
        <div class="bg bg-pattern-4"></div>
        <div class="auto-container">
          <div class="sec-title text-center">
            <span class="sub-title">You've have Any Questions?</span>
            <h2>Frequently asked questions</h2>
          </div>

          <div class="row">
            <!-- FAQ Column -->
            <div class="faq-column col-lg-6 col-md-12 col-sm-12">
              <div class="inner-column">
                <ul class="accordion-box wow fadeInRight">
                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      What are the essential qualities of a good website?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          A good website should be user-friendly with intuitive
                          navigation, responsive design for compatibility across
                          devices, and fast loading speeds to enhance user
                          satisfaction. It must feature high-quality, relevant
                          content that engages visitors, optimized for search
                          engines to attract traffic. Accessibility is crucial
                          to ensure usability for all users, including those
                          with disabilities.
                        </div>
                      </div>
                    </div>
                  </li>

                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      How long will it take to complete the website design?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          Completing website design in Qatar typically takes 4
                          to 12 weeks for small to medium sites, while complex
                          projects may require 3 months or more. Factors
                          influencing the timeline include design complexity,
                          scope of work, team size, and client feedback speed.
                          Establishing a clear timeline during planning helps
                          set realistic expectations for the project.
                        </div>
                      </div>
                    </div>
                  </li>

                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      What is website hosting?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          Website hosting is a service that stores a website's
                          files on a server, making it accessible on the
                          internet. When users enter a domain name, the hosting
                          provider delivers the website's content. Options
                          include shared, VPS, dedicated, and cloud hosting,
                          each offering different levels of performance,
                          security, and control to suit various needs and
                          budgets.
                        </div>
                      </div>
                    </div>
                  </li>

                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      What is the role of a web designer?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          A web designer creates the visual layout and
                          aesthetics of a website, focusing on user experience
                          and branding. They collaborate with clients to
                          understand their needs, use design software and coding
                          languages to develop prototypes, and ensure responsive
                          design across devices. Their goal is to build an
                          attractive, functional site that meets both user and
                          business objectives.
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
            <div class="faq-column col-lg-6 col-md-12 col-sm-12">
              <div class="inner-column">
                <ul class="accordion-box wow fadeInRight">
                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      What is website maintenance?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          Website maintenance involves regularly updating,
                          monitoring, and managing a website to ensure it
                          functions smoothly and remains secure. This includes
                          tasks like software updates, content additions,
                          performance optimization, backups, and fixing bugs.
                          Effective maintenance helps improve user experience,
                          enhances security, and ensures the website remains
                          relevant and compliant with industry standards.
                        </div>
                      </div>
                    </div>
                  </li>
                  <!--Block-->
                  <li class="accordion block">
                    <div class="acc-btn">
                      What are the other services Orange Web Design specialized
                      next to web designing and development?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          Orange Web Design specializes not only in web
                          designing and development but also offers a range of
                          complementary digital services to support businesses
                          in building a strong online presence. These services
                          include web hosting, email solutions, mobile app
                          development, logo design, SEO services etc.
                        </div>
                      </div>
                    </div>
                  </li>

                  <li class="accordion block">
                    <div class="acc-btn">
                      Where are the website development team located?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          <p>
                            Our website development team is strategically split
                            across two key locations. Our offshore office in
                            India is home to a highly skilled group of
                            developers, designers, and programmers, who work
                            collaboratively to build top-quality websites and
                            digital solutions. This team ensures that every
                            project is developed with the latest technologies
                            and tailored to meet client needs.
                          </p>

                          <p>
                            Meanwhile, our Qatar office houses our Sales and
                            Technical team, who handle client interactions,
                            project management, and provide ongoing technical
                            support. This setup allows us to deliver efficient,
                            cost-effective, and high-quality services to our
                            clients.
                          </p>
                        </div>
                      </div>
                    </div>
                  </li>

                  <li class="accordion block">
                    <div class="acc-btn">
                      What are the stages involved in the website development
                      process?
                      <div class="icon fa fa-angle-down"></div>
                    </div>
                    <div class="acc-content">
                      <div class="content">
                        <div class="text">
                          The website development process includes
                          <strong>planning</strong> to define goals,
                          <strong>designing</strong> wireframes and layouts,
                          <strong>developing</strong> the site through coding,
                          <strong>content creation</strong> to add relevant text
                          and media, <strong>testing</strong>
                          for functionality and performance, and finally,
                          <strong>launching</strong> the site, followed by
                          ongoing <strong>maintenance</strong> to ensure updates
                          and improvements.
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!--End FAQ Section -->

      <!-- Clients Section   -->
      <section class="clients-section">
        <div class="auto-container">
          <!-- Sponsors Outer -->
          <div class="sponsors-outer">
            <!--clients carousel-->
            <ul class="clients-carousel owl-carousel owl-theme">
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/acon-group-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/andtrading-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/blackcat-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/batteel-cafe-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/boom-construction-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/bin-omran-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/chiyoda-almana-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/danat-real-estate-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img
                    src="images/homelogos/david-adamson-group-01.jpg"
                    alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/Doha-College-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/domopan-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"><img src="images/homelogos/eaa-01.jpg" alt="" /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/elitco-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/fabnet-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/gasco-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/hepworth-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/howunited-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/masar-medical-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/lusail-tea-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/nexia-basel-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/qatar-beton-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"><img src="images/homelogos/qfm-01.jpg" alt="" /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/salam-bounian-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/secc-01.jpg" alt=""
                /></a>
              </li>
              <li class="slide-item">
                <a href="#"
                  ><img src="images/homelogos/taalum-group-01.jpg" alt=""
                /></a>
              </li>
            </ul>
          </div>
        </div>
      </section>
      <!--End Clients Section -->

      <!-- Testimonial Section -->
      <section class="testimonial-section">
        <div class="bg bg-pattern-5"></div>
        <div class="auto-container">
          <div class="row">
            <div class="title-column col-xl-5 col-lg-4 col-md-12">
              <div class="sec-title light">
                <span class="sub-title">Our testimonials</span>
                <h2>What they're talking about us</h2>
                <div class="text">
                  "Our testimonials highlight the trust and satisfaction of our
                  valued clients. Learn how our services have made a positive
                  difference in their journeys."
                </div>
              </div>
            </div>

            <div class="testimonial-column col-xl-7 col-lg-8 col-md-12">
              <div class="carousel-outer">
                <div class="testimonial-carousel owl-carousel owl-theme">
                  <!-- Testimonial Block -->
                  <!-- <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/resource/testi-1.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Pradeep</h4>
                          <span class="designation">Diplomatic Club</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        We've worked with Orange Web Design for over 20 years,
                        and they consistently deliver outstanding results. Their
                        creativity, reliability, and attention to detail have
                        made them an invaluable partner in our success.
                      </div>
                    </div>
                  </div> -->

                  <!-- Testimonial Block -->
                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/andy-mitchell.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Andrew Mitchell</h4>
                          <span class="designation">David Adamson Group</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange Web Design created our global office website, and
                        the results were exceptional. They captured our brand
                        perfectly with a sleek, professional design. Their
                        expertise and attention to detail made the process
                        seamless.
                      </div>
                    </div>
                  </div>

                  <!-- Testimonial Block -->
                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/imane-ghadir.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Imane Ghadir</h4>
                          <span class="designation">Danat Qatar</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange Web Design built a stunning, user-friendly real
                        estate website and mobile application for us. Their
                        attention to detail, creativity, and professionalism
                        made the entire process smooth.
                      </div>
                    </div>
                  </div>

                  <!-- Testimonial Block -->
                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/guillermo-velasco.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Guillermo Velasco</h4>
                          <span class="designation">Rexton Holding</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange Web Design Qatar developed all our group websites
                        with consistency and creativity. Their attention to
                        detail, and ability to capture our brand vision across
                        multiple sites exceeded our expectations.
                      </div>
                    </div>
                  </div>

                  <!-- Testimonial Block -->
                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/hisham-abdel-basit.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Hisham Abdel-Basit</h4>
                          <span class="designation">MBK Group</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        This company provided outstanding web hosting and email
                        solutions for us. Their service is reliable, secure, and
                        ensuring smooth website performance and flawless
                        communication. Highly recommend them for seamless
                        support.
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/robhi-al-qassas.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Robhi Al Qassas</h4>
                          <span class="designation">Maraasm Capital</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange Web Design created a beautiful, easy-to-navigate
                        site for us. Their team was professional, creative, and
                        responsive, delivering exactly what we needed on time.
                        Highly recommended for quality results.
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/sirine-khemiri.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Sirine Khemiri</h4>
                          <span class="designation">Ramlah Resorts</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange Web Design delivered a modern, visually appealing
                        website tailored to our needs. Their professionalism and
                        creativity made the process smooth and efficient. We are
                        thrilled with the final result
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/mohammed-ali-hosho.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Mohammed Ali Hosho</h4>
                          <span class="designation">Boom Construction</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Exceptional service! Our website runs smoothly thanks to
                        their expert maintenance. Quick response times,
                        proactive updates, and top-notch support. Highly
                        recommend for anyone needing reliable website care!
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/pradeep-kotkar.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Pradeep Kotkar</h4>
                          <span class="designation">The Diplomatic Club</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        We've worked with Orange Web Design for over 20 years,
                        and they consistently deliver outstanding results. Their
                        creativity, reliability, and attention to detail have
                        made them an invaluable partner in our success
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/kathleen-turner.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Kathleen Turner</h4>
                          <span class="designation">PRER Group</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        We've partnered with this web design company for over 18
                        years, and they consistently deliver exceptional work.
                        Their creativity, reliability, and dedication have made
                        them an invaluable part of our journey.
                      </div>
                    </div>
                  </div>

                  <div class="testimonial-block">
                    <div class="inner-box">
                      <div class="image-box">
                        <figure class="image">
                          <img src="images/almowhed-bellah.jpg" alt="" />
                        </figure>
                        <div class="info-box">
                          <h4 class="name">Almowhed Bellah</h4>
                          <span class="designation">Gulf Experts</span>
                        </div>
                        <div class="rating">
                          <i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i><i class="fa fa-star"></i
                          ><i class="fa fa-star"></i>
                        </div>
                      </div>
                      <div class="text">
                        Orange web design company provided us with a stunning
                        website, robust email solutions, and a custom
                        application. Their expertise, professionalism, and
                        seamless execution exceeded our expectations. Highly
                        recommend their services!
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!-- End Testimonial Section -->
      <style>
        @media (max-width: 767px) {
          .news-section {
            display: none;
          }
        }
        .contact-section {
          margin-top: 60px;
        }
      </style>
      <!-- News Section -->
      <section class="news-section">
        <div class="bg bg-pattern-6"></div>
        <div class="auto-container">
          <div class="sec-title text-center">
            <span class="sub-title">News & Articles</span>
            <h2>Latest from the blog</h2>
          </div>

          <div class="row">
            <!-- News Block -->
            <div class="news-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
              <div class="inner-box">
                <div class="image-box">
                  <figure class="image">
                    <a href="/blog/professional-website-design-qatar.html"
                      ><img src="images/resource/news-1.jpg" alt=""
                    /></a>
                  </figure>
                </div>
                <div class="content-box">
                  <span class="date">20 Oct, 2024</span>
                  <span class="post-info"
                    ><i class="fa fa-user-circle"></i> by Admin</span
                  >
                  <h5 class="title">
                    <a href="/blog/professional-website-design-qatar.html"
                      >How a Professional Website Design in Qatar Can Boost Your
                      Business Growth</a
                    >
                  </h5>
                  <div class="text">
                    In today's digital-first world, your website is not just an
                    online brochure—it's the heart of your business's success.
                  </div>
                  <a
                    href="/blog/professional-website-design-qatar.html"
                    class="read-more"
                    ><i class="fa fa-long-arrow-alt-right"></i> Read More</a
                  >
                </div>
              </div>
            </div>

            <!-- News Block -->
            <div
              class="news-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp"
              data-wow-delay="300ms"
            >
              <div class="inner-box">
                <div class="image-box">
                  <figure class="image">
                    <a href="/blog/why-website-maintenance-is-crucial.html"
                      ><img src="images/resource/news-2.jpg" alt=""
                    /></a>
                  </figure>
                </div>
                <div class="content-box">
                  <span class="date">05 Nov, 2024</span>
                  <span class="post-info"
                    ><i class="fa fa-user-circle"></i> by Admin</span
                  >
                  <h5 class="title">
                    <a href="/blog/why-website-maintenance-is-crucial.html"
                      >Why Regular Website Maintenance is Crucial for Business
                      Owners
                    </a>
                  </h5>
                  <div class="text">
                    A well-maintained website is a key asset for any business.
                    For business owners, founders, and marketing professionals,
                    a website is not just an online...
                  </div>
                  <a
                    href="/blog/why-website-maintenance-is-crucial.html"
                    class="read-more"
                    ><i class="fa fa-long-arrow-alt-right"></i> Read More</a
                  >
                </div>
              </div>
            </div>

            <!-- News Block -->
            <div
              class="news-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp"
              data-wow-delay="600ms"
            >
              <div class="inner-box">
                <div class="image-box">
                  <figure class="image">
                    <a
                      href="/blog/essential-website-features-business-owners.html"
                      alt="Professional website design in Qatar
                    for business growth"
                      ><img src="images/resource/news-3.jpg" alt=""
                    /></a>
                  </figure>
                </div>
                <div class="content-box">
                  <span class="date">18 Nov, 2024</span>
                  <span class="post-info"
                    ><i class="fa fa-user-circle"></i> by Admin</span
                  >
                  <h5 class="title">
                    <a
                      href="/blog/essential-website-features-business-owners.html"
                      >8 Essential Website Features Every Business Owner Should
                      Prioritize
                    </a>
                  </h5>
                  <div class="text">
                    In today's fast-paced digital world, a website is no longer
                    just a virtual storefront; it's the cornerstone of your
                    online presence and a key factor in your...
                  </div>
                  <a
                    href="/blog/essential-website-features-business-owners.html"
                    class="read-more"
                    ><i class="fa fa-long-arrow-alt-right"></i> Read More</a
                  >
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="btn-box" style="display: flex; justify-content: center">
          <a href="blogs.html" class="theme-btn btn-style-one"
            ><span class="btn-title">More Blogs</span></a
          >
        </div>
      </section>
      <!--End News Section -->

      <!-- Contact Section -->
      <section class="contact-section pt-0 pb-5" id="contact">
        <div class="auto-container">
          <div class="row">
            <!-- Form Column -->
            <div class="form-column col-lg-6 col-md-12 col-sm-12">
              <div class="inner-column">
                <!-- Contact Form -->
                <div class="contact-form wow fadeInLeft">
                  <div class="sec-title">
                    <span class="sub-title">Contact Now</span>
                    <h2>Get in touch with us</h2>
                  </div>

                  <!--Contact Form-->
                  <style>
                    #contact_form .row {
                      margin-bottom: 10px;
                    }
                  </style>
                  <form id="contact_form" name="contact_form" class="">
                    <div class="row">
                      <div class="col-sm-6 form-group">
                        <div class="">
                          <input
                            name="name"
                            class="form-control required"
                            type="text"
                            placeholder="Name"
                          />
                        </div>
                      </div>
                    </div>
                    <div class="row">
                      <div class="col-sm-6 form-group">
                        <div class="">
                          <input
                            name="emailid"
                            class="form-control required email"
                            type="email"
                            placeholder="Email"
                          />
                        </div>
                      </div>
                    </div>
                    <div class="row">
                      <!-- <div class="col-sm-6 form-group">
                        <div class="">
                          <input
                            name="form_subject"
                            class="form-control required"
                            type="text"
                            placeholder="Subject"
                          />
                        </div>
                      </div> -->
                      <div class="col-sm-6 form-group">
                        <div class="">
                          <input
                            name="phonenumer"
                            class="form-control"
                            type="text"
                            placeholder="Telephone"
                          />
                        </div>
                      </div>
                    </div>
                    <div class="form-group">
                      <textarea
                        name="contactcomment"
                        class="form-control required"
                        rows="7"
                        placeholder="Message"
                      ></textarea>
                    </div>
                    <div class="form-group" style="display: flex">
                      <strong
                        ><span class="style6">
                          <input
                            type="text"
                            class="tb9"
                            id="txtCaptcha"
                            style="
                              background-image: url(1.JPG);
                              text-align: center;
                              border: none;
                              font-weight: bold;
                              height: 55px;
                              font-size: 18px;
                              color: #000000;
                              width: 118px;
                            "
                            readonly
                            !important=""
                          /> </span></strong
                      ><span class="style6">
                        <input
                          name="t123"
                          type="text"
                          class="form-control required"
                          id="txtInput"
                          style="
                            font-weight: bold;
                            width: 200px;
                            margin-left: 10px;
                          "
                          size="20"
                          placeholder="Write the numbers" />
                        <input
                          type="hidden"
                          name="chkform"
                          id="chkform"
                          value="4481"
                      /></span>

                      <!-- <div
                        class="g-recaptcha"
                        data-sitekey="6LelVYIqAAAAAH6Lq3EugypvXpEZmgo3-4qY0ykH"
                      ></div> -->
                    </div>
                    <div class="form-group">
                      <input
                        name="form_botcheck"
                        class="form-control"
                        type="hidden"
                        value=""
                      />
                      <button
                        class="theme-btn btn-style-one"
                        data-loading-text="Please wait..."
                      >
                        <span class="btn-title">Send message</span>
                      </button>
                      <!-- <button type="reset" class="theme-btn btn-style-one">
                        <span class="btn-title">Reset</span>
                      </button> -->
                    </div>
                    <div
                      class="form-group loading2"
                      id="loading2"
                      style="display: none; color: #2b2929"
                    >
                      Loading...
                    </div>
                  </form>
                </div>
                <!--End Contact Form -->
              </div>
            </div>

            <!-- Image Column -->
            <div class="image-column col-lg-6 col-md-12">
              <div class="inner-column">
                <figure class="image">
                  <img src="images/resource/contact.jpg" alt="" />
                </figure>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!-- End Contact Info Section -->

      <!-- Call To Action -->
      <section class="call-to-action" style="padding: 20px 0px">
        <div class="bg bg-pattern-8"></div>
        <div class="auto-container">
          <div class="outer-box wow fadeIn">
            <div class="title-box">
              <h3 class="title">
                Looking for the best web design solutions in Qatar?
              </h3>
            </div>
            <div class="btn-box">
              <a
                href="https://orangeqatar.com/orange-web-design-brochure.pdf"
                target="_blank"
                class="theme-btn btn-style-one light"
                ><span class="btn-title">Download Brochure</span></a
              >
            </div>
          </div>
        </div>
      </section>
      <!--End Call To Action -->
      <style>
        .main-footer .user-links li {
          padding-left: 20px !important;
          padding-left: 20px !important;
          border-bottom: #444343 solid 1px;
          padding-bottom: 5px;
          margin-bottom: 0px !important;
          font-size: 13px !important;
        }
        .main-footer li:before {
          content: ">";
          /* font-family: FontAwesome; */
          text-align: center;
          position: absolute;
          left: -4px;
          display: block;
          height: 20px;
          width: 20px;
          margin-top: -1px;
          font-weight: bold;
        }
        .main-footer .widgets-section {
          padding: 30px 0 20px !important;
        }
        .main-footer .footer-column {
          margin-bottom: 20px !important;
        }
        .main-footer .footer-column {
          margin-bottom: 20px !important;
        }
        .footer-bottom .inner-container {
          padding: 21px 0px 1px 0px !important;
        }
        .second-menu .user-links {
          margin-top: 39px !important;
        }
        .copyright-text p {
          font-size: 14px !important;
        }
      </style>
      <!-- Main Footer -->
      <footer class="main-footer">
        <!--Widgets Section-->
        <div class="widgets-section">
          <div class="auto-container">
            <div class="row">
              <div class="footer-column col-xl-2 col-lg-4 col-md-4">
                <div class="footer-widget links-widget2">
                  <h6 class="widget-title">Useful Links</h6>
                  <ul class="user-links">
                    <li>
                      <a href="/"><span class="style17">Home</span></a>
                    </li>
                    <li>
                      <a
                        href="https://orangeqatar.com/about.html"
                        title="About us"
                        ><span class="style17">About Us</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="https://orangeqatar.com/portfolio.html"
                        title="Our Works"
                        ><span class="style17">Our Works</span></a
                      >
                    </li>

                    <li>
                      <a
                        href="https://orangeqatar.com/clients.html"
                        title="Clients"
                        ><span class="style17">Clients</span></a
                      >
                    </li>

                    <li>
                      <a href="https://orangeqatar.com/blogs.html" title="Blog"
                        ><span class="style17">Blog</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="https://orangeqatar.com/careers.html"
                        title="Careers"
                        ><span class="style17">Careers</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="https://orangeqatar.com/contact.html"
                        title="Contact us"
                        ><span class="style17">Contact Us</span></a
                      >
                    </li>
                  </ul>
                </div>
              </div>
              <div class="footer-column col-xl-3 col-lg-4 col-md-4">
                <div class="footer-widget links-widget2">
                  <h6 class="widget-title">Explore</h6>
                  <ul class="user-links">
                    <li>
                      <a
                        href="best-web-design-company-qatar/index.html"
                        title="best web design company in qatar"
                        ><span class="style17">Web Designers in Qatar</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="website-maintenance-qatar/index.html"
                        title="Website Maintenance Service in Qatar"
                        ><span class="style17"
                          >Website Maintenance Service Qatar</span
                        ></a
                      >
                    </li>
                    <li>
                      <a
                        href="web-hosting-company-qatar/index.php"
                        title="Orange Web Hosting Qatar"
                        ><span class="style17"
                          >Web Hosting Service Qatar</span
                        ></a
                      >
                    </li>

                    <li>
                      <a
                        href="https://orangeqatar.com/domain-registration-qatar/"
                        title="Domain Registration Qatar"
                        ><span class="style17"
                          >Domain Registration Qatar</span
                        ></a
                      >
                    </li>

                    <li>
                      <a
                        href="seo-companies-in-qatar/index.html"
                        title="Search Engine Optimization Qatar"
                        ><span class="style17">SEO Companies in Qatar</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="office-365-solutions-qatar/index.php"
                        title="Office 365 Solutions in Doha Qatar"
                        ><span class="style17"
                          >Office 365 Solutions in Qatar</span
                        ></a
                      >
                    </li>

                    <li>
                      <a
                        href="https://orangeqatar.com/google-mail-service-qatar/"
                        title="Google email solutions in Doha qatar"
                        ><span class="style17">Google G Suite Email</span></a
                      >
                    </li>
                  </ul>
                </div>
              </div>
              <!--Footer Column-->
              <div class="footer-column col-xl-4 col-lg-4 col-md-4 second-menu">
                <div class="footer-widget links-widget2">
                  <h6 class="widget-title"></h6>
                  <ul class="user-links">
                    <li>
                      <a
                        href="social-media-marketing-qatar/index.html"
                        title="social media marketing companies in qatar"
                        ><span class="style17"
                          >Social Media Marketing Qatar</span
                        ></a
                      >
                    </li>
                    <li>
                      <a
                        href="https://orangeqatar.com/mobile-app-development-qatar/index.html"
                        title="Mobile App Development Qatar"
                        ><span class="style17"
                          >Mobile App Development Qatar</span
                        ></a
                      >
                    </li>
                    <li>
                      <a
                        href="domain-transfer-qatar.html"
                        title="Domain Transfer Service"
                        ><span class="style17">Domain Transfer Service</span></a
                      >
                    </li>
                    <li>
                      <a
                        href="email-solutions-qatar.html"
                        title="Email Solution Qatar"
                        ><span class="style17">Email Solution Qatar</span></a
                      >
                    </li>

                    <li>
                      <a
                        href="website-hosting-migration-qatar.html"
                        title="Website Migrations"
                        ><span>Website Migrations</span></a
                      >
                    </li>

                    <li>
                      <a
                        href="https://orangeqatar.com/logo-design-service-qatar.html"
                        title="Logo Design Service"
                        ><span class="style17">Logo Design Service</span></a
                      >
                    </li>
                    <!-- <li>
                      <a
                        href="https://www.webhosting.qa"
                        title="Cheap Web Hosting Qatar "
                        target="_blank"
                        ><span class="style17"
                          >Cheap Web Hosting Qatar
                        </span></a
                      >
                    </li> -->
                    <li>
                      <a
                        href="https://orangeqatar.com/ecommerce-website-development-company-in-qatar.html"
                        title="E-Commerce Development Qatar"
                        ><span class="style17"
                          >E-Commerce Development Qatar</span
                        ></a
                      >
                    </li>
                  </ul>
                </div>
              </div>

              <!--Footer Column-->
              <!-- <div class="footer-column col-xl-3 col-lg-4 col-md-4 col-sm-8">
                <div class="footer-widget gallery-widget2">
                  <h6 class="widget-title"></h6>
                  <div class="widget-content">
                    <iframe
                      src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14432.71942327886!2d51.5444871!3d25.2645345!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e45cf88fbb260d5%3A0x37fd4e647792688d!2sOrange%20Web%20Design%20Qatar!5e0!3m2!1sen!2snp!4v1729417496680!5m2!1sen!2snp"
                      width="100%"
                      height="250"
                      style="border: 0"
                      allowfullscreen=""
                      loading="lazy"
                      referrerpolicy="no-referrer-when-downgrade"
                    ></iframe>
                  </div>
                </div>
              </div> -->
              <style>
                .footer-address.rightf {
                  display: inline-block !important;
                }
                .rightf .conatct-info {
                  margin-top: 0px;
                }
                .footer-address .conatct-info {
                  clear: both;
                }
                .footer-address .single-contact-info {
                  float: left;
                  /* margin-right: 30px; */
                }
                .footer-address .contact-icon {
                  background-color: #f94c2a;
                }
                .contact-icon {
                  background-color: #7a9757;
                  border-radius: 21px 21px 0;
                  color: #ffffff;
                  display: inline-table;
                  float: left;
                  height: 54px;
                  margin-right: 24px;
                  text-align: center;
                  width: 54px;
                  -webkit-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
                }
                .single-contact-info:hover .contact-icon {
                  background-color: #fff;
                  color: #2d3e50;
                }
                .contact-icon i {
                  display: table-cell;
                  font-size: 30px;
                  vertical-align: middle;
                }
                .contact-text > span {
                  color: #eeeeee;
                  font-size: 14px;
                  font-weight: 300;
                  line-height: 20px;
                }
                .single-contact-info {
                  margin-bottom: 26px;
                  overflow: hidden;
                }
                .contact-text {
                  display: inline-block;
                }
                .conatct-info {
                  margin-top: 52px;
                }
                .social-icon-two li a {
                  font-size: 22px !important;
                }
              </style>
              <!--Footer Column-->
              <div class="footer-column col-xl-3 col-lg-4 col-md-4">
                <div class="footer-widget contacts-widget2">
                  <h6 class="widget-title">Contact Info</h6>
                  <div class="footer-address rightf">
                    <div class="conatct-info">
                      <div class="single-contact-info">
                        <div class="contact-icon">
                          <i class="icon fa fa-phone"></i>
                        </div>
                        <div class="contact-text">
                          <span> +974 55180801<br />+974 77268733<br /> </span>
                        </div>
                      </div>
                      <div class="single-contact-info">
                        <div class="contact-icon">
                          <i class="fa fa-globe"></i>
                        </div>
                        <div class="contact-text">
                          <span
                            >info@orangeqatar.com <br />
                            www.orangeqatar.com</span
                          >
                        </div>
                      </div>
                      <div class="single-contact-info">
                        <div class="contact-icon">
                          <i class="fa fa-map-marker"></i>
                        </div>
                        <div class="contact-text">
                          <span
                            >Orange Web Design Qatar <br />
                            P.O Box: 20406, Doha, Qatar</span
                          >
                        </div>
                      </div>
                    </div>
                  </div>
                  <!-- <h6 class="widget-title">Contact</h6>
                  <div class="text">Doha, Qatar</div>
                  <ul class="contact-info">
                    <li>
                      <i class="fa fa-envelope"></i>
                      <a href="mailto:info@orangeqatar.com"
                        >info@orangeqatar.com</a
                      ><br />
                    </li>
                    <li>
                      <i class="fa fa-phone-square"></i>
                      <a href="tel:+97155180801">+971 5518 0801</a><br />
                    </li>
                  </ul> -->
                  <ul class="social-icon-two">
                    <li>
                      <a
                        href="https://www.linkedin.com/company/orangeqatar"
                        target="_blank"
                        ><i class="fab fa-linkedin"></i
                      ></a>
                    </li>
                    <li>
                      <a
                        href="https://www.instagram.com/orangeqatar/"
                        target="_blank"
                        ><i class="fab fa-instagram"></i
                      ></a>
                    </li>
                    <li>
                      <a
                        href="https://www.facebook.com/orangeqatar"
                        target="_blank"
                        ><i class="fab fa-facebook"></i
                      ></a>
                    </li>
                    <li>
                      <a href="https://twitter.com/orangeqatar" target="_blank"
                        ><i class="fab fa-twitter"></i
                      ></a>
                    </li>
                  </ul>
                  <div class="logo-insa">
                      <a href="https://insasoft.qa/" target="_blank">
                      <img src="images/insasoftqa-logo.png" style="margin-top: 15px;width: 200px;">
                      </a>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>

        <!--Footer Bottom-->
        <div class="footer-bottom">
          <div class="auto-container">
            <div class="inner-container">
              <div class="copyright-text">
                <p>
                  Copyright 2001 - 2025 Insasoft W.L.L |
                  <a href="sitemap.xml" title="sitemap" target="_blank"
                    >Sitemap</a
                  >
                </p>
              </div>
            </div>
          </div>
        </div>
      </footer>
      <!--End Main Footer -->
    </div>
    <!-- End Page Wrapper -->
    <style>
      .whatsap-icon {
        position: fixed;
        bottom: 10px;
        left: 20px;
        display: block;
        z-index: 99;
        background: #26af36 !important;
        border-radius: 10px;
        width: 270px;
        height: auto;
        padding: 7px 15px 5px 15px;
        box-shadow: 2px 3px 10px 1px;
      }
      a.btn-float.hide-mobile {
        color: #fff;
        font-size: 20px;
      }
      .show-mobile {
        display: none;
      }
      .mobilewhatsapp {
        display: none;
      }
      .webwhatsapp {
        display: block;
      }
      .btn-float span {
        position: relative;
        top: 0px;
      }
      .whatsap-icon img {
        width: auto;
      }
      @media (max-width: 767px) {
        .mobilewhatsapp {
          display: block;
        }
        .webwhatsapp {
          display: none;
        }
        .show-mobile {
          display: block;
        }
        .show-dextop {
          display: none;
        }
      }
    </style>
    <div class="whatsap-icon">
      <a
        class="btn-float show-dextop hide-mobile"
        href="https://web.whatsapp.com/send?text=Hello%20Orange%20Web%20Design  &amp;phone=+97455180801"
        target="_blank"
        rel="nofollow"
      >
        <img src="https://orangeqatar.com/images/whatsapp.png" />
        <span>How can I help you?</span>
      </a>
    </div>

    <style>
      .footerFixed {
        background-color: #ff770b;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        display: none;
        gap: 20px;
        align-items: center;
      }
      .whatsapplink {
        display: block;
        height: 40px;
        width: 58px;
        background: #26af36;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .contactnumber a {
        color: white;
        font-size: 22px;
        font-weight: 600;
      }
      @media (max-width: 

Resolver

Resolver ASN
AS8781
Resolver IP
82.148.100.130
Resolver Network Name
Ooredoo Q.S.C.
Report ID
20251002T052619Z_webconnectivity_QA_8781_n4_0r8IopqgPC2cOH1u
Platform
linux
Software Name
ooniprobe-cli-unattended (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading