 
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap");
body {
  font-size: 15px;
  font-weight: 400;
  font-family: "Livvic", sans-serif;
  color: #444444;
  line-height: 1.6;
}

p {
  font-weight: 400;
  color: #444444;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #252525;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-25 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.margin-auto {
  margin: 0 auto;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-5 {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*================================
Section Title Style 
===================================*/
.section-title span {
    margin-bottom: 0px;
    font-weight: 600;
    display: block;
    margin-top: 14px;
    font-size: 18px;
}
.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}
.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 530px;
  color: #444444;
}

.sp-color1 {
  color: #ffc221;
}

.sp-color2 {
  color: #0071dc;
}

/*================================
Section Title Style End
===================================*/
/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 10px 32px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
  display: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.default-btn:hover {
  color: #ffffff !important;
}
.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #252525;
}

.btn-bg-one {
  background-color: #ffc221;
}

.btn-bg-two {
  background-color: #0071dc;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Top Header 
===================================*/
.top-header {
  padding: 7px 0 10px;
}

.top-header-bg {
  background-color: #070b3b;
}

.top-left-side .top-header-text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.top-left-side .top-header-text::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  top: 1px;
}
.top-left-side .top-header-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.top-left-side .top-header-text p b {
  color: #ffc221;
  font-weight: 500;
  margin-right: 5px;
}

.top-head-left {
  float: left;
}
.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}
.top-head-left .top-contact:hover i {
  background-color: #0071dc;
  color: #ffffff;
}
.top-head-left .top-contact:hover h3 a {
  color: #ffc221;
}
.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}
.top-head-left .top-contact h3 a {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
}
.top-head-left .top-contact h3 a:hover {
  color: #ffc221;
}

.top-header-right {
  float: right;
}
.top-header-right .top-header-social {
  display: inline-block;
}
.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}
.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
}
.top-header-right .top-header-social ul li a:hover {
  color: #ffc221;
}    

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #ffffff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.main-nav .navbar { 
    padding: 0;
}
.main-nav .navbar .navbar-brand .logo-two {
  display: none;
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item:hover a::before, .main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    font-size: 17px;
}
.main-nav nav .navbar-nav .nav-item a span {
  font-size: 10px;
  color: red;
  margin-left: 2px;
  top: -7px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #0071dc;
  opacity: 0;
  transition: 0.7s;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #444444;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item a:hover::before, .main-nav nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a:hover i, .main-nav nav .navbar-nav .nav-item a :focus i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  transform: scale(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #252525 !important;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0071dc;
  transition: 0.9s;
  z-index: -1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #ffffff !important;
  padding-left: 35px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ffffff !important;
  border-radius: 0;
  padding-left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ffffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  transform: scaleX(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  transform: scaleX(1);
}
.main-nav .nav-side.nav-side {
  position: relative;
}
.main-nav .nav-side .nav-side-item {
  margin-right: 20px;
  display: inline-block;
}
.main-nav .nav-side .nav-side-item:last-child {
  margin-right: 0;
}
.main-nav .nav-side .nav-side-item .search-box {
  position: relative;
  top: -5px;
}
.main-nav .nav-side .nav-side-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #252525;
  position: relative;
  display: inline-block;
  top: 0;
}
.main-nav .nav-side .nav-side-item .search-box:hover i {
  color: #0071dc;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
  position: relative;
  top: -10px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
  height: 45px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  border: none;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 40px;
  width: 40px;
  background-color: #ffc221;
  transition: all 0.5s;
  border: none;
  outline: none;
  border-radius: 50px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
  color: #ffffff;
  position: relative;
  top: 1.9px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
  background-color: #0071dc;
}
.main-nav .nav-side .nav-side-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn {
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    margin-top: -5px;
    float: right;
    margin-right: 3px;
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn:hover {
    color: #fff !important;
    background: #000;
    border-color: #000 !important;
}
.nav-side-mt {
  margin-top: 6px;
}

 
.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
  

.banner-four-area {
  background-color: #000000;
  z-index: 1;
  position: relative;
}
.banner-four-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/home-four/home-four-bg.png);
  opacity: 0.5;
}

.banner-four-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: -50px;
  position: relative;
  z-index: 2;
}
.banner-four-content span {
    font-size: 20px;
    font-weight: 400;
    color: #ffc221;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 50px;
}
.banner-four-content h1 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-four-content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-four-content .banner-btn .default-btn {
  display: inline-block;
}   

.banner-four-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.banner-five-area {
  background-color: #d5e5f4;
  position: relative;
  padding: 50px 0;
}

.banner-five-content {
  max-width: 560px;
  margin-left: auto;
}
.banner-five-content span {
  font-size: 14px;
  font-weight: 600;
  color: #0071dc;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-five-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-five-content h1 b {
  font-weight: 600;
  color: #0071dc;
}
.banner-five-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-five-img {
  animation: moveBounce 9s infinite ease-in-out;
}

/*==================================
Main Banner Area End
=================================*/


/*====================================
Banner New Demo Start Seven & Eight
===================================*/
.banner-seven-slide.owl-theme .owl-nav {
  margin-top: 0;
}
.banner-seven-slide.owl-theme .owl-nav [class*=owl-] {
  font-size: 40px;
  color: #252525;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 160px;
  top: 52%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.banner-seven-slide.owl-theme .owl-nav [class*=owl-] span {
  position: relative;
  top: -9px;
}
.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
  top: 45%;
  left: 160px;
  right: auto;
}
.banner-seven-slide.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #070b3b;
  color: #ffffff;
}

.banner-six.banner-eight {
  background-image: none;
}
.banner-six.banner-eight .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

/* End */
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  z-index: 1;
  background-color: #070b3b;
}
.inner-banner .inner-title {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.inner-banner .inner-title ul li i {
  color: #ffffff;
  position: relative;
  top: 3px;
  margin: 0 3px;
}
.inner-banner .inner-title ul li a {
  color: #ffffff;
}
.inner-banner .inner-title ul li a:hover {
  color: #ffc221;
}
.inner-banner .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

/*================================
Inner Banner End
==================================*/
/*==================================
About Area 
=================================*/
.about-content .about-content-card {
  margin-top: 30px;
}
.about-content .about-content-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}
.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}
.about-content .about-content-card p {
  margin-bottom: 0;
}
.about-content .about-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.about-content .about-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  padding-left: 26px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}
.about-content .about-list li:hover {
  color: #0071dc;
}
.about-content .about-list li:hover i {
  color: #ffc221;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  font-size: 22px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: 1px;
  margin-right: 2px;
  transition: 0.5s;
}
.approach-title {
    margin-top: 20px;
}
.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #ffc221;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}
.about-img img {
  border-radius: 15px;
}
.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}
.about-img .sub-content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}
.about-img .sub-content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
} 
.about-bg {
  background-color: #070b3b;
}
 
/*==================================
About Area End
=================================*/
/*==================================
Security Area Area 
=================================*/
.security-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.security-card {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
}
.security-card i {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  transition: 0.5s;
}
.security-card h3 {
  margin-bottom: 10px;
}
.security-card h3 a {
  color: #252525;
  transition: 0.5s;
  display: block;
}
.security-card p {
  margin-bottom: 0;
}
.security-card:hover i {
  background-color: #0071dc;
  color: #ffffff;
}
.security-card:hover h3 a {
  color: #0071dc;
}

/*==================================
Security Area End
=================================*/

/*==================================
Services Area 
=================================*/
.services-area {
  background-color: #070b3b;
  position: relative;
}
.services-area .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  color: #ffffff;
  max-width: 760px;
}

.services-card {
  padding: 30px 20px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0071dc;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card i {
  color: #0071dc;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}
.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  transition: 0.7s;
}
.services-card h3 a {
  display: block;
  color: #252525;
  transition: 0.7s;
}
.services-card p {
  margin-bottom: 12px;
  transition: 0.7s;
}
.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  transition: 0.7s;
}
.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
  transition: 0.7s;
}
.services-card .learn-btn:hover {
  color: #ffffff;
}
.services-card .learn-btn:hover i {
  color: #ffffff;
}
.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services-card:hover i {
  color: #ffffff;
}
.services-card:hover h3 a {
  color: #ffffff;
}
.services-card:hover p {
  color: #ffffff;
}
.services-card:hover .learn-btn {
  color: #ffffff;
}
.services-card:hover .learn-btn i {
  color: #ffffff;
}

.services-card-color-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 10px 25px 15px;
  border-radius: 15px;
}

.services-left {
  margin-bottom: 30px;
}
.services-left .section-title {
  margin-bottom: 20px;
}
.services-left .section-title p {
  padding-top: 17px;
}

.services-style-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape img {
  max-width: 400px;
}

.services-area-two {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}
.services-area-two .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}
.services-item:hover {
  transform: translateY(-5px);
}
.services-item:hover .content h3 a {
  color: #ffc221;
}
.services-item a {
  display: block;
}
.services-item a img {
  border-radius: 5px;
}
.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 95%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 65px;
  margin-bottom: 30px;
}
.services-item .content i {
  font-size: 40px;
  position: absolute;
  top: 17px;
  left: 10px;
  line-height: 1;
  color: #0071dc;
}
.services-item .content span {
  color: #0071dc;
  line-height: initial;
}
.services-item .content h3 {
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 0;
}
.services-item .content h3 a {
  color: #252525;
}

.services-area-three {
  background-color: #f8f8f8;
}
.services-area-three .section-title h2 { 
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-widget-area .section-title h2 {
  color: #252525;
}

.services-style-area .section-title h2 { 
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-style-area .section-title p {
  max-width: 600px;
}

.service-article .service-article-img {
  margin-bottom: 25px;
}
.service-article .service-article-img img {
  border-radius: 15px;
}
.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-content p {
  margin-bottom: 20px;
}
.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}
.service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}
.service-article .service-article-content .service-article-list li:hover i {
  color: #ffc221;
}
.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}
.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}
.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-another p {
  margin-bottom: 20px;
}
.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}
.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-work-process p {
  margin-bottom: 30px;
}
.service-article .work-process-card p {
  margin-bottom: 0;
}

/*==================================
Services Area End
=================================*/
 
.work-process-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}
.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.work-process-card p {
  margin-bottom: 0;
}
.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}


.banner-area-two {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-three/home-three-bg.png);
}


.build-area-two {
  background-color: #f8f8f8;
}

/*==================================
Build Area End
=================================*/
.talk-area {
    background-image: url(../images/talk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.talk-content .section-title {
  margin-bottom: 30px;
}
.talk-content .section-title h2 {
  color: #ffffff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.talk-area-two {
  background-image: url(../images/talk-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.talk-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  opacity: 0.8;
}

.call-us-area {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.call-us-area::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.call-us-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.call-shape .shape1 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.call-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -35px;
}

.call-contact {
  padding: 50px 0;
}
.call-contact h3 {
  font-size: 22px;
  color: #ffc221;
  margin-bottom: 5px;
}
.call-contact .call-btn {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}
.call-contact .call-btn:hover {
  color: #ffc221;
}
.call-contact p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}
 

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #0071dc;
  line-height: 57px;
  border-radius: 5px;
}
.search-widget .search-form button i {
  color: #ffffff;
  font-size: 24px;
}
.search-widget .search-form button:hover {
  background-color: #252525;
}

.side-bar-area {
  margin-left: 15px;
}
.side-bar-area .side-bar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
} 
.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}
.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeeec7;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444444;
  font-weight: normal;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444444;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #0071dc;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*=================================
Contact Area 
====================================*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: #0071dc;
}
.contact-form .form-group.checkbox-option {
  position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
  color: #0071dc;
}
.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}
.contact-form .agree-label label a {
  color: #0071dc;
}
.contact-form .agree-label label a:hover {
  color: #ffc221;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}
.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
}
.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}
.contact-card span {
  color: #444444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.contact-card span a {
  color: #444444;
  display: block;
}
.contact-card span a:hover {
  color: #0071dc;
}

.contact-info {
  margin-bottom: 30px;
  background-color: #070b3b;
  padding: 30px 25px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}
.contact-info h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}
.contact-info p {
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
    display: block;
    margin-bottom: 18px;
    padding-left: 32px;
    position: relative;
}

.contact-info ul li .content i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ffffff;
    font-size: 18px;
    color: #0071dc;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info ul li .content h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #ffffff;
    display: block;
}
.contact-info ul li .content a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info ul li .content a:hover {
  color: #0071dc;
}
.contact-info ul li .content span {
  color: #ffffff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

/*=================================
Contact Area End
====================================*/

.work-process-card-three {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-process-card-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 0 0 0 100%;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card-three .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.work-process-card-three h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.work-process-card-three p {
  margin-bottom: 0;
}
.work-process-card-three img {
  font-size: 30px;
  color: #0071dc;
  position: absolute;
  top: 7px;
  right: 15px;
}
section.work-process-area.pt-100.pb-70 {
    padding-top: 0;
    padding-bottom: 50px;
}
.together__text p {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}
.services-card:hover li {
    color: #fff;
}



/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
.footer-bg {
  background-color: #070b3b;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
    margin-bottom: 10px;
    position: relative;
    top: 0;
}
section.services-area-three.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff; 
}
.footer-widget .footer-call-content {
  background-color: #ffffff;
  padding: 12px 80px 10px 20px;
  border-radius: 10px;
  position: relative;
  max-width: 345px;
}
.footer-widget .footer-call-content:hover i {
  background-color: #0071dc;
  color: #ffffff;
}
.footer-widget .footer-call-content h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}
.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}
.footer-widget .footer-call-content span a:hover {
  color: #0071dc;
}
.footer-widget .footer-call-content i {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #0071dc;
  border-radius: 50px;
  transition: 0.7s;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 400;
}
.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.footer-widget .footer-list li a:hover {
  color: #ffc221;
}
.footer-widget .footer-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer-widget .footer-blog li:hover h3 a {
  color: #ffc221;
}
.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-blog li a {
  display: block;
}
.footer-widget .footer-blog li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
.footer-widget .footer-blog li h3 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  max-width: 200px;
}
.footer-widget .footer-blog li h3 a {
  color: #ffffff;
  line-height: 1.4;
}
.footer-widget .footer-blog li h3 a:hover {
  color: #ffc221;
}
.footer-widget .footer-blog li span {
  font-size: 14px;
  color: #ffc221;
}
.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}
.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #0071dc;
  color: #ffffff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #ffffff;
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.copy-right-area {
  padding: 15px 0; 
}
.right__text {
    text-align: right;
}
.footer-top.pt-100.pb-70 {
    padding-top: 60px;
    padding-bottom: 10px;
} 
.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}
.copy-right-text p a {
  color: #ffc221;
  border-bottom: 1px solid #ffc221;
}
.copy-right-text p a:hover {
  color: #0071dc;
  border-color: #0071dc;
}

/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}
.go-top i {
  transition: 0.5s;
}
.go-top:hover {
  background-color: #ffc221;
}
.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/

/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #070b3b;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/

#our__services {
    margin-left: -30px;
    width: 26%;
}
.aboutus__btn {
    margin-top: 12px;
}
.about-area.ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.clients-area.pt-100.pb-70 {
    padding-top: 55px;
    padding-bottom: 70px;
}
.side-bar-area {
    margin-left: 0;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}
.service-details-area.pt-100.pb-70 {
    padding-top: 70px;
    padding-bottom: 40px;
} 
.security-area.pt-100.pb-70 {
    padding-top: 58px;
    padding-bottom: 50px;
}
#employers__candidates {
    padding: 60px 0;
}
#college__nabs #nav-tab {
    margin: 0 auto 0;
    max-width: 600px;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #033168;
    padding: 5px;
    -webkit-box-shadow: 5px 15px 30px rgb(27 33 47 / 5%);
    box-shadow: 5px 15px 30px rgb(27 33 47 / 5%);
    padding-bottom: 10px !important;
}
#top__ranked__tabs nav {
    text-align: center;
    display: block;
}
#top__ranked__tabs nav #nav-tab {
    display: block;
    padding-bottom: 20px;
}
#college__nabs #nav-tab .nav-link {
    padding: 10px 60px;
}
#top__ranked__tabs .nav-link {
    border: 2px solid #033168;
    color: #000;
    margin: 5px;
    border-radius: 10px;
    padding: 8px 35px;
    display: inline-table;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#top__ranked__tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #033168;
    border: 2px solid #033168 !important;
}
.boxshadow-card {
    margin-top: 50px;
}
.boxshadowin {
    -webkit-box-shadow: 20px 0 30px 0 rgb(0 0 0 / 7%);
    box-shadow: 20px 0 30px 0 rgb(0 0 0 / 7%);
    padding: 25px;
    display: inline-flex;
    flex-direction: column;
    background-color: #fff0;
    border-radius: 0 20px 20px 0;
    width: 100%;
}
.boxshadowin h3 {
    color: #000;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.checkListing {
    margin: 0;
    padding: 0;
    display: block;
}
.checkListing li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    line-height: 10px;
    padding-left: 26px;
    position: relative;
}
.checkListing li:before {
    background: url(../images/check_green.png);
    left: 0;
    content: "";
    top: 0px;
    position: absolute;
    height: 12px;
    width: 16px;
}

#employers__page {
    padding: 20px 0 60px;
}
.employers__img {
    margin-top: 50px;
}
.employers__img img {
    border-radius: 20px;
}
#footer__address__area li p {
    margin-bottom: 1px;
}
.navbar-area {
    padding: 6px 0;
}
ul.navbar-nav.m-auto {
    margin: 0 0 0 auto !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu { 
    width: 330px; 
}
.contact-form-area.pt-100.pb-70 {
    padding-top: 40px;
    padding-bottom: 10px;
}
.single__footer__links {
    text-align: center;
}













 

/*---============== Responsive CSS Start Here =============--*/ 

@media screen and (min-width: 768px) and (max-width: 1100px) { 

    .banner-item-content {
        padding-top: 150px;
        padding-bottom: 150px; 
    }
    .banner-item-content p {
        font-size: 16px;
        margin-left: 0;
        margin-right: auto;
    }
    .section-title p {
        max-width: initial;
        font-size: 10px;
    }
    .about-img {
        margin-top: -40px;
    }
    .services-card h3 a { 
        font-size: 14px;
    }
    .services-card p { 
        font-size: 10px;
    }
    .services-card { 
        margin-bottom: 0;
    }
    .services-card i { 
        font-size: 30px; 
    }
    section.services-area.pt-100.pb-70 {
        padding-bottom: 50px;
    }
    .clients-slider-img { 
        width: 35%;
        margin: 0 auto;
    }
    .footer-top.pt-100.pb-70 {
        padding: 35px 0;
    }
    .footer-widget {
        margin: 20px 0;
    }
    .footer-widget h3 { 
        font-size: 20px;
        margin-bottom: 15px; 
    }
    .banner-slider-area .owl-dots {
        display: inline-block;
        right: 0;
        left: 30px;
        top: auto;
        bottom: 60px;
        transform: translateY(0%);
        text-align: left;
    }
    .about-area.pt-50 {
        padding-top: 30px;
    }
    .call-contact {
        text-align: left; 
        padding: 50px 0 30px;
    }
    .call-contact p {
        font-size: 12px; 
        margin-bottom: 20px;
    }
 

}
 
  
 
@media screen and (max-width: 767px) {

  .mean-container .mean-nav ul li a {  
      padding: 7px 15px;  
      color: #000;
      border-top: 1px solid #c9c9c9; 
      font-size: 18px;
  }
  .mobile-nav nav .navbar-nav {
      height: auto;
      overflow-y: scroll;
  }
  .banner-item-content h1 {
      max-width: 100%;
      font-size: 16px;
      margin-top: 5px;
  }
  .banner-item-content {
      padding-top: 50px;
      padding-bottom: 20px;
  } 
  .banner-item-content p {
      font-size: 14px; 
  }
  .banner-slider-area { 
      margin-top: 65px;
  }
  .banner-item-content {
      padding-left: 10px;
      padding-right: 10px;
  }
  .banner-item-content p { 
      max-width: initial;
      margin-bottom: 15px;
  }  
  .footer-widget p {
      margin-bottom: 20px; 
  }
  .footer-widget {
      margin-bottom: 0;
  }
  .footer-top.pt-100.pb-70 {
      padding: 30px 0 10px;
  } 
  .copy-right-area.right__text {
      text-align: left;
  }
  .inner-banner .inner-title {
      padding-top: 90px;
      padding-bottom: 15px;
  }
  .inner-banner .inner-title h3 {
      font-size: 18px;
  }
  .mean-container .mean-nav ul li li a {
      width: 100%;
      padding: 5px 20px;
      color: #000; 
      font-size: 13px;
  }
  .service-article .service-article-content h2 {
      font-size: 18px; 
      margin-bottom: 5px;
  }
  .side-bar-area .side-bar-widget { 
      padding: 10px;
      margin-bottom: 20px; 
  }
  .contact-info ul li { 
      margin-right: 0px;
  }
  .contact-info ul li .content span { 
      font-size: 12px;
  }
  .contact-form .form-group label {
      color: #000;
      font-size: 17px;
      display: block;
      margin-bottom: 5px;
  }
  .contact-form .form-group .form-control {
      height: 40px;
      color: #000000;
      border: 1px solid #000000;    
  }
  .contact-form .form-group textarea.form-control {
      height: 100px;
  }
  .contact-form .form-group .form-control span.current { 
      top: -1px;
  }
  #our__services {
      margin-left: 0;
      width: auto;
  }
  .right__text {
      text-align: left;
  }
  .services-item { 
      margin-bottom: 30px; 
  }
  .about-area.ptb-100 {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .about-play { 
      margin-top: 20px;
  }
  .talk-content .section-title h2 { 
      max-width: 300px; 
      font-size: 18px;
  }
  .talk-area.ptb-100 {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .top-header {
      padding: 5px 0 5px;
  }
  .navbar-area {
      padding: 0;
  }
  .footer-widget .footer-list li a { 
      font-size: 16px;
  }
  .copy-right-text p { 
      text-align: center;
  } 
  .copy-right-area {
      padding: 8px 0;
  }
  .service-details-area.pt-100.pb-70 {
      padding-top: 30px; 
  }
  .service-article .service-article-content p {
      margin-bottom: 7px;
  } 
  .service-article .service-article-content .service-article-list li { 
      padding-left: 25px; 
      font-size: 14px;
  }
  .service-article .service-article-content .service-article-list li i {
      font-size: 20px; 
      top: 0px; 
  }
  .mean-container .mean-nav ul li a.mean-expand { 
      top: -8px; 
  }
  .mean-container a.meanmenu-reveal {
      width: 30px;
      height: 30px; 
  }
  .employers__img {
      margin-top: 10px;
  }
  .employers__img {
      margin-top: 10px;
  }
  .employers__img img {
      border-radius: 15px;
  }
  .boxshadow-card {
      margin-top: 20px;
  }
  .checkListing li {  
      font-size: 15px;
      line-height: initial; 
  }
  .checkListing li:before {  
      top: 5px; 
      height: 13px;
      width: 13px;
  }
  .nav-side.d-display {
      display: block;
      margin: 0 10px 10px;
  }
  .get-btn a.default-btn.btn-bg-two.border-radius-50 {
      color: #fff;
      display: inline-block;
      width: 40%;
      text-align: center;
      margin-bottom: 15px;
      padding: 5px 10px;
      font-size: 16px;
  }
  .contact-info h2 {  
      font-size: 18px; 
  }
  .contact-form-area.pt-100.pb-70 {
      padding-top: 30px;
  }
  .contact-form .form-group {
      margin-bottom: 10px; 
  }
  .contact-form { 
      margin-bottom: 0px; 
  }
  .footer-widget .footer-list li { 
      margin-bottom: 2px; 
  }
  section.work-process-area.pt-100.pb-70 { 
      padding-bottom: 30px;
  }









}










