 

.dropdown-menu{
  margin-top: 10px;
  background-color: #f3f6f9;
  border: 0px solid rgba(3, 27, 78, 0.1);
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  top: calc(100% + 8px) !important;
  transform-style: preserve-3d;
  border-top-color: #fff;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}

.dropdown-menu:before{
  content: "";
  background-color:  #222C83;
  border-bottom-left-radius: 1px;
  border: 1px solid rgba(3, 27, 78, 0.1);
  height: 15px;
  position: absolute;
  right: calc(10% - 10px);
  top: -5px;
  width: 20px;
  transform: rotate(135deg) translateZ(-1px);
}

  .dropdown-item{
    transition: all 0.15s linear;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #222C83;
    font-size: 13px;
    color:#fff;
  }
    .dropdown-item-icon{
      flex-basis: 21px; 
    }
 

    .dropdown-item-content{
      flex: 1 1 auto;
      padding-left: 16px; 

    }

    .dropdown-menu i {
      color: #fff;
      padding-right: 15px;
      font-size:13px;
    }


    .dropdown-menu i:hover {
      color: #222C83; 
    }


    .dropdown-item:hover{
      background-color: #ffffff;
      border: 1px solid rgba(3, 27, 78, 0.1);
      box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
      position: relative;
      transform: scale(1.05);
      z-index: 11;
      border-radius: 5px;
      color:#222C83;
    }


    .dropdown-item-title{
    color: #031b4e; 
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    }

    .dropdown-item-description{
      color: #031b4e;
      margin: 0;
    }

    .nav-link {
      font-weight: 600;
      color:hwb(0deg 0% 100% / 90%)
    }


    .widget {
      background-color: #f4f4f4;
      padding:20px 10px;
      margin-bottom: 40px;
     
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  
  .widget .widget__title {
      font-size: 20px;
      letter-spacing: 0.5px;
      line-height: 1;
      margin-bottom: 30px;
  }
  
  .widget-categories ul {
      background-color: #fff;
      box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 5%);
  }
  
  .widget-categories ul li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; 
  }
   
  .widget-categories ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    color: #222222;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
  
  .widget-categories ul li a.active, .widget-categories ul li a:hover {
      background-color: #222C83;
      color: #ffffff;
  }
  
 .active-sub-menu {
    background-color: #222C83; 
    color:#fff !important;
}

.active-sub-menu a{ 
  color:#fff !important;
}

.list-inline-item:not(:last-child) {
  margin: 8px 0;
}
/*

  .section-content img {
    width: 100%;
  }
*/
  .section-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
  }

  .section-content ul li {
    display: list-item;
    padding: 5px 3px 5px 20px;
    margin-left: 10px;
  }

  .section-content ul li a {
    color: #111111;
    text-decoration: none; 
  }


 .section-content a {
   color:#111111;
   text-decoration: none;
 }


 .widget {
  background-color: #f4f4f4;
  padding: 20px 18px;
  margin-bottom: 40px; 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget .widget__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 30px;
}

.widget-categories ul {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 5%);
}

.widget-categories ul li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
  background-color: #222C83;
  color: #ffffff;
}

.list-inline-item:not(:last-child) {
  margin: 0;
}

.icon-group {
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #212B83;
}

.project-item {
  color: #1a1a1a;
  padding: 15px;
  border-radius: 0.35rem;
  background-color: rgba(150, 144, 162, 0.2); 
}

.project-item h5 {
  letter-spacing: -.03em;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #212B83
}

.project-item p {
  text-align: left;
  font-size: 0.8rem;
}

.project-item a {
  border: 2px solid #212B83;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 10px;
}


.project-item a:hover {
  border: 2px solid #212B83;
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

.project-item span {
  color: #1a1a1a
}

.project-item:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 1%);
  background-color: rgba(150, 144, 162, 0.07);
  -webkit-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

h3::after {
  content: '';
  border-bottom: 4px solid #212B83;
  width: 100px;
  display: block;
  margin-top: 5px;
  border-radius: 7px;
}

.cart-items {
  width: auto;
}

.cart-items a { text-decoration: none;}

.cart-items h4 {
  color:#212529;
  text-decoration: none;
}

.cart-items a:hover {
  color:#222C83
}
 
.cart-items h4 {
  color:#212529;
  text-decoration: none;
}

.cart-items h4:hover {
  color:#222C83
}
 
.cart-items p {
  color:#212529;
  text-decoration: none;
}


.icon-group {
min-width: 3.5rem;
max-width: 3.5rem;
height: 3.5rem;
color: #fff;
font-size: 20px;
background-color: rgb(255, 255, 255, 0.1);
}

.icon-group i{
color: #212B83;
}

.vc_column_container {
padding: 20px;
}

.vc_column_container:hover {
-webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
-webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 1%);
background-color: rgba(150, 144, 162, 0.1);
-webkit-border-radius: 0.35rem;
border-radius: 0.35rem;
-webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
-o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

.phone-vs {
background-color: #222C83;
padding: 30px;
margin-bottom: 5px;
}

.phone-vs h5 {
font-size: 21px;
font-weight: 300;
color: #fff;
}

.phone-vs p {
color: rgb(255, 255, 255, 0.4)
}

.address {
    background-color: #192374;
    padding: 30px;
    margin-bottom: 5px;
}

.address h5 {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
}

.address p {
    color: rgb(255, 255, 255, 0.4)
}

.addresses {
    background-color: rgba(136, 136, 136, 0.05) !important;
    padding: 40px 0;
    margin-top: -7px;
}

.addresses .heading h5 {
    font-size: 17px;
    font-weight: 700;
}

.text-sc p {
    font-size: 14px
}

.addresses h3::after {
    content: '';
    border-bottom: 4px solid #212B83;
    width: 50px;
    display: block;
    margin-top: 5px;
    border-radius: 7px;
} 

.table {
    font-size: 14px;
}

.table a {
    color: #192374
}

.table>:not(caption)>*>* {
    padding: .5rem 0rem;
} 

blockquote {
  margin: 0;
}

blockquote p {
  padding: 7px;
  background: #eee;
  border-radius: 5px;
  font-size: 15px;
}

blockquote p::before {
  content: '\201C';
}

blockquote p::after {
  content: '\201D';
}
