/* 
* BASIC STYLE
  - General Style    
  - Button Style      
      
* HEADER 
  - Header Style
  
* CONTANT
  - Banner Style
  - Typography css
  - Service Style
  - Gallery Css
  - Team Css
  - Testimonial Css
  - Blog Css
  - Process Css
  - Contact Form Css
  
* FOOTER/*



================================================
	    Fonts - Popins
	================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*
	================================================
        Common CSS
	================================================
*/
* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #8f8f8f;
}

.form-control {
  border: 1px solid #eee;
  font-size: 14px;
  height: 40px;
  border-radius: 0;
}

p {
  font-size: 14px;
  line-height: 1.8;
  color: #7b7b7b;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin-bottom: 0;
  line-height: 1.5;
  color: #777;
  position: relative;
  padding: 0;
}

a:hover {
  color: #162d8b;
  text-decoration: none;
}

.bg-light {
  background-color: #fafbfc !important;
}

label {
  font-size: 14px;
}

.section {
  padding: 100px 0px;
}

.section-heading {
  padding: 0px 0px 50px 0px;
}


.section-heading h5 {
  color: #162d8b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.07em;
}

.section-heading h1 {
  color: #323232;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 13px;
  margin: 0;
}

.bg-heading {
  width: 18%;
  margin: 0 auto;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.5;
  padding: .55rem 1rem;
  color: #162d8b;
  border-color: transparent;
  background-color: rgba(0, 201, 167, 0.1);
}

[class*="hover-"] {
  -moz-transition: ease-in-out all 0.35s;
  -o-transition: ease-in-out all 0.35s;
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
}

.text-primary {
  color: #162d8b !important;
}

.header-main .badge-warning {
  color: #ffffff;
  background-color: #ff375c;
  font-weight: 400;
  padding: 4px 8px;
  font-size: 10px;
}

/* Button-css */
.btn {
  position: relative;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: #f3f3f3;
  z-index: -1;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  width: 100%;
}


.btn.disabled {
  cursor: not-allowed;
}

.btn-primary::before {
  background-color: #162d8b;
  color: #fff !important;
}

.btn-primary {
  color: #162d8b;
  background-color: transparent !important;
  border-color: #162d8b !important;
  padding: 10px 27px 10px !important;
  border: 2px solid#162d8b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
}

.btn-secondary {
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
  padding: 10px 27px 10px;
  border-radius: 5px;
  border: 2px solid#162d8b;
}

.btn-secondary:hover {
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  border-radius: 5px;
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
  padding: 10px 27px 10px;
  border: 2px solid#162d8b;
}

.btn-link {
  border: 1px solid #eee;
  padding: 10px 25px;
  border-radius: 5px;
  color: #7b7b7b;
  text-decoration: none;
}

.btn-link:hover {
  background-color: #162d8b;
  color: #fff;
  border: 2px solid#162d8b;
  text-decoration: none;
}

.btn-warning {
  color: #ffffff;
  background-color: #292929;
  border-color: #292929;
  font-size: 12px !important;
  padding: 5px 10px !important;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #162d8b;
  border-color: #162d8b;
  font-size: 12px !important;
  padding: 5px 10px !important;
}

.btn-dark {
  font-size: 14px;
  background-color: #343a40;
}

.btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 14px;
  padding: 8px 30px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
}

.btn-outline-success {
  color: #fafbfc;
  border-color: #fafbfc;
  font-weight: 400;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
}

/* end */

/*
	================================================
      Header CSS
	================================================
*/

.header-top {
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
  background-color: #fbfbfb;
}


.header-top-list {
  margin: 0;
}

.header-top-list li {
  display: inline-block;
  padding-right: 10px !important;
  font-size: 14px;
  letter-spacing: 0.4px;
  border-right: 1px solid #d8d8d8;
  padding-left: 10px;
}

.header-top-list li:last-child {
  border-right: 1px solid #fff;
}

.header-top-list a {
  color: #162d8b;
}

/* social-media-css */

.social-media li {
  display: inline-block;
  padding-left: 20px;
}

/* header-ment-css */
.logo a {
  line-height: 1;
  color: #323232;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-transition: color .2s;
  transition: color .2s;
  letter-spacing: -0.01em;
  font-size: 30px;
  padding: 0 0 2px 0px;
}

.navbar {
  padding: 0;
}

.navbar-toggler-icon {
  background-image: url('../images/toogle.svg');
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #162d8b;
  text-decoration: none;
  background-color: transparent;
  transition: 0.5s ease-in-out;
}

.dropdown-item {
  line-height: 30px;
}

.dropdown-menu {
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  border: none;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
}

.header-main .nav-link {
  color: #323232;
  font-weight: 500;
  font-size: 15px;
  padding: 28px 21px 28px;
  display: inline-block;
  margin: 0px 10px;
}


/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #162d8b;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

/* Modal-header-css */
.modal-content {
  padding: 53px 60px 52px;
}

.modal-header {
  border: none;
}

.modal-title {
  font-size: 36px;
  line-height: 38px;
  color: #323232;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.modal-header .close {
  position: relative;
  top: -50px;
  right: -50px;
  font-size: 40px;
  font-weight: 200;
}

.modal-footer {
  justify-content: end;
  border: none;
  padding: 0px 20px;
}

/* ============ desktop view .end// ============ */


/*
	================================================
        Slider CSS
	================================================
*/

#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
  background: none;
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  background-color: transparent;
  visibility: visible !important;
  opacity: 1;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
  }
}

#minimal-bootstrap-carousel .carousel-control-prev {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
  right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
  opacity: 1;
  background: #162d8b;
  border-color: #162d8b;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 630px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #222;
}


.slider-content-style .content {
  text-align: center;
  position: relative;
  z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
  margin: 0;
}

.slider-content-style .content h3 {
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 800;
  line-height: 70px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-content-style .content p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: .150em;
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn:hover {
  background: #fff;
}


/*
	================================================
        Slider-2 CSS
	================================================
*/

.slider-2 {
  background-image: url(../images/bg2.png);
  height: 640px;
  background-size: cover;
  background-color: #162d8b;
  background-position: bottom;
}

.slider-heading h2 {
  font-size: 3.25rem;
  color: #fff;
  font-weight: 700;
}

.slider-heading h6 {
  color: #fff;
  line-height: 27px;
}

.slider-form {
  padding: 20px;
  background-color: #fff;
  margin: 50px 0px 0px 0px;
  border-radius: 5px;
}

.slider-form h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-black {
  background-color: #303030;
  color: #fff;
  font-size: 14px;
  border: none;
  margin-top: 10px;
}

.btn-black:hover {
  color: #fff;
}

.btn-info {
  color: #162d8b;
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 12px !important;
  font-weight: 500;
}

.btn-info:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}


/***
====================================================================
Slider-3
====================================================================
***/

.banner-section {
  position: relative;
  z-index: 1;
}

.banner_bg {
  border-bottom-left-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-carousel.five .slide-item {
  position: relative;
  display: block;
  background-color: #fafbfc;
  overflow: hidden;
}

.banner-carousel.five .slide-item:before {
  display: none;
}

.banner-carousel.five .active .slide-item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.banner-carousel.five .content-box {
  position: relative;
  z-index: 11;
}

.banner-carousel.five .content-box .content {
  position: relative;
  padding: 100px 0px;
}

.banner-carousel.five .content-box .inner {
  position: relative;
  display: block;
}

.banner-carousel.five .content-box .slider-heading {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-carousel.five .content-box .slider-heading:before {
  position: absolute;
  left: 0px;
  bottom: -43px;
  height: 24px;
  width: 167px;
  background-repeat: no-repeat;
  content: "";
}

.banner-carousel.five .active .content-box .slider-heading {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.banner-carousel.five .content-box p {
  position: relative;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-carousel.five .active .content-box p {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel.five .content-box .link-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-carousel.five .active .content-box .link-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.banner-section.banner-slider .owl-dots {
  display: none;
}

.banner-carousel .owl-nav {
  position: absolute;
  bottom: -41px;
  width: 350px;
  height: 90px;
  text-align: right;
  left: 42.2%;
  margin: 0;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  position: relative;
  display: block;
  float: left;
  width: 125px;
  height: 50px;
  background: #343a40 !important;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 90px;
  text-align: center;
  opacity: 1;
  border-radius: 0%;
  outline: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  letter-spacing: 0.2em;
}

.banner-carousel .owl-nav .owl-next {
  background: #162d8b !important;
  border-radius: 0 !important;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
  vertical-align: middle;
  color: #fff;
}

.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.banner-carousel .owl-nav .owl-next p {
  display: inline-block;
  padding-right: 10px;
}

.banner-carousel .owl-nav .owl-prev span {
  color: #fff;
}

.banner-carousel .owl-nav .owl-prev p {
  color: #fff;
  padding-left: 10px;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

.banner-section.banner-slider .round_1 {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  -webkit-animation: planeMove 5s ease-in infinite;
  animation: planeMove 5s ease-in infinite;
}

.banner-section.banner-slider .round_2 {
  position: absolute;
  left: 5%;
  bottom: 10px;
  z-index: 2;
  -webkit-animation: planeMove 5s ease-in infinite;
  animation: planeMove 5s ease-in infinite;
}

.banner-section.banner-slider .certified_logo {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*
	================================================
        Slider-4 CSS
	================================================
*/

/* Parallax-slider */
.parallax-content {
  background-attachment: fixed;
}

#content1 {
  background-image: url('../images/background/men.jpg');
  background-size: cover;
}

.parallax-slider {
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  align-items: center;
}

.parallax-slider h6 {
  color: #162d8b !important;
  margin: 0;
}

.parallax-slider h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 25px 0px;
}

.parallax-slider p {
  margin-bottom: 25px;
}

/*
	================================================
        Slider-5 CSS
	================================================
*/
.static-slide {
  background-image: url(../images/background/blur.jpg);
  background-size: cover;
}

.static-slide h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-top: 0px;
}

.static-slide p {
  color: #fff;
}

.static-slider-form h5 {
  font-size: 18px;
  font-weight: 500;
}

.static-slider-form p {
  color: #7b7b7b;
}

.static-slider-form label {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}

.static-slider-form {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}


/*
	================================================
        Slider-6 Swiper Slider
	================================================
*/



.swiper-banner-section {
  background-color: #303030;
  padding: 90px 0 0;
  position: relative;
}

.swiper-banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(43 43 43 / 90%);
}

.swiper-banner-section.slide1 {
  background-image: url(../images/background/blur.jpg);
}

.swiper-banner-section.slide2 {
  background-image: url(../images/background/blur.jpg);
}

.swiper-banner-section.slide3 {
  background-image: url(../images/background/blur.jpg);
}

.swiper-banner-section.slide1,
.swiper-banner-section.slide2,
.swiper-banner-section.slide3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-banner-section .row {
  align-items: flex-end;
}

.swiper-slider-text {
  padding: 100px 0px;
}

.swiper-slider-text h1 {
  font-size: 50px;
  color: #fff;
  line-height: 65px;
  font-weight: 700;
  margin: 0 0 18px;
}

.swiper-slider-text p {
  color: #fff;
  font-weight: 300;
}

.swiper-button {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
}

.swiper-button>div {
  background: rgb(0 201 167);
  color: #fff;
  width: 80px;
  height: 50px;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}


.ButtonPrev:before {
  left: 0;
}

.ButtonNext:before {
  right: 0;
}

.swiper-button>div:hover:before {
  background: #303030;
}

.swiper-button>div:hover {
  color: #ffff;
}

.ButtonPrev {
  left: 0;
  padding: 0 3px 0 0;
  border-radius: 00px 10px 10px 0px;
}

.ButtonNext {
  right: 0;
  padding: 0 2px 0 0;
  border-radius: 10px 0px 0px 10px;
}

.swiper-button>div,
.swiper-button>div:hover,
.swiper-button>div:before,
.saf_banner_button>div:hover:before {
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slider-section .swiper-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.swiper-slider-section .swiper-slide-active .swiper-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  color: #162d8b;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slider-section h1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-slider-section .swiper-slide-active h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.swiper-slider-section p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.swiper-slider-section .swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}


/*
	================================================
        Slider-7 Swiper-progress-bar
	================================================
*/


.swiper-banner-section.progress-slide-1 {
  background-image: url(../images/background/bg.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-banner-section.progress-slide-2 {
  background-image: url(../images/background/bg-2.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-banner-section.progress-slide-3 {
  background-image: url(../images/background/bg-3.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-color: #fff;
  padding: 35px;
  border-radius: 50px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-color: #fff;
  padding: 35px;
  border-radius: 50px;
}

.swiper-progress-bar .swiper-banner-section:before {
  background: none;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #162d8b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-progress-bar .swiper-slider-text {
  padding: 160px 0px;
}

.swiper-slider-text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
}

.btn-slider {
  border: 2px solid #f2f2f2;
  font-size: 14px;
  padding: 10px 30px;
  font-weight: 500;
  color: #f2f2f2;
}

.btn-slider:hover {
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
}


/*
	================================================
       Swiper-Thumb-slider
	================================================
*/


.swiper-gallery-slider {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-gallery-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 500px;
}

.swiper-gallery-slider .swiper-button-prev,
.swiper-gallery-slider .swiper-container-rtl .swiper-button-next {
  background-color: #162d8b;
  padding: 35px;
  border-radius: 50px;
}

.swiper-gallery-slider .swiper-button-next,
.swiper-gallery-slider .swiper-container-rtl .swiper-button-prev {
  background-color: #162d8b;
  padding: 35px;
  border-radius: 50px;
}

.swiper-gallery-slider.gallery-top {
  height: 80%;
  width: 100%;
}

.swiper-gallery-slider.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-gallery-slider.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  background-position: inherit;
  background-size: cover;
}

.swiper-gallery-slider.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*
	================================================
       Swiper-Parallax-slider
	================================================
*/



.swiper-parallax-slider .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 80px;
}

.swiper-parallax-slider .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.swiper-parallax-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-color: transparent;
  padding: 35px;
  border-radius: 50px;
}

.swiper-parallax-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-color: transparent;
  padding: 35px;
  border-radius: 50px;
}

.swiper-parallax-slider .swiper-slide .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}


.swiper-parallax-slider .swiper-slide .subtitle {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  color: #323232;
  padding-left: 0px;
  margin: 15px 0px;
}

.swiper-parallax-slider .swiper-slide .text p {
  color: #fff;
}

.swiper-parallax-slider .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

/*
	================================================
        Section-1CSS
	================================================
*/

.about-div h4 {
  color: #162d8b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.07em;
}

.about-div h2 {
  color: #323232;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin-top: 13px;
}

.info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53px;
  height: 53px;
  background-color: #162d8b;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #ffffff;
}

.info-icon:hover i {
  -webkit-animation: rattle 0.4s infinite alternate;
  animation: rattle 0.4s infinite alternate;
}

.info-content h5 {
  font-weight: 600;
}

.about-img {
  position: relative;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
}

.about-div-list li {
  line-height: 30px;
  display: inline-block;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
}

.about-div-list i {
  padding-right: 10px;
}

.about-exp {
  position: absolute;
  bottom: -40px;
  right: -20px;
  background-color: #162d8b;
  border-radius: 50%;
  text-align: center;
  width: 142px;
  height: 142px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
}

.about-exp h5 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.about-exp p {
  font-size: 12px;
  color: #fff;
}

/*
	================================================
        Section-2 CSS
	================================================
*/
.section-2 {
  position: relative;
  background-position: 300px 0px;
  background-repeat: no-repeat;
}

.section-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  border-radius: 0px 100% 0px 0px;
}

.wrap-customize .customize-item {
  padding: 30px 20px 28px;
  border-radius: 2px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
}

.wrap-customize .customize-item i {
  font-size: 38px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #162d8b;
  color: #fff;
  line-height: 2.4;
  margin-bottom: 22px !important;
}

.wrap-customize .customize-item h3 {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
}

.wrap-customize .customize-item h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dashed#162d8b;
  width: 30%;
  right: 0;
  margin: 0 auto;
}

.wrap-customize .customize-item p {
  margin-bottom: 20px !important;
}

.info-box a {
  font-size: 14px;
}


/* Wrap-slider-css */

.wrap-slider {
  margin-top: -150px;
  z-index: 999;
  position: relative;
}

.wrap-slider .customize-item {
  padding: 30px 20px 28px;
  border-radius: 2px;
  box-shadow: none;
  background-color: #fafbfc;
}

.wrap-slider .customize-item h3:before {
  display: none;
}

.wrap-slider .large-font {
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 0;
  color: #e1e2e4;
}

.wrap-slider .info-box a {
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}

.wrap-slider .info-box .btn-link {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.wrap-slider .info-box .btn-link:hover {
  background-color: #fafbfc;
  color: #162d8b !important;
  border: 2px solid#fafbfc;
  text-decoration: none;
}

.wrap-slider .info-box {
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.wrap-slider .info-box.border-none {
  border-right: none;
}

.wrap-slider .info-box .icon {
  margin: 0 auto;
}

.wrap-slider .info-box .icon img {
  width: 100px;
}

.wrap-slider .customize-item h3 {
  margin: 20px 0px;
}

/*
	================================================
      Service CSS
	================================================
*/

.service-strain {
  text-align: center;
  margin-bottom: 30px;
}

.service-strain--thumbnail {
  position: relative;
  border-radius: 50%;
  border: 10px solid #fff;
  margin: 0 auto;
}

.service-strain--thumbnail::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  position: absolute;
  top: 40%;
  right: -30%;
  width: 0;
  height: 0;
  transform: translate(-20%, -50%);
  transition: 0.3s;
  background-color: #fff;
  opacity: 1;
  color: #fff;
  font-size: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.service-strain.road .service-strain--thumbnail::before {
  content: 'Road Freight';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain.package .service-strain--thumbnail::before {
  content: 'Package';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain.warehouse .service-strain--thumbnail::before {
  content: 'Warehouse';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain.air .service-strain--thumbnail::before {
  content: 'Air Freight';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain.ship .service-strain--thumbnail::before {
  content: 'Ship Freight';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain.supply .service-strain--thumbnail::before {
  content: 'Supply Chain';
  background-color: #ffffff;
  color: #162d8b;
  font-size: 14px;
  font-weight: 500;
}

.service-strain--thumbnail:hover::before {
  width: 100%;
  height: 100%;
  font-size: 12px;
  visibility: visible;
}

.service-strain--des h4 {
  font-size: 24px;
  margin: 10px 0;
}

.service-strain--des h4 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 500;
}

.service-strain--des h4 a:hover {
  color: #000;
}

.service-strain--des p {
  max-width: 100%;
  margin: 0 auto;
}

/* 19.6 Icon Blocks */
.service-icon-block {
  text-align: center;
  margin-bottom: 40px;
}

.service-icon-block i {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 1;
}

.service-icon-block i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: .2;
  z-index: -1;
}

.service-icon-block h5 {
  font-size: 16px;
  margin-bottom: 10px;
}


/*
	================================================
        Section-4 CSS
	================================================
*/
.section-4 {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 70px;
}

.why-choose-us h5 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #323232;
  font-weight: 600;
}

.why-choose-us h2 {
  font-size: 50px;
  font-weight: 800;
  padding: 10px 0px;
  margin: 0;
  color: #162d8b;
}

/*
	================================================
        Service-5 CSS
	================================================
*/

.service-5 h5 {
  font-size: 16px;
  font-weight: 500;
  color: #7b7b7b;
}

.service-5 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #343a40;
}

.section-5-card {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

.section-5-icon {
  width: 70px;
  background-color: #fafbfc;
  border-radius: 50px;
}

.section-5-card:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  border: 2px solid #f5f5f5;
  transition: 0.5s ease-in-out;
}

.section-5-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0px 10px 0px;
  line-height: 28px;
  color: #343a40;
}

/*
	================================================
        Service-6 CSS
	================================================
*/
.service-6-heading h1 {
  font-weight: 700;
  font-size: 30px;
  color: #343a40;
}

.service-6 .service-lists li {
  display: block;
  line-height: 36px;
  font-size: 16px;
}

.service-6 .service-lists li i.fa {
  color: #162d8b;
}



/*
	================================================
        Service-7 CSS
	================================================
*/

.service-7-card {
  margin-bottom: 30px;
}

.service-7-layer {
  width: 100%;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
}

.service-7-layer img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: .7s;
  transition: .7s;
  outline: none;
}

.service-7-layer .service-7-cover {
  display: table;
  position: absolute;
  z-index: 100;
  width: 80%;
  height: 70px;
  padding: 25px;
  background: #fff;
  bottom: 0px;
  top: 100%;
  border-radius: 5px;
  margin-top: -70px;
  -webkit-transition: .7s;
  transition: .7s;
  outline: none;
  margin: 15px 35px;
  top: 160px;
}

.service-7-layer .service-7-cover .c-inner {
  display: table-cell;
  vertical-align: middle;
}

.service-7-layer.light .service-7-cover {
  background: #ffffff;
}

.service-7-layer .service-7-cover h3 {
  font-size: 16px;
  color: #323232;
  line-height: 1em;
  padding-left: 0px;
}

.service-7-layer.light .service-7-cover h3 {
  color: #000000;
}

.service-7-layer .service-7-cover p {
  color: #fff;
  padding-top: 15px;
  padding-right: 25px;
}

.service-7-layer.light .service-7-cover p {
  color: #777777;
}

.service-7-layer:hover .service-7-cover {
  height: 50px;
  top: 0;
  margin-top: 0px;
  background: rgb(250 251 252);
  -webkit-transition: .7s;
  transition: .7s;
  outline: none;
  margin: 15px 35px;
}

.service-7-layer:hover .service-7-cover p {
  opacity: 1;
}

.service-7-layer:hover .service-7-cover p {
  padding-top: 0px;
  color: #7b7b7b;
}

.service-7-layer .service-7-cover h3 i {
  font-size: 32px;
  position: absolute;
  left: 30px;
  margin-top: -8px;
}

.rtl .service-7-layer .service-7-cover h3 i {
  right: 30px;
}

.rtl .service-7-layer .service-7-cover h3 {
  padding-right: 50px;
}

.rtl .service-7-layer .service-7-cover p {
  padding-right: 15px;
}

.service-7-layer.s1 .service-7-cover {
  top: 0;
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, .0);
}

.service-7-layer.s1 .service-7-cover .desc {
  opacity: 0;
}

.service-7-layer.s1:hover .service-7-cover {
  background: rgba(0, 0, 0, .8);
}

.service-7-layer.s1:hover .service-7-cover .desc {
  opacity: 1;
}

.service-7-layer.s1 h3 {
  font-size: 24px;
}

.service-7-layer .service-7-cover a.btn-custom {
  display: block;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}

.service-7-layer .s-gradient img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.service-7-layer .s-gradient {
  position: relative;
}

.service-7-layer .s-gradient .gradient-fx {
  position: absolute;
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
  background: -webkit-linear-gradient(left, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
  background: linear-gradient(to right, rgba(var(--primary-color-rgb), .75) 0%, rgba(var(--primary-color-rgb), .2) 100%);
}


/*
	================================================
        Service-8 CSS
	================================================
*/

.service-8-card {
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  border: none;
  border-radius: 6px;
  overflow: hidden;
}

.service-8-card:hover {
  background-color: #fafbfc;
  transition: 0.5s ease-in-out;
}

.service-8-card-sec:hover .service-8-card {
  background-image: url(../images/icon/delivery-truck.svg);
  content: "";
  background-position: 90% 0%;
  background-size: 25%;
  background-repeat: no-repeat;
}


.service-8-content h5 {
  font-size: 20px;
}

.service-8-content a {
  font-size: 14px;
}

.service-8-icon img {
  width: 100px;
  border-radius: 100%;
}

.service-8-icon {
  margin-bottom: 30px;
}



/*
	================================================
        Service-9-CSS
	================================================
*/

.service-9-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0px;
}

.service-9-icon {
  width: 80px;
  background-color: #efefef;
  border-radius: 100%;
  height: 60px;
}

.service-9-content {
  margin-left: 30px;
}

.service-9-content h6 {
  color: #323232;
  font-weight: 600;
}


.services-section {
  position: relative;
  padding: 90px 0 60px;
}

.services-section .row {
  z-index: 3;
}

.service-9-items {
  display: flex;
}

.services-section .image-column {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  border-radius: 10px;
}

.services-section .text-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.services-section .text-column .inner-column {
  position: relative;
  padding-right: 65px;
}

.services-section .sec-title {
  margin-bottom: 1.7em;
}

.services-section .sec-title .text {
  padding-top: 15px;
  margin-top: 15px;
}

.services-section .text-column .theme-btn {
  margin-top: 35px;
}

.service-9-card {
  position: relative;
  margin-bottom: 30px;
}

.service-9-card .service-9-box {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-9-card .service-9-box:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.service-9-card .service-9-box .hover_layer {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 80%;
  opacity: 0;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-9-card .service-9-box:hover .hover_layer {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.17s ease-out 0.18s;
  transition: all 0.17s ease-out 0.18s;
}

.service-9-card .service-9-box:before {
  content: '';
  top: 100%;
  height: 0;
  right: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-9-card .service-9-box:hover:before {
  top: 0;
  height: 100%;
}

.service-9-card .icon img {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}

.service-9-card h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.service-9-box .icon {
  background-color: #fafbfc;
  width: 80px;
  border-radius: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-9-card .text {
  position: relative;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-9-card .service-9-box:hover .text,
.service-9-card .service-9-box:hover h3 {
  color: #ffffff;
}

.services-section .services-area {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}

.services-section .services-area .feature-block-three {
  margin-bottom: 30px;
}


/*
	================================================
        Service-10-CSS
	================================================
*/
.service-10-list {
  flex-direction: row-reverse;
  padding: 20px;
  background-color: #fafbfc;
  border-radius: 5px;
}

.service-10-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
}

.service-10-list-reverse {
  flex-direction: row;
}

.service-10-icon {
  width: 100px;
  background-color: #fff;
  border-radius: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-10-section .service-image {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.service-10-list:hover {
  background-color: #f5f5f5;
}

/*
	================================================
       Testimonial-CSS
	================================================
*/
.testimonials-icon {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 30px !important;
}

.testimonials-icon img {
  border-radius: 100%;
}

.testimonials-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonials-section .carousel-indicators {
  bottom: -40px;
}

.testimonials-section .carousel-indicators li {
  background-color: #162d8b;
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.svg);

}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg);
}

.carousel-control-prev {
  height: 50px;
  background-color: #fafbfc;
  width: 50px;
  opacity: 1;
  padding: 0px;
  border-radius: 50px;
  top: 25%;
  left: 15%;
}

.carousel-control-next {
  height: 50px;
  background-color: #fafbfc;
  width: 50px;
  opacity: 1;
  padding: 0px;
  border-radius: 50px;
  top: 25%;
  left: 80%;
}


/*
	================================================
       Tab-section-CSS
	================================================
*/
.tab-section {
  padding: 50px;
  background-color: #323232;
  height: 100%;
}

.tab-section h6 {
  color: #fff;
  font-weight: 400;
}

.tab-section h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  margin: 20px 0px;
}

.tab-section p,
.tab-content .tab-pane {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.tab-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #162d8b;
  border: 1px solid #162d8b;
}

.tab-section .nav-link {
  display: block;
  padding: .5rem 1rem;
  border: 1px solid #fff;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.tab-section .nav-link:hover {
  color: #fff;
  border: 1px solid #162d8b;
  background-color: #162d8b;
}

/*
	================================================
        Get-in-touch CSS
	================================================
*/
.request {
  position: relative;
  top: -74px;
  background: #fff;
  box-shadow: 0 0 15px #cccccc7a;
  border-radius: 0;
}

.request h2 {
  background-color: #162d8b;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 800;
}

.request-form {
  padding: 40px 30px 25px;
}

.request-form-2 {
  background-color: #323232;
  border-radius: 5px;
}

.request-form-2 label {
  color: #fff;
}

.request-form .form-control {
  background-color: #ffffff;
}

/*
	================================================
       Section Appointment CSS
	================================================
*/

.section-appoinment {
  padding: 100px 0px 0px;
  position: relative;
}

.appointment-section-image {
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0;
  right: 0;
}

/*
	================================================
        Counter CSS
	================================================
*/

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.counter__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  padding: 50px 0;
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.counter__item:hover {
  background: #162d8b;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px #f9f9f9;
  box-shadow: 0 5px 15px #f9f9f9;
}

.counter__item:hover .counter__number {
  color: #fff;
}

.counter__item:hover span {
  color: #fff;
}

.counter__item:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#f1f1f1), color-stop(75%, rgba(63, 63, 63, 0)));
  background: linear-gradient(to left, #f1f1f1, rgba(63, 63, 63, 0) 75%);
}

.counter__item:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), color-stop(75%, rgba(63, 63, 63, 0)));
  background: linear-gradient(to top, #f1f1f1, rgba(63, 63, 63, 0) 75%);
}

.counter__item:nth-child(2):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), color-stop(75%, rgba(63, 63, 63, 0)));
  background: linear-gradient(to right, #f1f1f1, rgba(63, 63, 63, 0) 75%);
}

.counter__item:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(75%, rgba(63, 63, 63, 0)));
  background: linear-gradient(to bottom, #f1f1f1, rgba(63, 63, 63, 0) 75%);
}

.counter__item p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: initial;
}

.counter__item span {
  color: #162d8b;
  font-weight: 600;
  font-size: calc(30px + 36 * ((100vw - 320px) / 1440));
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.counter__number {
  color: #162d8b;
  font-weight: 600;
  font-size: calc(30px + 36 * ((100vw - 320px) / 1440));
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}



/*
	================================================
        How We Work CSS
	================================================
*/
.title {
  font-size: 80px;
  font-weight: 700;
  color: #162d8b;
}

.subtitle {
  font-size: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #afafaf;
}

.arrow-img {
  padding-left: 70px;
  padding-top: 30px;
}

.work-last {
  position: relative;
  top: 11rem;
}


/*
	================================================
        Blog-News CSS
	================================================
*/
.section-8 {
  background-color: #fafbfc;
}

.news .news-item {
  border-radius: 0;
}

.news .news-item .news-image {
  position: relative;
  transition: all ease-in-out .5s;
  overflow: hidden;
  border-radius: 0;
}

.news .news-item .news-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  z-index: 1;
}

.news .news-item .news-image img {
  transition: all ease-in-out .5s;
  width: 100%;
}

.news .news-item .news-cont {
  background: #fff;
  padding: 20px 20px 22px;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px #cccccc7a;
  bottom: 30px;
  border-radius: 5px;
}

.btn-read {
  font-size: 14px;
}

.news .news-item .news-image .news-cats a {
  background: #162d8b;
  padding: 5px 8px;
  position: absolute;
  font-weight: 500;
  right: 15px;
  top: 15px;
  font-size: 12px;
  border-radius: 0;
  transition: all ease-in-out .5s;
  z-index: 2;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  border: 1px solid #162d8b;
  color: #fff;
  border-radius: 5px;
}

.blog-section .news-cont {
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  bottom: 0 !important;
  border-radius: 0px 0px 5px 5px !important;
}

.news-cont h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  line-height: 30px;
}

.news-list li,
.social-links li {
  display: inline-block;
}

.news-list a {
  font-size: 12px;
  font-weight: 500;
}

.news-cont h3 a {
  color: #4d4d4e;
  font-weight: 600;
}

/*
	================================================
        Testimonials CSS
	================================================
*/
.testimonial-section {
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-color: #e5f2ff !important;
  background-position: bottom;
}

.testimonials-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.testimonials-header h4 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #323232;
}

.testimonials-header p {
  font-style: italic;
}

.client-image {
  width: 60px;
}

.client-image img {
  border-radius: 50px;
}

.testimonials-rating li {
  display: inline-block;
}

.testimonials-rating li i.fa {
  color: #ffc107;
}

.client-logo img {
  width: 150px;
}

.border-top {
  border-top: 1px solid #e8e8e8 !important;
}

.client-name h5 {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 5px;
}

.client-name h6 {
  font-size: 14px;
  color: #adadad;
  font-weight: 400;
}


/* end */
/*
	================================================
        Footer CSS
	================================================
*/
footer {
  width: 100%;
  background-color: #141414;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

footer .footer-upper {
  position: relative;
  z-index: 1;
}

footer h4 {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-links p {
  color: #fff;
}

footer h4:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #162d8b;
  left: 0;
  bottom: 0;
}

footer .footer-upper .footer-links ul li {
  margin-bottom: 0;
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

footer .footer-upper .footer-links ul li {
  margin-bottom: 0;
  line-height: 2.8;
  display: inline-block;
  color: #fff;
}

footer .footer-upper .footer-links ul li a {
  color: #fff;
}

footer .footer-copyright {
  padding: 12px 0;
  background: #fbfbfb12;
}

.social-links ul li a {
  background: #ffffff26;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
  border-radius: 0;
}


/*
	================================================
        Section-10 CSS
	================================================
*/
.service-image {
  position: relative;
}

.service-body {
  padding: 20px 20px 20px 20px;
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
  border-radius: 0px 0px 5px 5px;
}

.service-box {
  margin-bottom: 30px;
}

.service-body h5 {
  font-weight: 600;
}

ul.rating {
  position: absolute;
  top: 10px;
  right: 10px;
}

ul.rating li {
  display: inline-block;
  color: #162d8b;
}

/*
	================================================
        section-11 CSS
	================================================
*/
.section-11 {
  background-color: #fafbfc !important;
}

.card-column .icon img {
  width: 100px;
}

.card-heading {
  font-size: 3.25rem;
  color: #162d8b;
  font-weight: 700;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

.card-column {
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/*
	================================================
        section-12 CSS
	================================================
*/
.work-icon img {
  width: 100px;
}

.work-card h1 {
  font-size: 50px;
  font-weight: 800;
  color: #f3f3f3;
  position: absolute;
  top: 0px;
  margin: 0;
}

.work-card.line:before {
  content: "";
  height: 1px;
  width: 58%;
  position: absolute;
  left: 70%;
  top: 40px;
  background: #e9e9e9;
  display: block;
  z-index: 9;
}

.work-content h4 {
  font-weight: 700;
  line-height: 30px;
  color: #313437;
  font-size: 18px;
}

/*
	================================================
        How-It-work CSS
	================================================
*/
.how-it-work-img h4 {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
}

.process-div .step-icon {
  position: relative;
  width: 7rem;
  flex-shrink: 0;
  text-align: center;
}

.process-div .step-icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: -2rem;
  margin-left: -1px;
  border-left: 2px dashed #eaeff4;
}

.process-div .step-icon .iconbox {
  line-height: 50px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: -20px;
}

.process-div .step-icon .iconbox {
  color: #bfc5ca;
  background-color: #eaeff4;
  font-size: 1.5rem;
}

.process-div .step-item {
  display: -webkit-box;
  display: flex;
  padding: 1rem 0;
}

.process-div .step-content {
  margin-left: 1rem;
}

.process-div .step-content h6 {
  font-weight: 600;
}

/*
	================================================
        section-13-price-table CSS
	================================================
*/
.section-13 {
  background-color: #e5f2ff !important;
}

.price-table {
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-color: #162d8b;
  background-position: bottom;
}

.pricing-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
  font-size: 14px;
}

.btn-success:hover {
  color: #fff;
  background-color: #162d8b;
  border-color: #162d8b;
  font-size: 14px;
}

.soft-success {
  color: #162d8b;
  border-color: transparent;
  background-color: rgba(0, 201, 167, 0.1);
}

.pricing-header h6 {
  color: #666;
  margin: 0;
}

.pricing-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.pricing-list li {
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
}

.pricing-body {
  text-align: center;
  padding: 20px;
}

.pricing-list li i.fa {
  color: #162d8b;
  margin-right: 10px;
}


/*
	================================================
       Pricing-2-CSS
	================================================
*/
.price-left-section h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}

.price-left-section h6 {
  font-size: 16px;
  color: #999;
  margin: 20px 0px;
  font-weight: 500;
}

.pricing-2-section .price-card {
  padding: 20px 10px;
  padding-top: 0px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: #666;
  background-color: #fff;
  transition: 0.2s ease all;
}

.pricing-2-section .popular {
  border: 3px solid #162d8b;
}

.pricing-2-section .price-card .plan-name {
  background-color: #162d8b;
  padding: 2px 10px;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
  color: #fff;
  font-size: 14px;
}

.pricing-2-section .price-card h1 {
  font-weight: 600;
  margin: 40px 0;
  font-size: 2.5rem;
}

.pricing-2-section .price-card .price span {
  color: #969696;
  font-size: 14px;
}

.pricing-2-section .price-card .price-list li {
  display: block;
  font-size: 14px;
  line-height: 30px;
}


/*
	================================================
       Pricing-3-CSS
	================================================
*/
.pricing-section-3 .price-3-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  margin-bottom: 30px !important;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
  padding: 30px 20px;
}

.pricing-section-3 .price-3-card h1.price {
  font-size: 3.6rem;
  margin: 10px 0px;
  font-weight: 700;
}

.pricing-section-3 .price-3-card .plan-name {
  font-size: 20px;
  font-weight: 600;
  color: #323232;
}

.pricing-section-3 .price-3-card .price-time {
  font-weight: 500;
  color: #8c98a4;
}

.pricing-section-3 .price-3-card hr {
  margin-right: -20px;
  margin-left: -20px;
}

.pricing-section-3 .price-3-card .price-list li {
  display: block;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 40px;
}

.pricing-section-3 .popular-card {
  margin-top: 0;
  background-color: aliceblue;
  box-shadow: none;
}

/*
	================================================
        Partners CSS
	================================================
*/
.partner-image {
  width: 150px;
}


/*
	================================================
        Counter-2 CSS
	================================================
*/
.counter__card {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.counter__card p {
  font-weight: 600;
}

.counter-img {
  margin: 20px 0px;
}

.counter-img img {
  width: 100px;
}

/*
	================================================
        Team-2 CSS
	================================================
*/
.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member .team-thumb {
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.team-member .team-thumb img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  transition: 0.3s;
  transform: scale(1.1);
}

.team-member .team-thumb:hover img {
  transform: scale(1.1) translateX(10px);
}

.team-member .team-content {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  padding: 20px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  transition: 0.3s;
}

.team-member .team-social-media a {
  margin: 0 10px;
  transition: 0.3s;
}

.team-member .team-content:hover .team-social-media a {
  margin: 0 20px;
}

.team-des h6 {
  margin-bottom: 0;
}

.team-des p {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.team-social-media a {
  color: #303030;
}

.team-social-media a:hover {
  color: #162d8b;
}


/*
	================================================
        Team-3 CSS
	================================================
*/

.team-card {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.team-card-image {
  width: 200px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 20px;
}

.team-card-image img {
  border-radius: 100%;
}

.team-card-content h5 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-social-media {
  padding-bottom: 30px;
}

.team-social-media li {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 5px;
  border-radius: 3px;
  margin: 1px 10px;
}

.team-social-media li i.fa {
  color: #fff;
}

.team-social-media li.facebook {
  background-color: rgb(6, 29, 54);
}

.team-social-media li.twitter {
  color: #00dffc;
  background-color: rgb(0 201 167);
  border-color: transparent;
}

.team-social-media li.youtube {
  color: #ff3b30;
  border-color: transparent;
  background-color: rgb(252 93 61);
}

.team-social-media li:hover.facebook {
  background-color: #6840e2;
}

.team-social-media li:hover.twitter {
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
  color: #fff;
  background-color: #00dffc;
  border-color: #00dffc;
}

.team-social-media li:hover.youtube {
  background-color: #f03b2c;
}


/*
	================================================
        Team-4 CSS
	================================================
*/
.team-sec-3 {
  position: relative;
  transition: all .2s ease-out 0s
}

.team-sec-3 .box-content,
.team-sec-3:after {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
}

.team-sec-3:after {
  content: "";
  display: block;
  background: #162d8b;
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all .4s ease-in-out 0s
}

.team-sec-3:hover:after {
  opacity: .9;
  transform: rotate3d(0, 0, 0, 0deg)
}

.team-sec-3 img {
  width: 100%;
  height: auto
}

.team-sec-3 .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s
}

.team-sec-3:hover .box-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: .2s
}

.team-sec-3 .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px
}

.team-sec-3 .post {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px
}

.team-sec-3 .social {
  padding: 0;
  margin: 0;
  list-style: none
}

.team-sec-3 .social li {
  display: inline-block
}

.team-sec-3 .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #323232;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  margin-right: 5px;
  transition: all .4s ease-in-out 0s
}

.box14 .icon li,
.box14 .post {
  display: inline-block
}

.team-sec-3 .social li a:hover {
  color: #162d8b;
  background: #e1f7f3
}

@media only screen and (max-width:990px) {
  .team-sec-3 {
    margin-bottom: 30px
  }
}

/*
	================================================
        section-14 CSS
	================================================
*/
.section-14 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}

.section-14 h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-14 .section-card {
  padding: 40px 40px 35px 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
  border-bottom: 4px solid #eee;
}

.section-14 .section-icon img {
  width: 90px;
  margin-bottom: 20px;
}

.section-14 .section-card:hover {
  border-bottom: 4px solid #162d8b !important;
  transition: all .3s linear;
  box-shadow: 0 50px 100px 0 rgba(5, 1, 64, .1), 0 -5px 0 0 rgba(95, 84, 253, .004);
}


/*
================================================
      section-15 CSS
================================================
*/
.call-back {
  background-image: url(../images/call-back-bg.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}

.call-back::before {
  position: absolute;
  content: '';
  background: #041915;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
  z-index: -1;
}

.call-back h6 {
  color: #fff;
  letter-spacing: 1px;
}

.call-back h2 {
  color: #fff;
  font-weight: 700;
}

.call-back p {
  color: #fff;
}

.call-back-form {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
}


/*
================================================
      section-16 CSS
================================================
*/
.section-16 h2 {
  font-size: 40px;
  font-weight: 700;
}


/*
================================================
      section-17 CSS
================================================
*/
.sec-image {
  width: 80px;
  position: absolute;
  background-color: #fafbfc;
  padding: 15px;
  border-radius: 100%;
  left: 25px;
  top: 17px;
}

.sec-content {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-left: 110px;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
}

.sec-content h4 {
  font-size: 18px;
}

/*
================================================
      service-2 CSS
================================================
*/
.section-2-box .service-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -150px 50px -40px rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.section-2-body h4 {
  font-size: 20px;
  font-weight: 600;
}

.service-image .badge-primary {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #162d8b;
  font-weight: 400;
  font-size: 12px;
  padding: 7px 10px;
}



/*
================================================
      Subheader- CSS
================================================
*/
.sub-subheader {
  position: relative;
  width: 100%;
  background-position: initial;
  height: auto;
  background: url(../images/call-back-bg.jpg) no-repeat;
  padding: 107px 0 106px;
  background-size: cover;
}

.sub-subheader:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 10%);
}

.sub-subheader .container {
  position: relative;
  z-index: 2;
}

.sub-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  line-height: .7;
}

.page-breadcrumb {
  position: relative;
  width: 100%;
  text-align: right;
  line-height: .7;
  padding-top: 7px;
}

.page-breadcrumb a,
.page-breadcrumb span {
  font-size: 14px;
  letter-spacing: .28px;
  text-transform: capitalize;
  color: #FFF;
  line-height: .7;
  font-weight: 400;
}

.page-breadcrumb a:last-child,
.page-breadcrumb a:hover {
  color: #162d8b;
}


/*
================================================
      About-Page-1 CSS
================================================
*/
.section-about-one h1 {
  font-weight: 700;
  line-height: 50px;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0;
}

/* about-card-css */
.flip-card {
  background-color: transparent;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(64, 65, 71, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.flip-card-front h4 {
  font-size: 18px;
  font-weight: 600;
}

.flip-card-front p {
  margin-bottom: 0;
}

.flip-card-front img {
  width: 80px;
  margin-bottom: 15px;
}

.flip-card-back {
  background-color: #162d8b;
  color: white;
  transform: rotateY(180deg);
  box-shadow: 0px 0px 35px 0px rgba(64, 65, 71, 0.1);
  display: flex;
  align-items: center;
  padding: 20px;
}

.flip-card-back p {
  color: #fff;
}

/* end */

/* Mission-section-css */
.our-mission h1 {
  margin-top: 0px;
}

.mission-list li {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

.mission-list li img {
  margin-right: 10px;
  width: 30px;
}


/* Our-vision-start */
.our-vision h1 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-vision h5 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #162d8b;
  margin-bottom: 20px;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  font-size: 14px;
}

.nav-pills .nav-link {
  border-radius: .25rem;
  border: 1px solid #eee;
  padding: 10px 30px;
}

.our-vision .nav-item {
  margin-right: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #162d8b;
  padding: 10px 30px;
  font-size: 14px;
}

.nav-pills .nav-link:hover {
  background-color: #162d8b;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.tab-content .tab-pane {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}


/* History-css-start */
/* The actual timeline (the vertical ruler) */
.history .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.history .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.history .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 30%;
}

/* The circles on the timeline */
.history .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #eee;
  border: 4px solid #162d8b;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.history .left {
  left: -20%;
}

/* Place the container to the right */
.history .right {
  left: 20%;
}

/* Add arrows to the left container (pointing right) */
.history .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.history .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.history .right::after {
  left: -16px;
}

/* The actual content */
.history .content {
  padding: 20px 30px;
  background-color: #162d8b;
  position: relative;
  border-radius: 6px;
}

.history .content p {
  color: #fff;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .history .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .history .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .history .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .history .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .history .right {
    left: 0%;
  }
}


/*
================================================
      About-Page-3 CSS
================================================
*/

.about-3-div .sub-title {
  color: #162d8b;
  background-color: rgba(0, 201, 167, 0.1);
  padding: 10px 20px;
  font-size: 14px;
}

.about-3-div h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.about-3-div h6 {
  font-size: 15px;
  color: #303030;
  line-height: 25px;
}

.request-call-form {
  padding: 40px 30px 40px;
  background-color: #323232;
  margin-top: -150px;
  border: 20px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 99;
}

.request-call-form label,
.request-call-form p {
  color: #fff;
}

.request-call-form h2 {
  color: #fff;
  font-size: 22px;
}

/*
================================================
      Team-details CSS
================================================
*/
.team-detail-list li {
  display: block;
  font-size: 14px;
  line-height: 40px;
}

.team-details img {
  border-radius: 5px;
}

.team-detail-list i.fa {
  color: #162d8b;
}

/*
================================================
     Work Experience CSS
================================================
*/
.work-experience {
  position: relative;
  overflow: hidden;
  margin: 50px 0px 0px 0px;
}

.work-experience:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #dcdcdc;
  z-index: 1
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.content h6 {
  color: #fff;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #162d8b;
  margin-top: 10px;
  z-index: 9999;
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
}

.timeline-content span {
  font-size: 14px;
  color: #9a9a9a;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.8;
  word-spacing: 1px;
  color: #7b7b7b;
  letter-spacing: 0.5px;
}


@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}



/*
================================================
    Error-Page- CSS
================================================
*/
.error-image {
  text-align: center;
}

.error-image img {
  width: 40%;
  margin: 0 auto;
}

.error-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #4c4c4c;
}


/*
================================================
   Servcie-Details CSS
================================================
*/
.sidebar-list li {
  display: block;
  padding: 20px;
  background-color: #fafbfc;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}

.sidebar-list li:last-child {
  border-bottom: none;
}

.sidebar-list li i.fa {
  float: right;
}

.sidebar-contact {
  background-color: white;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-contact li {
  background-color: #fff;
}

.sidebar-contact li a {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
}

.sidebar-contact span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #8f8f8f;
}

.sidebar-header h5 {
  font-size: 16px;
  font-weight: 600;
  background-color: #17d3c2;
  padding: 20px 20px;
  margin-bottom: 0;
  color: #fff;
}

.sidebar-broucher li {
  margin-bottom: 10px;
  border: none;
  background-color: #313131;
  border-radius: 3px;
}

.sidebar-broucher li a {
  color: #fff;
}

.sidebar-broucher li:hover {
  background-color: #17d3c2;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sidebar-body h3 {
  font-weight: 700;
}

/* Faq-css */
.faq .accordion {
  background-color: #fafbfc;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .active,
.faq .accordion:hover {
  background-color: #17d2c1;
  color: #fff;
}

.faq .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background-color: #565454;
  padding: 5px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: none;
}

.faq .active:after {
  content: "\2212";
  background-color: #ffffff;
  color: #313131;
}

.faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*
================================================
   Carrers CSS
================================================
*/
.career .card-head {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.career .accordion {
  margin-top: 40px;
}

.career .accordion .card {
  border: none;
  margin-bottom: 20px;
}

.career .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}

.career .accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.career .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.career .post-list li {
  font-size: 14px;
  line-height: 30px;
}

.career .post-list li i.fa {
  color: #37caa7;
}

/*
================================================
   Login CSS
================================================
*/
.form-section h5 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}

.form-section {
  padding: 20px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  border-radius: 5px;
}

.form-section label {
  font-size: 14px;
  color: #767575;
  font-weight: 500;
}

.form-control {
  font-size: 14px;
  background-color: #f5f5f5;
  border: none;
  height: 40px;
}

.form-control:focus {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #162d8b;
  outline: 0;
  box-shadow: none;
}

.forgot {
  font-size: 12px;
  font-weight: 500;
}

.btn.fb {
  background-color: #3b5998;
  border: none;
  padding: 8px 30px;
  color: #fff;
}

.btn.google {
  background-color: #db3236;
  border: none;
  padding: 8px 30px;
  color: #fff;
}

/*
================================================
   Blog-classic CSS
================================================
*/
.blog-body {
  padding: 20px;
  box-shadow: 0 0 15px #cccccc7a;
  border-radius: 0px 0px 5px 5px;
}

.blog-image {
  position: relative;
}

.blog-body h3 {
  font-size: 22px;
  font-weight: 600;
}

.blog-content-area .badges {
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge-primary {
  color: #fff;
  background-color: #162d8b;
}

.badges .badge {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
}

.badge-danger {
  color: #fff;
  background-color: #292929;
}

.badge-warning {
  color: #ffffff;
  background-color: #ff375c;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 5px;
}

.widget li {
  display: block;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.widget li:last-child {
  border-bottom: none;
}

.sidebar-content .count {
  float: right;
}

.sidebar-search input[type="search"] {
  float: left;
  width: 80%;
  border: 1px solid #eeeeee;
  color: #666666;
  padding: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.sidebar-search button {
  background: #162d8b;
  color: #fff;
  border: none;
  padding: 11px 15px;
}

/* sidebar-posts */
.sidebar-posts li {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sidebar-posts .widget li p {
  margin-bottom: 5px;
}

/* widget-instagram */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.column .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.column .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #162d8b;
  padding: 10px 16px;
  color: white;
}

.caption-container p {
  margin-bottom: 0;
  color: #fff;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: none;
}

.widget-tags li {
  border-bottom: none;
  display: inline-block;
  background-color: #fbfbfb;
  padding: 5px 16px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
}

.widget-tags li:hover {
  background-color: #162d8b;
  cursor: pointer;
  color: #fff;
}

.widget-tags li:hover a {
  color: #fff;
}

/* Paginations */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #162d8b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #162d8b;
  border-color: #162d8b;
}

/*
================================================
      Blog-details CSS
================================================
*/
.blog-single {
  padding: 20px 0px 0px 0px;
  box-shadow: none;
  border-radius: 0;
}

blockquote {
  color: #8f8f8f;
  position: relative;
  padding: 10px 20px 10px 20px;
  border: 1px solid #f3f3f3;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fbfbfb;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #162d8b;
}

/* Author-css */
.blog-author {
  position: relative;
  padding: 20px;
  z-index: 1;
  margin-bottom: 50px;
  display: flex;
}

.blog-author::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fbfbfb;
  border-radius: 5px;
}

.author-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex: 0 0 100px;
}

.author-img img {
  border-radius: 50%;
}

.author-desc h5 {
  font-size: 18px;
  font-weight: 600;
}


/* Comment-css */
.blog-comment h3,
.comment-form h3 {
  font-size: 24px;
}

.blog-comment>.comments {
  padding: 0;
  margin-bottom: 50px;
}

.comments {
  padding-left: 30px;
}

.comments article {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments .comments .comment {
  border-bottom: 0;
}

.comments .comment {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  display: block;
}

.comments .comment article {
  display: flex;
}

.comments .comment-thumbnail {
  flex: 0 0 40px;
  margin-right: 20px;
}

.comments .comment-thumbnail img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.comment-des h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-meta {
  font-size: 14px;
}

.comment-meta a {
  color: #162d8b;
}

.comment-meta a:hover {
  text-decoration: underline;
}

/* comment-form */
.comment-form h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

/*
================================================
      Contact CSS
================================================
*/
.contact-div h2 {
  font-weight: 700;
}

.contact-list {
  display: flex;
  padding: 20px 20px;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, .08);
}

.contact-icon {
  align-items: center;
  width: 50px;
  display: flex;
}

.contact-content p {
  margin-bottom: 0;
}

.contact-content {
  padding-left: 20px;
}

.contact-content h6 {
  margin-bottom: 5px;
}

.contact-form {
  padding: 20px;
  background-color: #162d8b;
  border-radius: 5px;
}

.contact-form h2 {
  color: #fff;
  font-weight: 700;
}

.contact-form p {
  color: #fff;
}

.contact-form label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.contact-form ul li {
  color: #303030;
  font-weight: 500;
  font-size: 12px;
}

.contact-image-text {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  bottom: 70px;
  border-radius: 3px;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, .08);
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.contact-image-text h3 {
  font-size: 24px;
  font-weight: 700;
}

.contact-image-text p {
  margin-bottom: 0;
}


/* Google-map-css */
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*
================================================
      Contact-3 CSS
================================================
*/
.contact-3-div h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}