 
html,body
{
 /*font-family: 'Montserrat', sans-serif;*/
 /*font-family: 'Raleway', sans-serif!important;*/
 font-family: 'Nunito Sans', sans-serif;
 font-size: 16px!important;


    -webkit-font-smoothing: antialiased;
} 

.navbar .navbar-nav li
{
    padding: 0px 25px;
    font-size: 16px;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
}

.navbar-light .navbar-nav .nav-link.active{
    color: rgb(34 88 156)!important;
    font-weight: 500;
}

.navbar .nav-link
{
    font-family: 'Jost', sans-serif;
}

/* Hero Unit End */
#hero-unit
{
    position: relative;
    overflow: hidden;
    background: #004b74;
}

#hero-unit:before 
{
    clip-path: polygon(0 0, 60% 0, 50% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    background: #3f51b5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#hero-unit .container
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#hero-unit h1
{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

#hero-unit p.subheading{
    color:#ffffff;
    text-align:left;
    max-width:50%;
    margin:0 0 40px;
    font-size:16px;
}

@media only screen and (max-width:992px){
    .animated-hero p.subheading{
        max-width:95%;
    }
}

/* swiper slider */
.swiper 
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 1;
    height: 100%;
  }

  .swiper-slide 
  {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img 
  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Swiper Slider */

  #greeting
  {
    font-size: 48px;
    font-weight: bolder;
    color: #fff;
  }

  #greeting  span
  {
    text-transform: uppercase;
    color: #021169;
  }
 

  /* ----------------btn theme -------------------------*/
 



 .btn-theme
 {
    background-color: #021169;
    color: #fff;
    border-color: #021169;
    font-size: 12px;
 }

 .btn-theme:hover
 {
    background-color: #fff;
    color: #021169;;
 }

 .btn-theme-white
 {
    background-color: #fff;
    color: #021169;
    border-color: #fff;
    font-size: 12px;
 }

 .btn-theme-white:hover
 {
    background-color: #021169;
    color: #fff;;
 }

 .btn.circle
 {
    border-radius: 30px;
    padding: 15px ;
 }

 

#about .icons-row {
    margin-top: 75px;
}

#about img {
    max-width: 215px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: -85px;
}

#about .content {
    padding: 90px 40px 25px;
    text-align: center;
}
#about .content {
    background: #fff;
    box-shadow: 0 0px 4px rgb(0 0 0 / 10%);
    padding: 130px 15px 25px 15px;
}
#about h3 {
    font-size: 20px;
    font-weight: bold;
 
    color: #333333;
}

/*--------------------parallax --------------*/

#parallax {
    background: url(../images/costeffective.jpg) center bottom no-repeat fixed;
    z-index: 2;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 40px;
    text-align: center;
}
 

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #021169b8!important;
    z-index: -1;
}


.bg-dark {
    background: #060816 !important;
}
/*------------------------*/
 /*==================================================
    Modules
 =================================================*/
section
{
    padding: 80px 20px 0px 20px;
}

 section h2.title
 {
    color: #021169;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5rem;
 }


 .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #021169;
    position: relative;
    z-index: 1;
    left: 10px;
}

.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #021169;
}

#module .module-feature h5
{
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 18px;
}

footer
{
    padding: 45px 20px;
}

.address ul

{
    padding: 0px;
    margin: 0px;
}

.address li
{
    display: block;
    list-style-type: none;
    padding: 10px 0;
}

.address li a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

ul.company
{
    padding: 0px;
    margin: 0px;
}

.company li 
{
 list-style-type: none;
 display: block;
 padding: 10px 0px;
}

.company li a
{
    text-decoration: none;
    color: #fff;
}

 


/* -----------counter -----------------*/
#counter
{
    background-color: #0b163f!important;
    background-image: url(../images/page-header-bg.svg);
}

ul.counter
{
    padding: 0px;
}

.counter li
{
    display: inline-block;
    font-size: 60px;
    font-weight:bold ;
}

.medium
{
    font-size: 20px;
}

/*----------------counter -----------------*/
#counter
{
    text-align: center;
    padding: 50px 0px;
    background-color: #004b74;
    color: #fff;
}

#counter .super-text {
    font-size: 30px;
    font-weight: bold;
}

.nav-margin
{
    margin-top: 50px;
}

#enquiry
{
 
    padding: 100px 0px;
   
}

#enquiry .header
{
    text-align: center;
    margin-bottom: 25px;
}

#enquiry .super-text {
    font-size: 30px;
    font-weight: bold;
}

#enquiry h2.title {
    font-size: 16px;
}

.default-padding
{
    padding: 80px 20px;
}

/*---------------------------------------*/

.bg-gray {
    background-color: #f3f7fd;
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: #104cba;
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
.default-padding-top
{
    padding-top: 45px;
}  


.about-area .about-content .item i {
    display: inline-block;
    font-size: 40px;
    margin-right: 15px;
    color: #104cba;
}


/*==============================================================
Other Service
===============================================================*/

#other-service
{

    padding: 60px 20px;
}
#other-service .super-text {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

ul.other-service-list
{
    padding: 0px;
    margin: 0px;
}

.other-service-list li
{
    list-style-type: none;
    display: block;
    margin-top: 25px;
}

.other-service-list h3
{
    font-size: 18px;
    font-weight: bold;
    color: #021169;
}


.service-list-content i
{
    font-size: 36px;
    margin-right: 15px;
    color: green;
}
/*==============================================================
Other Service End
===============================================================*/

/* ============================================================== 
     # Choose Us
=================================================================== */

.choose-us-area.overflow-hidden .info .contact {
    position: relative;
    z-index: 1;
  }
  
  .choose-us-area.overflow-hidden .info .contact::after {
    position: absolute;
    left: -200%;
    top: 0;
    content: "";
    height: 500%;
    width: 600%;
    background: #ffffff;
    z-index: -1;
  }
  
  .choose-us-area .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }
  
  .choose-us-area.reverse .thumb {
    padding-left: 35px;
  }
  
  .choose-us-area .info {
    margin-top: -50px;
  }
  
  .choose-us-area .thumb .content {
    position: absolute;
    right: 0;
    bottom: -50px;
    background: url(/assets/img/shape/13.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px;
    margin-right: -100px;
    text-align: center;
  }
  
  .choose-us-area .thumb .content h2 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 46px;
  }
  
  .choose-us-area .thumb .content h2 span {
    font-size: 35px;
    line-height: normal;
    position: relative;
    top: -10px;
    font-weight: 400;
    left: 5px;
  }
  
  .choose-us-area .thumb .content h5 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
  }
  
  .choose-us-area .thumb img {
    border-radius: 5px;
   /* box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);*/
  }
  
  .choose-us-area.reverse .thumb {
    margin: 0;
  }
  
  .choose-us-area.reverse .thumb img {
    box-shadow: inherit;
    max-width: 120%;
  }
  
  .choose-us-area .info h5 {
    text-transform: uppercase;
    color: #104cba;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .choose-us-area .info ul li {
    font-weight: 600;
    color: #232323;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    list-style-type: none;
  }
  
  .choose-us-area .info ul li:last-child {
    margin-bottom: 0;
  }
  
  .choose-us-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f12a";
    font-family: "Flaticon";
    font-weight: 600;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: rgba(8, 106, 216, 0.1);
    text-align: center;
    border-radius: 50%;
    color: rgba(8, 106, 216, 1);
    font-size: 12px;
  }
  
  .choose-us-area .info ul {
    margin-top: 25px;
  }
  
  .choose-us-area.inc-skill .info .contact {
    border: none;
    margin-top: 35px;
    padding-top: 0;
  }
  
  .choose-us-area .info .contact {
    display: flex;
    border-top: 1px dashed #dddddd;
    margin-top: 25px;
    padding-top: 25px;
    justify-content: space-between;
    align-items: center;
  }
  
  .choose-us-area .info .contact p,
  .choose-us-area .info .contact h4 {
    margin: 0;
  }
  
  .choose-us-area .info .contact h4 {
    font-weight: 600;
  }
  
  .choose-us-area .info .contact i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #104cba;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    margin-right: 5px;
  }
  
  .choose-us-area .info .contact i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #104cba;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
  }
  
  .choose-us-area .skill-items h5 {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #232323;
    margin-bottom: 15px;
  }
  
  .choose-us-area .skill-items .progress-box {
    margin-top: 30px;
    overflow: inherit;
    text-align: left;
  }
  
  .choose-us-area .skill-items .progress-box .progress {
    height: 5px;
    overflow: inherit;
  }
  
  .choose-us-area .skill-items .progress-box .progress .progress-bar {
    position: relative;
    overflow: inherit;
    background: linear-gradient(
      90deg,
      rgba(9, 70, 139, 1) 0%,
      rgba(30, 132, 246, 1) 100%
    );
  }
  
  .choose-us-area .skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #104cba;
    padding: 0px 8px;
    font-weight: 600;
    font-size: 12px;
  }
  
  .choose-us-area .skill-items .progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #104cba;
  }
  
 /* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding: 150px 0;
  }
  
  .breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  
  .breadcrumb-area h2 {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: -10px;
  }
  
  .breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
  }
  
  .breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
  }
  
  .breadcrumb-area .breadcrumb li {
    padding: 0 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  
  .breadcrumb-area .breadcrumb li::after {
    color: #ffffff;
    content: "/";
    font-weight: 600;
    position: absolute;
    right: -5px;
    height: 100%;
  }
  
  .breadcrumb-area .breadcrumb li:last-child::after {
    display: none;
  }
  
  .breadcrumb-area .breadcrumb a,
  .breadcrumb-area .breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .breadcrumb-area .breadcrumb li.active {
    color: #ffffff;
    text-decoration: underline;
  }
  
  @keyframes rotate-animation {
    0% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(180deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Fixed Shape */
  .fixed-shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .fixed-shape-top img {
    width: 100%;
  }


  /* ============================================================== 
     # Services
=================================================================== */

.services-area {
  position: relative;
  z-index: 1;
}

.services-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(/assets/img/shape/bg-5.png);
  z-index: -1;
  background-size: cover;
  background-position: left;
}

.services-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-area .fixed-shape-left {
  position: absolute;
  left: -10%;
  top: 20%;
  z-index: -1;
  opacity: 0.03;
}

.services-area .services-items .item-grid:nth-child(2) {
  margin-top: 50px;
}

.services-area .services-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.services-area .services-items .item::after {
  position: absolute;
  left: -110px;
  top: -110px;
  content: "";
  height: 100%;
  width: 100px;
  background: url(/assets/img/shape/8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transform: rotate(95deg);
}

.services-area .services-items .item i {
  display: inline-block;
  font-size: 50px;
  position: relative;
  z-index: 1;
  color: #104cba;
}

.services-area .services-items .single-item:nth-child(2n) .item i {
  color: #8a49a1;
}

.services-area
  .services-items
  .item-grid:last-child
  .single-item:first-child
  .item
  i {
  color: #57b957;
}

.services-area
  .services-items
  .item-grid:last-child
  .single-item:nth-child(2n)
  .item
  i {
  color: #29b2fe;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 a:hover {
  color: #104cba;
}

.services-area .services-items .item span {
  color: #888888;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item .icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 95px;
  border-radius: 5px;
  text-align: center;
  min-width: 90px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.services-area .services-items .item .icon::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 100%;
  width: 50px;
  background: rgba(8, 106, 216, 0.07);
  border-radius: 30px;
  transform: rotate(-45deg);
  margin-left: -25px;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover .icon::after {
  left: 0;
  width: 100%;
  border-radius: 50%;
  transform: inherit;
  margin-left: 0;
}

.bottom-content {
  margin-top: 20px;
}

.bottom-content a {
  text-decoration: underline;
}

.bottom-content a:hover {
  color: #104cba;
}

.bottom-content p {
  margin-bottom: 0;
}

/* ============================================================== 
     # Services Version Tow
=================================================================== */

.services-area .services-box .single-item {
  margin-bottom: 30px;
}

.services-area .services-box .single-item:nth-child(2n) .item,
.services-area.grid-layout .services-box .single-item .item,
.services-area .services-box .single-item .item:hover {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.services-area .services-box .item {
  padding: 60px 30px;
  transition: all 0.35s ease-in-out;
}

.services-area .services-box .item i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 40px;
  height: 80px;
  width: 80px;
  line-height: 85px;
  background: linear-gradient(to bottom right, #00ffff, #3300ff);
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.services-area .services-box .item i::after {
  position: absolute;
  left: -20px;
  top: -10px;
  content: "";
  height: 40px;
  width: 40px;
  background: #104cba;
  z-index: -1;
  opacity: 0.1;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.services-area .services-box .item:hover i::after,
.services-area .services-box .single-item:nth-child(2n) .item i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 120%;
  width: 120%;
  opacity: 0.1;
}

.services-area.grid-layout .services-box .single-item .item i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 120%;
  width: 120%;
  opacity: 0.1;
}

.services-area .services-box .item p {
  margin: 0;
}

/* ============================================================== 
     # Services Version Three
=================================================================== */

.services-area .services-content .single-item {
  margin-bottom: 30px;
}

.services-area .services-content .item {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 25px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
  overflow: hidden;
}

.services-area .services-content .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: #104cba;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.services-area .services-content .item:hover::before {
  bottom: 0;
}

.services-area .services-content .item:hover a,
.services-area .services-content .item:hover p {
  color: #ffffff;
}

.services-area .services-content .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(/assets/img/shape/7.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.04;
  background-position: left top;
}

.services-area .services-content .item:hover::after {
  background: url(/assets/img/shape/7-light.png);
  opacity: 0.1;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-area .services-content .item img {
  margin: auto auto 30px;
  height: 120px;
}

.services-area .services-content .item p {
  margin: 0;
}

.services-area .services-content .item a,
.services-area .services-content .item p {
  transition: all 0.35s ease-in-out;
}

/* ============================================================== 
     # Services Area Version Four
=================================================================== */

.service-area .service-box .single-item {
  margin-bottom: 30px;
}

.service-area .service-box .single-item .item {
  padding: 0 30px;
}

.service-area .service-box .item .thumb {
  display: inline-block;
  background: #ffffff;
  height: 200px;
  width: 200px;
  line-height: 200px;
  -webkit-clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
  margin-bottom: 30px;
}

.service-area .service-box .item img {
  height: 80px;
}

/* ============================================================== 
     # Default Services Area
=================================================================== */
.default-services-area .item {
    padding: 60px 30px;
    background: #ffffff;
    border: 2px solid #e7e7e7;
}

.default-services-area .single-item {
    margin-bottom: 30px;
}

.default-services-area .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
        background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.default-services-area .item h4 {
    font-size: 18px;
}

.default-services-area .item p {
  margin: 0;
}

.default-services-area h5 {
    text-transform: uppercase;
    color: #086ad8;
    font-weight: 600;
}

.default-services-area h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.default-services-area a {
    margin-top: 15px;
}


/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
  font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
  margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
  font-weight: 800;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #086ad8;
}

.services-details-items .services-sidebar .services-list a {
  display: block;
  padding: 18px 25px;
  background: #ffffff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
  border: 3px solid #e7e7e7;
  border-radius: 5px;
}

.services-details-items .services-sidebar .services-list a::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
  border: 3px solid #086ad8;
}

.services-details-items .services-sidebar {
  padding-right: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #232323;
  opacity: 0.7;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #086ad8;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086ad8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  p {
  color: #ffffffd1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  h2 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-top: 25px;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
  margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: #086ad8;
  color: #ffffff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 13px;
}

.services-details-items .services-sidebar .single-widget.brochure a i {
  font-size: 20px;
  font-weight: 600;
  margin-right: 16px;
}

.services-details-items
  .services-sidebar
  .single-widget.brochure
  li:first-child
  a {
  margin-top: 0;
}

.services-details-items
  .services-sidebar
  .single-widget.brochure
  li:last-child
  a {
  background: #060816;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover,
.services-details-items
  .services-sidebar
  .single-widget.brochure
  li:last-child
  a:hover {
  background: #086ad8;
}

.services-details-items .services-single-content h2 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 25px;
}

.services-details-area .features .col-lg-6 {
  display: flex;
}

.services-details-area .features i {
  display: inline-block;
  font-size: 50px;
  color: #086ad8;
  margin-right: 25px;
}

.services-details-area .features h4 {
  font-weight: 600;
}

.services-details-area .features p {
  margin: 0;
}

.services-details-area .features {
  margin: 40px 0;
}

.services-details-area .services-single-content ul {
  list-style: disc;
  margin-left: 20px;
}

.services-details-area .services-single-content ul li {
  line-height: 30px;
}



#products
{
    padding: 120px 20px 40px 0px;
    text-align: center;
}

#products .super-text {
    font-size: 30px;
    font-weight: bold;
}

#products-list
{
    padding: 80px 20px;
    text-align: left;
}

#products-list .super-text {
    font-size: 20px;
    font-weight: bold;
}

#products-list h3
{
    font-weight: bold;
    font-size: 20px;
}
  
ul.list-items-products
{
    padding: 0px;
}

.list-items-products li
{
    list-style-type: none;
    padding: 5px 0;
}

#about-us
{
    padding: 120px 20px 40px 0px;
    text-align: center;
}

#about-us .super-text {
    font-size: 30px;
    font-weight: bold;
}

#about-us .module-feature h5
{
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 18px;
}

#core-values
{
    padding: 50px 20px 20px 0px;
    text-align: center;
}

#core-values .super-text {
    font-size: 30px;
    font-weight: bold;
}

#core-values h2.title {
    font-size: 16px;
}

#core-values i
{
    font-size: 40px;
    color: #021169;
}

#services-page
{
    background-color: #0b163f!important;
    margin-top: 70px;
    background: url(../images/page-header-bg.svg) left bottom no-repeat;
    padding: 120px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

#service-content
{
    padding: 80px 20px;
    background: url(../images/dot-big-square.svg) left top no-repeat;
}

.accordion-button
{
    background-color: #fff;
    font-weight: 800!important;
}

.accordion-item
{
  margin: 15px 0;
}

accordion-button:not(.collapsed) {
  color: #0b163f!important;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


/*==============================================

contact area
=========================================*

/* ============================================================== 
     # Contact
=================================================================== */

.contact-area.half-bg {
  position: relative;
  z-index: 1;
}

.contact-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 200px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.contact-area.default-padding-top.half-bg::after {
  height: 100px;
}

.contact-area .item {
  display: flex;
}

.contact-area .item i {
  display: inline-block;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #104cba;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.contact-area .item i::after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: #104cba;
  z-index: -1;
  border-radius: 5px;
  opacity: 0.3;
}

.contact-area .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.contact-area .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-area .item h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-right: 25px;
}

.contact-area .item p {
  margin: 0;
  margin-top: -7px;
}

.contact-area .content {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
}

.contact-area .content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area .content p {
  margin: 0;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area .content input,
.contact-area .content textarea {
  background: #fafafa;
  border: 1px solid #f7f7f7;
  padding: 15px;
}

.contact-area .content textarea {
  min-height: 150px;
}

.contact-area .content form button {
  background: linear-gradient(
    90deg,
    rgb(15 80 197) 0%,
    rgba(0, 89, 252, 1) 56%
  );
  color: #ffffff;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 30px;
}

.contact-area .content form img.loader {
  margin-left: 5px;
}

/* google maps*/
.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}