@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
font-family: "Nunito", sans-serif;
  background: #fff;
  color: #444;
}

a {
  color: #0E1B3E;
  text-decoration: none;
}

a:hover {
  color: #DC5E33;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Nunito", sans-serif;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 100px;
  padding:10px;
  transition: all 0.5s;
  z-index: 996;
  background-color: #fff;
 
}

#topbar.topbar-scrolled {
  top: -100px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0E1B3E;
  transition: all 0.5s;
  z-index: 997;
   border-top: 6px solid #DC5E33;
  top: 100px;
}

#header.header-scrolled {
  top: 0;
  background:#0E1B3E;
}



#topbar .logo img {
  max-height: 90px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing:0.5px;
  font-weight:600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  background-color:#DC5E33;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #0E1B3E;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 7px 20px;
  color: #fff;
  font-size:14px;
}



.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #0E1B3E;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #0E1B3E;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.hero-banner{
  margin-top:8em;
  background-color:#ffff;
  padding:60px 0 30px;
}
.off-page-1 img{
height:250px;
text-align:right;
}
.page-agency{
 text-align:right; 
}
.seo-title h1{
  font-size:3.4em;
 text-transform:capitalize;
  line-height: 1.2em;
  font-weight:700;
}
.seo-title h2{
  font-size:1.3em;
  color:#DC5E33;
  line-height: 1.2em;
  font-weight:800;
  margin-bottom:0;
   text-transform:uppercase;
}
.seo-title p{
  font-size:1.1em;
  line-height: 1.6em;
  font-weight:500;
  margin-bottom:0;
}
.seo-title{
   margin-top:2em;
    color:#0E1B3E;
}
.list-call h2{
 display: inline-block;
  background-color: #DC5E33;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 4px 12px 2px;
  border-radius: 2px 2px 0 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.list-call{
  position:relative;
   border-bottom: 2px solid #DC5E33;
}
.listing-section{
  padding:60px 0 60px;
}
.list-ul{
  list-style-type:none;
  padding:0;
  margin-top:1em;

}
.list-ul li{
  line-height:1.6;
  font-size:1em;
  font-weight:500;
  padding-bottom:8px;

 
}
.list-ul li a{
color:#444;
}
.list-ul li a:hover{
color:#2B68B0;
text-decoration:underline
}
.book-mark-list h3{
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 800;
  text-transform:capitalize
  
}
.drite-dis h2{
font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 800;
   text-transform:capitalize;
   text-align:center;
   margin-top:0.5em;

}
.site1{
  margin:3em 0 0 0 ;
}
.color-this{
  background-color:#D2E0FC;
  padding:20px;
}

.ref h3{
font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}
.list-blocl{
  border:3px solid #ddd;
  margin-bottom: 30px;

}
.img-flex img{
  width:30%;
}
.img-flex{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border:3px solid #ddd;

}
.ref1 h3{
font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;}
  .list-blocck{
    margin-bottom:5px;
  }
  .sub-gap{
    margin-top:2em;
  }
  footer{background: #0E1B3E;color:#fff;padding:50px 0 20px;}
  .copyright p{
    font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  }
  .copyright p a{
    color:#fff;
  }
  .listing-sites-title{margin-top:12em;}
  .title-listing{
    padding:30px 0 30px;
  }
.bookmark h2, .bookmark h3{
font-size: 1.6em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 700;
margin:1em 0 1em;
}
.bookmark h5{
font-size: 1.1em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 700;
}
.bookmark p{
font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
.all-services-design{
  padding:30px 0 80px;
}
.fomr-title .form-group span{
  color: red;
  margin-left: 5px;
  font-size: 16px;
}
.comments{
  padding:40px 0 80px;

}
.leavesubbton{
  background-color: #DC5E33;
  color:#fff;
  border:1px solid #DC5E33;
  padding:6px 20px;
  border-radius:50px;
  font-weight:600;
  font-size:17px;
}
.form-container h4{
font-size: 2em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 700;
}
.form-container h6{
font-size: 1em;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom:30px;
}
.comments h2{
  font-size: 1.6em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom:20px;
}
.comments .user{
font-size: 1.1em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 500;
}
.comments .date{
font-size: 0.8em;
  text-transform: capitalize;
  line-height: 1.2em;
  font-weight: 400;
  color:#444
}
.comment-p{
  font-size: 0.95em;
  text-transform: capitalize;
  line-height: 1.5em;
  font-weight: 500;
  color:#444
}
.pagination a{
  font-weight: bold;
  background-color: #fff;
  padding: 5px 10px;
  color: #444;
  border:1px solid #ddd;
}
.active > .page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  border-color: #DC5E33;
  background-color: #DC5E33;
}
.bookmark ul li{
font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
.list-2{margin-top:4em;}


.gap-blog{
  margin-bottom:5em;
}
.comment-p a{color:#DC5E33;}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #0E1B3E;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}