/**

* Template Name: Logis

* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/

* Updated: Mar 17 2024 with Bootstrap v5.3.3

* Author: BootstrapMade.com

* License: https://bootstrapmade.com/license/

*/



/*--------------------------------------------------------------

# Set main reusable colors and fonts using CSS variables

# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

--------------------------------------------------------------*/

/* Fonts */

:root {

  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --font-primary: "Inter", sans-serif;

  --font-secondary: "Poppins", sans-serif;

}

.container, .container-lg, .container-md, .container-sm, .container-xl {

  max-width: 1230px;

}

/* Colors */

:root {

  --color-default: #0a0d13;

  --color-primary: #0d42ff;

  --color-secondary: #0e1d34;

}



/* Smooth scroll behavior */

:root {

  scroll-behavior: smooth;

}



/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

body {

  font-family: var(--font-default);

  color: var(--color-default);

        font-family: "Rubik", sans-serif;

}



a {

  color: var(--color-primary);

  text-decoration: none;

}

.py_13 {

    width: 12.5%;

}

a:hover {

  color: #406aff;

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: var(--font-primary);

}

body p {

  font-size: 16px;

  line-height: 24px;

  margin-bottom: 20px;

  font-weight: 400;


}

.ul_list li {

  font-size: 16px;

  line-height: 24px;

  margin-bottom: 15px;

  font-weight: 400;

  color: #000;

}

.hd_title {

  font-size: 34px;

  line-height: 40px;

  font-weight: 700;

  margin-bottom: 15px;

}

body .second_title {

    font-size: 30px;

    font-weight: 700;

    color: #001f8d;

    margin-bottom: 15px;

    line-height: 44px;

}

/*--------------------------------------------------------------

# Sections & Section Header

--------------------------------------------------------------*/

.btn_hover2 {

    display: inline-block;

    position: relative;

    overflow: hidden;

    border-radius: 50px;

    color: #ffffff !important;

    z-index: 1;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #080e1a 100%);

    font-size: 16px;

    font-weight: 400;

    line-height: 22px;

    padding: 13px 38px 13px 38px !important;

    text-decoration: none;

    transition: all 0.3s ease;



}



.btn_hover2:hover {

    color: #fff !important;

    background: linear-gradient(to right, #001973, #0d42ff);

    transition: 0.5s all ease;

}



/*

.btn_hover2::before {

    border-radius: 50px 50px 0 0;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #ffffff;

    z-index: -1;

    top: 0;

    left: 0;

}



.btn_hover2:hover::before {

    width: 100%;

    background: #ffffff;

}



.btn_hover2::after {

    border-radius: 0 0 50px 50px;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #ffffff;

    z-index: -1;

    bottom: 0;

    right: 0;

}



.btn_hover2:hover::after {

    width: 100%;

    background: #ffffff;

}

*/



/* button hover start */



.btn_hover {

    display: inline-block;

    position: relative;

    overflow: hidden;

    border-radius: 50px;

    border: 1.5px solid #0d42ff;

    color: #ffffff;

    z-index: 1;

    font-size: 16px;

    font-weight: 400;

    line-height: 22px;

    padding: 13px 38px 13px 38px !important;

    text-decoration: none;

    transition: all 0.3s ease;

    background-color: #fff;



}





.btn_hover2{

  display: inline-block;

  position: relative;

  overflow: hidden;

  border-radius: 50px;

  border: 1.5px solid #0d42ff;

  color: #ffffff;

  z-index: 1;

  font-size: 16px;

  font-weight: 400;

  line-height: 22px;

  padding: 13px 38px 13px 38px !important;

  text-decoration: none;

  transition: all 0.3s ease;



}



.btn_hover:hover {

    color: #ffffff !important;

    background: linear-gradient(to right, #0d42ff, #001973);

	transition: 0.5s all ease;

}



/*

.btn_hover::before {

    border-radius: 50px 50px 0 0;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #001973 100%);

    z-index: -1;

    top: 0;

    left: 0;

}



.btn_hover:hover::before {

    width: 100%;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #001973 100%);

}



.btn_hover::after {

    border-radius: 0 0 50px 50px;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #001973 100%);

    z-index: -1;

    bottom: 0;

    right: 0;

}



.btn_hover:hover::after {

    width: 100%;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #001973 100%);

}

*/





/* button hover end */





/* animation icon */



@keyframes icon {

    0% {

        top: 0px;

    }

    50% {

        top: 10px;

    }

    100% {

        top: 0px;

    }

}





/* button back to top */



#backToTopBtn {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 30px;

    z-index: 99;

    border: none;

    padding: 17px 20px;

    border-radius: 10px;

    transition: all 0.3s ease;

}



.breadcrumbs {

    /* float: left; */

    width: 100%;

    overflow: hidden;

}

.navbar a.get-a-quotered {

  border-radius: 30px !important;

  background: #ff0000;

  border-radius: 30px;

  padding: 8px 9px;

transition: 0.5s all ease;
color: #fff;
margin-left: 10px;


}

.navbar a.get-a-quoteblue {

  border-radius: 30px !important;

  background: #0595db;

  border-radius: 30px;

  padding: 8px 9px;

transition: 0.5s all ease;

color: #fff;
margin-left: 10px;


}


.navbar a.get-a-quote {

    border-radius: 30px !important;

    background: linear-gradient(to right, #0d42ff, #001973);

    border-radius: 30px;

    padding: 8px 9px;

	transition: 0.5s all ease;

}

.navbar a.get-a-quote:hover {

    background: linear-gradient(to right, #001973, #0d42ff);

	transition: 0.5s all ease;

}

.navbar li a {

    display: inline-block;

    color: #000;

    font-size: 16px;

    font-weight: 400;

	padding: 0 20px;

}







center{color:#fff!important;}

.topcontainer{ background-color:#2f73c8;

height:100px;

text-align:right;}



section {

  padding: 40px 0;

  overflow: hidden;

}



.section-header {

  text-align: center;

  padding: 30px 0;

  position: relative;

}



.abt{text-align: left;

  text-transform: justify;

  font-size: 18px;

  line-height: 33px;

  margin-right: 70px;

}



.shadow{    background-color: #fff;

  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

  border-radius: 25px;padding: 30px;}



  .cid-qIp0qVn2Fg .image-element img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;

}



.cid-sUZUFM4qJK .mbr-section-title {

  margin-bottom: 4.5rem;

  color: #001973;

  text-align: center;

}

.display-2 {

  font-size: 2.75rem;

  line-height: 1.25;

}



.cid-sUZUFM4qJK {

  padding-top: 5rem;

  padding-bottom: 5rem;

  background-color: #fff;

}



.section-header h2 {

  font-size: 32px;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 20px;

  padding-bottom: 0;

  color: #0d42ff;

  position: relative;

  z-index: 2;

  margin-bottom: 20px;

  padding-bottom: 20px;

  position: relative;

}



.section-header h2:after {

  content: "";

  position: absolute;

  display: block;

  width: 50px;

  height: 3px;

  background: var(--color-primary);

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.section-header span {

  position: absolute;

  top: 46px;

  color: rgba(14, 29, 52, 0.06);

  left: 0;

  right: 0;

  z-index: 1;

  font-weight: 700;

  font-size: 56px;

  text-transform: uppercase;

  line-height: 0;

}



.section-header p {

  margin-bottom: 0;

  position: relative;

  z-index: 2;

}



@media (max-width: 640px) {

  .section-header h2 {

    font-size: 28px;

    margin-bottom: 15px;

  }



  .section-header span {

    font-size: 38px;

  }

}



/*--------------------------------------------------------------

# Breadcrumbs

--------------------------------------------------------------*/

.breadcrumbs .page-header {

  padding: 35px 0 35px 0;

  background-position: center;

  background-repeat: no-repeat;

  overflow: hidden;

  background-size: 100% 100%;

  margin-top: 112px;

  min-height: 145px;

	position: relative;

    height: 180px;

}

.page-header:before {

    content: "";

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    position: absolute;

}



/*

.breadcrumbs .page-header:before {

  content: "";

  position: absolute;

  inset: 0;

}

*/



.breadcrumbs .page-header h2 {

  font-size: 42px;

  font-weight: 600;

  color: rgb(49, 49, 49)000;

  font-family: var(--font-secondary);

  font-size: 36px;

  line-height: 75px;

  transition: 0.3s;

  font-family: "Rubik", sans-serif;

  margin-bottom: 15px;

  text-transform: uppercase;



}



.breadcrumbs .page-header p {

  color: rgba(255, 255, 255, 0.8);

	margin-bottom: 0px;

}



.breadcrumbs nav {

  background-color: #f3f6fc;

  padding: 20px 0;

}

.breadcrumbs nav.breadcrumb_bx {

  background-color: transparent;

  padding: 0px 0;

}





.breadcrumbs nav ol {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  margin: 0;

  padding: 0;

  font-size: 16px;

  font-weight: 600;

  color: var(--color-secondary);

}

.breadcrumbs nav.breadcrumb_bx ol {

    justify-content: center;

}



.breadcrumbs nav ol a {

  color: var(--color-primary);

  transition: 0.3s;

}

.breadcrumbs nav.breadcrumb_bx ol a {

    color: #313131;

	text-decoration: none;

}

.breadcrumbs nav ol a:hover {

  text-decoration: underline;

}



.breadcrumbs nav ol li+li {

  padding-left: 10px;

}

.breadcrumbs nav.breadcrumb_bx ol li {

    color: #313131;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

}

.breadcrumbs nav ol li+li::before {

  display: inline-block;

  padding-right: 10px;

  color: #4278cc;

  content: "/";

}

.breadcrumbs nav.breadcrumb_bx ol li::before {

    color: #313131;

}

/*--------------------------------------------------------------

# Scroll top button

--------------------------------------------------------------*/

.scroll-top {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  right: 15px;

  bottom: 15px;

  z-index: 99999;

  background: var(--color-primary);

  width: 40px;

  height: 40px;

  border-radius: 4px;

  transition: all 0.4s;

}



.scroll-top i {

  font-size: 24px;

  color: #fff;

  line-height: 0;

}



.scroll-top:hover {

  background: rgba(13, 66, 255, 0.8);

  color: #fff;

}



.scroll-top.active {

  visibility: visible;

  opacity: 1;

}



/*--------------------------------------------------------------

# Preloader

--------------------------------------------------------------*/

#preloader {

  position: fixed;

  inset: 0;

  z-index: 9999;

  overflow: hidden;

  background: #fff;

  transition: all 0.6s ease-out;

  width: 100%;

  height: 100vh;

}



#preloader:before,

#preloader:after {

  content: "";

  position: absolute;

  border: 4px solid var(--color-primary);

  border-radius: 50%;

  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;

}



#preloader:after {

  animation-delay: -0.5s;

}



@keyframes animate-preloader {

  0% {

    width: 10px;

    height: 10px;

    top: calc(50% - 5px);

    left: calc(50% - 5px);

    opacity: 1;

  }



  100% {

    width: 72px;

    height: 72px;

    top: calc(50% - 36px);

    left: calc(50% - 36px);

    opacity: 0;

  }

}



/*--------------------------------------------------------------

# Disable aos animation delay on mobile devices

--------------------------------------------------------------*/



@media screen and (max-width: 991px) {

.py_13 {

    width: 0%;

	display:none;

}

}

@media screen and (max-width: 768px) {

  [data-aos-delay] {

    transition-delay: 0 !important;

  }

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.header {

    transition: all 0.5s;

    z-index: 997;

    background-color: #fff;

    background: rgb(255 255 255 / 120%);

    padding: 12px 0;

}



.header.sticked {

    padding: 8px 0;

    box-shadow: 0px 0px 24px rgb(0 0 0 / 14%);

}



.header .logo img {

	width:350px;

	transition: 0.5s all ease;

}

.header.sticked .logo img {

	width:320px;

	transition: 0.5s all ease;

}

.header .logo h1 {

  font-size: 30px;

  margin: 0;

  font-weight: 700;

  color: #fff;

  font-family: var(--font-primary);

}



/*--------------------------------------------------------------

# Desktop Navigation

--------------------------------------------------------------*/

@media (min-width: 1280px) {

  .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;

    font-family: var(--font-primary);

    font-size: 16px;

    font-weight: 400;

    color: rgb(0 0 0 / 80%);

    white-space: nowrap;

    transition: 0.3s;

    font-family: "Rubik", sans-serif;

  }



  .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: #001f8d;

  }



  .navbar .get-a-quote,

  .navbar .get-a-quote:focus {

    background: var(--color-primary);

    margin-left: 10px;

    border-radius: 4px;

    color: #fff;

  }



  .navbar .get-a-quote:hover,

  .navbar .get-a-quote:focus:hover {

    color: #fff;

  }



  .navbar .dropdown ul {

    display: block;

    position: absolute;

    left: 14px;

    top: calc(100% + 30px);

    margin: 0;

    padding: 10px 0;

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    background: #fff;

    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: 10px 20px;

    font-size: 15px;

    text-transform: none;

    font-weight: 400;

    color: var(--color-secondary);

  }



  .navbar .dropdown ul a i {

    font-size: 12px;

  }



  .navbar .dropdown ul a:hover,

  .navbar .dropdown ul .active:hover,

  .navbar .dropdown ul li:hover>a {

    color: var(--color-primary);

  }



  .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 (min-width: 1280px) and (max-width: 1366px) {

  .navbar .dropdown .dropdown ul {

    left: -90%;

  }



  .navbar .dropdown .dropdown:hover>ul {

    left: -100%;

  }

}



@media (min-width: 1280px) {



  .mobile-nav-show,

  .mobile-nav-hide {

    display: none;

  }

}



/*--------------------------------------------------------------

# Mobile Navigation

--------------------------------------------------------------*/

@media (max-width: 1279px) {

  .navbar {

    position: fixed;

    top: 0;

    right: -100%;

    width: 100%;

    max-width: 400px;

    bottom: 0;

    transition: 0.3s;

    z-index: 9997;

  }



  .navbar ul {

    position: absolute;

    inset: 0;

    padding: 50px 0 10px 0;

    margin: 0;

    background: rgb(205 205 205 / 90%);

    overflow-y: auto;

    transition: 0.3s;

    z-index: 9998;

  }



  .navbar a,

  .navbar a:focus {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 12px 20px;

    font-family: var(--font-primary);

    font-size: 16px;

    font-weight: 500;

    color: rgba(255, 255, 255, 0.7);

    white-space: nowrap;

    transition: 0.3s;

  }



  .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;

  }



  .navbar .get-a-quote,

  .navbar .get-a-quote:focus {

    background: var(--color-primary);

    padding: 8px 20px;

    border-radius: 4px;

    margin: 15px;

    color: #fff;

  }



  .navbar .get-a-quote:hover,

  .navbar .get-a-quote:focus:hover {

    color: #fff;

    background: rgba(13, 66, 255, 0.8);

  }



  .navbar .dropdown ul,

  .navbar .dropdown .dropdown ul {

    position: static;

    display: none;

    padding: 10px 0;

    margin: 10px 20px;

    transition: all 0.5s ease-in-out;

    border: 1px solid #19335c;

  }



  .navbar .dropdown>.dropdown-active,

  .navbar .dropdown .dropdown>.dropdown-active {

    display: block;

  }



  .mobile-nav-show {

    color: #000;

    font-size: 28px;

    cursor: pointer;

    line-height: 0;

    transition: 0.5s;

    z-index: 9999;

    margin-right: 10px;

  }



  .mobile-nav-hide {

    color: #fff;

    font-size: 32px;

    cursor: pointer;

    line-height: 0;

    transition: 0.5s;

    position: fixed;

    right: 20px;

    top: 20px;

    z-index: 9999;

  }



  .mobile-nav-active {

    overflow: hidden;

  }



  .mobile-nav-active .navbar {

    right: 0;

  }



  .mobile-nav-active .navbar:before {

    content: "";

    position: fixed;

    inset: 0;

    background: rgba(14, 29, 52, 0.8);

    z-index: 9996;

  }

}



/*--------------------------------------------------------------

# Featured Services Section

--------------------------------------------------------------*/

.featured-services .service-item {

  position: relative;

  height: 100%;

  margin-bottom: 20px;

}



.featured-services .service-item .icon {

  margin-right: 20px;

}



.featured-services .service-item .icon i {

  color: #001f8d;

  font-size: 48px;

  transition: 0.3s;

}



.featured-services .service-item:hover .icon {

  background: #fff;

}



.featured-services .service-item:hover .icon i {

  color: var(--color-primary);

}



.featured-services .service-item .title {

  font-weight: 700;

  margin-bottom: 10px;

  font-size: 20px;

  color: var(--color-secondary);

  transition: 0.3s;

}



.featured-services .service-item .description {

  font-size: 15px;

  color: #132848;

  margin-bottom: 10px;

}



.featured-services .service-item .readmore {

  display: flex;

  align-items: center;

  color: var(--color-secondary);

  transition: 0.3s;

  font-weight: 700;

  font-size: 14px;

}



.featured-services .service-item .readmore i {

  margin-left: 8px;

}



.featured-services .service-item:hover .title,

.featured-services .service-item:hover .readmore,

.featured-services .service-item:hover .icon i {

  color: var(--color-primary);

}



/*--------------------------------------------------------------

# About Us Section

--------------------------------------------------------------*/

.about .content h3 {

  font-weight: 700;

  font-size: 32px;

  font-family: var(--font-secondary);

  color: #001f8d;

}



.about .content ul {

  list-style: none;

  padding: 0;

}



.about .content ul li {

  display: flex;

  align-items: flex-start;

  margin-top: 40px;

}



.about .content ul i {

  flex-shrink: 0;

  font-size: 48px;

  color: var(--color-primary);

  margin-right: 20px;

  line-height: 0;

}



.about .content ul h5 {

  font-size: 18px;

  font-weight: 700;

  color: #19335c;

}

.h_2 {

  font-size: 20px;

  font-weight: 700;

  color: #19335c;

  line-height: 24px;

  margin-bottom: 15px;

}

.about .content ul p {

  font-size: 15px;

}



.about .content p:last-child {

  margin-bottom: 0;

}



.about .play-btn {

  width: 94px;

  height: 94px;

  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);

  border-radius: 50%;

  display: block;

  position: absolute;

  left: calc(50% - 47px);

  top: calc(50% - 47px);

  overflow: hidden;

}



.about .play-btn:before {

  content: "";

  position: absolute;

  width: 120px;

  height: 120px;

  animation-delay: 0s;

  animation: pulsate-btn 2s;

  animation-direction: forwards;

  animation-iteration-count: infinite;

  animation-timing-function: steps;

  opacity: 1;

  border-radius: 50%;

  border: 5px solid rgba(13, 66, 255, 0.7);

  top: -15%;

  left: -15%;

  background: rgba(198, 16, 0, 0);

}



.about .play-btn:after {

  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-40%) translateY(-50%);

  width: 0;

  height: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-left: 15px solid #fff;

  z-index: 100;

  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);

}



.about .play-btn:hover:before {

  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-40%) translateY(-50%);

  width: 0;

  height: 0;

  border: none;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-left: 15px solid #fff;

  z-index: 200;

  animation: none;

  border-radius: 0;

}



.about .play-btn:hover:after {

  border-left: 15px solid var(--color-primary);

  transform: scale(20);

}



@keyframes pulsate-btn {

  0% {

    transform: scale(0.6, 0.6);

    opacity: 1;

  }



  100% {

    transform: scale(1, 1);

    opacity: 0;

  }

}



/*--------------------------------------------------------------

# Services Section

--------------------------------------------------------------*/

.services .card {

  border: 1px solid rgba(14, 29, 52, 0.15);

  background: #fff;

  position: relative;

  border-radius: 0;

  height: 100%;

}



.services .card .card-img {

  overflow: hidden;

  margin-bottom: 0px;

  border-radius: 0;

}



.services .card .card-img img {

  transition: 0.3s ease-in-out;

}

.services_rt_img img {

  width: 100%;

}

.services .card h3 {

  font-weight: 700;

  font-size: 16px;

  margin-bottom: 0;

  padding: 20px 14px;

  text-transform: uppercase;

  text-align: center;

  line-height: 22px;

}



.services .card a {

  color: #001973;

  transition: 0.3s all ease;

}



.services .card a:hover {

  color: var(--color-primary);

}



.services .card p {

  padding: 0 30px;

  margin-bottom: 30px;

  color: var(--color-secondary);

  font-size: 15px;

}



.services .card:hover .card-img img {

  transform: scale(1.1);

}



/*--------------------------------------------------------------

# Call To Action Section

--------------------------------------------------------------*/

.call-to-action {

  background: url("../img/cta-bg.jpg") center center;

  background-size: cover;

  padding: 100px 0;

  background-attachment: fixed;

}



.call-to-action2 {

  background-size: cover;

  padding: 10px 0;

}



.call-to-action2 .cta-btn {

    font-family: var(--font-primary);

    font-weight: 500;

    font-size: 16px;

    letter-spacing: 1px;

    display: inline-block;

    padding: 12px 40px;

    border-radius: 5px;

    transition: 0.5s;

    margin: 10px;

    border: 2px solid #fff;

    color: #1e1d1d;

}



@media (min-width: 1365px) {

  .call-to-action {

    background-attachment: fixed;

  }

}



.call-to-action h3 {

    color: #4d4d4d;

    font-size: 38px;

    font-weight: 700;

    font-family: "Rubik", sans-serif;

    line-height: 46px;

    margin-bottom: 30px;

}

.call-to-action .btn_hover {



}

.call-to-action .btn_hover:hover {

    border-color: #0d42ff;

}

.call-to-action p {

    color: #000;

    font-size: 18px;

    line-height: 30px;

    font-weight: 400;

    text-align: center;

}



.call-to-action .cta-btn {

  font-family: var(--font-primary);

  font-weight: 500;

  font-size: 16px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 12px 40px;

  border-radius: 5px;

  transition: 0.5s;

  margin: 10px;

  border: 2px solid #fff;

  color: #fff;

}



.call-to-action .cta-btn:hover {

  background: var(--color-primary);

  border: 2px solid var(--color-primary);

}



/*--------------------------------------------------------------

# Features Section

--------------------------------------------------------------*/

.features {

  padding-top: 80px;

}



.features .features-item+.features-item {

  margin-top: 100px;

}



@media (max-width: 640px) {

  .features .features-item+.features-item {

    margin-top: 40px;

  }

}



.features .features-item h3 {

  font-weight: 600;

  font-size: 26px;

  color: #001973;

}



.features .features-item ul {

  list-style: none;

  padding: 0;

}



.features .features-item ul li {

  padding-bottom: 10px;

}



.features .features-item ul li:last-child {

  padding-bottom: 0;

}



.features .features-item ul i {

  font-size: 20px;

  padding-right: 4px;

  color: var(--color-primary);

}



.features .features-item p:last-child {

  margin-bottom: 0;

}



/*--------------------------------------------------------------

# Pricing Section

--------------------------------------------------------------*/

.pricing .pricing-item {

  padding: 60px 40px;

  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);

  background: #fff;

  height: 100%;

  border-top: 4px solid #fff;

  border-radius: 5px;

}



.pricing h3 {

  font-weight: 600;

  margin-bottom: 15px;

  font-size: 20px;

  color: var(--color-secondary);

}



.pricing h4 {

  font-size: 48px;

  color: var(--color-primary);

  font-weight: 400;

  font-family: var(--font-primary);

  margin-bottom: 25px;

}



.pricing h4 sup {

  font-size: 28px;

}



.pricing h4 span {

  color: rgba(108, 117, 125, 0.8);

  font-size: 18px;

}



.pricing ul {

  padding: 20px 0;

  list-style: none;

  color: #6c757d;

  text-align: left;

  line-height: 20px;

}



.pricing ul li {

  padding: 10px 0;

  display: flex;

  align-items: center;

}



.pricing ul i {

  color: #059652;

  font-size: 24px;

  padding-right: 3px;

}



.pricing ul .na {

  color: rgba(108, 117, 125, 0.5);

}



.pricing ul .na i {

  color: rgba(108, 117, 125, 0.5);

}



.pricing ul .na span {

  text-decoration: line-through;

}



.pricing .buy-btn {

  display: inline-block;

  padding: 12px 35px;

  border-radius: 4px;

  color: var(--color-primary);

  transition: none;

  font-size: 16px;

  font-weight: 500;

  font-family: var(--font-primary);

  transition: 0.3s;

  border: 1px solid var(--color-primary);

}



.pricing .buy-btn:hover {

  background: var(--color-primary);

  color: #fff;

}



.pricing .featured {

  border-top-color: var(--color-primary);

}



.pricing .featured .buy-btn {

  background: var(--color-primary);

  color: #fff;

}



@media (max-width: 992px) {

  .pricing .box {

    max-width: 60%;

    margin: 0 auto 30px auto;

  }

}



@media (max-width: 767px) {

  .pricing .box {

    max-width: 80%;

    margin: 0 auto 30px auto;

  }

}



@media (max-width: 420px) {

  .pricing .box {

    max-width: 100%;

    margin: 0 auto 30px auto;

  }

}



/*--------------------------------------------------------------

# Frequently Asked Questions Section

--------------------------------------------------------------*/

.faq {

  padding-top: 80px;

}



.faq .accordion-item {

  border: 0;

  margin-bottom: 10px;

}



.faq .accordion-collapse {

  border: 0;

}



.faq .accordion-button {

  padding: 15px 30px 20px 60px;

  font-weight: 600;

  border: 0;

  font-size: 18px;

  color: var(--color-default);

  text-align: left;

  background: rgba(14, 29, 52, 0.03);

  border-radius: 5px;

}



.faq .accordion-button:focus {

  box-shadow: none;

}



.faq .accordion-button:not(.collapsed) {

  color: var(--color-primary);

  border-bottom: 0;

  box-shadow: none;

}



.faq .question-icon {

  position: absolute;

  top: 14px;

  left: 25px;

  font-size: 20px;

  color: var(--color-primary);

}



.faq .accordion-button:after {

  position: absolute;

  right: 15px;

  top: 15px;

}



.faq .accordion-body {

  padding: 0 30px 25px 60px;

  border: 0;

  background: rgba(14, 29, 52, 0.03);

  border-radius: 5px;

}



/*--------------------------------------------------------------

# Testimonials Section

--------------------------------------------------------------*/

.testimonials {

  padding: 80px 0;

  background: url("../img/testimonials-bg.jpg") no-repeat;

  background-position: center center;

  background-size: cover;

  position: relative;

}



.testimonials::before {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(14, 29, 52, 0.7);

}



.testimonials .section-header {

  margin-bottom: 40px;

}



.testimonials .testimonials-carousel,

.testimonials .testimonials-slider {

  overflow: hidden;

}



.testimonials .testimonial-item {

  text-align: center;

  color: #fff;

}



.testimonials .testimonial-item .testimonial-img {

  width: 100px;

  border-radius: 50%;

  border: 6px solid rgba(255, 255, 255, 0.15);

  margin: 0 auto;

}



.testimonials .testimonial-item h3 {

  font-size: 20px;

  font-weight: bold;

  margin: 10px 0 5px 0;

  color: #fff;

}



.testimonials .testimonial-item h4 {

  font-size: 14px;

  color: rgba(255, 255, 255, 0.6);

  margin: 0 0 15px 0;

}



.testimonials .testimonial-item .stars {

  margin-bottom: 15px;

}



.testimonials .testimonial-item .stars i {

  color: #ffc107;

  margin: 0 1px;

}



.testimonials .testimonial-item .quote-icon-left,

.testimonials .testimonial-item .quote-icon-right {

  color: rgba(255, 255, 255, 0.6);

  font-size: 26px;

  line-height: 0;

}



.testimonials .testimonial-item .quote-icon-left {

  display: inline-block;

  left: -5px;

  position: relative;

}



.testimonials .testimonial-item .quote-icon-right {

  display: inline-block;

  right: -5px;

  position: relative;

  top: 10px;

  transform: scale(-1, -1);

}



.testimonials .testimonial-item p {

  font-style: italic;

  margin: 0 auto 15px auto;

}



.testimonials .swiper-pagination {

  margin-top: 20px;

  position: relative;

}



.testimonials .swiper-pagination .swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  background-color: rgba(255, 255, 255, 0.4);

  opacity: 0.5;

}



.testimonials .swiper-pagination .swiper-pagination-bullet-active {

  background-color: #fff;

  opacity: 1;

}



@media (min-width: 992px) {

  .testimonials .testimonial-item p {

    width: 80%;

  }

}



/*--------------------------------------------------------------

# Stats Counter Section

--------------------------------------------------------------*/

.stats-counter .stats-item {

  padding: 30px;

  width: 100%;

}



.stats-counter .stats-item span {

  font-size: 48px;

  display: block;

  color: var(--color-secondary);

  font-weight: 700;

  margin-bottom: 20px;

  padding-bottom: 20px;

  position: relative;

}



.stats-counter .stats-item span:after {

  content: "";

  position: absolute;

  display: block;

  width: 25px;

  height: 3px;

  background: var(--color-primary);

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.stats-counter .stats-item p {

  padding: 0;

  margin: 0;

  font-family: var(--font-primary);

  font-size: 15px;

  font-weight: 500;

  color: var(--color-secondary);

}



/*--------------------------------------------------------------

# Our Team Section

--------------------------------------------------------------*/

.team .member {

  text-align: center;

  margin-bottom: 20px;

  background: #fff;

  border: 1px solid rgba(14, 29, 52, 0.15);

}



.team .member img {

  margin: -1px -1px 30px -1px;

}



.team .member .member-content {

  padding: 0 20px 30px 20px;

}



.team .member h4 {

  font-weight: 700;

  margin-bottom: 2px;

  font-size: 18px;

}



.team .member span {

  font-style: italic;

  display: block;

  font-size: 13px;

  color: #6c757d;

}



.team .member p {

  padding-top: 10px;

  font-size: 14px;

  font-style: italic;

  color: #6c757d;

}



.team .member .social {

  margin-top: 15px;

}



.team .member .social a {

  color: rgba(14, 29, 52, 0.5);

  transition: 0.3s;

}



.team .member .social a:hover {

  color: var(--color-primary);

}



.team .member .social i {

  font-size: 18px;

  margin: 0 2px;

}



/*--------------------------------------------------------------

# Horizontal Pricing Section

--------------------------------------------------------------*/

.horizontal-pricing .pricing-item {

  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);

  padding-bottom: 30px;

  background: #fff;

  height: 100%;

  position: relative;

}



.horizontal-pricing h3 {

  font-weight: 700;

  margin-bottom: 0;

  font-size: 24px;

  color: var(--color-secondary);

}



.horizontal-pricing h4 {

  font-size: 48px;

  color: var(--color-primary);

  font-weight: 400;

  font-family: var(--font-primary);

  margin-bottom: 25px;

  text-align: center;

}



.horizontal-pricing h4 sup {

  font-size: 28px;

}



.horizontal-pricing h4 span {

  color: rgba(108, 117, 125, 0.8);

  font-size: 18px;

}



.horizontal-pricing ul {

  padding: 20px 0;

  list-style: none;

  color: #6c757d;

  text-align: left;

  line-height: 20px;

}



.horizontal-pricing ul li {

  padding-top: 15px;

  display: flex;

  align-items: center;

}



.horizontal-pricing ul i {

  color: #059652;

  font-size: 24px;

  padding-right: 3px;

}



.horizontal-pricing ul .na {

  color: rgba(108, 117, 125, 0.5);

}



.horizontal-pricing ul .na i {

  color: rgba(108, 117, 125, 0.5);

}



.horizontal-pricing ul .na span {

  text-decoration: line-through;

}



.horizontal-pricing .buy-btn {

  display: inline-block;

  padding: 12px 40px;

  border-radius: 4px;

  color: #fff;

  background-color: var(--color-primary);

  border: 2px solid var(--color-primary);

  transition: none;

  font-size: 16px;

  font-weight: 500;

  transition: 0.3s;

  font-family: var(--font-primary);

}



.horizontal-pricing .buy-btn:hover {

  background: #406aff;

  border-color: #406aff;

}



.horizontal-pricing .featured {

  background: var(--color-primary);

}



.horizontal-pricing .featured h3,

.horizontal-pricing .featured h4,

.horizontal-pricing .featured h4 span,

.horizontal-pricing .featured ul,

.horizontal-pricing .featured ul .na,

.horizontal-pricing .featured ul i,

.horizontal-pricing .featured ul .na i {

  color: #fff;

}



.horizontal-pricing .featured .buy-btn {

  background: var(--color-primary);

  color: #fff;

  border-color: #fff;

}



.horizontal-pricing .featured .buy-btn:hover {

  background: #fff;

  color: var(--color-primary);

}



/*--------------------------------------------------------------

# Get a Quote Section

--------------------------------------------------------------*/

.get-a-quote .quote-bg {

  min-height: 500px;

  background-size: cover;

  background-position: center;

}



.get-a-quote .php-email-form {

  background: #f3f6fc;

  padding: 40px;

  height: 100%;

}



@media (max-width: 575px) {

  .get-a-quote .php-email-form {

    padding: 20px;

  }

}



.get-a-quote .php-email-form h3 {

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.get-a-quote .php-email-form h4 {

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin: 20px 0 0 0;

}



.get-a-quote .php-email-form p {

  font-size: 14px;

  margin-bottom: 20px;

}



.get-a-quote .php-email-form .error-message {

  display: none;

  color: #fff;

  background: #df1529;

  text-align: left;

  padding: 15px;

  margin-bottom: 24px;

  font-weight: 600;

}



.get-a-quote .php-email-form .sent-message {

  display: none;

  color: #fff;

  background: #059652;

  text-align: center;

  padding: 15px;

  margin-bottom: 24px;

  font-weight: 600;

}



.get-a-quote .php-email-form .loading {

  display: none;

  background: #fff;

  text-align: center;

  padding: 15px;

  margin-bottom: 24px;

}



.get-a-quote .php-email-form .loading:before {

  content: "";

  display: inline-block;

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin: 0 10px -6px 0;

  border: 3px solid #059652;

  border-top-color: #fff;

  animation: animate-loading 1s linear infinite;

}



.get-a-quote .php-email-form input,

.get-a-quote .php-email-form textarea {

  border-radius: 0;

  box-shadow: none;

  font-size: 14px;

  border-radius: 0;

}



.get-a-quote .php-email-form input:focus,

.get-a-quote .php-email-form textarea:focus {

  border-color: var(--color-primary);

}



.get-a-quote .php-email-form input {

    padding: 12px 15px;

    background: transparent;

}



.get-a-quote .php-email-form textarea {

    padding: 12px 15px;

    background: transparent;

    height: 100px;

}



.get-a-quote .php-email-form button[type=submit] {

  background: var(--color-primary);

  border: 0;

  padding: 10px 30px;

  color: #fff;

  transition: 0.4s;

  border-radius: 4px;margin-top: 33px;

}



.get-a-quote .php-email-form button[type=submit]:hover {

  background: rgba(13, 66, 255, 0.8);

}



@keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



/*--------------------------------------------------------------

# Contact Section

--------------------------------------------------------------*/

.contact .info-item+.info-item {

  margin-top: 40px;

}



.contact .info-item i {

  font-size: 20px;

  background: var(--color-primary);

  color: #fff;

  width: 44px;

  height: 44px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 4px;

  transition: all 0.3s ease-in-out;

  margin-right: 15px;

}



.contact .info-item h4 {

  padding: 0;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 5px;

  color: var(--color-secondary);

}



.contact .info-item p {

  padding: 0;

  margin-bottom: 0;

  font-size: 14px;

  color: rgba(14, 29, 52, 0.8);

}



.contact .php-email-form {

  width: 100%;

  background: #fff;

}



.contact .php-email-form .form-group {
border-color:#c5c5c5;
color: #626262;
    font-size: 16px;
    font-weight: 400;
}



.contact .php-email-form .error-message {

  display: none;

  color: #fff;

  background: #df1529;

  text-align: left;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .error-message br+br {

  margin-top: 25px;

}



.contact .php-email-form .sent-message {

  display: none;

  color: #fff;

  background: #059652;

  text-align: center;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .loading {

  display: none;

  background: #fff;

  text-align: center;

  padding: 15px;

}



.contact .php-email-form .loading:before {

  content: "";

  display: inline-block;

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin: 0 10px -6px 0;

  border: 3px solid #059652;

  border-top-color: #fff;

  animation: animate-loading 1s linear infinite;

}



.contact .php-email-form input,

.contact .php-email-form textarea {

  border-radius: 4px;

  box-shadow: none;

  font-size: 14px;

}



.contact .php-email-form input {

  height: 44px;

}

.contact textarea.form-control {

    height: 44px;

    padding: 10px 10px 10px 60px;

    font-size: 16px;

    min-height: auto;

}





.contact .php-email-form button[type=submit] {

  background: var(--color-primary);

  border: 0;

  padding: 10px 35px;

  color: #fff;

  transition: 0.4s;

  border-radius: 5px;

}



.contact .php-email-form button[type=submit]:hover {

  background: rgba(13, 66, 255, 0.8);

}



@keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



/*--------------------------------------------------------------

# Service Details Section

--------------------------------------------------------------*/

.service-details .services-list {

    padding: 0px 23px;

    margin-bottom: 20px;

}

.service_menu{

	margin-bottom: 30px;

}

.service-details .services-list a {

    display: block;

    line-height: 1;

    padding: 14px;

    border-left: 3px solid #c2cbdf;

    margin: 10px 0 0;

    color: var(--color-secondary);

    transition: 0.3s;

    font-size: 15px;

    background: #c2cbdf;

}



.service-details .services-list a.active {

    font-weight: 700;

    border-color: var(--color-primary);

    background: #c2cbdf;

    background: var(--color-primary);

    color: #ffff;

}



.service-details .services-list a:hover {

    border-color: var(--color-primary);

    background: #c2cbdf;

    background: var(--color-primary);

    color: #ffff;

}



.service-details .services-img {

  margin-bottom: 20px;

}



.service-details h3 {

  font-size: 28px;

  font-weight: 700;

  color: var(--color-secondary);

}



.service-details h4 {

  font-size: 20px;

  font-weight: 700;

  color: var(--color-secondary);

}



.service-details p {

  font-size: 15px;

}



.service-details ul {

  list-style: none;

  padding: 0;

  font-size: 15px;

}



.service-details ul li {

  padding: 5px 0;

  display: flex;

}



.service-details ul i {

  font-size: 20px;

  margin-right: 8px;

  color: var(--color-primary);

}



/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

.hero {

  width: 100%;

  min-height: 50vh;

  background-color: var(--color-secondary);

  background: url(../img/TipsForGoodCyberSecurityCompany.jpg);

  background-size: cover;



  position: relative;

  padding: 80px 0 60px 0;

  color: rgba(255, 255, 255, 0.8);

}

.hero .btn_hover {

    border-color: #fff;

}

.hero .btn_hover:hover {

    border: 1.5px solid transparent;

}

.hero h2 {

    margin-bottom: 40px;

    padding: 0;

    font-size: 42px;

    font-weight: 700;

    color: #fff;

    margin-top: 100px;

}



@media (max-width: 575px) {

  .hero h2 {

    font-size: 30px;

  }

}



.hero p {

  font-size: 14px;

  font-weight: 400;

  color:#fff;

}



.hero form {

  background: #fff;

  padding: 10px;

  border-radius: 10px;

}



.hero form .form-control {

  padding-top: 18px;

  padding-bottom: 18px;

  padding-left: 20px;

  padding-right: 20px;

  border: none;

  margin-right: 10px;

  border: none !important;

  background: none !important;

}



.hero form .form-control:hover,

.hero form .form-control:focus {

  outline: none;

  box-shadow: none;

}



.hero form .btn-primary {

  background-color: var(--color-primary);

  padding: 15px 30px;

}



.hero form .btn-primary:hover {

  background-color: #2756ff;

}



.hero .stats-item {

  padding: 30px;

  width: 100%;

}



.hero .stats-item span {

  font-size: 32px;

  display: block;

  font-weight: 700;

  margin-bottom: 15px;

  padding-bottom: 15px;

  position: relative;

}



.hero .stats-item span:after {

  content: "";

  position: absolute;

  display: block;

  width: 20px;

  height: 3px;

  background: var(--color-primary);

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.hero .stats-item p {

  padding: 0;

  margin: 0;

  font-family: var(--font-primary);

  font-size: 15px;

  font-weight: 600;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.footer {

  font-size: 14px;

  background-color: #fff;

  padding: 50px 0 30px;

  color: white;

}



.footer .footer-info .logo {

    line-height: 20px;

    margin-bottom: 30px;

}



.footer .footer-info .logo img {

  max-height: 60px;

  margin-right: 6px;

}



.footer .footer-info .logo span {

  font-size: 30px;

  font-weight: 700;

  letter-spacing: 1px;

  color: #000000;

  font-family: var(--font-primary);

}



.footer .footer-info p {

  font-size: 14px;

  font-family: var(--font-primary);  color: #000000;



}



.footer .social-links a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.2);

  font-size: 16px;

  color: #fff;

  margin-right: 10px;

  transition: 0.3s;

  background: #000000;

}



.footer .social-links a:hover {

  color: #fff;

  background: #011d81;

}



.footer h4 {

  font-size: 18px;

  font-weight: bold;

  position: relative;

  padding-bottom: 12px;  color: #000;



}



.footer .footer-links {

  margin-bottom: 30px;

  padding-left:110px;  color: #000;



}



.footer .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;  color: #000;



}



.footer .footer-links ul i {

  padding-right: 2px;

  color: rgba(13, 66, 255, 0.8);

  font-size: 12px;

  line-height: 0;

}



.footer .footer-links ul li {

  padding: 10px 0;

  display: flex;

  align-items: center;  color: #000;



}



.footer .footer-links ul li:first-child {

  padding-top: 0;

}



.footer .footer-links ul a {

  color: #000;

  transition: 0.3s;

  display: inline-block;

  line-height: 1.3;

  font-size: 15px;

  font-weight: 400;

}



.footer .footer-links ul a:hover {

  color: #000;

}



.footer .footer-contact p {

  line-height: 26px;

  font-size: 15px;

  position: relative;

  padding-left: 40px;

  color: #000;

}

.foter_icon {

  position: absolute;

  left: 0;

  top: 0;

  font-size: 20px;

  font-weight: 300;

  color: #000;

}

.footer .copyright {

  text-align: center;

  margin-top: 30px;

  padding-top: 30px;

  border-top: 1px solid #545454;

  font-size: 14px;

  font-weight: 300;

color: #000;

}



.footer .credits {

  padding-top: 4px;

  text-align: center;

  font-size: 13px;

}



.footer .credits a {

  color: #fff;

}

section.inner_banner {

    background: url(../../assets/img/Banner-13.jpg);

    background-size: cover;

    height: 540px;

    position: relative;

}

.inner_overview {

    padding: 80px 0;

}

.inner_overview22 .container {

    position: relative;

}

.inner_overview22 {

    background-image: url(../../assets/img/feature-one-top-bg.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    padding-bottom: 320px;

}

.inner_overview22:before {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    opacity: 0.98;

    width: 100%;

    height: 100%;

    background-color: #F8F7F3;

}

.Key_Features_scn {

    padding-top: 0;

    margin-top: -218px;

    position: relative;

    padding-bottom: 100px;

}





/*** 

====================================================================

	Feature One

====================================================================

***/

.feature-one {

	position: relative;

	display: block;

	padding: 0 0 90px;

}



.feature-one__top {

	position: relative;

	display: block;

	background-color: #f8f7f3;

	padding: 125px 0 278px;

	z-index: 1;

}



.feature-one__top-bg {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	opacity: 0.01;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	z-index: -1;

}



.feature-one__top-left {

	position: relative;

	display: block;

	margin-left: 66px;

}



.feature-one__top-img-list {

	position: relative;

	display: flex;

	align-items: center;

}



.feature-one__top-img-list li {

	position: relative;

	display: block;

}



.feature-one__top-img-list li+li {

	margin-left: -68px;

}



.feature-one__top-img-box {

	position: relative;

	display: block;

	z-index: 1;

}



.feature-one__top-img-box:before {

	content: "";

	position: absolute;

	top: -5px;

	left: -5px;

	right: -5px;

	bottom: -5px;

	background-color: #fff;

	clip-path: polygon(50% 0, 50% 0, 100% 48%, 53% 100%, 53% 100%, 0 49%);

	z-index: -1;

}



.feature-one__top-img {

	position: relative;

	display: block;

	clip-path: polygon(50% 0, 50% 0, 100% 48%, 53% 100%, 53% 100%, 0 49%);

	z-index: 1;

}



.feature-one__top-img::before {

	background-color: #fff;

	position: absolute;

	height: 0;

	width: 100%;

	left: 0;

	top: 0;

	opacity: 0;

	-moz-transition: all 400ms ease-out 0s;

	-webkit-transition: all 400ms ease-out 0s;

	-ms-transition: all 400ms ease-out 0s;

	-o-transition: all 400ms ease-out 0s;

	transition: all 400ms ease-out 0s;

	content: "";

	z-index: 1;

}



.feature-one__top-img-list li:hover .feature-one__top-img::before {

	height: 100%;

	opacity: .05;

}



.feature-one__top-img:after {

	position: absolute;

	content: "";

	background-color: #fff;

	height: 100%;

	width: 100%;

	left: 0;

	top: 0;

	bottom: 0;

	opacity: 0;

	z-index: 1;

	-moz-transition: all 600ms ease-out 0s;

	-webkit-transition: all 600ms ease-out 0s;

	-ms-transition: all 600ms ease-out 0s;

	-o-transition: all 600ms ease-out 0s;

	transition: all 600ms ease-out 0s;

}



.feature-one__top-img-list li:hover .feature-one__top-img:after {

	height: 0;

	opacity: .5;

}



.feature-one__top-img img {

	width: 100%;

	border-radius: 5px;

	transition: .5s ease;

	transform: scale(1.05);

}



.feature-one__top-img-list li:hover .feature-one__top-img img {

	transform: scale(1);

}



.feature-one__top-img img {

	width: auto;

}



.feature-one__top-img-list li:last-child {

	z-index: 1;

}



.feature-one__top-img-list li:nth-child(4) {

	z-index: 2;

}



.feature-one__top-img-list li:nth-child(3) {

	z-index: 3;

}



.feature-one__top-img-list li:nth-child(2) {

	z-index: 4;

}



.feature-one__top-img-list li:nth-child(1) {

	z-index: 5;

}



.feature-one__top-right {

	position: relative;

	display: block;

	margin-left: 94px;

	margin-top: 40px;

}



.feature-one__bottom {

	position: relative;

	display: block;

	margin-top: -163px;

	z-index: 2;

}

.feature-one__bottom .row {

    justify-content: center;

}

.abt_page_over_lt {

  padding: 35px 30px;

  border-radius: 10px;

}

.about_sction_1 {

  padding-top: 60px;

  padding-bottom: 70px;

}

.abt_page_over_lt p {

  margin: 0;

}

.abt_page_over_rt {

}

.feature-one__bottom .container {

	max-width: 1530px;

}

.Key_Features_scn .container {

    max-width: 1400px;

}

.feature-one__bottom .row {

	--bs-gutter-x: 0px;

}

.Key_Features_scn .hd_title {

    font-size: 32px;

    line-height: 46px;

    font-weight: 700;

    margin-bottom: 32px;

}

.feature-one__single {

    position: relative;

    display: block;

    background-color: rgb(255, 255, 255);

    box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.05);

    margin-bottom: 0;

    z-index: 1;

    min-height: 335px;

}



.feature-one__single::before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #dae2ff;

	transform: scaleX(0.7) rotateX(20deg);

	opacity: 0;

	transition: all 0.4s linear;

	z-index: -1;

  color:#000;

}



.feature-one__single:hover:before {

	transform: scaleX(1.0) rotateX(0deg);

	transition: all 0.4s linear;

	opacity: 1;

}



.feature-one__inner {

    position: relative;

    display: block;

    padding: 35px 35px 35px;

    overflow: hidden;

    z-index: 1;

}



.feature-one__single .feature-one__title {

    font-size: 24px;

    font-weight: 600;

    line-height: 30px;

    color: #000;

}

.feature-one__single:hover .feature-one__title {

  color:#000!important



}

.feature-one__title a {

	color: var(--thm-black);

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}



.feature-one__single:hover .feature-one__title a {

  color:#000!important



}



.feature-one__text {

	margin-top: 19px;

	margin-bottom: 17px;

  text-align: center;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

  color:#000!important



}



.feature-one__single:hover .feature-one__text {

	color: #fff;

}



.feature-one__btn {

	position: relative;

	display: inline-block;

}



.feature-one__btn a {

	position: relative;

	display: flex;

	align-items: center;

	font-size: 16px;

	font-weight: 500;

	letter-spacing: 0.75px;

	text-transform: uppercase;

	color: #ff3639;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

}



.feature-one__single:hover .feature-one__btn a {

	color: #fff;

}



.feature-one__btn a i {

	position: relative;

	margin-left: 15px;

}



.feature-one__shape-1 {

	position: absolute;

	top: -80px;

	left: -25px;

	width: 80px;

	height: 200px;

	background-color: var(--thm-black);

	border-bottom-left-radius: 40px;

	border-bottom-right-radius: 40px;

	transform: rotate(-45deg);

	opacity: 0.03;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

	z-index: -1;

}



.feature-one__single:hover .feature-one__shape-1 {

	opacity: 0;

}



.feature-one__shape-2 {

	position: absolute;

	top: -80px;

	left: -25px;

	width: 80px;

	height: 200px;

	background-color: #fff;

	border-bottom-left-radius: 40px;

	border-bottom-right-radius: 40px;

	transform: rotate(-45deg);

	opacity: 0;

	-webkit-transition: all 500ms ease;

	transition: all 500ms ease;

	z-index: -1;

}



.feature-one__single:hover .feature-one__shape-2 {

	opacity: .12;

}



.feature-one__shape-1 img {

	width: auto;

}



.Benefits_Assessment_scn .hd_title {

    font-size: 32px;

    line-height: 46px;

    font-weight: 700;

    margin-bottom: 40px;

}





/*Who are expected to attend css*/

.wh0_attend_scn {

    background: #f7f7f7;

    padding: 70px 0 80px;

}





.attend_in {

    display: flex;

    grid-gap: 25px;

    flex-wrap: wrap;

    justify-content: center;

}

.attend_bx {

    margin: 0px 0px 0px 0px;

    background-color: #FFFFFF;

    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);

    font-size: 20px;

    line-height: 36px;

    color: #333;

    display: flex;

    align-items: center;

    font-weight: bold;

    flex: 0 0 calc(50% - 15px);

}



.attend_icon {

    padding: 14px 14px;

    border-radius: 0px 0px 0px 0px;

    background-color: #0d42ff;

    display: flex;

    min-height: 125px;

    width: 100px;

    align-items: center;

    justify-content: center;

}

.attend_icon img {

    width: 50px;

}

.attend_bx:nth-child(2) .attend_icon {

    background-color: #0d42ff;

}

.attend_bx:nth-child(3) .attend_icon {

    background-color: #0d42ff;

}

.attend_bx:nth-child(4) .attend_icon {

    background-color: #0d42ff;

}

.attend_bx:nth-child(5) .attend_icon {

    background-color: #0d42ff;

}

.attend_bx:nth-child(6) .attend_icon {

    background-color: #0d42ff;

}



.attend_bx:hover {

    color: #ffffff;

}

.attend_bx:nth-child(1):hover {

    background-color: #0d42ff;

}

.attend_bx:nth-child(2):hover {

    background-color: #0d42ff;

}

.attend_bx:nth-child(3):hover {

    background-color: #0d42ff;

}

.attend_bx:nth-child(4):hover {

    background-color: #0d42ff;

}

.attend_bx:nth-child(5):hover {

    background-color: #0d42ff;

}

.attend_bx:nth-child(6):hover {

    background-color: #0d42ff;

}



.attend_bx:hover .attend_icon{

	background: rgba(255, 255, 255, 0.2);

}

.attend_tx {

    flex: 1;

    padding-left: 25px;

    padding-right: 15px;

    padding-top: 10px;

    padding-bottom: 10px;

}

.attend_tx p {

    text-align: left;

    margin: 0;

    font-weight: 400;

    line-height: 21px;

    font-family: var(--font-primary);

    font-size: 15px;

}

.attend_tx span {

    display: block;

    margin-bottom: 10px;

    font-family: var(--font-primary);

    line-height: 22px;

}





section.inner_banner h2 {

    position: absolute;

    text-align: center;

    left: 50%;

    top: 45%;

    transform: translate(-50%, -50%);

    color: #fff;

}

section.inner_overview h3 {

    font-weight: 700;

    font-size: 32px;

    font-family: var(--font-secondary);

    color: #001f8d;

}



section.inner_overview p {

    font-size: 15px;

    line-height: 25px;

    margin-bottom: 20px;

}



section.inner_overview .h5 {

    font-size: 20px;

    font-weight: 700;

    color: var(--color-secondary);

    font-family: var(--font-primary);

	margin-bottom: 15px;

}

.inner_overview .inner_overview_tax h5 {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 15px;

    line-height: 46px;

    color: #0d42ff;

}

.inner_overview .inner_overview_tax p {

    font-size: 17px;

    line-height: 30px;

    font-family: var(--font-default);

    font-weight: 500;

    margin: 0;

}

.inner_overview_img2 img {

    height: 350px;

    object-fit: cover;

    border-radius: 10px;

}

.inner_overview_tax {

    /* background: #fff; */

    /* height: 100%; */

    /* margin-right: -185px; */

    /* padding: 40px 40px 40px 40px; */

    /* height: 350px; */

    position: relative;

    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 26%); */

    /* border-radius: 10px; */

    padding-right: 50px;

}

img.img-responsive {

    width: 100%;

}

.inner_box1 {

    background: #efefef;

    -webkit-box-shadow: 1px 1px 3px #eee;

    -moz-box-shadow: 1px 1px 3px #eee;

    box-shadow: 1px 1px 3px #eee;

    text-align: center;

    padding: 20px 20px 40px;

    min-height: 276px;

}



.inner_box1 h4 {

    font-size: 18px;

    font-weight: 600;

    margin: 10px 0px 20px;

    font-family: var(--font-secondary);

    color: #0d42ff;

}



.boxes_design h3 {

    font-size: 28px;

    font-family: var(--font-secondary);

    color: #0d42ff;

    text-align: center;

}





.services_bx {

    text-align: center;

    padding: 80px 30px 40px;

    border-radius: 8px;

    position: relative;

    border: 1px solid #e3e3e3;

    transition: 0.5s all ease;

    margin-top: 70px;

    background: #f3f6fc;

}

.services_bx:hover {

    background: #f7f7f7;

	transition: 0.5s all ease;

}

.services_bx .icon {

    counter-increment: section;

    font-size: 40px;

    line-height: 50px;

    position: absolute;

    top: -52px;

    left: 50%;

    transform: translateX(-50%);

    background: #f3f6fc;

    width: 100px;

    height: 100px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 900;

    color: #002868;

    border: 1px solid #e3e3e3;

	transition: 0.5s all ease;

}

.services_bx:hover .icon {

    background: #f7f7f7;

}

.services_bx .title {

    font-size: 18px;

    font-weight: 900;

    color: #001973;

    transition: 0.3s;

    line-height: 26px;

    text-transform: uppercase;

    padding: 0;

    margin: 0 0 20px 0;

}

.services_bx .description {

    color: #000;

    font-size: 15px;

    line-height: 22px;

    font-weight: 400;

}

.services_tx .readmore i {

    display: inline-block;

    margin: 3px 0 0 7px;

    float: right;

}

.services_tx .readmore {

    color: #001973;

    font-weight: 600;

    font-size: 15px;

    line-height: 20px;

    margin: 0;

    display: inline-block;

	transition: 0.5s all ease;

}





.services_tx .readmore:hover {

    color: #ec3136;

	transition: 0.5s all ease;

}



.row_custom {

    justify-content: center;

}

.services_rt_tx {

    padding: 30px 30px;

    border: 0px solid #d3dff3;

    background: #f3f6fc;

    position: relative;

    width: 95%;

    margin: -80px auto 0;

}



.service-details .services_detail_hd {

    font-size: 30px;

    font-weight: 700;

    color: #001f8d;

    margin-bottom: 25px;

	line-height: 44px;

}



.service-details .services_detail_small {

    font-size: 16px;

    font-weight: 700;

    color: #ec3237;

    margin-bottom: 10px;

	line-height: 22px;

}

.features-wrapper {

  padding: 20px;

  border: 1px solid #ccc;

  border-radius: 10px;

  min-height: 230px;

}

.Why_Choose_Us {

  background: #f7f7f7;

}

.wht_we_do_scn {

  padding: 70px 0;

}

.features-wrapper p {

  margin: 0;

}

.mbr-section-text .ul_list {

  display: grid;

  grid-gap: 15px;

  grid-template-columns: repeat(2, 1fr);

  padding: 0;

}

.mbr-section-text .ul_list li {

  display: block;

  text-align: left;

  margin: 0;

  font-size: 15px;

  color: #000;

  line-height: 22px;

  padding: 17px 15px;

  background: #0d42ff3d;

  border-left: 5px solid #0d42ff;

  margin-bottom: 0;

}

.mbr-section-text .ul_list li b {

  display: block;

}



.wht_we_do_scn .hd_title {

  font-size: 38px;

  line-height: 46px;

  font-weight: 700;

  margin-bottom: 20px;

  color: #001f8d;

  text-align: center;

}

.wht_we_do_scn p {

  text-align: center;

  font-size: 18px;

  color: #000;

  margin-bottom: 50px;

}

.mbr-section-text .ul_list li b {

  display: block;

  font-size: 16px;

  line-height: 20px;

  margin-bottom: 10px;

}



















/* ====== 1.7.  Our Services section ====== */



.services {

  margin: 40px 0 70px;

  position: relative;

}



.services h5 {

    color: #c9282c;

}







.services p {

    color: #272727;

    font-family: "Rubik", sans-serif;

    text-align: center;

}



.service_card {

    background: #ffffff;

    border-radius: 60px;

    z-index: 1;

    color: #000000;

    position: relative;

    transition: all 0.3s ease;

    padding: 25px 36px 20px 36px;

    width: 100%;

    border: 1.5px solid rgba(172, 172, 172, 1.25);

    gap: 20px;

    min-height: 385px;

}



.service_card:hover {

    box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.3);

}



/*

.service_card:hover.service_card h4 {

    color: #ffffff;

    transition: all 0.3s ease;

}



.service_card:hover.service_card p {

    color: #ffffff;

    transition: all 0.3s ease;

}

*/

.service_card h4 {

    font-size: 22px;

    line-height: 30px;

    font-weight: 500;

    font-family: "Rubik", sans-serif;

    margin: 0;

}

/*

.service_card::before {

    border-radius: 60px 60px 0 0;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #e6e6e6;

    z-index: -1;

    top: 0;

    left: 0;

}

*/



.service_card:hover::before {

    width: 100%;

    background: #4eb3ea;

}



/*

.service_card::after {

    border-radius: 0 0 60px 60px;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #4eb3ea;

    z-index: -1;

    bottom: 0;

    right: 0;

}

*/



.service_card:hover::after {

    width: 100%;

    background: #4eb3ea;

}



.service_card img {

    width: 85%;

    transition: all 0.3s ease;

}



.service_card img:hover {

    position: relative;

    animation: icon 0.5s 2;

}



/*

.service_card:hover.service_card img {

    filter: brightness(0) invert(1);

}

*/



.service_card a i {

    font-size: 15px;

}



.service_card a {

    transform: scale(0);

    margin-top: -2px;

    margin-bottom: 0;

    color: #ffffff;

    padding: 13px 19px !important;

    border-radius: 50%;

    border: 2.5px solid #0d42ff;

    position: absolute;

    bottom: -24px;

}



.service_card:hover.service_card a {

    transform: scale(1);

}



.service-cercle1 {

    position: absolute;

    width: 220px;

    left: -103px;

    bottom: 185px;

}



.service-cercle2 {

    position: absolute;

    width: 300px;

    right: 0;

    bottom: 300px;

}



.service-cercle3 {

    position: absolute;

    width: 300px;

    left: 54%;

    top: 72px;

}



.view_service {

    color: #0d42ff !important;

}



.view_service:hover {

    color: #ffffff !important;

}





/* ====== End of 1.7.  Our Services section ====== */





/* ====== 1.8. How We Work section ====== */



.work {

    background: #f7f7f7;

}



.how-we-work {

  width: 97%;

  border-radius: 45px;

  object-fit: cover;

  margin-top: 22px;

  min-height: 660px;

}





.how-we-work2 {

  width: 97%;

  border-radius: 45px;

  object-fit: cover;

  margin-top: 22px;

  min-height: 552px;

}

.work .mt-4 p {

  margin: 0;

}

.work .about_cover {

  margin: 0;

}

.work a {

    position: absolute;

    background: linear-gradient(66.75deg, #0d42ff 0.87%, #c9282c 100%);

    border-radius: 26px;

    padding: 30px 44px !important;

    bottom: -42px;

    right: 0;

}



.work i {

    color: #ffffff;

    border: 2px solid #ffffff;

    padding: 10px 10px 10px 13px;

    border-radius: 50%;

    font-size: 22px;

}



.work h5 {

    color: #c9282c;

}







.work p {

    color: #000000;

}

.work p.about_first_para {

  font-size: 18px;

  line-height: 26px;

  margin-bottom: 20px;

}

.work .mt-4 {

    background: #ffffff;

    border: 1.5px solid #acacac;

    border-radius: 40px;

    padding: 35px 27px;

    position: relative;

    z-index: 1;

}



.work .mt-4:hover {

    box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.3);

}



.work h3 {

    color: #000000;

    transition: all 0.3s ease;

    margin-bottom: 10px;

    text-transform: capitalize;

    font-size: 22px;

    font-weight: 700;

    color: #333;

    margin-bottom: 15px;

    line-height: 26px;

}



/*

.work .mt-4:hover h3 {

    color: #ffffff;

}

*/



/*

.work .mt-4:hover p {

    color: #ffffff;

    transition: all 0.3s ease;

}

*/



/*

.work .mt-4::before {

    border-radius: 40px 40px 0 0;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #0d42ff;

    z-index: -1;

    top: 0;

    left: 0;

}

*/



.work .mt-4:hover::before {

    width: 100%;

    background: #0d42ff;

}



/*

.work .mt-4::after {

    border-radius: 0 0 40px 40px;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: #0d42ff;

    z-index: -1;

    bottom: 0;

    right: 0;

}

*/



.work .mt-4:hover::after {

    width: 100%;

    background: #0d42ff;

}



.work .mt-4 h2 {

    background: linear-gradient(66.75deg, #ec3237 0.87%, #0d42ff 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.work .mt-4:hover h2 {

    -webkit-text-fill-color: #ffffff;

}



.work-cercle1 {

    position: absolute;

    width: 244px;

    left: 33%;

    top: 0;

    z-index: -1;

}



.work-cercle2 {

    position: absolute;

    width: 300px;

    right: 0px;

    bottom: 7%;

    z-index: -1;

}





/* ====== End of 1.8. How We Work section ====== */



/* ====== 1.13. Footer section ====== */

.get_intuch_scn {

    background: #fff;

    padding: 70px 0;

}

.get_intuch_scn .h2 {

    color: #000;

    font-size: 36px;

    font-weight: 600;

    line-height: 44px;

    margin: 0 0 26px;

    transition: all 500ms ease;

    text-align: left;

}

.get_intuch_scn p {

    text-align: center;

    font-size: 22px;

    color: #000;

    line-height: 30px;

    font-weight: 500;

}

.get_intuchrow {

    max-width: 924px;

    width: 100%;

    margin: 40px auto 0;

    display: flex;

    flex-wrap: wrap;

}



.form-group {

    width: 50%;

    padding: 0 10px;

    margin-bottom: 25px;

}

.form-control {

    display: block;

    width: 100%;

    height: 50px;

    padding: 10px 10px 10px 60px;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.5;

    color: #626262;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #c5c5c5;

    border-radius: 7px;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    outline: none !important;

    box-shadow: none !important;

    background: url("../../assets/img/name.png") no-repeat 20px 0px;

    background-size: 22px;

    background-position-y: center;

}



.email {

    background: url("../../assets/img/email.png") no-repeat 20px 0px;

    background-size: 27px;

    background-position-y: center;

}



.number {

    background: url("../../assets/img/number.png") no-repeat 20px 0px;

    background-size: 21px;

    background-position-y: center;

}



.intersted {

    background: url("../../assets/img/intersted.png") no-repeat 23px 0px;

    background-size: 21px;

    background-position-y: center;

}



textarea.message {

    background: url("../../assets/img/message.png") no-repeat 20px 11px;

    background-size: 26px;

    height: 130px;

}





.get_intuchrow .form_btn {

    text-align: center;

    padding-top: 5px;

}

.get_intuchrow .sub_btn {

    padding: 12px 60px 12px 60px;

}

.get_intuch_form  .btn_hover2 {

    padding: 12px 50px 12px 50px !important;

}

/*

.ab-footer {

    margin-top: 100px;

}



footer div:first-child h5 {

    color: #d12bec;

}



footer {

    position: relative;

}



footer h2 {

    color: #000000;

}



footer .footer-para {

    color: #000000;

    padding: 0 330px;

}



footer form input {

    width: 50%;

    background-color: #ffffff;

    border: 1.5px solid #308ad680;

    border-radius: 60px;

    padding-left: 30px;

    outline: none;

    color: #757575;

}



footer button {

    border-radius: 50px;

    border: 1.5px solid #d12bec;

    position: relative;

    z-index: 1;

    overflow: hidden;

    background-color: #ffffff;

}



footer button::before {

    border-radius: 50px 50px 0 0;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

    z-index: -1;

    top: 0;

    left: 0;

}



footer button:hover::before {

    width: 100%;

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

}



footer button::after {

    border-radius: 0 0 50px 50px;

    content: "";

    position: absolute;

    width: 0;

    height: 50%;

    transition: all 0.3s ease-in;

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

    z-index: -1;

    bottom: 0;

    right: 0;

}



footer button:hover::after {

    width: 100%;

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

}



footer form button i {

    color: #d12bec;

    font-size: 22px;

    transition: all 0.3s ease;

}



footer form button:hover i {

    color: #ffffff;

}



#footer-message {

    display: none;

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

    color: white;

    width: 50%;

    height: 42%;

    padding: 120px 0 120px 0;

    font-size: 20px;

    text-align: center;

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 10;

    border-radius: 10px;

}



footer .col-lg-5 img {

    width: 170px;

    margin-bottom: 20px;

    margin-top: -17px;

}



footer .row {

    margin-top: 150px;

}



footer .col-lg-3 hr {

    width: 120px;

    position: absolute;

    top: 93px;

    right: -30px;

    rotate: 90deg;

    color: #000000;

    opacity: 1;

}



footer .row p {

    color: #000000;

}



footer .col-lg-5 span a {

    background: #000000;

    border-radius: 50%;

    color: #ffffff;

    padding: 9px 9px !important;

}



footer .col-lg-5 span a:first-child {

    padding: 10px 15px 8px 14px !important;

}



footer .col-lg-5 span a:nth-child(2) {

    padding: 10px 11px 8px 11px !important;

}



footer .col-lg-5 span a:nth-child(3) {

    padding: 10px 10px 8px 11px !important;

}



footer .col-lg-5 span a:nth-child(4) {

    padding: 10px 10px 8px 12px !important;

}



footer .col-lg-5 span a:nth-child(5) {

    padding: 11px 13px 7px 13px !important;

}



footer .col-lg-5 span a:hover {

    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);

}



footer .col-lg-5 span a i {

    font-size: 22px;

}



footer .row h4 {

    color: #202020;

}



footer .row .col-lg-3 a {

    color: #000000;

}



footer .row .col-lg-3 a:hover {

    color: #d12bec;

}



footer .col-lg-4 i {

    font-size: 22px;

    color: #d12bec;

}



footer .col-lg-4 i:hover {

    color: #00a5cf;

}



footer hr {

    color: #000000;

    opacity: 1;

}



footer h6 {

    color: #000000;

}



footer .footer-cercle1 {

    position: absolute;

    top: 52px;

    width: 394px;

    z-index: -1;

    left: 14%;

}



.footer-cercle2 {

    position: absolute;

    width: 220px;

    z-index: -1;

    right: 0;

}

*/





/* ====== End of 1.13. Footer section ====== */







/* .et-speaker-img {

  mask: url(../../assets/img/team-mask.svg) no-repeat center center;

  mask-size: cover;

} */

.team_bx_in {

  position: relative;

  transition: ease-in-out;

}

.team_bx_in:hover .member_content_text {

  background: #011d81;

}

.team_bx_in .et-speaker-img img {

  border-radius: 10px 10px 0 0;

}

.social_team {

  padding: 7px;

  background: #fff;

  position: absolute;

  top: -7px;

  left: -7px;

  border-radius: 50px;

  box-sizing: border-box;

}

.et-speaker-socials {

  background: #e7efff;

  border-radius: 50px;

  padding: 10px 0 10px 0px;

}

.et-speaker-socials a {

  display: block;

  font-size: 20px;

  color: #5c707e;

  padding: 7px 14px;

  line-height: 24px;

  text-align: center;

}



.et-speaker-socials a:hover {

  color: #001973;

}

.member_content_text h4 {

  transition: all 0.3s ease;

  font-size: 20px;

  font-weight: 600;

  color: #0d42ff;

  margin-bottom: 2px;

  line-height: 25px;

}

.team_bx_in:hover .member_content_text h4, .team_bx_in:hover .member_content_text p, .team_bx_in:hover .member_content_text span  {

  color: #fff;

}

.member_content_text span {

  font-style: italic;

  display: block;

  font-size: 13px;

  color: #6c757d;

}

.member_content_text p {

  padding-top: 10px;

  font-size: 14px;

  font-style: italic;

  color: #6c757d;

  margin-bottom: 0px;

  line-height: 20px;

  text-align: center;

}

.member_content_text {

  padding: 20px;

  background: #f7f7f7;

  border-radius: 0 0 10px 10px;

}







/* Icon box

-------------------------------------------------------------- */

.service-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  background-color: #FFFFFF;

}



.grid-feature {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 30px;

}



.bg-feature-wrap {

  padding: 40px 15px 40px 15px;

}



.icon-box {

  background-color: #FFFFFF;

  padding: 40px 50px;

  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.1);

position: relative;

}

.icon-box::before {

  width: 100%;

  height: 100%;

  background-color: #086AD8;

  position: absolute;

  z-index: 0;

  top: 0;

  bottom: 0;

  left: 0;

  content: "";

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  z-index: 1;

  transform: scale(1, 0);

  transform-origin: bottom;

  transition: transform 500ms ease;

}

.icon-box::after {

  width: 90%;

  height: 5px;

  background-color: #086AD8;

  position: absolute;

  z-index: 0;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  border-radius: 5px;

  content: "";

}

.icon-box:hover:after {

  height: 0px;

  transition: transform 500ms ease;

}

.icon-box:hover:before {

  transform: scale(1, 1);

  transform-origin: bottom;

}

.icon-box:hover .mask-bg-iconbox, .icon-box:hover .icon, .icon-box:hover .title a, .icon-box:hover .des, .icon-box:hover .btn-icon-box {

  color: #FFFFFF;

  z-index: 1;

}

.icon-box:hover .btn-icon-box {

  border: 2px solid #FFFFFF;

}

.icon-box:hover .mask-bg-iconbox {

  opacity: 0.5;

}

.icon-box .mask-bg-iconbox {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  color: #020101;

  opacity: 0.15;

}

.icon-box .icon {

  font-size: 60px;

  color: #086AD8;

  transition: all 0.3s;

}

.icon-box .btn-icon-box {

  font-size: 16px;

  font-weight: 700;

  line-height: 19px;

  padding: 16px 38px;

  display: inline-block;

  border: 2px solid rgba(51, 51, 51, 0.1);

  font-family: "Inter", sans-serif;

}

.icon-box .btn-icon-box:hover {

  background-color: #FFFFFF;

  color: #222222;

}

.icon-box .btn-icon-box i {

  font-size: 12px;

}



.icon-box1 {

  transition: 0.3s all ease-in-out;

  position: relative;

}

.icon-box1:hover {

  background-color: #086AD8;

  background-image: url(../../assets/images/page/bg-vector.png);

}

.icon-box1:hover .icon-box1-visible {

  position: relative;

  opacity: 0;

  visibility: hidden;

}

.icon-box1:hover .icon-box1-hide {

  background-color: #086AD8;

  top: -23px;

  bottom: -29px;

  opacity: 1;

}

.icon-box1 .icon-box1-visible {

  vertical-align: top;

  transition: all 0.3s ease;

  padding: 48px 50px;

  border: 1px solid rgba(2, 1, 1, 0.1);

  opacity: 1;

  visibility: visible;

}

.icon-box1 .icon-box1-visible .content .number {

  font-size: 16px;

  font-weight: 600;

  line-height: 19px;

  color: #086AD8;

  display: inline-block;

  font-family: "Inter", sans-serif;

}

.icon-box1 .icon-box1-visible .content .icon {

  font-size: 55px;

  color: #086AD8;

  position: relative;

  z-index: 1;

  display: inline-block;

  margin-bottom: 20px;

}

.icon-box1 .icon-box1-visible .content .icon::before {

  width: 60px;

  height: 60px;

  border-radius: 100%;

  background-color: rgba(8, 106, 216, 0.07);

  content: "";

  position: absolute;

  bottom: -21px;

  left: 12px;

}

.icon-box1 .icon-box1-visible .button-icon-box .service-link {

  padding: 60px 19px;

  background-color: #F6F2ED;

  font-size: 20px;

  border-radius: 30px;

  color: #222222;

}

.icon-box1 .icon-box1-visible .button-icon-box .service-link:hover {

  background-color: #086AD8;

  color: #FFFFFF;

}

.icon-box1 .icon-box1-hide {

  transition: all 0.3s ease;

  padding: 50px 50px;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 1;

  opacity: 0;

}

.icon-box1 .icon-box1-hide .icon {

  color: #FFFFFF;

  font-size: 60px;

}

.icon-box1 .icon-box1-hide .number {

  color: #086AD8;

  background: rgba(255, 255, 255, 0.2);

  -webkit-background-clip: text;

  -webkit-text-stroke: 0.03em transparent;

  font-size: 100px;

  font-weight: 600;

  line-height: 80px;

  font-family: "Inter", sans-serif;

}

.icon-box1 .icon-box1-hide .title {

  margin-top: 7px;

  margin-bottom: 17px;

}

.icon-box1 .icon-box1-hide .title a {

  color: #FFFFFF;

}

.icon-box1 .icon-box1-hide .des {

  color: #FFFFFF;

  margin-bottom: 27px;

}

.icon-box1 .icon-box1-hide .button-icon-box .service-link {

  font-size: 16px;

  font-weight: 600;

  color: #FFFFFF;

  font-family: "Inter", sans-serif;

}

.icon-box1 .icon-box1-hide .button-icon-box .service-link:hover i {

  margin-left: 10px;

}

.icon-box1 .icon-box1-hide .button-icon-box .service-link i {

  font-size: 12px;

  margin-left: 5px;

  transition: all 0.3s;

}





/*  DEEV DIVE SECTION END */

.who_meet {

    padding: 60px 0 80px;

    background: #ecf0ff;

}

.pre_Conference_in {

    display: grid;

    grid-gap: 25px;

    grid-template-columns: repeat(2, 1fr);

    max-width: 800px;

    margin: 0 auto 60px;

}

.pre_Conference_bx {

    text-indent: inherit;

    width: auto;

    display: block;

    border: 1px solid #54c7da;

    border-left: 5px solid #54c7da;

    color: #fff;

    transition: all .3s linear;

    font-size: 16px;

    font-weight: 500;

    height: auto;

    opacity: inherit;

    padding: 15px 20px;

    letter-spacing: 1px;

    margin: 0 0 10px;

    line-height: 23px;

    border-radius: 0;

    background: #20303a;

}

.Deep_Dive_Sessions_scn{

	margin-top: 30px;

}

.discover_in {

    display: grid;

    grid-gap: 25px;

    grid-template-columns: repeat(4, 1fr);

}

.discover_bx {

    margin-bottom: 25px;

    border: 2px solid #0e2ea0;

    /* min-height: 315px; */

    height: 100%;

	transition: 0.5s all ease;

}

.discover_bx:hover {

    background: #beccff;

	transition: 0.5s all ease;

}

.discover_bx p {

    font-size: 16px;

    line-height: 24px;

    margin-bottom: 0;

    font-weight: 400;

    text-align: left;

    padding: 0 15px;

}

/*

.discover_bx2 {

    border-color: #99c0ff;

}

.discover_bx3 {

    border-color: #c3e9ff;

}

.discover_bx4 {

    border-color: #ffbfc1;

}

*/

.discover_bx h4 {

    background: transparent;

    color: #fff;

    font-size: 22px;

    line-height: 34px;

    text-align: center;

    padding: 11px 10px 11px 10px;

    font-weight: 600;

    margin: 0;

    letter-spacing: 1px;

}

.discover_bx h5 {

    background: #0e2ea0;

    color: #fff;

    font-size: 16px;

    line-height: 22px;

    padding: 10px 10px 10px 15px;

    font-weight: 500;

    margin: 0;

    position: relative;

    margin-bottom: 20px;

	text-align: center;

    min-height: 65px;

}

.discover_bx h5:after {

    color: black;

    border-left: 18px solid #0e2ea0;

    border-top: 33px solid transparent;

    border-bottom: 34px solid transparent;

    display: inline-block;

    content: '';

    position: absolute;

    right: -20px;

    top: -2px;

}

/*

.discover_bx2 h5{

    background: #99c0ff;

}

.discover_bx3 h5{

    background: #c3e9ff;

}

.discover_bx4 h5{

    background: #ffbfc1;

}



.discover_bx2 h5:after{

    border-left: 18px solid #99c0ff;

}

.discover_bx3 h5:after{

    border-left: 18px solid #c3e9ff;

}

.discover_bx4 h5:after{

    border-left: 18px solid #ffbfc1;

}

*/





.discover_li {

    display: block;

    background: transparent;

    border-bottom: 0px solid #ffffff;

    color: #fff;

    transition: all .3s linear;

    font-size: 15px;

    font-weight: 500;

    padding: 10px 10px 10px 30px;

    letter-spacing: 0.8px;

    line-height: 21px;

    position: relative;

}

.discover_li:before {

    content: "";

    position: absolute;

    top: 17px;

    left: 12px;

    width: 6px;

    height: 6px;

    background: #fff;

    border-radius: 7px;

}







/*

.discover_li a {

    display: flex;

    align-items: center;

    width: 100%;

}

*/

/*

.discover_li:hover {

    background: #ccc4dd;

    transition: 0.5s all ease;

}

*/









