@charset "UTF-8";

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #797979;
  transition: all 0.5s;
}

a {
  color: #797979;
  text-decoration: none;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover, a:focus {
  text-decoration: none;
  color: #111111;
  outline: none;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Verdana";
  line-height: 1.1;
  font-weight: 700;
  color: #111111;
  margin: 0;
  padding: 0;
}

hr {
  width: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #111111;
  transition: all 0.5s;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a {
  transition: all 0.5s;
}

p {
  margin: 0;
}

input, select, textarea {
  outline: none;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

.form-control {
  border: none;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-select:focus {
  box-shadow: none;
}

/*----- button ----- */
.submit-two-btn {
  margin: 30px 0 0 0;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.submit-two-btn .submit-two-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.submit-two-btn a {
  color: #ffffff;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 48px;
}
.submit-two-btn:hover .submit-two-btn-hvr {
  border: 0px solid #145da0;
}
.submit-two-btn:hover a {
  color: #145da0;
}

/*---- form-button -----*/
.submit-form-btn {
  margin: 30px 0 0 0;
  padding: 2px 47px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.submit-form-btn .submit-form-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  border: 70px solid #145da0;
  transition: all 0.5s ease;
  z-index: 8;
  box-sizing: border-box;
  transition: all 0.5s;
}
.submit-form-btn .submit-btn {
  color: #fff;
  line-height: 40px;
  transition: all 0.5s ease;
  z-index: 8;
  position: relative;
  padding: 0px !important;
  background: transparent;
  border: none;
}
.submit-form-btn:hover .submit-form-btn-hvr {
  border: 0px solid #145da0;
}
.submit-form-btn:hover .submit-btn {
  color: #145da0;
}

/*------ index-three-btn -------*/
.get-three {
  border: 1px solid #ffffff;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.get-three .get-three-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #ffffff;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.get-three a {
  color: #ffffff;
  padding: 10px 14px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.get-three:hover .get-three-hvr {
  border: 70px solid #ffffff;
}
.get-three:hover a {
  color: #145da0 !important;
}

/*----- white-button ------*/
.quote-two-btn {
  margin: 30px 0 0 0;
  border: 1px solid #145da0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.quote-two-btn .quote-two-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.quote-two-btn a {
  color: #ffffff;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 48px;
}
.quote-two-btn:hover .quote-two-btn-hvr {
  border: 70px solid #145da0;
}
.quote-two-btn:hover a {
  color: #ffffff;
}

.submit-btn button {
  border: 1px solid #145da0;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background-color: #145da0;
  color: #ffffff;
}

.fade-top {
  animation-name: fade-up;
  animation-duration: 750ms;
  animation-timing-function: linear;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.float_left {
  float: left;
  width: 100%;
}

.ptb {
  padding-bottom: 100px;
}

.ptt {
  padding-top: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#sidebar2 {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #111111;
  box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.5);
  overflow: scroll;
  overflow-x: hidden;
  z-index: 99999;
}
#sidebar2 .logo {
  width: 100%;
  float: left;
  text-align: center;
  padding: 25px;
}
#sidebar2 #cssmenu {
  width: 340px;
}
#sidebar2 #cssmenu .sidebar-two-head {
  float: left;
  width: 100%;
  padding: 0 22px;
}
#sidebar2 #cssmenu .sidebar-two-head .sidebar-content h4 {
  color: #ffffff;
  font-size: 25px;
}
#sidebar2 #cssmenu .sidebar-two-head .sidebar-content p {
  margin: 15px 0;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li {
  width: 100%;
  float: left;
  position: relative;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li a {
  padding: 12px 0px;
  text-transform: capitalize;
  display: flex;
  color: #ffffff;
  width: 100%;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li a i {
  margin-right: 8px;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li:hover a {
  color: #145da0;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li .index-two-anchor-link {
  color: #ffffff;
  padding: 12px 0px;
  text-transform: capitalize;
  display: flex;
  width: 100%;
}
#sidebar2 #cssmenu .sidebar-two-head .info-time ul li:hover a {
  color: #145da0;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side {
  float: left;
  width: 100%;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul {
  display: flex;
  justify-content: center;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li {
  border: 1px solid gray;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li a {
  padding: 15px 25px;
  display: inline-block;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li:hover {
  background-color: #145da0;
  border: 1px solid #145da0;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li:hover a {
  color: #ffffff;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li .index-2-icon {
  padding: 15px 25px;
  display: inline-block;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li:hover {
  background-color: #145da0;
  border: 1px solid #145da0;
}
#sidebar2 #cssmenu .sidebar-two-head .social-side ul li:hover a {
  color: #ffffff;
}
#sidebar2 #toggle-close2 {
  float: left;
  background: #145da0;
  padding: 15px 25px;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  right: 0px;
}
#sidebar2 .toggleClass {
  background-color: #145da0 !important;
  float: left;
  padding: 15px 25px;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  right: 0px;
  font-size: 30px;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #111111;
  box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.5);
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
}
#sidebar .logo {
  width: 100%;
  float: left;
  text-align: center;
  padding: 25px;
}
#sidebar .serach-nav-wrap {
  margin-top: 20px;
  position: relative;
}
#sidebar .serach-nav-wrap .search-box {
  margin: 12px 20px;
  display: inline-block;
}
#sidebar .serach-nav-wrap .search-box input {
  padding: 0px 24px;
  height: 45px;
}
#sidebar .serach-nav-wrap .search-box button {
  border: none;
  position: absolute;
  right: 30px;
  top: 70%;
  background: none;
}
#sidebar #cssmenu {
  width: 280px;
}
#sidebar #cssmenu ul li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #145da0;
}
#sidebar #cssmenu ul li a {
  padding: 16px 22px;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  width: 100%;
}
#sidebar #cssmenu ul li .head-button {
  padding: 12px 15px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
#sidebar #cssmenu ul li .head-button .head-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
#sidebar #cssmenu ul li .head-button a {
  color: #ffffff;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 0px !important;
}
#sidebar #cssmenu ul li .head-button:hover a {
  color: #145da0;
}
#sidebar #cssmenu ul .has-sub ul {
  display: none;
}
#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #145da0;
}
#sidebar #cssmenu ul .has-sub:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.1s ease-out;
}
#sidebar #cssmenu ul .has-sub::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 26px;
  display: block;
  height: 10px;
  width: 2px;
  background-color: #ffffff;
  transition: all 0.1s ease-out;
}
#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}
#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}
#sidebar #toggle-close {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 20px;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
}

/* ....................................
2 Header CSS
.......................................*/
/*---------
header css
-----------*/
.main-header {
  position: fixed;
  z-index: 11;
  top: 0px;
}
.main-header .menu-back {
  background-color: rgba(40, 40, 40, 0.6509803922);
}
.main-header a {
  padding: 15px 20px;
  display: inline-block;
}
.main-header .main-toggle {
  position: relative;
}
.main-header .navbar .navbar-nav {
  justify-content: flex-end;
  align-items: center;
}
.main-header .navbar .navbar-nav li {
  padding: 5px 10px;
  position: relative;
}
.main-header .navbar .navbar-nav li a {
  position: relative;
  color: #ffffff;
  transition: all 0.5s;
}
.main-header .navbar .navbar-nav li a:hover {
  color: #145da0;
}
.main-header .navbar .navbar-nav li a span i {
  font-size: 10px;
  margin-left: 5px;
}
.main-header .navbar .navbar-nav li .hover_menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0%;
  background-color: #145da0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.main-header .navbar .navbar-nav li .hover_menu:hover {
  color: #145da0;
}
.main-header .navbar .navbar-nav li .hover_menu:hover:after {
  height: 35%;
}
.main-header .navbar .navbar-nav li .sub-menu {
  position: absolute;
  left: -4px;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main-header .navbar .navbar-nav li .sub-menu .sub-menu2 {
  position: absolute;
  left: -240px;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main-header .navbar .navbar-nav li .sub-menu li {
  transition: all 0.5s;
  position: relative;
}
.main-header .navbar .navbar-nav li .sub-menu li a {
  color: #111111;
  padding: 12px 20px;
}
.main-header .navbar .navbar-nav li .sub-menu li a span i {
  position: absolute;
  right: 0;
  top: 17px;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover {
  background-color: #145da0;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover a {
  color: #ffffff;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover .sub-menu2 {
  top: 10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover .sub-menu2 li {
  transition: all 0.5s;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover .sub-menu2 li a {
  color: #111111;
}
.main-header .navbar .navbar-nav li .sub-menu li:hover .sub-menu2 li:hover a {
  color: #ffffff;
}
.main-header .navbar .navbar-nav li .mega-menu {
  display: flex;
  width: 682px;
  left: -190px;
}
.main-header .navbar .navbar-nav li li a {
  color: #145da0;
}
.main-header .navbar .navbar-nav li:hover .sub-menu {
  top: 115%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main-header .navbar .navbar-nav li .head-button {
  padding: 12px 15px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.main-header .navbar .navbar-nav li .head-button .head-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.main-header .navbar .navbar-nav li .head-button a {
  color: #ffffff;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 0px !important;
}
.main-header .navbar .navbar-nav li .head-button:hover .head-btn-hvr {
  border: 0px solid #145da0;
}
.main-header .navbar .navbar-nav li .head-button:hover a {
  color: #145da0;
}
.main-header .navbar .navbar-nav li .search-box {
  position: absolute;
  left: -50px;
  top: 100%;
  padding: 20px;
  display: inline-block;
  background-color: #ffffff;
  display: none;
  border-bottom: 5px solid #145da0;
}
.main-header .navbar .navbar-nav li .search-box input {
  padding: 0px 10px;
  height: 45px;
}
.main-header .navbar .navbar-nav li .search-box button {
  border: none;
  position: absolute;
  right: 27px;
  top: 30px;
  background: none;
}

.navbar-toggler {
  position: absolute;
  top: 24px;
  right: 15%;
  z-index: 99999;
  cursor: pointer;
  width: 2.5rem;
  height: 2rem;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler div {
  width: 100%;
  height: 3px;
  background: white;
  margin: 6px auto;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.navbar-toggler-two {
  position: inherit !important;
}

.navbar-toggler-response {
  right: 20px;
}

.navbar-toggler-sidebar {
  top: auto;
}
.navbar-toggler-sidebar div {
  background: #111111;
}

.navbar-toggler-three {
  top: 15px;
}
.navbar-toggler-three div {
  background: #111111;
}

.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}
.on .two {
  opacity: 0;
}
.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

.navbar-expand-lg {
  justify-content: flex-end;
}

/*------------ index-three-header-start ---------------*/
.main-header-three {
  position: absolute;
  width: 100%;
  z-index: 111;
  top: 0;
}
.main-header-three::before {
  content: "";
  display: block;
  position: absolute;
  background-color: gray;
  width: 100%;
  height: 1px;
  top: 38%;
}
.main-header-three .top-header-three-wrapper {
  padding: 24px 0;
}
.main-header-three .top-header-three-wrapper .top-header-three {
  display: flex;
}
.main-header-three .top-header-three-wrapper .top-header-three li {
  margin-right: 30px;
  color: #ffffff;
}
.main-header-three .top-header-three-wrapper .top-header-three li a {
  color: #ffffff;
}
.main-header-three .top-header-three-wrapper .top-header-three li a i {
  margin-right: 5px;
}
.main-header-three .top-header-three-wrapper .top-header-three li:hover a {
  color: #145da0;
}
.main-header-three .top-header-three-wrapper .social-three ul {
  display: flex;
  justify-content: flex-end;
}
.main-header-three .top-header-three-wrapper .social-three ul li {
  margin-left: 12px;
  transition: all 0.5s;
}
.main-header-three .top-header-three-wrapper .social-three ul li a {
  color: #ffffff;
  transform: translateY(0px);
  transition: all 0.5s;
}
.main-header-three .top-header-three-wrapper .social-three ul li:hover a {
  color: #145da0;
  transform: translateY(-5px);
  display: inline-block;
  transition: all 0.5s;
}

.three-header-wrapper {
  padding: 25px 0;
  position: relative;
}
.three-header-wrapper .header-three-menu ul {
  align-items: center;
}
.three-header-wrapper .header-three-menu ul li {
  margin: 0 15px;
  position: relative;
  transition: all 0.5s;
}
.three-header-wrapper .header-three-menu ul li:last-child {
  margin: 0px;
}
.three-header-wrapper .header-three-menu ul li:last-child a::after {
  display: none;
}
.three-header-wrapper .header-three-menu ul li a {
  color: #ffffff;
  transition: all 0.5s;
}
.three-header-wrapper .header-three-menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #145da0;
  transition: all 0.5s;
}
.three-header-wrapper .header-three-menu ul li a span i {
  font-size: 12px;
  margin-left: 5px;
}
.three-header-wrapper .header-three-menu ul li:hover a {
  color: #145da0;
}
.three-header-wrapper .header-three-menu ul li:hover a::after {
  width: 100%;
}
.three-header-wrapper .header-three-menu ul li:hover .sub-menu-three {
  top: 135%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.three-header-wrapper .header-three-menu ul li:hover .sub-menu-three li {
  margin-right: 20px;
}
.three-header-wrapper .header-three-menu ul li:hover .sub-menu-three li:hover {
  background-color: #145da0;
  margin-right: 0px;
}
.three-header-wrapper .header-three-menu ul li:hover .sub-menu-three li:hover a {
  color: #ffffff;
}
.three-header-wrapper .header-three-menu ul li .mega-menu {
  display: flex;
  width: 682px;
  left: -306px;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three {
  position: absolute;
  left: 0;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three .sub-menu3 {
  position: absolute;
  left: -240px;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li {
  margin: 0px;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li a {
  color: #111111;
  padding: 12px 20px;
  display: inline-block;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li a::after {
  display: none;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover {
  background-color: #145da0 !important;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover a {
  color: #ffffff !important;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover:hover .sub-menu3 {
  top: 10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover:hover .sub-menu3 li {
  transition: all 0.5s;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover:hover .sub-menu3 li a {
  color: #145da0 !important;
}
.three-header-wrapper .header-three-menu ul .sub-menu-three li:hover:hover .sub-menu3 li:hover a {
  color: #ffffff !important;
}

/*------------ index-three-header-end ---------------*/
/* ....................................
3 Index-one CSS
.......................................*/
/* -------- index-one-banner-start --------- */
.banner-main .carousel .carousel-inner {
  height: 750px;
}
.banner-main .carousel .carousel-inner .carousel-item {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main .carousel .carousel-inner .carousel-item:nth-child(2) {
  background-image: url("../images/banner-two.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main .carousel .carousel-inner .carousel-item:last-child {
  background-image: url("../images/banner-three.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main .carousel .carousel-inner .caption {
  padding: 266px 0;
  text-align: center;
  color: #ffffff;
}
.banner-main .carousel .carousel-inner .caption h2 {
  color: #ffffff;
  animation-delay: 1s;
  font-weight: 400;
}
.banner-main .carousel .carousel-inner .caption h1 {
  font-weight: bold;
  padding-top: 20px;
  color: #ffffff;
  position: relative;
  animation-delay: 1s;
}
.banner-main .carousel .carousel-inner .caption h1:before {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: #145da0;
  bottom: -25px;
  left: 45%;
  position: absolute;
}
.banner-main .carousel .carousel-inner .caption p {
  line-height: 25px;
  padding: 50px 0 50px 0;
  max-width: 955px;
  margin: 0 auto;
}
.banner-main .carousel .carousel-inner .caption .banner-btn {
  display: flex;
  justify-content: center;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn1 {
  padding: 12px 33px;
  margin-right: 20px;
  border: 1px solid #145da0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn1 .banner-btn1-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn1 a {
  color: #ffffff;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 0px !important;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn1:hover .banner-btn1-hvr {
  border: 0px solid #145da0;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn2 {
  width: 140px;
  height: 50px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn2 .banner-btn2-hvr {
  width: 140px;
  height: 50px;
  border: 0px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn2 a {
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.banner-main .carousel .carousel-inner .caption .banner-btn .banner-btn2:hover .banner-btn2-hvr {
  border: 70px solid #145da0;
}
.banner-main .carousel .carousel-inner .caption .banner-btn button {
  width: 150px;
  height: 45px;
  border-radius: 5px;
  transition: all 0.5s;
}
.banner-main .carousel .carousel-inner .caption .banner-btn button:focus {
  box-shadow: none;
}
.banner-main .carousel .carousel-inner .caption .banner-btn button:hover {
  background-color: #145da0;
  border-color: #145da0;
  color: #ffffff;
}
.banner-main .carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  text-indent: 0;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2rem;
  border-top: none;
}
.banner-main .carousel-indicators .active {
  color: #145da0;
}
.banner-main .carousel-indicators button:nth-child(1) span {
  border-right: 2px solid #ffffff;
  padding-right: 10px;
}
.banner-main .carousel-indicators button:nth-child(1) .active {
  color: #145da0;
}
.banner-main .carousel-indicators button:nth-child(2) span {
  border-right: 2px solid #ffffff;
  padding: 0px 10px;
}
.banner-main .carousel-indicators button:nth-child(3) span {
  padding: 0px 20px;
}

/* -------- index-one-banner-end --------- */
.main-about {
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
}
.main-about::before {
  content: url("../images/design-about.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-about .about-wrapper .head-about {
  position: relative;
}
.main-about .about-wrapper .head-about h2::before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 50px;
}
.main-about .about-wrapper .head-about p {
  max-width: 267px;
}
.main-about .about-wrapper .about-img .head-about-img .about-img1 {
  position: relative;
}
.main-about .about-wrapper .about-img .head-about-img .about-img1 img {
  width: 100%;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content {
  padding: 22px 0 0 0;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content h4 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #111111;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content p {
  font-size: 14px;
  padding: 12px 0 12px 0;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content a {
  text-transform: capitalize;
  color: #145da0;
  font-weight: 600;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content a i {
  margin-left: 5px;
}
.main-about .about-wrapper .about-img .head-about-img:hover .about-img-content h4 a {
  color: #145da0;
}
.main-about .about-wrapper .about-img .head-about-img:hover .about-img-overlay {
  background-color: rgba(61, 177, 255, 0.62);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-overlay .about-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
}

/*---------- index-one-about-end -------- */
/* -------- index-one-about-start --------- */
.main-about {
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
}
.main-about::before {
  content: url("../images/design-about.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main-about .about-wrapper .head-about {
  position: relative;
}
.main-about .about-wrapper .head-about h3 {
  font-weight: 400;
}
.main-about .about-wrapper .head-about h3::before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 50px;
}
.main-about .about-wrapper .head-about p {
  max-width: 267px;
}
.main-about .about-wrapper .head-about .signature {
  padding: 30px 0 0 0;
}
.main-about .about-wrapper .head-about .signature a {
  padding: 25px 0 0 0;
  display: inline-block;
}
.main-about .about-wrapper .about-img {
  position: relative;
  z-index: 99;
}
.main-about .about-wrapper .about-img .head-about-img .about-img1 {
  position: relative;
}
.main-about .about-wrapper .about-img .head-about-img .about-img1 img {
  width: 100%;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content {
  padding: 22px 0 0 0;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content h5 a {
  text-transform: capitalize;
  color: #111111;
  font-weight: 400;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content p {
  font-size: 14px;
  padding: 12px 0 12px 0;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content a {
  text-transform: capitalize;
  color: #145da0;
  font-weight: 600;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-content a i {
  margin-left: 5px;
}
.main-about .about-wrapper .about-img .head-about-img:hover .about-img-content h5 a {
  color: #145da0;
}
.main-about .about-wrapper .about-img .head-about-img:hover .about-img-overlay {
  background-color: rgba(61, 177, 255, 0.62);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.main-about .about-wrapper .about-img .head-about-img .about-img-overlay .about-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
}

/*------------ index-one-about-end ---------- */
/*------------ index-one-service-start ---------- */
.main-service {
  background-repeat: no-repeat;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.main-service::before {
  content: url("../images/design-service.png");
  display: block;
  position: absolute;
  top: 38%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.main-service .service-wrapper h3 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.main-service .service-wrapper h3::before {
  content: "";
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 55px;
  left: 45%;
}
.main-service .service-wrapper p {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}
.main-service .service-wrapper .service-img-head {
  padding: 40px 0 30px 0;
}
.main-service .service-wrapper .service-head-two h4 {
  float: left;
  padding: 35px 0 0 0;
  position: relative;
  top: -10px;
  z-index: 111;
}
.main-service .service-wrapper .service-head-two h2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #ededed;
  float: left;
  position: relative;
  left: -95px;
  z-index: 11;
}
.main-service .service-img-head .image-wrapper {
  position: relative;
  z-index: 11;
  padding: 20px;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  z-index: -1;
  background-image: url("../images/service.png");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}
.main-service .service-img-head .image-wrapper:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
}
.main-service .service-img-head .image-wrapper:hover .service-content {
  color: #ffffff;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper:hover .service-content h5 {
  color: #ffffff;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper:hover .service-content svg {
  fill: #ffffff;
}
.main-service .service-img-head .image-wrapper .service-content i {
  font-size: 35px;
  padding: 15px 0;
}
.main-service .service-img-head .image-wrapper .service-content svg {
  width: 10%;
  padding: 15px 0;
}
.main-service .service-img-head .image-wrapper .service-content p {
  text-align: left;
  max-width: 325px;
  margin: 0 0;
}
.main-service .service-img-head .image-wrapper.image-two-color::before {
  background: none;
}
.main-service .service-img-head .image-wrapper.image-two-color::after {
  background-image: none;
}
.main-service .service-img-head .image-wrapper.image-two-color .service-content {
  color: #111111;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper.image-two-color .service-content h5 {
  color: #111111;
  transition: all 0.5s;
}
.main-service .service-img-head .image-wrapper.image-two-color .service-content i {
  color: #145da0;
}
.main-service .service-img-head .image-wrapper.image-two-color:hover .service-content h5 {
  color: #145da0;
}
.main-service .service-img-head .service-two-content {
  background-image: url("../images/service-one.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .service-two-content svg {
  width: 10%;
  padding: 10px 0;
}
.main-service .service-img-head .service-two-content h4 {
  font-size: 20px;
  padding: 15px 0 0 0;
}
.main-service .service-img-head .service-two-content p {
  padding: 20px 0;
}
.main-service .service-img-head .bg-image-two {
  background-image: url("../images/service-two.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .bg-image-three {
  background-image: url("../images/service-three.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .bg-image-four {
  background-image: url("../images/service-four.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .bg-image-five {
  background-image: url("../images/service-five.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .bg-image-six {
  background-image: url("../images/service-six.png");
  background-repeat: no-repeat;
  background-position: left 40%;
  position: relative;
}
.main-service .service-img-head .img-box-one {
  padding-bottom: 30px;
}
.main-service.main-service-two::after {
  content: "";
  background-image: none;
}
.main-service.main-service-two::before {
  content: "";
  background-image: none;
}

/*------------ index-one-service-end ---------- */
/*------------ index-one-counter-start ---------- */
.counter-head {
  background-image: url("../images/bg-counter.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0 50px 0;
}
.counter-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a4376;
  opacity: 0.9;
}
.counter-head .counter {
  position: relative;
  text-align: center;
}
.counter-head .counter .count-up {
  padding: 20px 0 20px 0;
  display: inline-block;
}
.counter-head .counter .count-up .percent::after {
  content: "%";
  display: inline-block;
}

.counter-head .counter .count-up .plus::after {
    content: "+";
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
  }

.counter-head .counter .count-up h3 {
  color: #ffffff;
  font-weight: 500;
}
.counter-head .counter .count-up p {
  color: #ffffff;
  font-weight: 600;
}
.counter-head .counter .con {
  float: left;
}
.counter-head.counter-head-two::before {
  background-color: #145da0;
}

/*------------ index-one-counter-end ---------- */
/*------------ testimonial-page-start ---------- */
.main-testimonial {
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
}
.main-testimonial::before {
  content: url("../images/design-about.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.main-testimonial .testimonial-wrapper h2 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.main-testimonial .testimonial-wrapper h2::before {
  content: "";
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 55px;
  left: 45%;
}
.main-testimonial .testimonial-wrapper p {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 25px 0;
}
.main-testimonial .testimonial-wrapper .testimonial-slider {
  padding: 50px 0 0 0;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img {
  position: relative;
  background-color: #ffffff;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-content {
  float: left;
  padding: 100px 0 0 55px;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-content p {
  text-align: left;
  max-width: 588px;
  padding: 45px 0 35px 0;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-content h3 {
  font-size: 22px;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-content span {
  color: #145da0;
  padding: 15px 0;
  display: inline-block;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-img {
  float: right;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-carousel .item .test-img img {
  position: relative;
  z-index: 111;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .slider-icon img {
  position: absolute;
  top: 50px;
  left: 54px;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-dots {
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: 40px;
  z-index: 1111;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-dots .owl-dot button {
  background: none;
  width: 40px;
  border: none;
  padding: 0;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #555555;
  border-radius: 0px;
  height: 22px;
  transition: all 0.5s;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-dots .owl-dot.active button {
  color: #145da0;
}
.main-testimonial .testimonial-wrapper .testimonial-slider .slider-img .owl-dots .owl-dot:last-child button {
  border-right: none;
}
/*------------ testimonial-page-end ----------*/
/*------------ Expert-page-start ----------*/
.main-expert {
  background-color: #f8f8f8;
}
.main-expert .expert-wrapper .head-expert h2 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.main-expert .expert-wrapper .head-expert h2 span
{
  color: #145da0;
}
.main-expert .expert-wrapper .head-expert h2::before {
  content: "";
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 55px;
  left: 45%;
}
.main-expert .expert-wrapper .head-expert p {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}
.main-expert .expert-wrapper .expert-slider {
  padding: 65px 0 0 0;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img {
  position: relative;
  display: block;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .content-overlay {
  background: rgba(255, 83, 61, 0.6392156863);
  position: absolute;
  height: 100%;
  width: 100%;
  left: -286px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content:hover .content-overlay {
  opacity: 1;
  left: 0;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content:hover .expert-text {
  left: 50%;
  opacity: 1;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .expert-text {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 56%;
  left: -20%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .expert-text a i {
  color: #ffffff;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .expert-text h4 a {
  font-size: 20px;
  color: #ffffff;
  padding: 15px 0;
  display: inline-block;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .expert-text ul {
  display: flex;
  justify-content: center;
}
.main-expert .expert-wrapper .expert-slider .owl-carousel .item .expert-img .content .expert-text ul li {
  margin: 0 10px;
}

/*------------ Expert-page-end ----------*/
/*------------ News-page-start --------- */
.main-news {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 50px 0;
  width: 100%;
  position: relative;
}
.main-news::before {
  content: url("../images/design-news.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-news .news-wrapper .head-news h2 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.main-news .news-wrapper .head-news h2::before {
  content: "";
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 55px;
  left: 45%;
}
.main-news .news-wrapper .head-news p {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}
.main-news .news-wrapper .news-box {
  padding: 20px 15px;
  position: relative;
  z-index: 11;
}
.main-news .news-wrapper .news-box .news-box-one {
  transition: all 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2117647059);
  margin-top: 40px;
}
.main-news .news-wrapper .news-box .news-box-one img {
  width: 100%;
}
.main-news .news-wrapper .news-box .news-box-one .news-content {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: all 0.5s;
}
.main-news .news-wrapper .news-box .news-box-one .news-content .news-ptr {
  padding: 40px 20px 40px 25px;
}
.main-news .news-wrapper .news-box .news-box-one .news-content .news-ptr span {
  text-transform: uppercase;
  margin-left: 8px;
}
.main-news .news-wrapper .news-box .news-box-one .news-content h5 a {
  font-size: 20px;
  display: inline-block;
  padding: 20px 0;
  transition: all 0.5s;
}
.main-news .news-wrapper .news-box .news-box-one .news-content ul {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0 20px 0;
}
.main-news .news-wrapper .news-box .news-box-one .news-content ul li a
{
  text-align: left;
}
.main-news .news-wrapper .news-box .news-box-one .news-content ul li:hover a {
  color: #145da0;
  transition: all 0.5s;
}
.main-news .news-wrapper .news-box .news-box-one:hover {
  transform: translateY(-15px);
}
.main-news .news-wrapper .news-box .news-box-one:hover .news-content {
  border-bottom: 1px solid #145da0;
  border-left: 1px solid #145da0;
  border-right: 1px solid #145da0;
}
.main-news .news-wrapper .news-box .news-box-one:hover .news-content h5 a {
  color: #145da0;
}

/*------------ News-page-end --------- */
/*------------ Signin-page-start --------- */
.main-signin .sign-wrapper {
  background-color: #f3f3f3;
}
.main-signin .sign-wrapper .help-head {
  background-color: #145da0;
  color: #ffffff;
  padding: 45px 0px 70px 10px;
  position: relative;
}
.main-signin .sign-wrapper .help-head::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #145da0;
  top: 0;
  bottom: 0;
  left: -313px;
  width: 320px;
  height: 100%;
}
.main-signin .sign-wrapper .help-head h2 {
  color: #ffffff;
}
.main-signin .sign-wrapper .help-head p {
  padding: 30px 0;
  max-width: 445px;
}
.main-signin .sign-wrapper .help-head ul {
  padding-top: 15px;
}
.main-signin .sign-wrapper .help-head ul li {
  margin-bottom: 35px;
}
.main-signin .sign-wrapper .help-head ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 30px;
}
.main-signin .sign-wrapper .help-head ul li a span {
  margin-right: 15px;
}
.main-signin .sign-wrapper .sign-up-head {
  padding: 45px 0px 0px 25px;
}
.main-signin .sign-wrapper .sign-up-head h4 span {
  color: #145da0;
}
.main-signin .sign-wrapper .sign-up-head p {
  padding: 20px 0;
  max-width: 445px;
  color: #000;
  font-size: 19px;
}
.main-signin .sign-wrapper .sign-up-head form input {
  width: 291px;
  padding: 10px;
  border: 1px solid gray;
}
.main-signin .sign-wrapper .sign-up-head form textarea {
  width: 612px;
  padding: 10px;
  height: 125px;
  border: 1px solid gray;
}
.main-signin .sign-wrapper .sign-up-head .read-btn {
  padding: 2px 47px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: right;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.main-signin .sign-wrapper .sign-up-head .read-btn .read-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  border: 70px solid #145da0;
  transition: all 0.5s ease;
  z-index: 8;
  box-sizing: border-box;
  transition: all 0.5s;
}
.main-signin .sign-wrapper .sign-up-head .read-btn .submit-btn {
  color: #fff;
  line-height: 40px;
  transition: all 0.5s ease;
  z-index: 8;
  position: relative;
  padding: 0px !important;
  background: transparent;
  border: none;
}
.main-signin .sign-wrapper .sign-up-head .read-btn:hover .read-btn-hvr {
  border: 0px solid #145da0;
}
.main-signin .sign-wrapper .sign-up-head .read-btn:hover .submit-btn {
  color: #145da0;
}

/*------------ Signin-page-end --------- */
/* ....................................
4 Index-two CSS
.......................................*/
/* -------- index-two-banner-start --------- */
.top-header {
  background-color: #ffffff;
  padding: 10px 0;
}
.top-header .header-two-sign a {
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
}
.top-header .header-two-logo {
  text-align: center;
  line-height: 50px;
}
.top-header .main-btn-two {
  display: flex;
  justify-content: flex-end;
}
.top-header .main-btn-two .head-two-btn {
  width: 120px;
  height: 50px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.top-header .main-btn-two .head-two-btn .head-two-btn-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.top-header .main-btn-two .head-two-btn a {
  color: #ffffff;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 0px !important;
}
.top-header .main-btn-two .head-two-btn:hover .head-two-btn-hvr {
  border: 0px solid #145da0;
}
.top-header .main-btn-two .head-two-btn:hover a {
  color: #145da0;
}

.main-header-two {
  background-color: #ffffff;
  padding-bottom: 10px;
}
.main-header-two .index-two-side button {
  width: 50px;
}
.main-header-two .index-two-side button:focus {
  box-shadow: none;
}
.main-header-two .index-two-side {
  padding: 10px;
}
.main-header-two .menu-header-two {
  line-height: 35px;
}
.main-header-two .menu-header-two .navbar .navbar-nav .active {
  color: #145da0;
}
.main-header-two .menu-header-two .navbar .navbar-nav li {
  position: relative;
}
.main-header-two .menu-header-two .navbar .navbar-nav li a {
  position: relative;
  padding: 0px 22px;
  color: #111111;
  transition: all 0.5s;
}
.main-header-two .menu-header-two .navbar .navbar-nav li a span i {
  font-size: 12px;
  margin-left: 5px;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover a {
  color: #145da0;
}
.main-header-two .menu-header-two .navbar .navbar-nav li .sub-menu-two {
  position: absolute;
  left: 0;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main-header-two .menu-header-two .navbar .navbar-nav li .sub-menu-two .dropdown-menu2 {
  position: absolute;
  left: -240px;
  top: 150%;
  width: 235px;
  text-align: left;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover .sub-menu-two {
  top: 135%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover .sub-menu-two li:hover {
  background-color: #145da0;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover .sub-menu-two li:hover a {
  color: #ffffff !important;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover .sub-menu-two .dropdown-menu2 li a {
  color: #111111 !important;
}
.main-header-two .menu-header-two .navbar .navbar-nav li:hover .sub-menu-two .dropdown-menu2 li a:hover {
  color: #fff !important;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li {
  transition: all 0.5s;
  position: relative;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li a {
  color: #111111 !important;
  padding: 12px 20px;
  display: inline-block;
  transition: all 0.5s;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li a span i {
  position: absolute;
  right: -5px;
  top: 26px;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li:hover .dropdown-menu2 {
  top: 10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li:hover .dropdown-menu2 li {
  transition: all 0.5s;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li:hover .dropdown-menu2 li a {
  color: #111111 !important;
}
.main-header-two .menu-header-two .navbar .navbar-nav li li:hover .dropdown-menu2 li:hover a {
  color: #ffffff !important;
}
.main-header-two .menu-header-two .navbar .navbar-nav li .mega-menu {
  display: flex;
  width: 682px;
  left: -190px;
  justify-content: center;
}
.main-header-two .navbar-expand-lg {
  justify-content: center;
}
.main-header-two .social-icon {
  line-height: 50px;
}
.main-header-two .social-icon ul {
  display: flex;
  justify-content: flex-end;
}
.main-header-two .social-icon ul li {
  margin-right: 20px;
}
.main-header-two .social-icon ul li:last-child {
  margin-right: 0px;
}
.main-header-two .social-icon ul li:hover a i {
  color: #145da0;
}

.banner-main-two .carousel .carousel-inner {
  height: 660px;
}
.banner-main-two .carousel .carousel-inner .carousel-item {
  background-image: url("../images/banner-two.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main-two .carousel .carousel-inner .carousel-item:nth-child(2) {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main-two .carousel .carousel-inner .carousel-item:last-child {
  background-image: url("../images/banner-three.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-main-two .carousel .carousel-inner .caption {
  padding: 200px 0;
  text-align: center;
  color: #ffffff;
}
.banner-main-two .carousel .carousel-inner .caption h2 {
  color: #ffffff;
  animation-delay: 1s;
  font-weight: 400;
}
.banner-main-two .carousel .carousel-inner .caption h1 {
  font-weight: bold;
  padding-top: 20px;
  color: #ffffff;
  position: relative;
  animation-delay: 1s;
}
.banner-main-two .carousel .carousel-inner .caption h1:before {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: #ffffff;
  bottom: -25px;
  left: 45%;
  position: absolute;
}
.banner-main-two .carousel .carousel-inner .caption p {
  line-height: 25px;
  padding: 50px 0 50px 0;
  max-width: 955px;
  margin: 0 auto;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn {
  display: flex;
  justify-content: center;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn1 {
  width: 150px;
  height: 45px;
  margin-right: 20px;
  border: 1px solid #145da0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn1 .banner-btn1-hvr {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 70px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn1 a {
  color: #ffffff;
  line-height: 40px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 0px !important;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn1:hover .banner-btn1-hvr {
  border: 0px solid #145da0;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn2 {
  width: 140px;
  height: 45px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn2 .banner-btn2-hvr {
  width: 140px;
  height: 50px;
  border: 0px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn2 a {
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn .banner-btn2:hover .banner-btn2-hvr {
  border: 70px solid #145da0;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn button {
  width: 150px;
  height: 45px;
  border-radius: 5px;
  transition: all 0.5s;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn button:focus {
  box-shadow: none;
}
.banner-main-two .carousel .carousel-inner .caption .banner-btn button:hover {
  background-color: #145da0;
  border-color: #145da0;
  color: #ffffff;
}
.banner-main-two .carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  text-indent: 0;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2rem;
  border-top: none;
}
.banner-main-two .carousel-indicators {
  box-sizing: border-box;
  text-indent: 0;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2rem;
  border-top: none;
  left: 75%;
  display: block;
}
.banner-main-two .carousel-indicators .active {
  color: #145da0;
  position: relative;
}
.banner-main-two .carousel-indicators .active::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  right: -35px;
  top: 10px;
}
/* -------- index-two-banner-end --------- */
/* -------- about-two-start -------------- */
.about-section-two {
  position: relative;
  top: -90px;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-img2 {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-img2 img {
  width: 100%;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-img2-overlay {
  background: #145da0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.about-section-two .about-section-wrapper .head-about-img2:hover .about-img2-overlay {
  opacity: 67%;
}
.about-section-two .about-section-wrapper .head-about-img2:hover .about-content {
  top: 18%;
  opacity: 1;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 0%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content i {
  font-size: 45px;
  color: #ffffff;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content h4 {
  color: #ffffff;
  font-size: 20px;
  padding: 20px 0;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content p {
  color: #ffffff;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content a {
  color: #ffffff;
  padding: 15px 0;
  display: inline-block;
}
.about-section-two .about-section-wrapper .head-about-img2 .about-content a i {
  color: #ffffff;
  font-size: 12px;
}

.main-head-two .head-about-two .about-border {
  border-bottom: 3px solid;
  padding-bottom: 35px;
}
.main-head-two .head-about-two .about-border .content-about-two h4 {
  float: left;
  padding: 35px 0 0 0;
  position: relative;
  top: -10px;
  z-index: 111;
}
.main-head-two .head-about-two .about-border .content-about-two h2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #ededed;
  float: left;
  position: relative;
  left: -95px;
  z-index: 11;
}
.main-head-two .head-about-two .about-pera p {
  color: #111111;
  max-width: 380px;
  line-height: 26px;
}
.main-head-two .head-about-two .about-pera .about-learn {
  width: 140px;
  height: 45px;
  border: 1px solid #145da0;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 32px;
}
.main-head-two .head-about-two .about-pera .about-learn:hover .about-learn-hvr {
  border: 70px solid #145da0;
}
.main-head-two .head-about-two .about-pera .about-learn:hover a {
  color: #ffffff;
}
.main-head-two .head-about-two .about-pera .about-learn a {
  color: #111111;
  text-decoration: none;
  line-height: 40px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.main-head-two .head-about-two .about-pera .about-learn-hvr {
  width: 140px;
  height: 50px;
  border: 0px solid #145da0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
}
.main-head-two .head-about-two .about-pera-two p {
  line-height: 26px;
  max-width: 800px;
  margin: 0 0 0 auto;
}
.main-head-two .head-about-two .about-team-head {
  padding: 50px 0 0;
}
.main-head-two .head-about-two .about-team-head .about-team-img {
  position: relative;
}
.main-head-two .head-about-two .about-team-head .about-team-img img {
  width: 100%;
}
.main-head-two .head-about-two .about-team-head .team-overlay {
  position: absolute;
  background: rgba(0, 72, 166, 0.6117647059);
  top: 42%;
  left: 45%;
  right: 0;
  bottom: 0;
}
.main-head-two .head-about-two .about-team-head .team-overlay .team-pera {
  padding: 25px 15px 0;
}
.main-head-two .head-about-two .about-team-head .team-overlay .team-pera p {
  color: #ffffff;
}
.main-head-two .head-about-two .about-team-head .team-overlay .team-pera a {
  padding: 15px 0;
  color: #ffffff;
  display: inline-block;
}
.main-head-two .head-about-two .about-team-head .about-link ul li {
  border-bottom: 1px solid #145da0;
  margin-bottom: 17px;
}
.main-head-two .head-about-two .about-team-head .about-link ul li a span i {
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  background-color: #145da0;
  color: #ffffff;
  height: 35px;
  width: 40px;
  padding: 8px;
}
.main-head-two .head-about-two .about-team-head .about-link ul li a span {
  color: #111111;
  font-weight: 600;
}

/* ----------- about-two-end -------------- */
/* ---------- expert-two-start ----------- */
.main-expert-two .expert-wrapper-two {
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
}
.main-expert-two .expert-wrapper-two .expert-head-two {
  padding: 50px 0;
}
.main-expert-two .expert-wrapper-two .expert-head-two h4 {
  float: left;
  padding: 35px 0 0 0;
  position: relative;
  top: -10px;
  z-index: 111;
}
.main-expert-two .expert-wrapper-two .expert-head-two h2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #ededed;
  float: left;
  position: relative;
  left: -95px;
  z-index: 11;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two {
  position: relative;
  transition: all 0.5s;
  border-bottom: 1px solid #145da0;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two .social-expert {
  position: absolute;
  bottom: -1px;
  height: 0px;
  background: #145da0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two .social-expert ul {
  display: flex;
  justify-content: space-evenly;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two .social-expert ul li a {
  line-height: 55px;
  display: inline-block;
  transform: translateY(0px);
  transition: all 0.5s;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two .social-expert ul li a:hover {
  transform: translateY(-5px);
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two .social-expert ul li a i {
  color: #ffffff;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two:hover .social-expert {
  opacity: 1;
  height: 55px;
}
.main-expert-two .expert-slider-two .owl-carousel .expert-img-two h6 {
  font-size: 16px;
  font-weight: 400;
}
.main-expert-two .expert-slider-two .owl-carousel .item {
  text-align: center;
}
.main-expert-two .expert-slider-two .owl-carousel .item h6 {
  padding: 22px 0 0 0;
  font-size: 16px;
}
.main-expert-two .expert-slider-two .owl-carousel .item h6 a {
  font-size: 26px;
}
.main-expert-two .expert-slider-two .owl-carousel .owl-dots {
  display: block;
}
.main-expert-two .expert-slider-two .owl-carousel .owl-dots .owl-dot.active span {
  background: #145da0;
}

/* ---------- expert-two-end ----------- */
/* --------- testimonial-two-start --------- */
/* --------- testimonial-two-end ---------- */
/* ---------- news-two-start ----------- */
.main-news-two {
  background-color: #f9f9f9;
}
.main-news-two .news-wrapper-two .news-head-two h4 {
  float: left;
  padding: 35px 0 0 0;
  position: relative;
  top: -10px;
  z-index: 111;
}
.main-news-two .news-wrapper-two .news-head-two h2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #ededed;
  float: left;
  position: relative;
  left: -95px;
  z-index: 11;
}
.main-news-two .news-wrapper-two .one-box {
  margin-bottom: 50px;
  margin-top: 50px;
}
.main-news-two .news-wrapper-two .news-box {
  background-color: #ffffff;
  display: flex;
  position: relative;
  transition: all 0.5s;
}
.main-news-two .news-wrapper-two .news-box .news-box-img {
  margin-right: 35px;
  position: relative;
}
.main-news-two .news-wrapper-two .news-box .news-box-img .news-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.main-news-two .news-wrapper-two .news-box .news-box-img .news-date {
  background: #145da0;
  padding: 15px;
  position: absolute;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  top: 0;
  left: 0;
}
.main-news-two .news-wrapper-two .news-box .news-box-img .news-date p {
  text-align: center;
  color: #ffffff;
}
.main-news-two .news-wrapper-two .news-box .news-box-img .news-date p span {
  font-size: 22px;
}
.main-news-two .news-wrapper-two .news-box .news-box-content {
  padding: 10px 30px 0 0px;
}
.main-news-two .news-wrapper-two .news-box .news-box-content h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.231372549);
}
.main-news-two .news-wrapper-two .news-box .news-box-content h4 a {
  font-size: 18px;
}
.main-news-two .news-wrapper-two .news-box .news-box-content ul {
  padding: 20px 0 0 0;
}
.main-news-two .news-wrapper-two .news-box .news-box-content ul li {
  float: left;
  margin-right: 25px;
}
.main-news-two .news-wrapper-two .news-box .news-box-content ul li a i {
  margin-right: 10px;
}
.main-news-two .news-wrapper-two .news-box .news-box-content ul li:hover a {
  color: #145da0;
}
.main-news-two .news-wrapper-two .news-box .news-box-content p {
  clear: both;
  float: left;
  margin: 30px 0;
}
.main-news-two .news-wrapper-two .news-box:hover .news-box-content h4 a {
  color: #145da0;
}
.main-news-two .news-wrapper-two .news-box:hover .news-box-content .news-read a {
  color: #145da0;
}
.main-news-two .news-wrapper-two .news-box:hover .news-img-overlay {
  background-color: rgba(0, 108, 247, 0.5098039216);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}

/* ---------- news-two-end ----------- */
/* ---------- sign-in-two-start ------- */
.main-signin-two .signin-wrapper-two {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.main-signin-two .signin-wrapper-two .head-signin h2 span {
  color: #0574e9;
}
.main-signin-two .signin-wrapper-two form {
  padding: 50px 0 0 0;
}
.main-signin-two .signin-wrapper-two form .input-group {
  margin-bottom: 20px;
}
.main-signin-two .signin-wrapper-two form .input-group span {
  background-color: #ffffff !important;
  border: none;
  padding: 20px;
}
.main-signin-two .signin-wrapper-two form .input-group span i {
  color: #797979;
}
.main-signin-two .signin-wrapper-two form input {
  padding: 12px;
  border-radius: 10px;
  position: relative;
}
.main-signin-two .signin-wrapper-two form textarea {
  height: 135px;
}

/* ---------- sign-in-two-end ------- */
/* ---------- social-section-start ---------- */
.social-wrapper {
  background-image: url("../images/bg-phone.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}
.social-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #145da0;
  opacity: 0.9;
}
.social-wrapper .mobile-img {
  position: relative;
  text-align: center;
}
.social-wrapper .mobile-content {
  position: relative;
}
.social-wrapper .mobile-content h2 {
  color: #ffffff;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 70px;
}
.social-wrapper .mobile-content h2 span {
  font-weight: 400;
}
.social-wrapper .mobile-content p {
  color: #ffffff;
  max-width: 495px;
  margin: 30px 0;
  line-height: 35px;
}
.social-wrapper .mobile-content ul {
  display: flex;
}
.social-wrapper .mobile-content ul li:last-child {
  margin-left: 20px;
}
/* ---------- social-section-end ---------- */
/* --------- footer-section-start ----------- */
.footer-two-wrapper {
  float: left;
  background-image: url("../images/bg-footer-two.jpg");
  width: 100%;
  background-position: center 0;
  background-size: cover;
  position: relative;
  text-align: center;
}
.footer-two-wrapper .footer-img-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: #000000;
  opacity: 0.9;
}
.footer-two-wrapper .footer-head-four {
  position: relative;
}
.footer-two-wrapper .footer-head-four .wrapper-social {
  padding: 50px;
  border-right: 1px solid #393737;
  height: 100%;
}
.footer-two-wrapper .footer-head-four .wrapper-social .footer-two-logo {
  padding-bottom: 40px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .footer-social-text {
  padding-bottom: 40px;
}
.footer-two-wrapper .footer-head-four .wrapper-social h4 {
  color: #ffffff;
  font-size: 18px;
}
.footer-two-wrapper .footer-head-four .wrapper-social h6 {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 52px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-social-media .wrapper-social-icons {
  display: flex;
  justify-content: center;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-social-media .wrapper-social-icons li {
  float: left;
  margin-left: 10px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-social-media .wrapper-social-icons li:first-child {
  margin-left: 0px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-social-media .wrapper-social-icons li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #818d9a;
  background: #353535;
  border-radius: 50%;
  transition: all 0.5s;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-social-media .wrapper-social-icons li a:hover {
  background: #145da0;
  color: #ffffff;
  transition: all 0.5s;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-quote-text p {
  max-width: 293px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-email-text {
  padding-bottom: 40px;
  float: left;
  width: 100%;
  display: inline-block;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-email-text a {
  color: #145da0;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-email-button input {
  background: #353535;
  border: 1px solid #353535;
  border-radius: 10px;
  padding: 17px 45px 15px 26px;
  color: #818d9a;
  font-size: 13px;
}
.footer-two-wrapper .footer-head-four .wrapper-social .wrapper-email-button i {
  margin-left: -60px;
  background: #145da0;
  border-radius: 10px;
  color: #ffffff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}
.footer-two-wrapper .bottom-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #393737;
  opacity: 0.9;
  background: rgba(18, 18, 16, 0.6196078431);
}
.footer-two-wrapper .bottom-wrapper .copyright-two p {
  text-transform: capitalize;
  color: #818d9a;
  text-align: left;
}
.footer-two-wrapper .bottom-wrapper .footer-menu-two ul {
  float: right;
}
.footer-two-wrapper .bottom-wrapper .footer-menu-two ul li {
  float: left;
  margin-left: 25px;
}
.footer-two-wrapper .bottom-wrapper .footer-menu-two ul li:first-child {
  margin-left: 0px;
}
.footer-two-wrapper .bottom-wrapper .footer-menu-two ul li a {
  float: left;
  color: #818d9a;
  transition: all 0.5s;
}
.footer-two-wrapper .bottom-wrapper .footer-menu-two ul li a:hover {
  color: #145da0;
  transition: all 0.5s;
}

/* --------- footer-section-end ----------- */
.main-testimonial-two .teatimonial-wrapper-two {
  background-image: url("../images/bg-testimonial.png");
  background-size: cover;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  padding: 100px 0 220px 0;
}
.main-testimonial-two .teatimonial-wrapper-two::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #145da0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info {
  float: left;
  width: 100%;
  text-align: center;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info .carousel-inner {
  padding-bottom: 85px;
  top: 190px;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info .carousel-inner h4 {
  color: #ffffff;
  margin: 40px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info .carousel-inner h4 span {
  font-weight: 500;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info .carousel-inner p {
  color: #ffffff;
  line-height: 30px;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info img {
  display: inline-block;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 10px;
  color: #ffffff;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-control {
  display: none;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators {
  right: 20%;
  top: 0;
  bottom: -50px;
  margin-right: -19px;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators li {
  width: 100px;
  height: 100px;
  margin: 5px -10px;
  cursor: pointer;
  border: 2px dashed transparent;
  border-radius: 50px;
  opacity: 0.4;
  position: relative;
  transition: all 0.4s;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators li::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/quote-slide.png");
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  opacity: 0;
  bottom: -38px;
  left: 21px;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators img {
  border-radius: 100%;
  padding: 5px;
  margin: 0px;
  display: block;
  width: 100%;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators .active {
  background: transparent;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  opacity: 1;
}
.main-testimonial-two .teatimonial-wrapper-two .testimonial-info #testimonial-quote-carousel .carousel-indicators .active::before {
  opacity: 1;
  z-index: 111;
}

/* section_7 css start*/
/* Carousel */
/* section_7 css end*/
/* ....................................
5 Index-three CSS
.......................................*/
/* -------- index-three-banner-start --------- */
.banner-three .owl-theme .item .banner-three-img {
  background-image: url("../images/banner-three.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
  width: 100%;
  float: left;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content {
  padding: 90px 0;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content h4 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content h2 {
  font-size: 64px;
  color: #ffffff;
  line-height: 100px;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content h3 {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content p {
  color: #ffffff;
  margin: 25px 0;
  max-width: 615px;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn {
  padding: 30px 0;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn .read-three-btn {
  border: 1px solid #145da0;
  margin-right: 35px;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn .read-three-btn .read-three-btn-hvr {
  border: 70px solid #145da0;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn .read-three-btn a {
  padding: 12px 35px;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn .read-three-btn:hover .read-three-btn-hvr {
  border: 0px solid #145da0;
}
.banner-three .owl-theme .item .banner-three-img .banner-three-content .main-three-btn .purchase-btn a {
  padding: 12px 22px;
}
.banner-three .owl-theme .item .next-img-1 {
  background-image: url("../images/banner-two.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
  width: 100%;
  float: left;
}
.banner-three .owl-theme .item .next-img-2 {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
  width: 100%;
  float: left;
}
.banner-three .owl-theme button {
  border: none;
  padding: 0 18px;
  background: none;
  padding-bottom: 15px;
  color: #ffffff;
  transform: translateY(0px);
  transition: all 0.5s;
}
.banner-three .owl-theme .owl-dots {
  position: absolute;
  right: 60px;
  bottom: 100px;
  border-bottom: 1px solid #ffffff;
}
.banner-three .owl-theme .owl-dots .owl-dot.active {
  position: relative;
}
.banner-three .owl-theme .owl-dots .owl-dot.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 5px;
  background: #145da0;
  width: 100%;
}
.banner-three .owl-theme .owl-dots .owl-dot.active button {
  transform: translateY(-8px);
  transition: all 0.5s;
}

/* -------- index-three-banner-end --------- */
/* ------------- about-section-start ------------- */
.about-three-wrapper .about-three-img {
  position: relative;
}
.about-three-wrapper .about-three-img .about-img-overlay {
  position: relative;
  max-width: 451px;
  top: 70px;
  margin: 0 35px 0 auto;
}
.about-three-wrapper .about-three-img .about-img-overlay::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #111111;
  opacity: 30%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-three-wrapper .about-three-img .about-img-overlay::after {
  content: "";
  position: absolute;
  left: -9%;
  top: -37px;
  height: 100%;
  width: 100%;
  border-width: 8px;
  border-style: solid;
  transform: rotateY(0);
  transform-origin: right;
  z-index: -1;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
  color: #145da0;
}
.about-three-wrapper .about-three-img .about-img-overlay:hover::after {
  transform: rotateY(35deg);
  opacity: 0;
  visibility: hidden;
}
.about-three-wrapper .about-three-img .experience-wrapper {
  background-color: #323232;
  position: absolute;
  right: -8px;
  bottom: -70px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 7px;
}
.about-three-wrapper .about-three-img .experience-wrapper h2 {
  color: #ffffff;
  padding-right: 15px;
}
.about-three-wrapper .about-three-img .experience-wrapper p {
  color: #ffffff;
  max-width: 160px;
  border-left: 1px solid rgba(128, 128, 128, 0.5019607843);
  padding-left: 15px;
}
.about-three-wrapper .about-three-content {
  padding: 60px 10px;
}
.about-three-wrapper .about-three-content h6 {
  font-size: "Open Sans", sans-serif;
  color: #797979;
  font-weight: 400;
}
.about-three-wrapper .about-three-content h3 {
  font-size: 34px;
  padding-top: 20px;
  line-height: 46px;
  font-weight: 400;
}
.about-three-wrapper .about-three-content h3 span {
  font-weight: bold;
  color: #145da0;
  font-size: 32px;
}
.about-three-wrapper .about-three-content p {
  margin: 25px 0;
  text-align: justify;
  /*max-width: 545px;*/
}
.about-three-wrapper .about-three-content p:last-child {
  margin: 20px 0;
}
.about-three-wrapper .about-three-content .play-wrapper {
  position: relative;
}
.about-three-wrapper .about-three-content .play-wrapper img {
  width: 65px;
  margin-right: 10px;
}
.about-three-wrapper .about-three-content .play-wrapper .wrapper {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.about-three-wrapper .about-three-content .play-wrapper .wrapper .waves {
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(214, 214, 214, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -75px;
  bottom: -75px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.about-three-wrapper .about-three-content .play-wrapper .wrapper .wave-1 {
  animation-delay: 0s;
}
.about-three-wrapper .about-three-content .play-wrapper .wrapper .wave-2 {
  animation-delay: 1s;
}
.about-three-wrapper .about-three-content .play-wrapper .wrapper .wave-3 {
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.about-three-wrapper .about-three-content .play-wrapper a {
  color: #111111;
}
.about-three-wrapper .about-three-content .index-3-modal-box .btn-modal {
  padding-bottom: 7px;
  outline: none;
  position: relative;
  border: none;
  left: 88%;
  top: 15px;
  width: 30px;
  background: transparent;
  font-size: 30px;
}

/* ------------- about-section-end ------------- */
/* ----------- service-section-start -------------*/
.service-three-head {
  text-align: center;
  padding-bottom: 60px;
}
.service-three-head h6 {
  color: #797979;
  font-weight: 400;
}
.service-three-head h3 {
  padding: 12px 0;
  font-weight: 400;
}
.service-three-head h3 span {
  font-weight: bold;
}

.service-three-wrapper {
  background-color: #f9f9f9;
  position: relative;
}
.service-three-wrapper::before {
  content: url("../images/bg-vector.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.service-three-wrapper::after {
  content: url("../images/bg-vector-two.png");
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
}
.service-three-wrapper .service-three-box {
  text-align: center;
  padding: 50px 20px;
  position: relative;
  background-color: #ffffff;
  z-index: 11;
}
.service-three-wrapper .service-three-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border: 3px solid transparent;
}
.service-three-wrapper .service-three-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border: 3px solid transparent;
}
.service-three-wrapper .service-three-box:hover::before {
  width: 120px;
  height: 100px;
  top: 15px;
  left: 15px;
  border: 3px solid #145da0;
  border-right: none;
  border-bottom: none;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}
.service-three-wrapper .service-three-box:hover::after {
  width: 120px;
  height: 100px;
  bottom: 15px;
  right: 15px;
  border: 3px solid #145da0;
  border-left: none;
  border-top: none;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}
.service-three-wrapper .service-three-box:hover .service-box-content h6 {
  color: #145da0;
}
.service-three-wrapper .service-three-box .service-box-content {
  padding: 25px 0 0 0;
}
.service-three-wrapper .service-three-box .service-box-content h6 {
  font-size: 18px;
  transition: all 0.5s;
}
.service-three-wrapper .service-three-box .service-box-content p {
  margin: 20px 0;
}
.service-three-wrapper .service-three-box .service-box-content a {
  color: #145da0;
}
.service-three-wrapper .service-three-box .service-box-content a i {
  margin-left: 5px;
}
.service-three-wrapper .box-gap {
  margin-top: 40px;
}

/* ----------- service-section-end -------------*/
/* ---------- social-wrapper-start -------------*/
.social-wrapper-three::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #91b64a;
  opacity: 0.9;
}

/* --------- social-wrapper-end ----------------*/
/* ------------ expert-section-start ------------*/
.expert-three-wrapper .expert-three-box {
  position: relative;
  transition: all 0.5s;
  transition: all 0.5s;
}
.expert-three-wrapper .expert-three-box::before {
  content: "";
  z-index: 11;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border: 3px solid transparent;
}
.expert-three-wrapper .expert-three-box::after {
  content: "";
  z-index: 11;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border: 3px solid transparent;
}
.expert-three-wrapper .expert-three-box .expert-img-content {
  padding: 15px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 7px 0px 13px rgba(0, 0, 0, 0.168627451);
  transition: all 0.5s;
}
.expert-three-wrapper .expert-three-box .expert-img-content::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1607843137);
  width: 100%;
  bottom: 85px;
  z-index: 11;
  left: 0;
}
.expert-three-wrapper .expert-three-box .expert-img-content .expert-img {
  position: relative;
}
.expert-three-wrapper .expert-three-box .expert-img-content .expert-img img {
  width: 100%;
}
.expert-three-wrapper .expert-three-box .expert-img-content .expert-img .image-overlay {
  background: #a0b45d;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.expert-three-wrapper .expert-three-box .expert-img-content .hover-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.expert-three-wrapper .expert-three-box .expert-content {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 12px;
  background-color: #ffffff;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-name {
  text-align: center;
  padding: 25px 0;
  position: relative;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-name span {
  margin: 5px 0;
  display: inline-block;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-icon {
  padding: 20px 0;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-icon ul {
  display: flex;
  justify-content: center;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-icon ul li {
  margin: 0 10px;
}
.expert-three-wrapper .expert-three-box .expert-content .expert-icon ul li a {
  transform: translateY(0px);
  transition: all 0.5s;
}
.expert-three-wrapper .expert-three-box:hover .expert-img-content::before {
  display: none;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-img .image-overlay {
  opacity: 0.7;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .hover-content {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.expert-three-wrapper .expert-three-box:hover .expert-content {
  color: #ffffff;
  bottom: 0;
  background-color: rgba(160, 180, 93, 0.7411764706);
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-name {
  z-index: 999;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-name h6 {
  color: #ffffff;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-icon ul li a {
  color: #ffffff;
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-icon ul li a i {
  transform: translateY(0px);
}
.expert-three-wrapper .expert-three-box:hover .expert-content .expert-icon ul li:hover a i {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.expert-three-wrapper .expert-three-box:hover::before {
  width: 120px;
  height: 100px;
  top: 40px;
  left: 40px;
  border: 3px solid #ffffff;
  border-right: none;
  border-bottom: none;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}
.expert-three-wrapper .expert-three-box:hover::after {
  width: 120px;
  height: 100px;
  bottom: 40px;
  right: 40px;
  border: 3px solid #ffffff;
  border-left: none;
  border-top: none;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}

/* ------------ expert-section-end ------------*/
/* ------------- press-coverage-start ------------- */
.press-coverage-wrapper {
  background-color: #f9f9f9;
  position: relative;
}
.press-coverage-wrapper::before {
  content: url("../images/bg-vector.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.press-coverage-wrapper::after {
  content: url("../images/bg-vector-two.png");
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
}
.press-coverage-wrapper .press-box {
  text-align: center;
}
.press-coverage-wrapper .press-box .press-content {
  background-image: url("../images/press-quote.png");
  position: relative;
  background-repeat: no-repeat;
  background-position: center 25%;
  padding: 20px 0;
}
.press-coverage-wrapper .press-box .press-content p {
  max-width: 380px;
  margin: 0 auto;
  display: block;
  line-height: 27px;
}
.press-coverage-wrapper .press-box .press-content h6 {
  margin: 20px 0 10px 0;
}

/* ------------- press-coverage-end ------------- */
/* -------------- counter-section-start -------------- */
.counter-head-three::before {
  background-color: #145da0;
}

.counter-head .counter .count-up img {
  margin-bottom: 20px;
}

/* -------------- counter-section-end -------------- */
/* -------------- news-section-start --------------- */
.news-three-wrapper .news-three img {
  width: 100%;
}
.news-three-wrapper .news-three .news-three-box .news-view {
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1607843137);
  justify-content: space-between;
}
.news-three-wrapper .news-three .news-three-box .news-view .news-img img {
  width: auto;
}
.news-three-wrapper .news-three .news-three-box .news-view ul {
  display: flex;
}
.news-three-wrapper .news-three .news-three-box .news-view ul li i {
  margin-right: 10px;
}
.news-three-wrapper .news-three .news-three-box .news-view ul li:last-child {
  margin-left: 15px;
}
.news-three-wrapper .news-three .news-three-box .news-content {
  padding: 25px 0;
}
.news-three-wrapper .news-three .news-three-box .news-content p {
  margin: 20px 0 0 0;
}

/* -------------- news-section-end --------------- */
/* --------------- contact-section-start ------------ */
.contact-three-wrapper .contact-three-box {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.contact-three-wrapper .contact-three-box .contact-img-box {
  width: 50%;
  float: left;
}
.contact-three-wrapper .contact-three-box .contact-img-box .contact-img {
  background-image: url("../images/bg-get-touch.png");
  background-repeat: no-repeat;
  height: 600px;
}
.contact-three-wrapper .contact-three-box .contact-form {
  width: 50%;
  float: left;
  background-color: #f9f9f9;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head {
  padding: 40px 15px 40px 70px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head h3 {
  font-weight: 400;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head h3 span {
  font-weight: bold;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head p {
  max-width: 535px;
  margin: 25px 0;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .input-group {
  margin-bottom: 30px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .input-group input {
  height: 45px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .input-name {
  width: 280px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .form-width {
  width: 560px;
  position: relative;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .input-group-text {
  background-color: #ffffff;
  border: none;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .input-group-text i {
  color: #797979;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form textarea {
  width: 100%;
  border-radius: 0.25rem;
  height: 105px;
  padding: 15px;
  border: none;
  position: relative;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .subject-form {
  position: absolute;
  right: 15px;
  top: 15px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .submit-three-btn {
  border: 1px solid #145da0;
  margin-top: 25px;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .submit-three-btn .submit-three-btn-hvr {
  border: 70px solid #145da0;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .submit-three-btn:hover .submit-three-btn-hvr {
  border: 0px solid #145da0;
}
.contact-three-wrapper .contact-three-box .contact-form .contact-form-head form .submit-three-btn:hover .submit-btn {
  color: #145da0;
}

/* ---------------- contact-section-end ---------------- */
/* ---------------- footer-section-start --------------- */
.footer-three-wrapper {
  padding: 60px 0;
  background-color: #111111;
}
.footer-three-wrapper .footer-logo-main .footer-pera {
  max-width: 240px;
  margin: 25px 0;
}
.footer-three-wrapper .footer-logo-main .footer-read a {
  color: #145da0;
}
.footer-three-wrapper .footer-logo-main .footer-read a i {
  transform: rotate(-88deg);
}
.footer-three-wrapper .footer-link-head {
  padding-left: 0px;
}
.footer-three-wrapper .footer-link-head h6 {
  color: #ffffff;
  padding-bottom: 45px;
}
.footer-three-wrapper .footer-link-head .footer-link {
  margin-left: 20px;
}
.footer-three-wrapper .footer-link-head .footer-link ul li {
  position: relative;
  margin-bottom: 15px;
}
.footer-three-wrapper .footer-link-head .footer-link ul li a {
  color: #797979;
}
.footer-three-wrapper .footer-link-head .footer-link ul li::before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  left: -30px;
  color: #145da0;
  transform: rotate(-90deg);
}
.footer-three-wrapper .footer-blog-head h6 {
  color: #ffffff;
  padding-bottom: 20px;
}
.footer-three-wrapper .footer-blog-head .fb-img-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  padding: 25px 0;
  color: #797979;
}
.footer-three-wrapper .footer-blog-head .fb-img-content .footer-blog-content {
  margin-left: 15px;
}
.footer-three-wrapper .footer-blog-head .fb-img-content .footer-blog-content p {
  max-width: 160px;
  color: #ffffff;
  font-size: 14px;
}
.footer-three-wrapper .footer-blog-head .fb-img-content .footer-blog-content span {
  font-size: 14px;
  color: inherit;
}
.footer-three-wrapper .footer-blog-head .fb-img-content .footer-blog-content span i {
  color: #145da0;
}
.footer-three-wrapper .footer-blog-head .fb-img-content .footer-blog-content span:hover {
  color: #145da0;
}
.footer-three-wrapper .footer-blog-head .fb-img-content:last-child {
  border-bottom: none;
}
.footer-three-wrapper .footer-contact-head h6 {
  color: #ffffff;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link {
  padding: 32px 0 0;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link ul li {
  margin-bottom: 20px;
  color: #797979;
  max-width: 245px;
  display: flex;
  align-items: center;
  line-height: 28px;
  transition: all 0.5s;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link ul li i {
  color: #145da0;
  margin-right: 15px;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link ul li a {
  transition: all 0.5s;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link ul li:hover {
  color: #145da0;
}
.footer-three-wrapper .footer-contact-head .footer-contact-link ul li:hover a {
  color: #145da0;
}

/* ---------------- footer-section-end --------------- */
/* ---------------- bottom-footer-start -------------- */
.bottom-footer {
  background-color: rgba(16, 16, 16, 0.968627451);
}
.bottom-footer .copy-three p {
  text-align: left;
}
.bottom-footer .copy-three p a {
  color: inherit;
}
.bottom-footer .copy-three p a:hover {
  color: #145da0;
}
.bottom-footer .menu-footer-three ul {
  display: flex;
}
.bottom-footer .menu-footer-three ul li {
  margin: 0 15px;
  transition: all 0.5s;
}
.bottom-footer .menu-footer-three ul li:hover a {
  color: #145da0;
}

/* ---------------- bottom-footer-end --------------- */
/* ....................................
6 About CSS
.......................................*/
.inner-bg-page {
  background-image: url("../images/bg-about.jpg");
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: right;
}
.inner-bg-page .about-header {
  top: 0;
}
.inner-bg-page .inner-page-wrapper {
  padding: 150px 0;
  color: #ffffff;
}
.inner-bg-page .inner-page-wrapper .inner-head h2 {
  text-align: center;
  color: #ffffff;
}
.inner-bg-page .inner-page-wrapper .inner-menu {
  padding: 8px 0 0 0;
}
.inner-bg-page .inner-page-wrapper .inner-menu ul {
  text-align: center;
}
.inner-bg-page .inner-page-wrapper .inner-menu ul li {
  display: inline-block;
}
.inner-bg-page .inner-page-wrapper .inner-menu ul li a {
  color: #ffffff;
}
.inner-bg-page .inner-page-wrapper .inner-menu ul li a:hover {
  color: #145da0;
}
.inner-bg-page .inner-page-wrapper .inner-menu ul li i {
  margin: 0px 10px;
}

/*-------- inner-about -------*/
.inner-about-wrapper {
  position: relative;
}
.inner-about-wrapper::before {
  content: url("../images/design-about.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.inner-about-wrapper .inner-about-img img {
  width: 100%;
}
.inner-about-wrapper .inner-about-content h3 {
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
}
.inner-about-wrapper .inner-about-content h3 span {
    color:#145da0;
}

.inner-about-wrapper .inner-about-content h3::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #145da0;
  width: 100px;
  height: 3px;
  bottom: 0;
}
.inner-about-wrapper .inner-about-content p {
  padding: 20px 0;
  font-size: 15px;
  text-align: justify;
  /* max-width: 484px; */
}
.inner-about-wrapper .inner-about-content p:nth-child(3) {
  padding: 0px;
}
.inner-about-wrapper .inner-about-content .about-signature {
  text-align: right;
}
.inner-about-wrapper .inner-about-content .about-signature img {
  display: block;
  margin: 0 0 0 auto;
}

/* ....................................
7 Sign-in CSS
.......................................*/
.modal {
  z-index: 1160;
}

.sign-in-modal .modal-content {
  background-color: transparent;
  border: none;
}
.sign-in-modal .sign-up-wrapper {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.sign-in-modal .sign-up-wrapper .sign-up-head {
  width: 50%;
  float: left;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img {
  background-image: url("../images/bg-sign.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 665px;
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  transform: translateX(-50%);
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social a {
  background-color: #3c5a96;
  border-radius: 5px;
  padding: 12px 56px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social a:last-child {
  background-color: #145da0;
  margin-top: 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content {
  width: 50%;
  float: left;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .btn-modal-cross {
  position: absolute;
  top: 7%;
  right: 5%;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera {
  padding: 0 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera h5 {
  text-align: center;
  font-size: 30px;
    color: #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form {
  position: relative;
  padding: 40px 0px 0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.231372549);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form span {
  position: absolute;
  right: 20px;
  top: 50px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form span i {
  color: #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-pwd {
  position: absolute;
  top: 125px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-email2 {
  top: 126px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .con-pwd {
  top: 280px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-pwd2 {
  top: 200px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check input {
  width: auto;
  height: auto;
  float: none;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check input:focus {
  box-shadow: none;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check label {
  margin-top: 6px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check a {
  position: absolute;
  right: 0;
  color: #145da0;
  text-decoration: underline;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn {
  border: 1px solid #145da0;
  width: 100%;
  margin: 0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn .sign-in-hvr {
  border: 70px solid #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn a {
  color: #ffffff;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn:hover .sign-in-hvr {
  border: 0px solid #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn:hover a {
  color: #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign {
  margin: 20px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign p {
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign p a {
  color: #145da0;
}

.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera form span i {
  color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera form .form-check a {
  color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .index-two-btn button {
  border: 1px solid #145da0;
  background-color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera .sign p a {
  color: #145da0;
}

/* ....................................
8 Service-Detail CSS
.......................................*/
.inner-side-section.inner-page {
  background-color: #f8f8f8;
}
.inner-side-section .sidebar-wrapper .sidebar-search input {
  padding: 15px 30px;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(128, 128, 128, 0.3490196078);
}
.inner-side-section .sidebar-wrapper .sidebar-search span {
  position: relative;
}
.inner-side-section .sidebar-wrapper .sidebar-search span i {
  position: absolute;
  right: 20px;
  line-height: 55px;
}
.inner-side-section .sidebar-wrapper .categories-wrapper {
  padding: 35px 0;
}
.inner-side-section .sidebar-wrapper .categories-wrapper .category-content ul {
  padding: 30px 0;
}
.inner-side-section .sidebar-wrapper .categories-wrapper .category-content ul li {
  border-bottom: 1px solid #e8e4e4;
}
.inner-side-section .sidebar-wrapper .categories-wrapper .category-content ul li a {
  padding: 20px;
  display: inline-block;
  display: flex;
  justify-content: space-between;
}
.inner-side-section .sidebar-wrapper .categories-wrapper .category-content ul li .active {
  color: #145da0;
}
.inner-side-section .sidebar-wrapper .categories-wrapper .category-content ul li:hover a {
  color: #145da0;
  transition: all 0.5s;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content {
  padding: 30px 0;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content .post-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e8e4e4;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content .post-wrapper .post-content {
  margin-left: 22px;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content .post-wrapper .post-content span i {
  margin-right: 10px;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content .post-wrapper .post-content p {
  padding-top: 5px;
}
.inner-side-section .sidebar-wrapper .recent-post-wrapper .recent-content .post-wrapper .post-content p a {
  font-weight: 600;
}
.inner-side-section .sidebar-wrapper .tag-wrapper .tags {
  padding: 30px 0;
}
.inner-side-section .sidebar-wrapper .tag-wrapper .tags a {
  width: auto;
  float: left;
  border: 1px solid #ededed;
  padding: 8px 27px;
  margin-top: 15px;
  margin-right: 10px;
  transition: all 0.5s;
}
.inner-side-section .sidebar-wrapper .tag-wrapper .tags a:hover {
  background-color: #145da0;
  border: 1px solid #145da0;
  color: #ffffff;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon {
  padding: 30px 0;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon ul {
  display: flex;
  justify-content: center;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon ul li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon ul li a {
  background-color: #f4f4f4;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon ul li:hover a {
  background-color: #145da0;
}
.inner-side-section .sidebar-wrapper .social-icon-wrapper .social-icon ul li:hover a i {
  color: #ffffff;
  transition: all 0.5s;
}
.inner-side-section .right-side-wrapper .right-img img {
  width: 100%;
}
.inner-side-section .right-side-wrapper .finance-content {
  padding: 20px 0;
}
.inner-side-section .right-side-wrapper .finance-content h5 {
  /* padding-bottom: 30px; */
  color: #145da0;
}
.inner-side-section .right-side-wrapper .finance-content p:last-child {
  margin: 20px 0;
}
.inner-side-section .right-side-wrapper .benefit-content h5 {
  padding-bottom: 20px;
}
.inner-side-section .right-side-wrapper .booking-wrapper {
  padding: 50px 0;
}
.inner-side-section .right-side-wrapper .booking-wrapper h5 {
  padding: 20px 40px;
  color: #ffffff;
  font-weight: 500;
  background-color: #145da0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info {
  background-color: #ffffff;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert {
  padding: 0px 30px;
  background-color: #ffffff;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: 100%;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li .expert-img {
  position: relative;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li .expert-img img {
  width: 100%;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li .expert-img .expert-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li .expert-img:hover .expert-img-overlay {
  background-color: rgba(255, 83, 61, 0.6196078431);
  opacity: 1;
  top: 5px;
  left: 10px;
  right: 10px;
  bottom: 5px;
  transition: all 0.5s;
  overflow: hidden;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li span {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert .expert-list ul li span a {
  color: #111111;
  font-weight: 600;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form {
  padding: 50px 0;
  border-bottom: 1px solid;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .form-expert {
  position: relative;
  margin-bottom: 30px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .form-expert input {
  height: 45px;
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
}

.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .form-expert select {
    height: 45px;
    border: 1px solid rgba(128, 128, 128, 0.3882352941);
  }

.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .form-expert textarea {
    height: 60px;
    border: 1px solid rgba(128, 128, 128, 0.3882352941);
  }

.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .form-expert span {
  position: absolute;
  right: 19px;
  top: 9px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-expert form .service-date {
  border: 1px solid rgba(128, 128, 128, 0.3882352941) !important;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper {
  padding: 0 30px;
  background-color: #ffffff;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .info-border {
  position: relative;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .info-border::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3882352941);
  width: 100%;
  height: 1px;
  bottom: -30px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info {
  display: flex;
  -moz-column-gap: 130px;
       column-gap: 130px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info ul li {
  margin-bottom: 15px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info ul .total-amount {
  padding: 30px 0 0 0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info ul .total {
  position: relative;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info ul .total::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3882352941);
  width: 326px;
  height: 1px;
  top: 5px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info.tax-border {
  position: relative;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .booking-wrapper .booking-info .tax-info.tax-border::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid rgba(128, 128, 128, 0.3882352941);
  width: 100%;
  height: 100%;
  left: -20px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment {
  padding: 50px 30px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment {
  display: flex;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group {
  display: block;
  margin-bottom: 15px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group label {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 2px solid #e8e7ec;
  padding: 5px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: 3px;
  left: -22px;
  border-radius: 50px;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group input {
  opacity: 0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -17px;
  width: 3px;
  height: 7px;
  border: solid #145da0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .payment .form-group input:checked + label:before {
  background-color: #ffffff;
  border: 2px solid #145da0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .book-btn {
  border: 1px solid #145da0;
  float: none;
  display: inline-block;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .book-btn .book-btn-hvr {
  border: 70px solid #145da0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .book-btn:hover .book-btn-hvr {
  border: 0px solid #145da0;
}
.inner-side-section .right-side-wrapper .booking-wrapper .all-info .select-payment .book-btn:hover a {
  color: #145da0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review {
  background-color: #ffffff;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review h5 {
  padding: 20px 40px;
  color: #ffffff;
  font-weight: 500;
  background-color: #145da0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap {
  padding: 0 30px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap form {
  padding: 50px 0 0 0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap form .form-expert {
  position: relative;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap form .form-expert input {
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
  margin-bottom: 30px;
  height: 45px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap form .form-expert span {
  position: absolute;
  top: 10px;
  right: 25px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap form textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-btn {
  border: 1px solid #145da0;
  float: none;
  display: inline-block;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-btn .post-btn-hvr {
  border: 70px solid #145da0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-btn:hover .post-btn-hvr {
  border: 0px solid #145da0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-btn:hover a {
  color: #145da0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper {
  padding: 50px 0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(128, 128, 128, 0.3882352941);
  padding: 35px 0;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text {
  padding: 0 25px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head {
  display: flex;
  justify-content: space-between;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head .post-name h6 {
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head .post-name span {
  margin-left: 40px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head .post-rank ul {
  display: flex;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head .post-rank ul li {
  margin-right: 5px;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text .post-name-head .post-rank ul li.star i {
  color: #ffc107;
}
.inner-side-section .right-side-wrapper .reviews-wrapper .client-review .review-gap .post-wrapper .post-review .review-text p {
  margin: 10px 0;
}

.category-head {
  background-color: #f3f3f3;
  padding: 20px;
  border-left: 5px solid #145da0;
}

.expert-heading h6 {
  padding: 30px 0;
}
.expert-heading h6 span {
  margin-right: 5px;
}
.expert-heading h6 span i {
  color: #145da0;
}
.expert-heading h6 span.booking-icon i {
  background-color: #145da0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}

/* ....................................
9 Blog CSS
.......................................*/
.blog-right-side .blog-right-content {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3882352941);
  padding-bottom: 30px;
  /*---- slider -----*/
}
.blog-right-side .blog-right-content .blog-img {
  position: relative;
}
.blog-right-side .blog-right-content .blog-img iframe {
  width: 100%;
}
.blog-right-side .blog-right-content .blog-img img {
  width: 100%;
}
.blog-right-side .blog-right-content .blog-img .blog-icon {
  display: flex;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.blog-right-side .blog-right-content .blog-img .blog-icon a {
  transition: all 0.5s;
}
.blog-right-side .blog-right-content .blog-img .blog-icon a i {
  background-color: #ffffff;
  color: #145da0;
  font-weight: bold;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-right-side .blog-right-content .blog-img .blog-icon a:last-child {
  margin-left: 15px;
}
.blog-right-side .blog-right-content .blog-img .blog-icon a:hover i {
  background-color: #145da0;
  color: #ffffff;
  transition: all 0.5s;
}
.blog-right-side .blog-right-content:hover .blog-icon {
  opacity: 1;
  top: 50%;
  transition: all 0.5s;
}
.blog-right-side .blog-right-content .blog-content {
  padding: 25px 0 0;
}
.blog-right-side .blog-right-content .blog-content .date-content {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 15px 0;
}
.blog-right-side .blog-right-content .blog-content .date-content p {
  width: auto;
}
.blog-right-side .blog-right-content .blog-content .date-content p i {
  margin-right: 15px;
}
.blog-right-side .blog-right-content .blog-content .date-content p a {
  transition: all 0.5s;
}
.blog-right-side .blog-right-content .blog-content .date-content p a:hover {
  color: #145da0;
}
.blog-right-side .blog-right-content .blog-content p {
  max-width: 750px;
}
.blog-right-side .blog-right-content .blog-slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog-right-side .blog-right-content .blog-slider .owl-theme .owl-nav button {
  background-color: #ffffff;
  margin: 0px;
  border-radius: 0px;
  width: 60px;
  height: 54px;
  transition: all 0.5s;
}
.blog-right-side .blog-right-content .blog-slider .owl-theme .owl-nav button:hover {
  background-color: #145da0;
  color: #ffffff;
}
.blog-right-side .blog-gap {
  padding: 30px 0;
}

/*------- pagination -------*/
.blog-pagination {
  margin: 30px 0 0 0;
}
.blog-pagination .pagination .page-item .page-link {
  border: none !important;
  margin: 0 15px 0;
  color: #111111;
}
.blog-pagination .pagination .page-item .page-link.page-prev {
  padding: 9px 40px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.blog-pagination .pagination .page-item .page-link.page-prev i {
  color: #111111;
}
.blog-pagination .pagination .page-item .page-link.page-prev:hover {
  background-color: #145da0;
}
.blog-pagination .pagination .page-item .page-link.page-prev:hover i {
  color: #ffffff;
}
.blog-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.blog-pagination .pagination .page-item .page-link:hover {
  background-color: #ffffff;
  color: #145da0;
}

.read-btn {
  margin: 15px 0;
}
.read-btn a {
  color: #145da0;
}
.read-btn a i {
  margin-left: 5px;
}

/* ....................................
10 Blog-Single CSS
.......................................*/
.blog-quote-wrapper {
  padding: 50px 0;
}
.blog-quote-wrapper .blog-client {
  background-color: #145da0;
  padding: 40px;
}
.blog-quote-wrapper .blog-client .blog-quote {
  float: left;
  margin-right: 20px;
}
.blog-quote-wrapper .blog-client .quote-content p {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.blog-quote-wrapper .blog-client .quote-name {
  text-align: right;
  margin-right: 85px;
}
.blog-quote-wrapper .blog-client .quote-name a {
  color: #ffffff;
}
.blog-quote-wrapper .quote-content p {
  margin: 30px 0px;
}
.blog-quote-wrapper .quote-content .blog-single-quote {
  display: flex;
  margin: 30px 0;
}
.blog-quote-wrapper .quote-content .blog-single-quote .single-quote-content {
  margin-left: 40px;
}
.blog-quote-wrapper .quote-content .blog-single-quote .single-quote-content p {
  max-width: 400px;
  margin: 0px;
}
.blog-quote-wrapper .quote-content .blog-single-quote .single-quote-content ul {
  padding: 16px 0 0 0;
}
.blog-quote-wrapper .quote-content .blog-single-quote .single-quote-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.blog-quote-wrapper .quote-content .blog-single-quote .single-quote-content ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  font-weight: 600;
  left: 0px;
}
.blog-quote-wrapper .quote-content .quote-tag {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.blog-quote-wrapper .quote-content .quote-tag span i {
  color: #145da0;
  margin-right: 8px;
}
.blog-quote-wrapper .quote-content .quote-tag ul {
  display: flex;
  margin-left: 35px;
}
.blog-quote-wrapper .quote-content .quote-tag ul li {
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
  padding: 8px 15px;
  border-radius: 50px;
  margin-right: 16px;
}

.single-post-wrapper .bs-border {
  border-top: 1px solid rgba(128, 128, 128, 0.3882352941);
  padding: 50px 0;
}
.single-post-wrapper .bs-border .blog-single-post {
  display: flex;
  align-items: center;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head {
  margin-left: 20px;
  padding: 0 15px;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head h6 {
  float: left;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head h6 span {
  color: #145da0;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head .more {
  background-color: #145da0;
  border-radius: 5px;
  padding: 2px 12px;
  margin-left: 70px;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head .more a {
  color: #ffffff;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head span {
  color: #145da0;
  margin-left: 20px;
}
.single-post-wrapper .bs-border .blog-single-post .single-content .single-head p {
  margin: 12px 0;
  max-width: 610px;
}
.single-post-wrapper .bs-border .blog-single-post.single-two {
  padding: 40px 0 0 0;
}

.blog-message form {
  padding: 40px 0 0 0;
}
.blog-message form input {
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
  margin-bottom: 30px;
  height: 50px;
}
.blog-message form textarea {
  height: 105px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.3882352941);
}
.blog-message .send-btn {
  border: 1px solid #145da0;
  float: none;
  display: inline-block;
}
.blog-message .send-btn .send-btn-hvr {
  border: 70px solid #145da0;
}
.blog-message .send-btn:hover .send-btn-hvr {
  border: 0px solid #145da0;
}
.blog-message .send-btn:hover a {
  color: #145da0;
}

/* ....................................
11 Sign-in CSS
.......................................*/
.modal {
  z-index: 1160;
}

.sign-in-modal .modal-content {
  background-color: transparent;
  border: none;
}
.sign-in-modal .sign-up-wrapper {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.sign-in-modal .sign-up-wrapper .sign-up-head {
  width: 50%;
  float: left;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img {
  background-image: url("../images/bg-sign.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 665px;
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  transform: translateX(-50%);
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social a {
  background-color: #3c5a96;
  border-radius: 5px;
  padding: 12px 56px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-head .sign-up-img .sign-social a:last-child {
  background-color: #145da0;
  margin-top: 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content {
  width: 50%;
  float: left;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .btn-modal-cross {
  position: absolute;
  top: 7%;
  right: 5%;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera {
  padding: 0 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera h5 {
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form {
  position: relative;
  padding: 40px 0px 0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.231372549);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form span {
  position: absolute;
  right: 20px;
  top: 50px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form span i {
  color: #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-pwd {
  position: absolute;
  top: 125px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-email2 {
  top: 126px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .con-pwd {
  top: 280px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-pwd2 {
  top: 200px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check input {
  width: auto;
  height: auto;
  float: none;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check input:focus {
  box-shadow: none;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check label {
  margin-top: 6px;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera form .form-check a {
  position: absolute;
  right: 0;
  color: #145da0;
  text-decoration: underline;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn {
  border: 1px solid #145da0;
  width: 100%;
  margin: 0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn .sign-in-hvr {
  border: 70px solid #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn a {
  color: #ffffff;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn:hover .sign-in-hvr {
  border: 0px solid #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign-in-btn:hover a {
  color: #145da0;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign {
  margin: 20px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign p {
  text-align: center;
}
.sign-in-modal .sign-up-wrapper .sign-up-content .sign-up-pera .sign p a {
  color: #145da0;
}

.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera form span i {
  color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera form .form-check a {
  color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .index-two-btn button {
  border: 1px solid #145da0;
  background-color: #145da0;
}
.index-sign-modal .index-sign-modal-wrapper .sign-up-content .sign-up-pera .sign p a {
  color: #145da0;
}

/* ....................................
12 Contact CSS
.......................................*/

.contact-wrapper
{
    margin: 60px 0px;
}
.contact-wrapper .contact-head {
  padding-bottom: 60px;
}
.contact-wrapper .contact-head h3 {
  position: relative;
  padding-bottom: 20px;
}
.contact-wrapper .contact-head h3::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #145da0;
  width: 140px;
  height: 3px;
  bottom: 0;
  left: 0px;
}
.contact-wrapper .contact-main-box {
  border: 2px solid rgba(128, 128, 128, 0.3882352941);
  padding: 24px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.contact-wrapper .contact-main-box .contact-box-img {
  border: 2px solid rgba(128, 128, 128, 0.3882352941);
  background-color: #ffffff;
  text-align: center;
  width: 60px;
  display: block;
  margin: 0 auto;
}
.contact-wrapper .contact-main-box .contact-box-img i {
  line-height: 60px;
}
.contact-wrapper .contact-main-box .contact-content {
  text-align: center;
  padding: 20px 0;
}
.contact-wrapper .contact-main-box .contact-content p {
  padding: 15px 0 0 0;
}
.contact-wrapper .contact-main-box:hover {
  background-color: #145da0;
  border: 2px solid #145da0;
}
.contact-wrapper .contact-main-box:hover .contact-box-img {
  border: 2px solid #ffffff;
}
.contact-wrapper .contact-main-box:hover .contact-box-img i {
  color: #145da0;
}
.contact-wrapper .contact-main-box:hover .contact-content {
  color: #ffffff;
}
.contact-wrapper .contact-main-box:hover .contact-content h5 {
  color: #ffffff;
}
.contact-wrapper .contact-main-box:hover .contact-content a {
  color: #ffffff;
}

.contact-map iframe {
  width: 100%;
}

/* ....................................
13 Project CSS
.......................................*/
.main-project {
  /*--- project-inner ---*/
}
.main-project .project-head .project-img {
  position: relative;
}
.main-project .project-head .project-img img {
  width: 100%;
}
.main-project .project-head .project-img .project-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.main-project .project-head .project-content {
  border-left: 1px solid rgba(128, 128, 128, 0.3803921569);
  border-right: 1px solid rgba(128, 128, 128, 0.3803921569);
  border-bottom: 1px solid rgba(128, 128, 128, 0.3803921569);
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
}
.main-project .project-head .project-content .project-text h6 {
  padding-top: 10px;
  font-size: 18px;
}
.main-project .project-head .project-content .project-icon {
  padding: 20px 0 0;
}
.main-project .project-head .project-content .project-icon a {
  background-color: #111111;
  border-radius: 5px;
  padding: 15px;
  color: #ffffff;
  display: inline-block;
}
.main-project .project-head .project-content.project-four {
  min-height: 112px;
}
.main-project .project-head:hover .project-img .project-img-overlay {
  background-color: rgba(255, 83, 61, 0.6196078431);
  opacity: 1;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  transition: all 0.5s;
  overflow: hidden;
}
.main-project .project-head:hover .project-content .project-icon a {
  background-color: #145da0;
}
.main-project .project-gap {
  margin-top: 30px;
}
.main-project .project-bottom {
  margin-bottom: 30px;
}
.main-project .project-pagination {
  margin: 60px 0 30px;
}
.main-project .project-five-head ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.main-project .project-five-head ul li {
  width: calc(20% - 15px);
  float: left;
  margin-bottom: 30px;
}
.main-project .inner-img {
  margin-bottom: 60px;
}
.main-project .project-detail {
  border: 1px solid rgba(0, 0, 0, 0.4509803922);
  padding: 30px 20px;
}
.main-project .project-detail .case {
  display: flex;
}
.main-project .project-detail .case ul {
  margin-top: 20px;
}
.main-project .project-detail .case ul li {
  margin-bottom: 12px;
}
.main-project .project-detail .case .case-date {
  margin-left: 10px;
}
.main-project .project-did-wrapper {
  padding: 60px 0 0 0;
}
.main-project .project-did-wrapper .project-did-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-project .project-did-wrapper .project-did-content .project-work ul li {
  margin-bottom: 15px;
}
.main-project .project-did-wrapper .project-did-content .project-work ul li i {
  margin-right: 20px;
  color: #145da0;
}
.main-project .project-did-wrapper .inner-description p {
  max-width: 100%;
}
.main-project .project-result-wrapper {
  padding: 60px 0 0 0;
}
.main-project .project-result-wrapper .inner-description p {
  max-width: 100%;
}
.main-project .project-inner-portfolio {
  padding: 60px 0;
}
.main-project .project-btn {
  width: 100%;
  border: 1px solid #145da0;
}
.main-project .project-btn .project-btn-hvr {
  border: 70px solid #145da0;
}
.main-project .project-btn:hover .project-btn-hvr {
  border: 0px solid #145da0;
}
.main-project .project-btn:hover a {
  color: #145da0;
}
.main-project .project-btn .project-did-wrapper {
  padding: 80px 0;
}
.main-project .project-btn .project-did-wrapper p {
  max-width: 100%;
}
.main-project .inner-description h3 {
  position: relative;
}
.main-project .inner-description h3::before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #145da0;
  position: absolute;
  top: 50px;
}
.main-project .inner-description p {
  margin: 40px 0;
  max-width: 790px;
}

/* ....................................
14 error-404 CSS
.......................................*/
.error-wrapper {
  width: 100%;
  height: 100%;
  float: left;
}
.error-wrapper .error-logo {
  text-align: center;
  padding: 50px 0;
  width: 20%;
  float: left;
  height: 100%;
  background-position: bottom center;
  background-size: cover;
  background-image: url("../images/bg-error.png");
  background-repeat: no-repeat;
}
.error-wrapper .error-content {
  width: 80%;
  float: left;
}
.error-wrapper .error-content .error-head h2 {
  letter-spacing: 20px;
  font-size: 140px;
  color: #145da0;
  text-align: center;
}
.error-wrapper .error-content .error-head h3 {
  font-weight: 400;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.error-wrapper .error-content .error-head h3 span {
  font-weight: bold;
}
.error-wrapper .error-content .error-head .back-head {
  margin: 25px 0;
}
.error-wrapper .error-content .error-head .back-head .back-btn {
  border: 1px solid #145da0;
  text-align: center;
  max-width: 171px;
  float: none;
  margin: 0 auto;
}
.error-wrapper .error-content .error-head .back-head .back-btn .submit-two-btn-hvr {
  border: 70px solid #145da0;
}
.error-wrapper .error-content .error-head .back-head .back-btn a {
  display: inline-block;
  padding: 0px 30px;
}
.error-wrapper .error-content .error-head .back-head .back-btn:hover .submit-two-btn-hvr {
  border: 0px solid #145da0;
}
.error-wrapper .error-content .error-head .back-head .back-btn:hover a {
  color: #145da0;
}
.error-wrapper .error-content .error-head .not-found-img img {
  max-width: 100%;
}

/* ....................................
15 Footer CSS
.......................................*/
/* -------- Footer-page --------- */
.main-footer {
  background-color: #1f1f1f;
  padding: 80px 0 80px 0;
  border-top: 5px solid #145da0;
}
.main-footer .footer-wrapper .footer-logo p {
  max-width: 230px;
  padding: 20px 0;
  color: #cdcdcd;
}
.main-footer .footer-wrapper .footer-logo ul {
  display: flex;
}
.main-footer .footer-wrapper .footer-logo ul li {
  margin-right: 15px;
}
.main-footer .footer-wrapper .footer-logo ul li a i {
  transition: all 0.5s;
}
.main-footer .footer-wrapper .footer-logo ul li a:hover i {
  color: #145da0;
}
.main-footer .footer-wrapper .footer-about h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 40px;
}
.main-footer .footer-wrapper .footer-about h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 3px;
  left: 0;
  bottom: 18px;
  background-color: #145da0;
}
.main-footer .footer-wrapper .footer-about ul {
  padding-top: 20px;
}
.main-footer .footer-wrapper .footer-about ul li {
  margin-bottom: 15px;
}
.main-footer .footer-wrapper .footer-about ul li a {
  color: #cdcdcd !important;
  transition: all 0.5s;
  font-size: 15px !important;
}
.main-footer .footer-wrapper .footer-about ul li a:hover {
  color: #145da0;
}
.main-footer .footer-wrapper .footer-about ul li a i {
  color: #ffffff;
  margin-right: 15px;
}
.main-footer .footer-wrapper .footer-contact h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 40px;
}
.main-footer .footer-wrapper .footer-contact h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 3px;
  left: 0;
  bottom: 18px;
  background-color: #145da0;
}
.main-footer .footer-wrapper .footer-contact ul {
  padding: 20px 0 0 0;
}
.main-footer .footer-wrapper .footer-contact ul li {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 25px;
}
.main-footer .footer-wrapper .footer-contact ul li a {
    color: #cdcdcd !important;
    transition: all 0.5s;
    font-size: 15px;
}
.main-footer .footer-wrapper .footer-contact ul li a:hover {
  color: #fff;
}
.main-footer .footer-wrapper .footer-contact ul li a span {
  margin-right: 10px;
}
.main-footer .footer-wrapper .footer-gallery h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 40px;
}
.main-footer .footer-wrapper .footer-gallery h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 3px;
  left: 0;
  bottom: 18px;
  background-color: #145da0;
}
.main-footer .footer-wrapper .footer-gallery ul {
  padding: 20px 0 0 0;
}
.main-footer .footer-wrapper .footer-gallery ul li {
  float: left;
  margin-bottom: 12px;
  margin-right: 5px;
}
.main-footer .footer-wrapper .footer-gallery ul li .gallery-wrapper .gallery-img-wrapper {
  position: relative;
  display: inline-block;
}
.main-footer .footer-wrapper .footer-gallery ul li .gallery-wrapper .gallery-img-wrapper img {
  max-width: 100%;
  height: auto;
}
.main-footer .footer-wrapper .footer-gallery ul li .gallery-wrapper .gallery-img-wrapper .footer-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: 0.2s ease;
  transition: all 0.5s;
}
.main-footer .footer-wrapper .footer-gallery ul li .gallery-wrapper:hover .footer-img-overlay {
  background-color: #145da0;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.bottom-footer {
  background-color: #101010;
  padding: 15px 0;
}
.bottom-footer .menu-footer ul li {
  float: left;
  margin: 0 20px;
  font-size:14px;
}
.bottom-footer .menu-footer ul li a {
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.bottom-footer .menu-footer ul li a::before {
  content: "";
  border: 1px solid #797979;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: -25px;
}
.bottom-footer .menu-footer ul li a:hover {
  color: #145da0;
}
.bottom-footer .menu-footer ul li:last-child a::before {
  display: none;
}
.bottom-footer .menu-footer ul li:first-child {
  margin-left: 0px;
}
.bottom-footer .copy-right p {
  text-align: left;
  font-size: 14px;
}
.bottom-footer .copy-right p a {
  transition: all 0.5s;
}
.bottom-footer .copy-right p a:hover {
  color: #145da0;
}

.menu_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #145da0 !important;
  z-index: 100;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}

.menu_fixed .container.menu-back {
  background: rgba(40, 40, 40, 0.6509803922);
  max-width: 100%;
}

.menu_fixed_two {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff !important;
  z-index: 100;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}

.menu_fixed_three {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #111111 !important;
  z-index: 100;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}

/* ---------------------------------------------- /*
 * return-to-top
/* ---------------------------------------------- */
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #145da0;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  display: none;
  transition: all 0.3s ease;
  z-index: 1000;
  animation: jump 1s ease-in alternate infinite;
}

.return-two {
  background-color: #145da0 !important;
}

.return-three {
  background-color: #145da0;
}

.return-three {
  background-color: #145da0 !important;
}

#return-to-top i {
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50%, 0);
  }
}

/* about btn start */
.about_learn a
{
  background: #145da0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
}

.about_learn a:hover
{

    border: 1px solid #145da0;
    background: transparent;
    color: #145da0;
}
/* about btn end */

.bg_grey
{
  background: #f5f5f5;
}


.heading h3
{
  font-size: 34px;
  padding-top: 20px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 50px;
}

.heading h3 span
{
  color: #145da0;
}

.countries_name_box
{
  margin-top: 0px;
}



/* Faq's start */
.why_choose_section
{
  padding: 70px;
}
.why_choose_left_img img
{
  width: 100%;
}
.accordion-button:not(.collapsed)
{
  color: #ffffff !important;
    background-color: #145da0 !important;
}
.accordion-button:not(.collapsed)::after
{
  background-image: url(../images/faqs.png) !important;
}

.read_btn a
{
  margin-top: 60px;
  background: #145da0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  transition: 1s;
}
.read_btn a:hover
{
  background: transparent;
  border: 1px solid #145da0;
  color: #145da0;
}
/* Faq's end */


/* Contact Form start */
.contact_section
{
    padding: 60px 0px;
    background:#f7f7f7;
}
.contact_form_box form .input_box
{
    margin: 5px 0px;
}

.contact-map iframe {
    width: 100%;
    height:340px;
}

.contact_form_box form .input_box .form-control
{
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin: 10px 0px;
}
.contact_section .map_box h3
{
    color:#000;
    font-size:22px;
    margin-bottom: 20px;

}

.contact_section .contact_form_box h3
{
    color:#000;
    font-size:22px;
}

.contact_section .map_box h3 span
{
    color:#145da0;
}

.contact_section .contact_form_box h3 span
{
    color:#145da0;
}

/* Contact Form End */

/* Vision & Mission section start */
.vision_mission_section
{
    padding-top: 60px;
    background: #f3f3f3;
    padding-bottom: 20px;
}
.vision_img_box img
{
    width: 100%;
}

.vision_box
{
    margin-top: 50px;
}
.vision_content_box
{
    margin-bottom: 40px;
}
.vision_content_box h4
{
    color: #145da0;
    font-size: 19px;
    margin-bottom: 10px;
}

.vision_content_box p
{

}

.mission_content_box h4
{
    color: #145da0;
    font-size: 19px;
    margin: 10px 0px;
}

.mission_content_box p
{

}

.sidebar-wrapper
{
    background: #fff;
    border: 1px solid #145da0;
}
/* Vision & Mission section End */


/* Service css start */
.benefit-content ul
{
    list-style-type: disc;
    margin-left: 20px;
}

.benefit-content ul li
{
    padding: 5px 0px;
    font-size: 15px;
}
.benefit-content h6
{
    font-size: 16px;
    padding: 10px 0px;
}

.benefit-content p
{
    font-size: 15px;
}

.appointment_img img
{
    margin-top: 50px;
}

.bulet
{
    margin-top: 20px;
}

.bulet p span
{
    color: #0a4376;
    font-weight: 700;
    font-size: 17px;
}

.bulet ul
{

}

.bulet ul li
{

}
/* Service css end */

/* Team Start */
.team_box
{
    background: #fff;
    height: 540px;
    margin-top: 20px;
}

.section4_slider_image img
{
    width: 100%;
}
/* Team End */
.submit_msg
{
    margin-bottom: 30px;
}

.success_msg_heading
{
    font-size: 20px;
    font-weight: 600;
}

.success_msg_text
{
    color: #198754 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    text-transform: capitalize;
}
.blog_details_row
{
  margin-top:90px;
  padding: 10px 20px;  
}

.service-content h5
{
    font-size: 17px !important;
}

