@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: #516171;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: 700;
    color: #092032;
}

a
{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover
{
    color: #FF4D29;
}

img
{
    width: 100%;
}

section
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cover
{
    background-position: center !important;
    background-size: cover !important;
    background-position: center !important;
}

.intro
{
    margin-bottom: 40px;
}

.intro h6
{
    font-weight: 400;
    color: #FF4D29;
}

.intro p
{
    max-width: 500px;
    margin: auto;
}


/* NAVBAR */
.top-nav
{
    background-color: #FF4D29;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p
{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #FFFFFF;
}

.top-nav i,
.top-nav span
{
    vertical-align: middle;
}

.social-links a
{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 100%;
}

.social-links a:hover
{
    background-color: #FFFFFF;
    color: #FF4D29;
}



.social-links-top a
{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 100%;
}

.social-links-top a:hover
{
    background-color: #FFFFFF;
    color: #FF4D29;
}



.navbar
{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active
{
    color: #FF4D29;
}

.navbar-brand
{
    font-weight: 700;
    font-size: 26px;
    color: #092032;
}

.navbar-brand span
{
    color: #FF4D29;
}

/* BTN */
.btn
{
    padding: 9px 24px;
    font-weight: 500;
}

.btn-brand
{
    background-color: #FF4D29;
    color: #FFFFFF;
    border-color: #FF4D29;
}

.btn-brand:hover
{
    color: #FFFFFF;
    background-color: #D63E20;
}


/* SLIDER - START */

#hero-slider h1
{
    font-weight: 700 !important;
}

.slide1
{
    background-image: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/slide1-temp.jpeg);
}

.slide2
{
    background-image: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/slide2-temp.jpeg);
}

/* OWL CAROUSEL - START */
.owl-prev,
.owl-next
{
    position: absolute;
    top: 50%;
    width: 45px !important;
    height: 45px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin-top: -30px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-radius: 100px !important;
}

.owl-prev
{
    left: 0;
}

.owl-next
{
    right: 0;
}

.owl-next:hover,
.owl-prev:hover
{
    background-color: #FF4D29 !important;
}


/* INFOBOX - START */

.info-box
{
    display: flex;
    align-items: center;
}

.info-box img
{
    width: 90px;
    margin-right: 24px;
}


/* MILESTONE - START */

#milestone
{
    background-image: linear-gradient(rgba(255, 77, 41, 0.9), rgba(255, 77, 41, 0.9)), url(../img/slide2.jpeg);
}

#milestone .display-4,
#milestone p
{
    color: #FFFFFF;
}

#milestone .display-4
{
    font-weight: 700;
}


/* SERVICES - START */
.service-box
{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.service-box img
{
    width: unset;
}

.service-box h5
{
    margin-top: 24px;
    margin-bottom: 12px;
}


/* PROJECT - START */

#project-slider .owl-next,
#project-slider .owl-prev
{
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#project-slider .owl-next:hover,
#project-slider .owl-prev:hover
{
    background-color: #FF4D29 !important;
}

.project
{
    position: relative;
}

.project .overlay
{
    background: linear-gradient(to bottom, rgba(9, 32, 50, 0.0), rgba(9, 32, 50, 0.8));
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
}

.project .content
{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.project h1,
.project h6
{
    color: #FFFFFF;
}

.project h6
{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project h6::before
{
    content: '';
    height: 2px;
    width: 24px;
    background-color: #FF4D29;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}



/* TEAM - START */

.team-member
{
    text-align: center;
}

.team-member .img-wrapper
{
    position: relative;
    overflow: hidden;
}

.team-member .overlay
{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 77, 41, 0.89);
    transition: all 0.4s ease;
    opacity: 0;
}

.team-member .social-links
{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}

.team-member:hover .overlay
{
    opacity: 1;
    top: 0;
}

.team-member:hover .social-links
{
    opacity: 1;
    top: 50%;
}

.team-member h5
{
    margin-top: 24px;
}


/* REVIEWS - START */
#reviews
{
    background-image: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/slide1.jpeg);
}

.review
{
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.review img
{
    width: 85px !important;
    border-radius: 1000px;
    margin: auto;
}

.review h4
{
    margin-top: 16px;
}

.review h4,
.review p
{
    color: #FFFFFF;
}

.review small
{
    color: #FF4D29;
}

.review p
{
    margin-top: 28px;
}

.owl-dot.active span
{
    background-color: #FF4D29 !important;
}



/* HOME WEBSITE TESTING - START */
#home-website-testing
{
    background-image: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/home/website-testing/website-testing-bg-temp.jpg);
}

.home-website-testing
{
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.home-website-testing img
{
    width: 350px !important;
    margin: auto;
}

.home-website-testing h4
{
    margin-top: 16px;
}

.home-website-testing h4,
.home-website-testing p,
.home-website-testing h6,
.home-website-testing h1
{
    color: #FFFFFF;
}

.home-website-testing p
{
    margin-top: 28px;
}






/* BLOG POST - START */
.blog-post
{
    position: relative;
}

.blog-post .tag
{
    padding: 4px 12px;
    background-color: #FF4D29;
    color: #FFFFFF;
    border-radius: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
}

.blog-post a
{
    font-weight: 700;
}

.blog-post img
{
    margin-bottom: 12px;
}

.blog-post h4
{
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small
{
    color: #FF4D29;
    text-decoration: underline;
    text-transform: uppercase;
}



/* FOOTER - START */

footer
{
    padding-top: 80px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8));
    /*background-image: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/slide1.jpeg);*/
}

footer .navbar-brand
{
    color: #FFFFFF;
    margin-bottom: 24px;
    display: inline-block;
}

.footer-top
{
    margin-bottom: 40px;
}

.footer-bottom
{
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    font-size: 13px;
}

.copyright
{
    padding-top: 20px;
}

.copyright a
{
    color: #FFFFFF;
}

.copyright a:hover
{
    color: #FF4D29;
}

footer .social-links a
{
    margin-left: 5px;
    margin: 5px;
}




/* FOOTER GET IN TOUCH TITLE */
/*.footer-getintouch-title
{
    font-size: 23px;
    font-weight: bold;
    text-align: left;
}
*/









/* FOOTER MENU TITLE */
.footer-menu-title
{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}



/* FOOTER MENU LINK */
.footer-menu-link
{
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    margin-left: -30px;
    font-weight: normal;
}

.footer-menu-link a
{
    color: #FFFFFF;
    line-height: 2.6;
}

.footer-menu-link a:hover
{
    color: #FF4D29;
}




/* FORM - START */
.form-control:focus
{
    box-shadow: none;
    border-color: #FF4D29;
}




/* ADDITIONAL NAV CODE - START */

.nav2{
  height: 70px;
  background-color: var(--color-1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.18);
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width:100%;
  padding-right:calc(var(--bs-gutter-x) * 2.9);
  padding-left:calc(var(--bs-gutter-x) * 2.9);
  margin-right:auto;
  margin-left:auto;
}

.links-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;

}

.nav2 a{
  height: 100%;
  padding: 0 9px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.nav2 a:hover{
  background-color: var(--accent-color);
  color: #FF4D29;
  border-bottom: 2px solid #FF4D29;
}


.nav2 .home-link
{
    margin-right: auto;
}

/*
.nav2 svg{
  fill: var(--text-color);
}
*/

#sidebar-active{
  display: none;
}


.open-sidebar-button{
  display: none;
  cursor: pointer;
  position: absolute;
}

.close-sidebar-button{
  display: none;
  cursor: pointer;
}





.navbar-brand-small
{
    text-decoration: none;
    font-weight: 700;
    font-size: 26px;
    color: #092032;
}

.btn-brand-contact
{
    background-color: #FF4D29;
    color: #FFFFFF;
    border-color: #FF4D29;
}

.btn-brand-contact:hover
{
    color: #FFFFFF;
    background-color: #D63E20;
}


.btn-brand-contact-span
{
    margin-left: 20px;
}


.navbar-brand-title
{
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
    font-size: 26px;
    color: #092032;
    border: none;
}



.nav-link-ul
{
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: space-around;
    list-style-type:none;
    margin-right: 0;
    margin-left: auto;
    padding-top: 16px;
    height: 87px;
}

.nav-link-li
{
    display:inline;
}









.nav-link-2
{
    list-style-type:none;
    position: absolute;
    background-color: #FFFFFF;
    color: var(--color-1);
    min-width: 10rem;
    display: none;
    white-space: nowrap;
}

.nav-link-2 a
{
    padding: 10px 0px 10px 20px;
    margin-left: -32px;
    border-left: 2px solid transparent;
    border-bottom: 1px solid #F1F1F1;
    padding-right: 16px;
}


.nav-link-2 a:hover
{
    background-color: #F9F9F9;
    border-left: 2px solid #FF4D29;
    border-bottom: 1px solid #F1F1F1;
}




/* SHOW MENU ON HOVER */

.nav-link-ul li:hover > .nav-link-2
{
    display: block;
    animation: slideup .3s ease;
}



/* ANIMATION KEYFRAMES */

@keyframes slideup
{
    0%
    {
        opacity: 0;
        transform: translateY(18px);
    }
    
    100%
    {
        opacity: 1;
        transform: none;
    }
}




.paragraph-title
{
    padding: 0px 0 20px 0px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.paragraph-subtitle
{
    padding: 10px 0 20px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.paragraph-content
{
    padding: 0 0 20px 20px;
}









.about-us-tagline
{
    font-size: 51px;
    font-weight: bold;
    color: #000000;
    padding: 0 20px 0 0px;
    line-height: 1.2;
    top: 50%; margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.about-us-tagline-highlight
{
    color: #00a6f2;
}

.about-us-paragraph-content
{
    padding: 0 10px 0 10px;
}

.about-us-paragraph-content-table
{
    border-bottom: 1px solid #E1E1E1;
    padding: 10px;
    display: flex;
    color: #516171;
}

.about-us-paragraph-content-table:hover
{
    background-color: #F9F9F9;
    cursor: pointer;
}

.about-us-paragraph-content-why-choose-subtitle
{
    font-weight: bold;
    font-size: 18px;
}

.about-us-paragraph-content-why-choose-content
{
    padding: 9px 0px 25px 0px;
}







.sitemap-paragraph-content-table
{
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    display: flex;
    color: #516171;
    
}

.sitemap-paragraph-content-table:hover
{
    background-color: #F9F9F9;
    cursor: pointer;
    color: #fc7f03;
}









/* NEWSLETTER */

#newsletter
{
    background-image: linear-gradient(rgba(245, 245, 245, 0.9), rgba(235, 235, 235, 0.9)), url(../img/slide2.jpeg);
}

#newsletter p
{
    color: #000000;
}

.newsletter-title
{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}






/* CHECK DOMAIN */

.check-domain-textbox
{
    display: flex;
}

.check-domain-tagline-small
{
    font-size: 18px;
    font-weight: normal;
    padding: 13px 0 0 0;
}

.check-domain-success
{
    color: #4aff7a;
    font-size: 18px;
}

.check-domain-fail
{
    color: #ffc9ce;
    font-size: 18px;
}












/* CUSTOMER SUPPORT OUTSOURCING - START */
#customer-support-outsourcing
{
    background-image: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/slide1.jpeg);
}

.customer-support-outsourcing
{
    max-width: 900px;
    margin: auto;
    text-align: center;
    
}

.customer-support-outsourcing h3
{
    margin-top: 16px;
}

.customer-support-outsourcing p
{
    margin-top: 28px;
}

.customer-support-outsourcing h3,
.customer-support-outsourcing p
{
    color: #FFFFFF;
}






.content-image
{
    margin: auto;
}















@media(max-width: 670px)
{
    .links-container
    {
      flex-direction: column;
      align-items: flex-start;

      position: fixed;
      top: 0;
      right: -100%;
      z-index: 10;
      width: 300px;
      padding: 0;

      background-color: var(--color-1);
      box-shadow: -5px 0 5px rgba(0, 0, 0, 0.08);
      transition: 0.75s ease-out;
      
    }
    
    .nav2{
        height: 70px;
        background-color: var(--color-1);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
        --bs-gutter-x:1.5rem;
        --bs-gutter-y:0;
        width:100%;
        padding-right:calc(var(--bs-gutter-x) * .1);
        padding-left:calc(var(--bs-gutter-x) * .1);
        margin-right:auto;
        margin-left:auto;
    }
    
    .nav2:hover
    {
        background-color: #FFFFFF;
    }
    
    .nav2 a{
      box-sizing: border-box;
      height: 30px;
      width: 100%;
      padding: 20px 30px;
      justify-content: flex-start;
      border-left: 2px solid transparent;
    }
    
    .nav2 a:hover{
      box-sizing: border-box;
      height: 30px;
      width: 100%;
      padding: 20px 30px;
      justify-content: flex-start;
      background-color: #F9F9F9;
      border-left: 2px solid #FF4D29;
      border-bottom: none;
    }
    
    .open-sidebar-button, .close-sidebar-button{
      padding: 20px;
      display: block;
    }
    
    .close-sidebar-button2{
      padding: 0px;
      width: 100%;
    }
    
    
    #sidebar-active:checked ~ .links-container{
      right: 0;
      background-color: #FFFFFF;
    }
    
    #sidebar-active:checked ~ #overlay{
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
    }
    
    .nav2 .home-link
    {
        display: none;
    }
    
    
    .navbar-brand-small
    {
        text-decoration: none;
        margin-right:auto;
        margin-left: 12px;
        font-weight: 700;
        font-size: 26px;
        color: #092032;
    }
    
    .btn-brand-contact
    {
        background-color: #FF4D29;
        color: #FFFFFF;
        border-color: #FF4D29;
        width: 100%;
    }

    .btn-brand-contact:hover
    {
        color: #FFFFFF;
        background-color: #D63E20;
    }
    
    .btn-brand-contact-span
    {
        padding: 20px;
        width: 100%;
        margin-left: auto;
        position: absolute;
        bottom: 0;
    }
    
    
    
    .nav-link-ul
    {
        background-color: transparent;
        display: inline;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    
    
    .nav-link-li
    {
        display: flex;
    }
    
    
    
    
    .nav-link-2
    {
        position: relative;
        background-color: #FFFFFF;
        color: var(--color-1);
        width: 100%;
        margin-left: 10px;
    }
    
    .nav-link-2 a
    {
        border-left: 2px solid transparent;
        border-bottom: 1px solid #F1F1F1;
        width: 280px;
    }


    .nav-link-2 a:hover
    {
        background-color: #F9F9F9;
        border-left: 2px solid #FF4D29;
        width: 280px;
    }
    
    
    .nav-link-ul li:hover > .nav-link-2
    {
        display: block;
        animation: none;
    }
    


    
    
    .social-links-top a
    {
        display: none;
    }
    
    
    
    
    
    
    
    
    .about-us-tagline
    {
        font-size: 31px;
        font-weight: bold;
        color: #000000;
        line-height: 1.2;
        top: 50%; margin: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    
    
}




/*
@media(max-width: 1400px)
{
    .nav2
    {
        height: 70px;
        max-width: 100%;
        padding-right:calc(var(--bs-gutter-x) * .1);
        padding-left:calc(var(--bs-gutter-x) * .1);
        margin-right:auto;
        margin-left:auto;
        
    }
    
    
    .links-container
    {
      max-width: 1020px;
    }
}
*/
