.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  background: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}






/** header-top **/

.main-header .header-top {
  position: relative;
  width: 100%;
  padding: 11.5px 0px;
}

.main-header .header-top .info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin-right: 60px;
}

.main-header .header-top .info li:last-child {
  margin: 0px !important;
}

.main-header .header-top .info li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 20px;
  top: 2px;
  right: -30px;
}

.main-header .header-top .info li:last-child:before {
  display: none;
}

.main-header .header-top .info li a {
  display: inline-block;
  color: #fff;
}

.main-header .header-top .info li a:hover {}

.main-header .header-top .info li i {
  margin-right: 15px;
}

.main-header .header-top .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  border: 1px solid #ccccccad;
  padding: 0px 7px;
  width: 30px;
  text-align: center;
}

.main-header .header-top .social-links li:last-child {
  margin: 0px !important;
}

.main-header .header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.main-header .header-top .social-links li a:hover {}

.main-header .outer-box {
  position: relative;
}


.main-header .logo-box {
  position: relative;
  display: block;
  float: left;
  /* padding: 0px 0px 5px; */
  padding-right: 0px;
  max-width: 250px;
  /* padding-right: 30px; */

}

.main-menu {
  float: left;
}

.main-header .menu-right-content {
  position: relative;
  padding: 26px 0px 24px 25px;
  border-left: 1px solid #e5e5e5;
  margin-left: 45px;
}

.main-header .menu-right-content li {
  position: relative;
  display: inline-block;
}

.main-header .menu-right-content li .theme-btn-one {
  box-shadow: none;
  padding: 17px 90px 17px 35px;
}

.main-header .menu-right-content li .theme-btn-one i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 60px;
  text-align: center;
}

/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  margin-right: 15px;
  top: 4px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #003478;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-header .search-box-btn:hover {}

.main-header .search-box-outer .dropdown-menu {
  top: 54px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** main-menu **/

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 17px 0px;
  margin: 0px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'DIN Pro';
  opacity: 1;
  color: #000;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: bold;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 0px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
  position: absolute;
  content: "\f107";
  display: none;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  top: 2px;
  right: 0px;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 320px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #121212;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'DIN Pro';
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 250px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #121212;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}


.main-menu .navigation>li>ul>li>ul>li>ul>li {

  width: 100%;
  padding: 0px 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;

  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'DIN Pro';
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'DIN Pro';
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


.main-menu .navigation>li>ul>li>ul>li>ul>li>a:hover {
  color: #d60d39 !important;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}


.main-menu .navigation li>ul>li.dropdown:hover>ul>li.dropdown:hover>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation>li>ul>li>ul>li>ul {
  display: block !important;
  left: 100%;
  opacity: 0;
  position: absolute;
  left: 100%;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 15px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}




.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}



.main-menu .navigation>li>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 250px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #121212;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 250px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #121212;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}



.main-menu .navigation li>ul>li.dropdown:hover>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}


.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}


.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #003478;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/* .main-header .sticky-header .logo-box {
 padding: 0px 50px 0px 0px;
max-width: 190px;
} */

.main-header .sticky-header .main-menu .navigation>li {
  /* padding: 5px 0px; */
  padding: 17px 0px;
}

.main-header .sticky-header .menu-right-content {
  padding: 15px 0px 14px 25px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 330px;
  padding-right: 10px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 15px;
  text-align: left;
  padding-bottom: 30px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(108, 108, 108, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {

  font-size: 15px;
  margin-left: 0px;
  text-transform: capitalize;
  font-weight: 400;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  color: #000;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icons/cross-out.png),
    pointer;
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  color: #003478;
  font-size: 20px;
  font-weight: 400;
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #003478;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #848484;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #003478;
}

/** banner-section **/

.banner-section {
  position: relative;
}

.banner-carousel {
  position: relative;
  overflow: hidden;
}

.banner-section.style-one .banner-carousel .slide-item {
  position: relative;
  padding: 100px 0px;
}

.banner-section.style-one .banner-carousel .slide-item .image-layer {
  left: 0px;
  width: 100%;
  height: 100%;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-section.style-one .banner-carousel .active .slide-item .image-layer {
  /* -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);*/
}

.banner-carousel .content-inner {
  position: relative;
  display: block;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.664);
  max-width: 500px;
  border-radius: 10px;
  padding: 20px;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 3000ms ease;
  -moz-transition: all 3000ms ease;
  -ms-transition: all 3000ms ease;
  -o-transition: all 3000ms ease;
  transition: all 3000ms ease;
}

.banner-carousel .content-inner .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 155px;
  height: 246px;
  background-repeat: no-repeat;
}

.banner-carousel .active .content-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 1;
}

.banner-carousel h5 span {
  margin-right: 10px;
  font-size: 15px;
}

.banner-carousel h1 {
  display: block;
  font-size: 32px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 1
}

.banner-carousel p {
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 23px;
  z-index: 1;
}

.banner-carousel p span {
  font-weight: 600;
  font-size: 22px;
  color: #d60d39;
}

.banner-section.style-one .slide-item .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 635px;
  height: 100%;
  background-repeat: no-repeat;
}

.banner-section.style-one .slide-item .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 294px;
  background-repeat: no-repeat;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-section.style-one .banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0px;
  transform: translateY(-50%);
}

.banner-section.style-one .banner-carousel .owl-nav .owl-prev {
  position: absolute !important;
  right: 100px;
  top: 35px;
}

.banner-section.style-one .banner-carousel .owl-nav .owl-next {
  position: absolute !important;
  right: 100px;
  top: -35px;
}

.nav-style-one .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  color: #003478;
  font-size: 24px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
}

.nav-style-one .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  color: #003478;
  font-size: 24px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
}

.nav-style-one .owl-nav .owl-prev:hover,
.nav-style-one .owl-nav .owl-next:hover {
  color: #fff;
}


/** about-section **/

.about-section {
  position: relative;
  padding: 150px 0px;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 0px 150px 160px 0px;
}

#image_block_1 .image-box img {
  width: 100%;
  border-radius: 10px;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box {
  position: absolute;
  left: 50px;
  bottom: 40px;
  background: #fff;
  max-width: 245px;
  width: 100%;
  border-radius: 7px;
  padding: 19px 20px 15px 85px;
  box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box .clients-thumb {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

#image_block_1 .image-box .clients-box .clients-thumb img {
  width: 100%;
  border-radius: 5px;
}

#image_block_1 .image-box .clients-box h3 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

#image_block_1 .image-box .clients-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-family: 'DIN Pro';
  color: #727272;
  font-weight: 500;
}

#image_block_1 .image-box .pattern-box .pattern-1 {
  position: absolute;
  left: -45px;
  top: 50px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

#image_block_1 .image-box .pattern-box .pattern-2 {
  position: absolute;
  right: -28px;
  bottom: 215px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

#content_block_1 .content-box .upper-box .text {
  position: relative;
  margin-bottom: 45px;
}

#content_block_1 .content-box .upper-box {
  position: relative;
  display: block;
  padding-bottom: 60px;
  margin-bottom: 41px;
  border-bottom: 1px solid #e5e5e5;
}

#content_block_1 .content-box .sec-title {
  margin-bottom: 32px;
}

.counter-block-one {
  position: relative;
  padding-left: 45px;
}

.counter-block-one .icon-box {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 26px;
  height: 32px;
}

.counter-block-one .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
}

.counter-block-one .icon-box .dotted {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.counter-block-one .icon-box .dotted-1 {
  left: 0px;
  top: 6px;
}

.counter-block-one .icon-box .dotted-2 {
  top: 6px;
  right: 6px;
}

.counter-block-one .icon-box .dotted-3 {
  right: 6px;
  bottom: 6px;
}

.counter-block-one .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 600;
  margin-bottom: 10px;
}

.counter-block-one p {
  font-size: 17px;
  line-height: 24px;
  color: #003478;
  font-weight: 600;
}

.about-section .pattern-layer .pattern-1 {
  position: absolute;
  top: 70px;
  right: 300px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.about-section .pattern-layer .pattern-2 {
  position: absolute;
  top: 80px;
  right: 80px;
  background: #f7f8f9;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.bg-color-1 {
  background: #f2f2f2;
}


/** service-section **/

.service-section {
  position: relative;
  padding: 145px 0px 250px 0px;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: 0 15px 40px #d3dce8;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 500ms ease;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 80%);
  z-index: 1;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content {
  position: relative;
  padding: 30px 30px 30px 40px;
}

.service-block-one .inner-box .lower-content .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 32px;
  padding-left: 23px;
}

.service-block-one .inner-box .lower-content .icon-box:before {
  position: absolute;
  content: '';
  height: 80px;
  width: 45px;
  top: -7px;
  left: 0px;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%, 0% 0%);
  opacity: 0.1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
  opacity: 0.2;
}

.service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #003478;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content p {
  margin-bottom: 21px;
}

.service-block-one .inner-box .pattern {
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 99px;
  height: 170px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .pattern {
  right: 0px;
  opacity: 1;
}

.service-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 290px;
  bottom: 65px;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-repeat: no-repeat;
}

.service-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 70px;
  bottom: 70px;
  background: #f0f3f7;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.service-section .pattern-layer .pattern-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 710px;
  height: 570px;
  background-repeat: no-repeat;
}


/** chooseus-section **/

.chooseus-section {
  position: relative;
  background: #fff;
}

.chooseus-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 167px;
  height: 284px;
  background-repeat: no-repeat;
}

.chooseus-section .bg-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chooseus-section .content-column {
  position: relative;
  float: right;
  width: 40%;
}

.chooseus-section .content-column:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100px;
  left: 0px;
  top: -100px;
}

.chooseus-section .content-column .content-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 620px;
}

.accordion-box .block {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  color: #003478;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 15px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  margin: 0px;
  content: "\f068";
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 17px 0px 17px 45px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-left: 45px;
  padding-bottom: 11px;
}

.chooseus-section .content-column .content-inner {
  position: relative;
  padding: 26px 30px 110px 130px;
}

.chooseus-section .content-column .content-inner .sec-title {
  margin-bottom: 18px;
}

.bg-color-2 {
  background: #003478 !important;
}


/** clients-section **/

.clients-section {
  position: relative;
  padding: 50px 0px 70px 0px;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #ccc;
}

.clients-section .clients-logo-box img:hover {
  opacity: 0.5;
}

.clients-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}


/** agent-section **/

.agent-section {
  background-image: url(../images/call-bg2.jpg);
}

.agent-section .inner-container {
  position: relative;

  padding: 0px 50px 0px;

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);

}

#content_block_2 .content-box {
  position: relative;
  display: block;

  border-radius: 10px;
  /* padding: 32px 40px 21px 40px;*/
}

#content_block_2 .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

#content_block_2 .content-box .support-box {
  position: relative;
  padding-left: 30px;
}

#content_block_2 .content-box .support-box .icon-box {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 18px;
  /*  line-height: 30px;*/
}

#content_block_2 .content-box .support-box .icon-box:before {
  /*  position: absolute;
  content: '';
  height: 44px;
  width: 36px;
  top: -5px;
  left: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
  opacity: 0.1;*/
}

#content_block_2 .content-box .support-box h6 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffffa8 !important;

}

#content_block_2 .content-box .support-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'DIN Pro';
  font-weight: 900;
}

#content_block_2 .content-box .support-box h3 a {
  display: inline-block;
  color: #003478;
}

#content_block_2 .content-box .support-box h3 a:hover {}

#content_block_3 .content-box {
  position: relative;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  padding: 32px 40px 37px 40px;
}

#content_block_3 .content-box h3 {
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 22px;
}

#content_block_3 .content-box .subscribe-form .form-group {
  position: relative;
  margin: 0px;
  padding-right: 150px;
  border-radius: 5px;
  overflow: hidden;
}

#content_block_3 .content-box .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #efeded;
  font-size: 17px;
  color: #808080;
  padding: 10px 20px;
  border-radius: 5px 0px 0px 5px;
  transition: all 500ms ease;
}

#content_block_3 .content-box .subscribe-form .form-group input:focus {}

#content_block_3 .content-box .subscribe-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  padding: 12px 26px;
}

#content_block_3 .content-box .subscribe-form .form-group button:before {
  border-radius: 0px;
}


/** team-section **/

.team-section {
  position: relative;
  padding: 147px 0px 146px 0px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text {
  width: 50%;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.team-block-one .inner-box .image-box:after {
  position: absolute;
  content: '';
  background: rgb(0 34 79 / 60%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:after {
  opacity: 1;
}

.team-block-one .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 500ms ease;
  /* background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.0) 50% );*/
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box::before {
  opacity: 0;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.team-block-one .inner-box .image-box .social-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #bfbfbf;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  color: #fff;
}

.team-block-one .inner-box:hover .image-box .social-links li a {
  transform: scale(1, 1);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  margin: -40px 6px 0px;
  z-index: 1;
}

.team-block-one .inner-box .lower-content .inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
}

.team-block-one .inner-box .lower-content .inner h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.team-block-one .inner-box .lower-content .inner h3 a {
  display: inline-block;
  color: #000000;
}

.team-block-one .inner-box .lower-content .inner h3 a:hover {}

.team-block-one .inner-box .lower-content .inner .designation {
  position: relative;
  display: block;
  font-size: 15px;
}

.team-block-one .inner-box .lower-content .inner .pattern .pattern-1 {
  position: absolute;
  left: -30px;
  top: 0px;
  width: 109px;
  height: 129px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-1 {
  opacity: 1;
  left: 0px;
}

.team-block-one .inner-box .lower-content .inner .pattern .pattern-2 {
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 110px;
  height: 129px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-2 {
  opacity: 1;
  right: 0px;
}


/** testimonial-section **/

.testimonial-section {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
}

.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box .text {
  margin-bottom: 20px;
}

.testimonial-block-one .inner-box .text p {
  font-size: 15px;
  line-height: 30px;
  color: #003478;
  font-weight: 400;
}

.testimonial-block-one .inner-box .quote {
  position: absolute;
  right: 50px;
  bottom: 80px;
  font-size: 60px;
  opacity: 0.1;
}

.testimonial-block-one .inner-box .author-info {
  position: relative;
  padding: 9px 0px 7px 90px;
}

.testimonial-block-one .inner-box .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.testimonial-block-one .inner-box .pattern {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 35px;
  height: 50px;
  background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 56px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}

.testimonial-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: -75px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** video-section **/

.video-section {
  position: relative;
  width: 100%;
  /* padding: 150px 0px 120px 0px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.video-section:before {
  position: absolute;
  content: '';
  background: #000e2030;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.video-section .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 25px;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 14px;
}

.video-section .inner-box a:after,
.video-section .inner-box a:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}


/** cta-section **/

.cta-section {
  position: relative;
}

.cta-section .inner-container {
  position: relative;
  padding: 78px 0px 81px 100px;
  border-radius: 10px 0px 0px 10px;
  margin-top: -85px;
}

.cta-section .inner-container:before {
  position: absolute;
  content: '';
  background: #003478;
  border-radius: 10px 0px 0px 10px;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.cta-section .text h2 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
}

.cta-section .text h2 span {}

.cta-section .text p {
  font-weight: 600;
  color: #b7c8d9;
}

.cta-section .btn-box .theme-btn-one {
  box-shadow: none;
}

.cta-section .inner-container .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section .inner-container .pattern .pattern-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 339px;
  height: 143px;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
}

.cta-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 530px;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}


/** news-section **/

.news-section {
  position: relative;
  padding: 134px 0px 150px 0px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: rgb(0 34 79 / 60%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before {
  opacity: 1;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1);
}

.news-block-one .inner-box .image-box a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 35px 40px 40px 40px;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #003478;
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .admin-box {
  position: relative;
  padding: 0px 0px 8px 65px;
  margin-bottom: 24px;
}

.news-block-one .inner-box .lower-content .admin-box .admin-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .admin-box .admin-thumb img {
  width: 100%;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .admin-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #003478;
  line-height: 22px;
  font-family: 'DIN Pro';
  font-weight: 600;
  margin-bottom: 0px;
}

.news-block-one .inner-box .lower-content .admin-box a:hover {}

.news-block-one .inner-box .lower-content .admin-box span {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 14px;
  color: #808080;
}

.news-block-one .inner-box .lower-content p {
  margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .pattern {
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 99px;
  height: 170px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .pattern {
  right: 0px;
  opacity: 1;
}

.news-section .pattern-layer .pattern-1 {
  position: absolute;
  top: 110px;
  left: 220px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer .pattern-2 {
  position: absolute;
  top: -10px;
  left: 90px;
  background: #f7f8f9;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** contact-section **/

.contact-section {
  position: relative;
  padding: 120px 0px 100px 0px;
}

.contact-section .image-layer {
  position: absolute;
  left: 170px;
  bottom: 0px;
}

.contact-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 410px;
  height: 602px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 582px;
  height: 666px;
  background-repeat: no-repeat;
}

#content_block_4 .content-box .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 65px 70px 70px 70px;
  box-shadow: 0 20px 30px rgb(211, 220, 232, 0.6);
  border-radius: 10px;
  overflow: hidden;
}

#content_block_4 .content-box .form-inner .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 139px;
  height: 236px;
  background-repeat: no-repeat;
}

#content_block_4 .content-box .form-inner h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px !important;
  padding-top: 20px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='tel'],
.default-form .form-group input[type='select'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  height: 120px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

#content_block_4 .content-box .sec-title {
  margin-bottom: 58px;
}


/** main-footer **/

footer {
  background: (../images/footer-bg)
}

.main-footer {
  position: relative;
}

.footer-top {
  position: relative;
  width: 100%;
  padding: 50px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.footer-top:before {
  position: absolute;
  content: '';
  /*background: #001b3e;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.85;
}

.footer-top .widget-title {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.footer-top .widget-title h2 {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}

.footer-top .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}

.footer-top .footer-widget p {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  font-weight: normal;

}

.footer-top .footer-widget .social-links li {
  position: relative;
  display: inline-block;

  margin-right: 10px;
}

.footer-top .footer-widget .social-links li:last-child {
  margin: 0px !important;
}

.footer-top .footer-widget .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #002555;
  background: #60606012;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;

  border: 1px solid #ccc;
}

.footer-top .footer-widget .social-links li a:hover {
  color: #fff;
}

.footer-top .about-widget .text {
  margin-bottom: 37px;
}

.footer-top .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc3;
}

.footer-top .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'DIN Pro';
  color: #000;
  font-weight: normal;
}

.footer-top .links-widget .links-list li a:hover {}

.footer-top .contact-widget .text {
  margin-bottom: 11px;
}

.footer-top .contact-widget .info-list li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 28px;
}

.footer-top .contact-widget .info-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .contact-widget .info-list li a {
  display: inline-block;
  color: #fff;
  font-family: 'DIN Pro';
}

.footer-top .contact-widget .info-list li a:hover {}

.footer-top .contact-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 15px;
}

.footer-top .contact-widget p {
  line-height: 30px;
}

.footer-top .subscribe-widget .text {
  margin-bottom: 38px;
}

.footer-top .subscribe-widget .subscribe-form .form-group {
  position: relative;
  margin: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.footer-top .subscribe-widget .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 80px 10px 20px;
  font-size: 15px;
  color: #808080;
  transition: all 500ms ease;
}

.footer-top .subscribe-widget .subscribe-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  font-size: 15px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .subscribe-widget .subscribe-form .form-group input:focus {}

.footer-bottom {
  position: relative;
  background: #002555;
  padding: 20px 0px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright {
  position: relative;
}

.footer-bottom .bottom-inner .copyright p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.footer-bottom .bottom-inner .copyright p a {
  color: #fff;
}

.footer-bottom .bottom-inner .copyright p a:hover {}

.footer-bottom .bottom-inner .footer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom .bottom-inner .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom .bottom-inner .footer-nav li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-right: 20px;
}

.footer-bottom .bottom-inner .footer-nav li:last-child {
  margin: 0px !important;
}

.footer-bottom .bottom-inner .footer-nav li a {
  color: #fff;
}

.footer-bottom .bottom-inner .footer-nav li a:hover {}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.main-header.style-two .header-lower {
  position: relative;
  padding: 0px 70px;
}


/** banner-style-two **/

.banner-section.style-two {
  position: relative;
  background: #f7f9fb;
  overflow: hidden;
}

.banner-section.style-two .pattern-layer {
  position: absolute;
  left: 100px;
  top: 50px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
}

.banner-section.style-two .banner-carousel .slide-item {
  position: relative;
  padding: 191px 0px 200px 0px;
}

.banner-carousel .content-box {
  max-width: 400px;
  z-index: 5;
}

.banner-section.style-two .banner-carousel h5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-section.style-two .banner-carousel h1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-section.style-two .banner-carousel p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section.style-two .banner-carousel .theme-btn-one {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-two .banner-carousel .active .theme-btn-one {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.banner-section.style-two .banner-carousel .slide-item .image-layer {
  width: 50%;
  right: 0px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-section.style-two .banner-carousel .owl-nav {
  position: absolute;
  left: 70px;
  bottom: 70px;
}

.banner-section.style-two .nav-style-one .owl-nav .owl-next,
.banner-section.style-two .nav-style-one .owl-nav .owl-prev {
  display: block;
}

.banner-section.style-two .nav-style-one .owl-nav .owl-prev {
  margin-bottom: 10px;
}


/** feature-section **/

.feature-section {
  position: relative;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 58px 30px 51px 30px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
}

.feature-block-one .inner-box .bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}

.feature-block-one .inner-box .bg-layer:before {
  position: absolute;
  content: '';
  background: rgba(0, 52, 120, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.feature-block-one .inner-box:hover .bg-layer {
  left: 0px;
}

.feature-block-one .inner-box .pattern-layer .pattern-1 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 38px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .pattern-layer .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 77px;
  background-repeat: no-repeat;
  bottom: -77px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .pattern-layer .pattern-2 {
  bottom: 0px;
}

.feature-block-one .inner-box:hover .pattern-layer .pattern-1 {
  opacity: 0;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 148px;
  height: 143px;
  line-height: 143px;
  text-align: center;
  font-size: 65px;
  color: #003478;
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box {}

.feature-block-one .inner-box .icon-box .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-2 {
  position: absolute;
  left: -5px;
  top: 0px;
  width: 140px;
  height: 136px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .pattern .pattern-4 {
  position: absolute;
  left: -5px;
  top: 0px;
  width: 140px;
  height: 136px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .pattern .pattern-1,
.feature-block-one .inner-box:hover .icon-box .pattern .pattern-2 {
  opacity: 0;
}

.feature-block-one .inner-box:hover .icon-box .pattern .pattern-3,
.feature-block-one .inner-box:hover .icon-box .pattern .pattern-4 {
  opacity: 1;
}

.feature-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a {
  color: #003478;
}

.feature-block-one .inner-box p {
  color: #003478;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h3 a,
.feature-block-one .inner-box:hover p {
  color: #fff;
}


/** about-style-two **/

.about-style-two {
  position: relative;
}

.about-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 375px;
  height: 583px;
  background-repeat: no-repeat;
}

#image_block_2 .image-box {
  position: relative;
  display: block;
  padding-right: 110px;
}

#image_block_2 .image-box img {
  width: 100%;
}

#image_block_2 .image-box .content-inner {
  position: absolute;
  right: 0px;
  bottom: 70px;
  max-width: 270px;
  width: 100%;
  background: #003478;
  padding: 20px;
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0 30px 50px rgba(0, 52, 120, 0.3);
}

#image_block_2 .image-box .content-inner:before {
  position: absolute;
  content: '';
  background: #003478;
  width: 30px;
  height: 30px;
  left: 0px;
  bottom: -29px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

#image_block_2 .image-box .content-inner .text {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 20px 20px 26px 30px;
}

#image_block_2 .image-box .content-inner .text h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 1px;
}

#image_block_2 .image-box .content-inner .text h5 {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}

#image_block_2 .image-box .pattern .pattern-1 {
  position: absolute;
  left: -45px;
  top: 50px;
  width: 98px;
  height: 188px;
  background-repeat: no-repeat;
  z-index: -1;
}

#image_block_2 .image-box .pattern .pattern-2 {
  position: absolute;
  right: 50px;
  top: 215px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
  z-index: -1;
}

#image_block_2 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_2 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_2 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_5 .content-box {
  position: relative;
  display: block;
}

#content_block_5 .content-box .text {
  margin-bottom: 28px;
}

#content_block_5 .content-box .text p {
  color: #003478;
}

#content_block_5 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 500;
  margin-bottom: 19px;
  padding-left: 35px;
}

#content_block_5 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_5 .content-box .list-item li:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #003478;
  font-weight: 700;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition: all 500ms ease;
}

#content_block_5 .content-box .sec-title {
  margin-bottom: 22px;
}


/** service-style-two **/


.service-style-two {
  position: relative;
}

.service-block-two .inner-box {
  position: relative;
  padding: 50px 30px 50px 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
  background: #fff;
}

.service-block-two .inner-box:before {
  position: absolute;
  content: '';
  background: #e9edf3;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
  height: 100%;
}

.service-block-two .inner-box .icon-box {
  position: absolute;
  /*  left: 40px;*/
  top: 40px;
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 124px;
  text-align: center;
  font-size: 55px;
  color: #003478;
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box {}

.service-block-two .inner-box .icon-box .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-2 {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 121px;
  height: 117px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box .pattern .pattern-4 {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 121px;
  height: 117px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box .pattern .pattern-1,
.service-block-two .inner-box:hover .icon-box .pattern .pattern-2 {
  opacity: 0;
}

.service-block-two .inner-box:hover .icon-box .pattern .pattern-3,
.service-block-two .inner-box:hover .icon-box .pattern .pattern-4 {
  opacity: 1;
}

.service-block-two .inner-box .inner h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-block-two .inner-box .inner h3 a {
  display: inline-block;
  color: #003478;
}

.service-block-two .inner-box .inner h3 a:hover {}

.service-block-two .inner-box .inner p {
  margin-bottom: 21px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .inner .theme-btn-two {
  color: #fff !important;
  box-shadow: none !important;
}

.service-block-two .inner-box:hover .inner h3 a,
.service-block-two .inner-box:hover .inner h3,
.service-block-two .inner-box:hover .inner p {
  color: #fff;
}

.service-block-two .inner-box .pattern-layer {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 38px;
  background-repeat: no-repeat;
}


/** chooseus-style-two **/

.chooseus-style-two {
  position: relative;
  padding: 128px 0px 215px 0px;
}

.chooseus-style-two .content-box {
  margin-left: 100px;
}

.chooseus-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 0%);
}

.chooseus-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 473px;
  height: 691px;
  background-repeat: no-repeat;
}

.agent-section.alternat-2 #content_block_2 .content-box h3,
.agent-section.alternat-2 #content_block_2 .content-box .support-box h6,
.agent-section.alternat-2 #content_block_2 .content-box .support-box h3 a,
.agent-section.alternat-2 #content_block_3 .content-box h3 {
  color: #fff;
}

.agent-section.alternat-2 #content_block_2 .content-box,
.agent-section.alternat-2 #content_block_3 .content-box {
  border-color: #6685ae;
}


/** quote-section **/

.quote-section {
  position: relative;
  padding-top: 145px;
}

.quote-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 440px;
  height: 681px;
  background-repeat: no-repeat;
}

.quote-section .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 95px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.quote-section #image_block_3 .image-box {
  margin-top: 58px;
}

#image_block_3 .image-box {
  position: relative;
  display: block;
}

#image_block_3 .image-box .pattern .pattern-1 {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 476px;
  height: 477px;
  background-repeat: no-repeat;
}

#image_block_3 .image-box .pattern .pattern-2 {
  position: absolute;
  left: 0px;
  top: 85px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
}

#image_block_3 .image-box .pattern .pattern-3 {
  position: absolute;
  top: 280px;
  right: 135px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.nice-select:after {
  position: absolute;
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  top: 5px;
  right: 30px;
  color: #808080;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5 !important;
  font-size: 15px;
  color: #808080;
  border-radius: 5px;
  padding: 5px 20px;
}

#content_block_6 .content-box .tabs-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  box-shadow: 0 20px 40px rgb(211 220 232 / 70%);
  border-radius: 10px;
}

#content_block_6 .content-box .tabs-content .inner-box p {
  font-size: 15px;
  line-height: 26px;
  color: #003478;
  font-weight: 600;
  margin-bottom: 22px;
}

#content_block_6 .content-box .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 26px;
  font-family: 'DIN Pro';
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  background: #f0f0f0;
  padding: 5px 13px;
  cursor: pointer;
  margin-right: 5px;
  transition: all 500ms ease;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li.active-btn {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 26px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  background: #d60d39;
  padding: 5px 13px;
  cursor: pointer;
  margin-right: 5px;
  transition: all 500ms ease;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li:last-child {
  margin: 0px;
}

#content_block_6 .content-box .tab-btn-box .tab-btns li.active-btn {
  color: #fff !important;

}

#content_block_6 .content-box .tab-btn-box .tab-btns li.active-btn:hover {
  color: #fff !important;

}

#content_block_6 .content-box .tab-btn-box .tab-btns li:hover {
  color: #000 !important;

}

#content_block_6 .content-box .tabs-content .inner-box .form-group {
  position: relative;
  margin-bottom: 20px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group input[type='text'],
#content_block_6 .content-box .tabs-content .inner-box .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #808080;
  transition: all 500ms ease;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group input:focus {}

#content_block_6 .content-box .tabs-content .inner-box .form-group .select-box {
  position: relative;
  height: 50px;
}

#content_block_6 .content-box .tabs-content .inner-box .form-group button {
  width: 100%;
  padding: 12px 37px;
}


/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
  padding: 147px 0px 150px 0px;
}

.testimonial-style-two .sec-title {
  margin-bottom: 42px;
}

.testimonial-block-two .inner-box {
  position: relative;
  display: block;
}

.testimonial-block-two .inner-box p {
  font-size: 20px;
  line-height: 30px;
  color: #003478;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 21px;
}

.testimonial-block-two .inner-box .author-info {
  position: relative;
  padding: 9px 0px 7px 90px;
}

.testimonial-block-two .inner-box .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.testimonial-block-two .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.testimonial-style-two .owl-nav {
  position: absolute;
  left: -220px;
  top: -60px;
}

.testimonial-style-two .nav-style-one .owl-nav .owl-prev {
  margin-bottom: 20px;
}

.testimonial-style-two .nav-style-one .owl-nav .owl-prev,
.testimonial-style-two .nav-style-one .owl-nav .owl-next {
  display: block;
}

.testimonial-style-two .counter-block-one {
  background: #fff;
  max-width: 280px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 21px 30px 23px 85px;
}

.testimonial-style-two .counter-block-one:last-child {
  margin-bottom: 0px;
}

.testimonial-style-two .counter-block-one .icon-box {
  left: 40px;
  top: 30px;
}

.testimonial-style-two .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.testimonial-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 373px;
  height: 617px;
  background-repeat: no-repeat;
}

.cta-section.alternat-2 {
  padding: 80px 0px;
}

.cta-section.alternat-2 .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 730px;
  height: 100%;
  background-repeat: no-repeat;
}

.cta-section.alternat-2 .pattern .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 536px;
  height: 100%;
  background-repeat: no-repeat;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

.main-header.style-three .header-top .info li {
  color: #003478;
}

.main-header.style-three .header-top .info li:before {
  background: #c2c6cc;
}

.main-header.style-three .header-top {
  background: #f2f5f8;
}

.main-header.style-three .header-top .social-links li a {
  color: #003478;
}

.main-header.style-three .header-top .social-links li p {
  font-size: 15px;
  color: #003478;
}

.main-header.style-three .header-top .social-links li a:hover {}

.header-upper {
  position: relative;
  width: 100%;
  background: #fff;
}

.header-upper .upper-info {
  position: relative;
  margin-top: 35px;
}

.header-upper .upper-info li {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 65px;
  margin-right: 100px;
}

.header-upper .upper-info li:last-child {
  margin: 0px !important;
}

.header-upper .upper-info li:before {
  position: absolute;
  content: '';
  background: #e6eaef;
  width: 1px;
  height: 44px;
  top: 4px;
  right: -50px;
}

.header-upper .upper-info li:last-child:before {
  display: none;
}

.header-upper .upper-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #dae2eb;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #003478;
}

.header-upper .upper-info li h5 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}

.header-upper .upper-info li p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
}

.header-upper .upper-info li p a {
  color: #808080;
}

.header-upper .upper-info li p a:hover {}

.main-header .header-upper .logo-box {
  padding: 30px 0px 72px 0px;
  border-right: none;
  max-width: 172px;
}

.main-header.style-three .header-lower .lower-inner {
  position: relative;
  width: 100%;
}

.main-header.style-three .header-lower .outer-box {
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100%;
  border-radius: 4px;
}

.main-header.style-three .header-lower .outer-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% - 60px);
  left: 30px;
  bottom: -10px;
  height: 30px;
  border-radius: 4px;
  opacity: 0.2;
  z-index: -1;
}

.main-header.style-three .header-lower .nav-btn {
  position: relative;
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #003e90;
  border-radius: 4px 0px 0px 4px;
  margin-right: 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header.style-three .lower-inner .main-menu .navigation>li {
  padding: 25px 0px;
}

.main-header.style-three .lower-inner .main-menu .navigation>li a {
  color: #fff;
}

.main-header.style-three .lower-inner .menu-right-content {
  padding: 0px;
  margin: 0px;
  border: none;
}

.main-header.style-three .lower-inner .menu-right-content li .theme-btn-one {
  box-shadow: none;
  padding: 27px 52px;
  border-radius: 0px 4px 4px 0px;
}

.main-header.style-three .lower-inner .menu-right-content li .theme-btn-one:before {
  border-radius: 0px 4px 4px 0px;
}

.main-header.style-three .lower-inner .search-box-btn {
  color: #fff;
}

.main-header.style-three .search-box-btn:hover {}


/** banner-style-three **/

.banner-section.style-three .banner-carousel .slide-item .image-layer {
  width: 100%;
  height: 100%;
  left: 0px;
}

.banner-section.style-three .banner-carousel .slide-item {
  position: relative;
  padding: 220px 0px 225px 0px;
}

.banner-section.style-three .banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  background: #001c40;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  z-index: 1;
}

.banner-section.style-three .banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.banner-section.style-three .banner-carousel h5 {
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-section.style-three .banner-carousel h1 {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-section.style-three .banner-carousel .theme-btn-one {
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.banner-section.style-three .banner-carousel .active .theme-btn-one {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.banner-section.style-three .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-section.style-three .owl-nav .owl-prev {
  position: absolute;
  left: 70px;
}

.banner-section.style-three .owl-nav .owl-next {
  position: absolute;
  right: 70px;
}

.banner-section.style-three .banner-carousel:hover .owl-nav {
  opacity: 1;
}

/** feature-style-two **/

.feature-style-two {
  position: relative;
}

.feature-style-two .title-inner .sec-title,
.feature-style-two .title-inner .text {
  width: 50%;
}

.feature-style-two .title-inner .text {
  padding: 15px 0px 15px 40px;
}

.feature-style-two .title-inner .text p {
  font-size: 20px;
  line-height: 34px;
  color: #003478;
}

.feature-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.feature-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.feature-block-two .inner-box .image-box:after {
  position: absolute;
  content: '';
  background: rgb(0 34 79 / 50%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box:after {
  opacity: 1;
}

.feature-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 10px;
  transform: scale(1.1);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box img {
  transform: scale(1);
}

.feature-block-two .inner-box .lower-content {
  position: relative;
  margin: 0px 30px;
}

.feature-block-two .inner-box .lower-content .inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 15px 31px 15px;
  border-radius: 10px;
  box-shadow: 0 15px 50px #d3dce8;
  margin-top: -40px;
}

.feature-block-two .inner-box .lower-content .inner:before {
  position: absolute;
  content: '';
  background: #003478;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .lower-content .inner:before {
  height: 100%;
}

.feature-block-two .inner-box .lower-content .inner .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: -48px;
}

.feature-block-two .inner-box .lower-content .inner h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .lower-content .inner h3 {
  color: #fff;
}


/** about-style-three **/

.about-style-three {
  position: relative;
}

.about-style-three #content_block_5 .content-box .list-item li:before {
  color: #fff;
}

.mr-100 {
  margin-right: 100px;
}

#image_block_4 .image-box {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 135px;
}

#image_block_4 .image-box img {
  width: 100%;
  border-radius: 10px;
}

#image_block_4 .image-box .image {
  position: relative;
  border-radius: 10px;
}

#image_block_4 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_4 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_4 .image-box .content-inner {
  position: absolute;
  left: 10px;
  bottom: 0px;
  background: #003478;
  padding: 43px 60px 41px 50px;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 15px 50px #d3dce8;
}

#image_block_4 .image-box .content-inner .text h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 13px;
}

#image_block_4 .image-box .content-inner .text p {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

#image_block_4 .image-box .content-inner .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 122px;
  height: 170px;
  background-repeat: no-repeat;
}

#image_block_4 .image-box .image-pattern .pattern-1 {
  position: absolute;
  left: 40px;
  top: -25px;
  width: 98px;
  height: 188px;
  background-repeat: no-repeat;
}

#image_block_4 .image-box .image-pattern .pattern-2 {
  position: absolute;
  right: 50px;
  bottom: 75px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
}

.about-style-three .pattern-layer .pattern-1 {
  position: absolute;
  top: 70px;
  left: 200px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.about-style-three .pattern-layer .pattern-2 {
  position: absolute;
  top: 90px;
  left: 70px;
  background: #f7f8f9;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}


/** service-style-three **/

.service-style-three {
  position: relative;
}

.service-style-three .service-block-two .inner-box {
  padding: 10px;
}

.service-style-three .service-block-two .inner-box .icon-box {
  position: relative;
  top: 0px;
  margin-bottom: 10px;
}

.service-style-three .service-block-two .inner-box .inner h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-style-three .service-block-two .inner-box .inner h4 a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 22px;
}

.service-style-three .service-block-two .inner-box:hover .inner h4,
.service-style-three .service-block-two .inner-box:hover .inner h4 a {}

.service-style-three .service-block-two .inner-box .inner p {
  color: #003478;
  margin-bottom: 0px;
}

.service-style-three .service-block-two .inner-box:hover .inner p {
  color: #fff;
}

.service-style-three .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.service-style-three .owl-carousel .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.service-style-three .owl-carousel .owl-item.active {
  opacity: 1;
}

.service-style-three .owl-theme .owl-dots {
  margin-top: 22px;
  display: none;
}

.service-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccd3dc;
  border-radius: 50%;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover {}

.service-style-three .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span:before,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}

.chooseus-section.alternat-2 .content-column:before {
  display: none;
}

.chooseus-section.alternat-2 .content-column .content-inner {
  padding-top: 130px;
}

.testimonial-style-two.alternat-2 .bg-layer {
  width: 55%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-style-two.alternat-2 .pattern-layer-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 165px;
  height: 284px;
  background-repeat: no-repeat;
}


/** cta-style-two **/

.cta-style-two {
  position: relative;
  width: 100%;
  padding: 110px 0px 270px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.cta-style-two:before {
  position: absolute;
  content: '';
  background: #003478;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.cta-style-two .text h2 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
}

.cta-style-two .text h2 span {}

.cta-style-two .text p {
  font-weight: 600;
  color: #b7c8d9;
}

.cta-style-two .btn-box .theme-btn-one {
  box-shadow: none;
}

/** faq-section **/

.faq-section {
  position: relative;
}

.faq-section .inner-container {
  position: relative;
  background: #fff;
  padding: 100px 80px 100px 110px;
  box-shadow: 0 20px 40px rgb(0 52 120 / 10%);
  border-radius: 10px;
  margin-top: -157px;
  overflow: hidden;
}

.faq-section .inner-container .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 167px;
  height: 284px;
  background-repeat: no-repeat;
}

#image_block_5 .image-box {
  position: relative;
  display: block;
  padding-right: 130px;
}

#image_block_5 .image-box img {
  width: 100%;
}

#image_block_5 .image-box .pattern .pattern-1 {
  position: absolute;
  left: -30px;
  top: 0px;
  width: 427px;
  height: 427px;
  background-repeat: no-repeat;
}

#image_block_5 .image-box .pattern .pattern-2 {
  position: absolute;
  left: 18px;
  top: 200px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
}

#image_block_5 .image-box .pattern .pattern-3 {
  position: absolute;
  top: 50px;
  right: 135px;
  width: 98px;
  height: 98px;
  background-repeat: no-repeat;
}





/** clients-style-two **/

.clients-style-two {
  position: relative;
  padding: 150px 0px;
}

.clients-style-two .clients-logo-box {
  position: relative;
  display: block;
}

.clients-style-two .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-style-two .clients-logo-box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-style-two .pattern-layer .pattern-1 {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.clients-style-two .pattern-layer .pattern-2 {
  position: absolute;
  right: 200px;
  bottom: -30px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.clients-style-two .pattern-layer .pattern-3 {
  position: absolute;
  top: 25px;
  left: 70px;
  background: #f7f8f9;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.clients-style-two .pattern-layer .pattern-4 {
  position: absolute;
  right: 70px;
  bottom: -150px;
  background: #f7f8f9;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}


/** news-style-two **/

.news-style-two {
  position: relative;
  padding-bottom: 150px;
}

.news-block-two .inner-box .lower-content .bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}

.news-block-two .inner-box .lower-content .bg-layer:before {
  position: absolute;
  content: '';
  background: rgba(0, 52, 120, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.news-block-two .inner-box:hover .lower-content .bg-layer {
  left: 0px;
}

.news-block-two .inner-box .lower-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 35px 40px 40px 40px;
  box-shadow: 0 15px 40px rgb(211, 220, 232, 0.6);
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: #003478;
}

.news-block-two .inner-box .lower-content h3 a:hover {}

.news-block-two .inner-box:hover .lower-content h3,
.news-block-two .inner-box:hover .lower-content h3 a {
  color: #fff;
}

.news-block-two .inner-box .lower-content .admin-box {
  position: relative;
  padding: 0px 0px 8px 65px;
  margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content .admin-box .admin-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.news-block-two .inner-box .lower-content .admin-box .admin-thumb img {
  width: 100%;
  border-radius: 50%;
}

.news-block-two .inner-box .lower-content .admin-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #003478;
  line-height: 22px;
  font-family: 'DIN Pro';
  font-weight: 600;
  margin-bottom: 0px;
}

.news-block-two .inner-box:hover .lower-content .admin-box a {
  color: #fff;
}

.news-block-one .inner-box .lower-content .admin-box a:hover {}

.news-block-two .inner-box .lower-content .admin-box span {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 14px;
  color: #808080;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .admin-box span {
  color: rgba(255, 255, 255, 0.6);
}

.news-block-two .inner-box .lower-content p {
  margin-bottom: 21px;
  color: #003478;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content p {
  color: #fff;
}

.news-block-two .inner-box .lower-content .pattern {
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 99px;
  height: 170px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .pattern {
  right: 0px;
  opacity: 1;
}

.news-block-two .inner-box:hover .lower-content .theme-btn-two {
  box-shadow: none;
  color: #fff !important;
}

.agent-section.alternat-3 .inner-container {
  margin-top: 0px;

  z-index: 1;
}

.agent-section.alternat-3 #content_block_2 .content-box h3,
.agent-section.alternat-3 #content_block_2 .content-box .support-box h6,
.agent-section.alternat-3 #content_block_2 .content-box .support-box h3 a,
.agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box {
  color: #fff;
}

.agent-section.alternat-3 #content_block_2 .content-box .support-box .icon-box:before {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.agent-section.alternat-3 #content_block_2 .content-box {
  /*border: 1px dashed rgba(255,255,255,0.7);*/
}

#content_block_7 .content-box {
  position: relative;
  display: block;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 7px;
}


.border-dotted {
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

#content_block_7 .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

#content_block_7 .content-box .support-box {
  position: relative;

}

#content_block_7 .content-box .support-box .icon-box {
  position: absolute;
  color: #fff;
  left: 0px;
  top: 12px;
  font-size: 18px;
  /*  line-height: 30px;*/
  transform: rotate(120deg);
}

#content_block_7 .content-box .support-box .icon-box:before {
  /* position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  height: 44px;
  width: 36px;
  top: -5px;
  left: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);*/
}

#content_block_7 .content-box .support-box h6 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffffa8 !important;
}

#content_block_7 .content-box .support-box h3 {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  font-family: 'DIN Pro';
  font-weight: 900;
}

.main-footer.alternat-2 .footer-top {
  padding-top: 270px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title {
  position: relative;
  width: 100%;
  padding: 132px 0px 134px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: '';
  background: #003478;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title .content-box .title {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.page-title .content-box .title h1 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'DIN Pro';
  font-weight: 600;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 1px;
  top: 12px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {}

.testimonial-section.alternat-2 {
  padding-top: 145px;
}

.testimonial-section.alternat-2 .pattern-layer {
  top: 0px;
}


/** history-section **/

.history-section {
  position: relative;
}

.history-section .inner-box .text {
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 40px 41px 40px;
  box-shadow: 0 10px 30px rgb(211, 220, 232, 0.6);
  border-radius: 10px;
}

.history-section .inner-box .text:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.history-section .inner-box .left-content .text:before {
  right: 0px;
}

.history-section .inner-box .right-content .text:before {
  left: 0px;
}

.history-section .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.history-section .inner-box .year-box h3:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
}

.history-section .inner-box .left-content .year-box h3:before {
  right: -62px;
}

.history-section .inner-box .right-content .year-box h3:before {
  left: -62px;
}

.history-section .inner-box .text h3 {
  margin-bottom: 10px;
}

.history-section .inner-box .year-box {
  position: relative;
  margin: 135px 0px;
}

.history-section .inner-box .left-content {
  margin-top: 49px;
}

.history-section .inner-box {
  position: relative;
  padding: 0px 0px 0px 0px;
}

.history-section .inner-box .line-box {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 80px);
  background: #e5e5e5;
}

.history-section .inner-box .line-box span {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #003478;
  font-size: 20px;
  font-family: 'DIN Pro';
  font-weight: 600;
  box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
}

.history-section .inner-box .line-box:before {
  position: absolute;
  content: '';
  background: #003478;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  box-shadow: 0 10px 20px rgb(0 52 120 / 30%);
}

.history-section .inner-box .right-content {
  padding-bottom: 80px;
}

.history-section .inner-box .left-content {
  padding-top: 0px;
}

.history-section .sec-title {
  margin-bottom: 135px;
}

.history-section .pattern-layer {
  position: absolute;
  left: 70px;
  top: 0px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.history-section .inner-box .text .pattern .pattern-1 {
  position: absolute;
  width: 53px;
  height: 53px;
  bottom: -90px;
  background-repeat: no-repeat;
}

.history-section .inner-box .left-content .text .pattern .pattern-1 {
  left: 40px;
}

.history-section .inner-box .right-content .text .pattern .pattern-1 {
  right: 40px;
}

.history-section .inner-box .text .pattern .pattern-2 {
  position: absolute;
  background: #f7f8f9;
  width: 180px;
  height: 180px;
  top: 110px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.history-section .inner-box .left-content .text .pattern .pattern-2 {
  left: -100px;
}

.history-section .inner-box .right-content .text .pattern .pattern-2 {
  right: -100px;
}

/** testimonial-style-three **/

.testimonial-style-three {
  /*  position: relative;*/
}

.testimonial-block-three .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 45px 38px 45px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgb(211, 220, 232, 0.6);
}

.testimonial-style-three .owl-stage-outer {
  overflow: visible;
}

.testimonial-style-three .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-item.active {
  opacity: 1;
}

.testimonial-style-three .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-top: -55px;
  margin-bottom: 43px;
}

.testimonial-style-three .inner-box .author-thumb i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgb(211, 220, 232, 1);
}

.testimonial-style-three .inner-box p {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 19px;
}

.testimonial-style-three .inner-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-style-three .inner-box .designation {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.testimonial-block-three .inner-box .pattern {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 35px;
  height: 50px;
  background-repeat: no-repeat;
}

.testimonial-style-three .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 56px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}

.testimonial-style-three .sec-title {
  margin-bottom: 20px;
}


/*** 

====================================================================
                        Pricing-Page
====================================================================

***/

.pricing-section {
  position: relative;
}

.pricing-section .sec-title {
  margin-bottom: 78px;
}

.pricing-section .sec-title h2 {
  margin-bottom: 12px;
}

.pricing-section .pricing-block {
  padding: 0px 0px;
}

.pricing-section .pricign-inner {
  margin: 0px 15px;
}

.pricing-block-one .pricing-table {
  position: relative;
  display: block;
  background: #fff;
  padding: 44px 30px 50px 30px;
  box-shadow: 0 20px 40px rgb(211 220 232 / 50%);
  border-radius: 10px;
  overflow: hidden;
}

.pricing-block-one.active-block .pricing-table {
  background: #003478;
  margin: -27px 0px 0px 0px;
  padding: 71px 30px 50px 30px;
  z-index: 1;
}

.pricing-block-one.active-block .pricing-table h3 {
  color: #fff;
}

.pricing-block-one.active-block .pricing-table .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 81px;
  height: 137px;
  background-repeat: no-repeat;
}

.pricing-block-one.active-block .pricing-table .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 81px;
  height: 137px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'DIN Pro';
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-block-one .pricing-table .table-header .price-box {
  position: relative;
  display: inline-block;
  width: 162px;
  height: 162px;
  line-height: 162px;
  text-align: center;
  margin-bottom: 31px;
}

.pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header .price-box .pattern .pattern-2 {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 160px;
  height: 148px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header .price-box h2 {
  font-size: 40px;
  line-height: 162px;
  font-weight: 700;
}

.pricing-block-one.active-block .pricing-table .table-header .price-box h2 {}

.pricing-block-one .pricing-table .table-content {
  position: relative;
  margin-bottom: 30px;
}

.pricing-block-one .pricing-table .table-content ul li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #003478;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-block-one.active-block .pricing-table .table-content ul li {
  color: #fff;
}

.pricing-block-one .pricing-table .table-content ul li:last-child {
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-footer .theme-btn-one {
  box-shadow: none;
  padding: 17px 50px;
}

/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-section.alternat-2 .inner-container {
  margin: 0px;
  box-shadow: none;
  padding: 0px 80px 0px 110px;
}

.faq-section.alternat-2 .pattern-layer {
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
}

.contact-style-two {
  position: relative;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea {
  height: 60px;
  border: 1px solid #ffffff;
}

.contact-style-two .default-form .form-group textarea {
  height: 200px;
}

.contact-style-two .default-form .form-group:last-child {
  padding-top: 40px;
}

.contact-style-two .sec-title h2 {
  margin-bottom: 22px;
}

.contact-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 375px;
  height: 583px;
  background-repeat: no-repeat;
}




====================================================================Error-Page====================================================================***/ .error-section {
  position: relative;
  padding-bottom: 150px;
}

.error-section .inner-box .theme-btn-one i {
  margin-right: 10px;
}

.error-section .inner-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-section.service-page-1 {
  padding: 145px 0px 120px 0px;
}

.service-section.service-page-1 .pattern-layer .pattern-1 {
  bottom: inherit;
  top: 200px;
  left: 240px;
}

.service-section.service-page-1 .pattern-layer .pattern-2 {
  bottom: inherit;
  top: 70px;
  width: 210px;
  height: 210px;
}

.service-section.service-page-1 .service-block-one .inner-box {
  margin-bottom: 30px;
}

.service-style-two .anim-pattern {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** about-style-four **/

.about-style-four {
  position: relative;
  padding: 145px 0px 130px 0px;
}

#content_block_8 .content-box .text {
  position: relative;
  margin-bottom: 31px;
}

#content_block_8 .content-box .text p {
  margin-bottom: 28px;
}

#content_block_8 .content-box .text p:last-child {
  margin-bottom: 0px;
}

#content_block_8 .content-box .sec-title {
  margin-bottom: 22px;
}

#image_block_6 .image-box {
  position: relative;
  display: block;
  padding-left: 30px;
}

#image_block_6 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

#image_block_6 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_6 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_6 .image-box .image img {
  width: 100%;
  border-radius: 10px;
}

#image_block_6 .image-box .pattern .pattern-1 {
  position: absolute;
  left: 0px;
  top: -25px;
  width: 95px;
  height: 185px;
  background-repeat: no-repeat;
}

#image_block_6 .image-box .pattern .pattern-2 {
  position: absolute;
  right: -30px;
  bottom: -25px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

.about-style-four .upper-box {
  position: relative;
  margin-bottom: 114px;
}

.about-style-four .lower-box .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-style-four .lower-box .text p {
  margin-bottom: 27px;
}

.about-style-four .lower-box .text .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 15px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 17px;
}

.about-style-four .lower-box .text .list-item li:before {
  position: absolute;
  left: 0px;
  top: 4px;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.feature-section.service-details-page .feature-block-one .inner-box .bg-layer:before {
  background: rgba(0, 52, 120, 1);
}


/*** 

====================================================================
                        Case-Page
====================================================================

***/

.project-section {
  position: relative;
  padding: 100px 0px 100px 0px;
}

.sortable-masonry .filters {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sortable-masonry .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 600;
  margin: 0px 8px;
  cursor: pointer;
  transition: all 500ms ease;
}

.sortable-masonry .filters .filter-tabs li.active,
.sortable-masonry .filters .filter-tabs li:hover {}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: rgb(0 34 79 / 60%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
  opacity: 1;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
  border: 5px solid #cccccc5e;
}

.project-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  z-index: 2;
}

.project-block-one .inner-box .content-box .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}

.project-block-one .inner-box:hover .content-box .view-btn a {
  transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .view-btn a:hover {
  background: #fff;
  color: #003478;
}

.project-block-one .inner-box .content-box .title-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 20px 23px 30px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .title-text {
  transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .title-text h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.project-block-one .inner-box .content-box .title-text h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .title-text h3 a:hover {}


/** project-details **/

.project-details {
  position: relative;
  padding: 147px 0px 140px 0px;
}

.project-details-content .title-inner {
  position: relative;
  margin-bottom: 38px;
}

.project-details-content .title-inner .text p {
  font-size: 20px;
  line-height: 34px;
  color: #003478;
}

.project-details-content .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
  margin-bottom: 100px;
}

.project-details-content .image-box img {
  width: 100%;
  border-radius: 10px;
}

.project-details-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 26px;
}

.project-details-content p {
  margin-bottom: 28px;
}

.project-details-content p:last-child {
  margin-bottom: 0px;
}

.project-details-content .inner-box .info-box {
  margin-left: 100px;
}

.project-details-content .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #000;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 10px;
}

.project-details-content .list-item.list2 li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #000;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 10px;
}

.project-details-content .list-item li:last-child {
  margin-bottom: 0px;
}

.project-details-content .list-item li:before {
  position: absolute;
  left: 0px;
  top: 4px;
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  color: #d60d39;
  font-weight: 700;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
}

.project-details-content .content-one,
.project-details-content .content-two,
.project-details-content .content-three {
  position: relative;
  margin-bottom: 90px;
}

.project-details-content .image {
  position: relative;
  display: block;
}

.project-details-content .content-three .image {
  border-radius: 10px;
  box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
}

.project-details-content .image img {
  /*width: 100%;*/
}

.project-details-content .content-three .image img {
  border-radius: 10px;
}

.project-details-content .content-two h3 {
  margin-bottom: 33px;
}

.project-details-content .content-four .list-item {
  margin-bottom: 30px;
}

.project-details-content .inner-box .info-box .list li {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.project-details-content .inner-box .info-box .list li:last-child {
  margin-bottom: 0px;
}

.project-details-content .inner-box .info-box span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'DIN Pro';
  font-weight: 600;
  margin-bottom: 7px;
}

.project-details-content .inner-box .info-box .list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.project-details-content .inner-box .info-box .list {
  margin-bottom: 27px;
}

.project-details-content .inner-box .info-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.project-details-content .inner-box .info-box .social-links li:last-child {
  margin: 0px !important;
}

.project-details-content .inner-box .info-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #003478;
}

.project-details-content .inner-box .info-box .social-links li a:hover {}

.project-details-content .inner-box .info-box .social-links span {
  margin-bottom: 9px;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
  position: relative;
  padding: 150px 0px;
}

.blog-grid .news-block-one .inner-box {
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
  position: relative;
  margin-top: 30px;
}

.sidebar-page-container {
  position: relative;
  padding: 150px 0px;
}

.news-block-one .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: #003478;
}

.news-block-one .inner-box .lower-content h2 a:hover {}

.sidebar-page-container .news-block-one .inner-box {
  margin-bottom: 50px;
}

.news-block-one .inner-box .lower-content p {
  color: #003478;
}

.sidebar-page-container .pagination-wrapper {
  position: relative;
  padding-top: 10px;
}

.sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar .search-widget .search-form .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 15px;
  color: #727272;
  font-style: italic;
  padding: 10px 80px 10px 20px;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group input:focus {}

.sidebar .search-widget {
  margin-bottom: 44px;
}

.sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.sidebar .category-widget .category-list li {
  position: relative;
  display: block;
}

.sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'DIN Pro';
  font-weight: 500;
  color: #003478;
  padding: 14px 0px;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .category-widget .category-list li a:hover {}

.sidebar .category-widget .category-list li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.sidebar .category-widget .category-list li a:hover span {
  color: #fff;
  box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .category-widget {
  margin-bottom: 44px;
}

.sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 23px;
  margin-bottom: 21px;
  min-height: 100px;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
}

.sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.sidebar .post-widget .post h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sidebar .post-widget .post h4 a {
  display: inline-block;
  color: #003478;
}

.sidebar .post-widget .post h4 a:hover {}

.sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.sidebar .post-widget {
  margin-bottom: 43px;
}

.sidebar .post-widget .widget-title {
  margin-bottom: 28px;
}

.sidebar .archives-widget .archives-list li {
  position: relative;
  display: block;
}

.sidebar .archives-widget .archives-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'DIN Pro';
  font-weight: 500;
  color: #003478;
  padding: 14px 0px;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .archives-widget .archives-list li a:hover {}

.sidebar .archives-widget .archives-list li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.sidebar .archives-widget .archives-list li a:hover span {
  color: #fff;
  box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .archives-widget {
  margin-bottom: 43px;
}

.sidebar .tags-widget .tags-list {
  position: relative;
  margin-right: -20px;
}

.sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #727272;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  padding: 6px 15px;
}

.sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
  box-shadow: 0 10px 10px rgb(211, 220, 232, 0.8);
}

.sidebar .tags-widget .widget-title {
  margin-bottom: 27px;
}

.blog-details-content .news-block-one .inner-box {
  box-shadow: none;
  margin-bottom: 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content {
  padding: 33px 0px 0px 0px;
}

.blog-details-content .news-block-one .text p {
  margin-bottom: 28px;
}

.blog-details-content .news-block-one .inner-box .image-box {
  border-radius: 10px;
}

.blog-details-content .news-block-one .inner-box .image-box img {
  transform: scale(1);
  border-radius: 10px;
}

.blog-details-content .news-block-one .inner-box .image-box:before {
  display: none;
}

.blog-details-content .news-block-one .text blockquote {
  position: relative;
  display: block;
  background: #f0fffd;
  border-radius: 12px;
  overflow: hidden;
  padding: 43px 50px 47px 115px;
  margin: 41px 0px 50px 0px;
}

.blog-details-content .news-block-one .text blockquote i {
  position: absolute;
  left: 46px;
  top: 48px;
  font-size: 40px;
  line-height: 40px;
}

.blog-details-content .news-block-one .text blockquote h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'DIN Pro';
  font-weight: 600;
}

.blog-details-content .news-block-one .text blockquote .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 82px;
  height: 137px;
  background-repeat: no-repeat;
}

.blog-details-content .list-item li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #003478;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 12px;
}

.blog-details-content .list-item li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .list-item li:before {
  position: absolute;
  left: 0px;
  top: 4px;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.blog-details-content .two-column .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details-content .two-column .image-box img {
  width: 100%;
  border-radius: 10px;
}

.blog-details-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-details-content .two-column .text h3 {
  margin-bottom: 25px;
}

.blog-details-content .two-column .text p {
  margin-bottom: 28px;
}

.blog-details-content .two-column {
  margin-bottom: 46px;
}

.blog-details-content .lower-box h3 {
  margin-bottom: 25px;
}

.blog-details-content .lower-box {
  margin-bottom: 68px;
}

.blog-details-content .lower-box p {
  margin-bottom: 27px;
}

.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li h5 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #acadb4;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgb(211, 220, 232, 0.8);
}

.blog-details-content .post-share-option .social-links li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option {
  margin-bottom: 90px;
}

.blog-details-content .comment-box h3 {
  margin-bottom: 34px;
}

.blog-details-content .comment-box .comment {
  position: relative;
  padding-left: 110px;
  margin-bottom: 32px;
}

.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-inner {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe5e5;
}

.blog-details-content .comment-box .comment:last-child .comment-inner {
  border-bottom: none;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info h5 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 3px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info .comment-time {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.blog-details-content .comment-box .comment .comment-inner .comment-info {
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment .comment-inner p {
  margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-inner a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #003478;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-inner a:hover {}

.blog-details-content .comment-box {
  margin-bottom: 54px;
}

.blog-details-content .comments-form-area h3 {
  margin-bottom: 32px;
}

.blog-details-content .comments-form-area .form-group {
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #808080;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group textarea {
  height: 150px;
  resize: none;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus {}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-style-three {
  position: relative;

}

.contact-style-three .pattern-layer .pattern-1 {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.contact-style-three .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 570px;
  perspective-origin: 100% 100%;
  animation: animation 25s linear infinite;

}

@keyframes animation {
  100% {
    background-position: 1400px 0px;
  }
}

.contact-style-three .info-box {
  position: relative;
  display: block;
  background: #fff;
  /* padding: 47px 40px 29px 40px;*/
  border-radius: 10px;
  /* box-shadow: 0 15px 40px rgb(211 220 232 / 60%);*/
}

.contact-style-three .info-box .info-list li {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.contact-style-three .info-box .info-list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.contact-style-three .info-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*  border: 1px solid #e6e6e6;*/
  line-height: 50px;
  font-size: 45px;
  text-align: center;
  transition: all 500ms ease;
}

.contact-style-three .info-box .info-list li:hover i {
  color: #fff;
  font-size: 35px;
}

.contact-style-three .info-box .info-list li h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-style-three .info-box .info-list li p {
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

.contact-style-three .info-box .info-list li p a {
  color: #000;
}

.contact-style-three .info-box .info-list li p a:hover {}

.contact-style-three .form-inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-style-three .default-form .form-group input[type='text'],
.contact-style-three .default-form .form-group input[type='email'] {
  height: 45px;
}

.contact-style-three .form-inner {
  /*  margin-left: 100px;*/
}

.contact-style-three .default-form .form-group {
  margin-bottom: 15px;
  padding-top: 0px;
}

/** google-map **/

.google-map-section {
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 550px;
}

.three-item-carousel .owl-stage-outer {
  overflow: visible;
}

.three-item-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.three-item-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}




/*** 

====================================================================
  Innovation Section
====================================================================

***/

.innovation-section {
  position: relative;
  padding-bottom: 55px;
}

.innovation-section .content-column {
  position: relative;
}

.innovation-section .content-column .inner-column {
  position: relative;

}

.innovation-section .content-column .bold-text {
  position: relative;
  color: #000222;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 20px;
}

.innovation-section .content-column .text {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 45px;
}

.innovation-section .content-column .inner-column .counter-box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: -80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.innovation-section .content-column .inner-column .fact-counter .column {
  padding: 0px;
  float: left;
}

.innovation-section .content-column .inner-column .fact-counter .column:last-child .inner {
  border-right: none;
}


/*** 

====================================================================
  Innovation Section
====================================================================

***/

.innovation-section {
  position: relative;
  padding-bottom: 55px;
}

.innovation-section .content-column {
  position: relative;
}

.innovation-section .content-column .inner-column {
  position: relative;

}

.innovation-section .content-column .bold-text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  font-family: 'DIN Pro';
  color: #000;
  margin-bottom: 10px;
  margin-left: 72px;
  text-align: justify;
  margin-top: -5px;
}

.innovation-section .content-column .text {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 20px;
}

.innovation-section .content-column .inner-column .counter-box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: -80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.innovation-section .content-column .inner-column .fact-counter .column {
  padding: 0px;
  float: left;
}

.innovation-section .content-column .inner-column .fact-counter .column:last-child .inner {
  border-right: none;
}

/* Fact Counter */

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
}

.fact-counter .column .inner {
  position: relative;
  padding: 45px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-right: 1px solid #dddddd;
}

.fact-counter .count-outer {
  position: relative;
  margin: 0px 0px;
  font-weight: 300;
  color: #df6512;
  font-size: 40px;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 500;
  color: #d7153f;
  font-size: 40px;
  display: inline-block;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #000222;
  display: block;
  margin-top: 15px;

  text-transform: capitalize;
}

.innovation-section .images-column {
  position: relative;

}

.innovation-section .images-column .inner-column {
  position: relative;
  /*  margin-top:-17px;*/
}

.innovation-section .images-column .image {
  position: relative;
  margin-bottom: 25px;
}

.innovation-section .images-column .image img {
  position: relative;
  /* width:100%;*/
  border-radius: 10px !important;
  display: block;
}

.services-section {
  position: relative;
  padding-bottom: 70px;
}


/*------------------------------------------------------------------------------
/ 22. Works Secion 2
------------------------------------------------------------------------------*/
.workSecion {
  padding-bottom: 100px;
}

.workSecion .sec_title {
  margin-bottom: 83px;
}

.singlefolio_02 {
  position: relative;
  padding-bottom: 67px;
  margin-bottom: 20px;
}

.singlefolio_02 img {
  width: 100%;
  height: auto;
}

.sf2_con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  background: #FFF;
  box-shadow: 0 8px 15px rgba(202, 211, 255, .2);

  padding: 33px 40px 30px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.sf2_con p {
  line-height: .8;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff5e14;
  letter-spacing: 0;
}

.sf2_con p a {
  color: inherit;
}

.sf2_con p a:hover {
  color: #06163a;
}

.sf2_con h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #06163a;
  text-transform: capitalize;
  letter-spacing: -.9px;
  margin: 0;
}

.sf2_con h3 a {
  color: inherit;
}

.sf2_con h3 a:hover {
  color: #ff5e14;
}

.worksSlider .owl-nav {
  position: absolute;
  right: 0;
  top: -173px;
}

.worksSlider.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  border: 2px solid #eee9ff;
  color: #606e8c;
  font-size: 15px;
  line-height: .8;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;

  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.worksSlider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}

.worksSlider.owl-carousel .owl-nav button:hover {
  color: #FFF;
  background: #ff5e14;
  border-color: #ff5e14;
}



.rotate90 {
  transform: rotate(90deg);
}



.footer-tp-b {
  border-top: 1px solid #cccccc2e;
}


a {
  color: #d60d39;
  text-decoration: none;
  background-color: transparent;
}






/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row {
  background-image: url(../images/call-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ttm-page-title-row {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.title-box .page-title-heading h1 {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 58px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.title-box .page-title-heading {
  position: relative;
}

.title-box .page-title-heading .title:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}

.breadcrumb-wrapper a {

  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}


/* ===============================================
    Error-Page
------------------------*/
.error-404 {
  background-image: url(../images/404-page-bg.jpg);
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

section.error-404 {
  padding: 150px 0;
  text-align: center;
}

section.error-404 .ttm-big-icon {
  font-size: 150px;
}

section.error-404 h1 {
  font-size: 95px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}

section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}





/* ===============================================
    5.Col-Bg-Image  
------------------------*/

.ttm-equal-height-image {
  display: none;
}

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-1.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-three {
  background-image: url(../images/bg-image/col-bgimage-3.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-4.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-5.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  .spacing-6 {
    padding: 45px 45px 45px 45px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  background-image: url(../images/bg-image/col-bgimage-6.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-seven {
  background-image: url(../images/bg-image/col-bgimage-7.png) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.col-bg-img-eight.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-8.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.about-overlay-03 {
  padding: 40px 20px;
  width: max-content;
  writing-mode: vertical-rl;


  transform: rotate(180deg);
  text-orientation: sideways;
  margin: 30px 0px;
}

.spacing-6 {
  padding: 45px 45px 45px 45px;
  margin-top: 60px;
  margin-bottom: 60px;
}





/*---------- vertical tab nav */

#vertical_tab_nav {
  display: block;
  width: 100%;
}

.tabs {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 30%;
  border-radius: 10px 0 0 10px;
  background: #555;
}

.tabs li {
  border-bottom: 1px solid #000;
  margin-bottom: 1px;
  text-align: left;
  padding: 0px;
}

#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#vertical_tab_nav li a {
  display: block;
  font-size: 14pt;
  color: #fff;
  text-decoration: none;
  padding: 7%;
  background: #57cac9;
  background: -webkit-linear-gradient(top, #444, #333);
  background: -moz-linear-gradient(top, #444, #333);
}

#vertical_tab_nav li a.selected {
  background: #fff;
  color: #000;
}

.tab_container {
  display: block;
  background: #fff;
  width: 80%;
  min-height: 500px;
}

#vertical_tab_nav div article {
  display: none;
  margin: 0px;
  color: #555;
  padding: 10px 3% 3% 3%;
}

#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 781px) {
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .d_active {
    background: #fff;
  }
}

.tabs {
  display: none;
}

// style accordion links
.tab_drawer_heading {
  margin: 0;
  font-size: 14pt;
  color: #fff;
  text-decoration: none;
  padding: 3%;
  background: #57cac9;
  background: -webkit-linear-gradient(top, #444, #333);
  background: -moz-linear-gradient(top, #444, #333);
}

@media screen and (min-width: 480px) {
  .tab_container {
    float: left;
    padding: 10px 3% 3% 3%;
    border-radius: 0 10px 10px 0;
    width: 64%;
  }

  .tabs {
    display: block;
  }

  .tab_drawer_heading {
    display: none;
  }

  article {
    padding: 0;
  }
}



.counter {
  padding: 20px 0;

}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #d60d39;
  font-weight: 700;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  font-weight: 400;

}

.fa-2x {
  margin: 0 auto 30px;
  float: none;
  display: table;
  color: #d60d39;
}



.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #044a9e;
  overflow: hidden
}

.animate-border:after {
  /* position:absolute;
 content:"";
 width:35px;
 height:3px;
 left:0;
 bottom:0;
 border-left:10px solid #fff;
 border-right:10px solid #fff;
 -webkit-animation:animborder 2s linear infinite;
 animation:animborder 2s linear infinite;
 background: #d60d39;*/
}

.sidebar-right .widget .animate-border:after {
  animation: none
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  /* border-left:10px solid #fff;
 border-right:10px solid #fff*/
}

.animate-border.border-black:after {
  border-right-color: #151414;
  border-left-color: #151414
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px)
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px)
  }
}

.animate-border.border-white:after {
  border-color: #fff
}

.animate-border.border-yellow:after {
  border-color: #F5B02E
}

.animate-border.border-orange:after {
  border-right-color: #fa6742;
  border-left-color: #fa6742
}

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF
}

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8
}

@keyframes primary-short {
  0% {
    width: 15%
  }

  50% {
    width: 90%
  }

  100% {
    width: 10%
  }
}

@keyframes primary-long {
  0% {
    width: 80%
  }

  50% {
    width: 0%
  }

  100% {
    width: 80%
  }
}




.support-box a {
  color: #fff;
}





.forline {
  border: 1px dashed rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
}



.breadcrumb-wrapper .ttm-bread-sep {
  color: #a8a8a8 !important;
}



.fake-div {
  width: 100%;

  position: relative;
}


h3 span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #ffffff87 !important;
}



.theme-red-color {
  color: #d60d39;
}



.agent-section.alternat-3 {
  color: #000 !important;
}

.agent-section.alternat-3 h3,
.agent-section.alternat-3 a,
#content_block_2 .content-box .support-box h3 a {
  color: #000 !important;
  font-weight: 600;
  font-size: 21px;
}


.content-box .fas {
  color: #000;
  font-size: 15px;
}

.content-box .fas.fa-phone {
  transform: rotate(90deg);
}

#content_block_7 .content-box .support-box h6,
#content_block_2 .content-box .support-box h6,
h3 span {
  color: black !important;
}






.slick-slide {
  margin: 0px 8px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  border: 1px solid #ccc;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.widget-title h4 {
  font-size: 18px;
  font-weight: 500;
}


.span10 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}





#testimonial-slider {
  padding: 35px 20px 35px 20px;
  text-align: center;
}

.testimonial .description {
  font-size: 15px;
  color: #ccc;
  line-height: 26px;
  text-indent: 30px;
  position: relative;
}

.testimonial .description::before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 22px;
  opacity: .6;
}

.testimonial .description::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 22px;
  opacity: .6;
}

.testimonial .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  color: #ccc;
}


#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}




._2p3a {
  width: 100% !important;
}


.fixed-header .logo img {
  /* max-width: 78%; */
  max-width: 200px;
  /* padding: 0px 0px 5px 0px; */
}




#carousel-thumb .carousel-indicators {

  top: 100px;

}


#carousel-thumb .carousel-indicators li {
  height: 80px;
  width: 80px;
}


#carousel-thumb .carousel-indicators li img {
  border-radius: 20px;
  border: 4px solid #eaeaea;
}


.testimonial-style-three {
  background: url(../images/call-bg2.jpg);
}

.carousel-indicators li {
  background: transparent;
  opacity: 0.2;
}

/*
  .testimonial-style-three.centred.sec-pad.sec-pad2 h2{
color: #fff;
  }
  .testimonial-style-three .inner-box p{
    color:#fff;
  }
  .testimonial-style-three .inner-box h4{
    color:#fff;
  }
  .testimonial-style-three .inner-box .designation{
    color:#fff;
  }
*/

#counter {
  margin: -70px auto 0px;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 10px 10px 27px #eaeaea;
  max-width: 850px;
}

.project-section .sec-title h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 14px;
  margin-top: 15px;
  font-weight: 500;
}

.f-120 {
  font-size: 120px !important;
}

.ml-75 {
  margin-left: 75px;
}



.contact-style-three .info-box .info-list li i.f-120 {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;

  line-height: 120px;
  font-size: 120px;
  text-align: center;
  transition: all 500ms ease;
}





/*** 

====================================================================
      Mission Section
====================================================================

***/

.mission-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;

}

.mission-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #001e57;*/
  opacity: .90;
  content: "";
}

.mission-section .colum {
  position: relative;
}

.mission-section .colum.right-column .inner-column {
  position: relative;
  /*  margin-top: 20px;*/
}

.mission-section .colum .inner-column {
  position: relative;
}

.mission-section .content-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  text-align: center;
  padding: 45px 30px;
}

.mission-section .content-box h4 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  color: #001e57;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.mission-section .content-box h4:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  width: 80px;
  height: 1px;
  border-right: 60px solid #df6512;
  border-left: 20px solid #001e57;
}

.mission-section .content-box .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}

.mission-section .image-box {
  position: relative;
}

.mission-section .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.mission-section .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}


/*** 





/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li {
  padding: 0px 0 15px !important;
  display: inline-block;
  width: 100%;
  line-height: 21px;
}

ul.ttm-recent-post-list>li:last-child {
  padding-bottom: 0 !important;
}

ul.ttm-recent-post-list>li img {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 18px;
  border: 3px solid rgba(255, 255, 255, .05);
}

ul.ttm-recent-post-list>li .post-date {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

ul.ttm-recent-post-list>li .post-date i {
  margin-right: 7px;
  font-size: 11px;
}

.sidebar ul.ttm-recent-post-list>li,
.sidebar .widget-top-rated-products ul>li {
  padding: 15px 0 !important;
}

.sidebar ul.ttm-recent-post-list>li:first-child,
.sidebar .widget-top-rated-products ul>li:first-child {
  padding-top: 0 !important;
}

.sidebar ul.ttm-recent-post-list>li:last-child,
.sidebar .widget-top-rated-products ul>li:last-child {
  padding-bottom: 0 !important;
}

.sidebar ul.ttm-recent-post-list>li:not(:last-child),
.sidebar .widget-top-rated-products ul>li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0
}

.sidebar ul.ttm-recent-post-list>li img {
  padding: 0px !important;
  border: unset !important;
}

/* widget_media_gallery */
.widget.widget_media_gallery .gallery-item {
  display: inline-block;
  max-width: 32%;
  padding: 0 1% 2% 0%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* tagcloud-widget */
.sidebar .widget .tagcloud a {
  display: inline-block;
  padding: 7px 15px;
  margin: 0 5px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li {
  margin-bottom: 5px;
  padding: 0;
}

.widget.widget-nav-menu ul li a {
  display: block;
  padding: 15px 20px;
  position: relative;
  color: #2a2a2a;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  background: #f0f0f0 !important;
  border-bottom: 1px solid #d2d2d2;
}

/*.widget.widget-nav-menu ul li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
}*/
.widget.widget-nav-menu ul li a:after {
  position: absolute;
  content: '';
  height: 86%;
  width: 96%;
  left: 2%;

  top: 7%;
}

/* categories-widget */
.sidebar .widget-categories ul li {
  padding: 12px 0;
  display: block;
  position: relative;
}

.sidebar .widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .widget-categories ul li a {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}

.sidebar .widget-categories ul li a:before {
  font-family: "themify";
  content: "\e61a";
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 15px;
  font-size: 13px;
}

.sidebar .widget-categories ul li span {
  position: absolute;
  top: 14px;
  right: 0;
  width: 23px;
  height: 23px;
  color: #8b8b8b;
  overflow: hidden;
  z-index: 1;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  padding: 4px 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #f7f7f6;
}

/* product-list-widget */
.sidebar .widget-top-rated-products ul.product-list-widget>li {
  border-top: 2px solid #f5faff;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
  list-style: none;
  display: block;
}

.sidebar .widget-top-rated-products ul.product-list-widget>li:first-child {
  border-top: none;
  padding-top: 0;
}

.sidebar .widget-top-rated-products li a {
  display: block;
}

.sidebar .widget-top-rated-products li a img {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}

.widget-top-rated-products .star-ratings ul li {
  padding-bottom: 0;
}

.widget-top-rated-products .star-ratings ul {
  margin-top: -5px;
}

.Price-amount.amount ins {
  padding: 2px 4px;
  text-decoration: none;
}

/* contact-widget */
.sidebar ul.contact-widget-wrapper li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}

.sidebar ul.contact-widget-wrapper li {
  padding-left: 37px;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
}

/* download-widget */
.widget-download ul.download li i {
  color: #fff;
  font-size: 20px;
  padding: 18px;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid;
}

.widget-download ul.download li {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding: 0;
  border: 1px solid #e9ecef;
}

.widget-download ul.download li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.widget-download ul.download li a:hover {
  color: #fff;
}

/* widget_media_image */
.widget.widget_media_image {
  padding: 0 !important;
}

.banner-img-box {
  background-image: url(../images/widget-banner.jpg);
  padding: 15px;
  color: #fff;
  text-align: center;
  justify-content: left;
  display: flex;
  align-items: center;
  min-height: 385px;
  position: relative
}


.widget.widget-nav-menu ul li:hover a {
  color: #c10e44 !important;
}


.widget.widget-nav-menu ul li.active a {
  color: #fdfdfd;
  background: #c10e44 !important;
  font-weight: 700;
}


.widget.widget-nav-menu ul li.active a:hover {
  color: #fff !important;
  background: #c10e44 !important;
  font-weight: 700;
}


.ttm-list.ttm-list-style-icon li i {
  /*position: absolute;*/
  /*left: 25px;*/

  color: #d50a37;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 10px;
  float: left;
  display: block;
}


.details h5 {
  font-weight: 600;
}


.ttm-list-li-content {
  margin-left: 20px;
  display: block;
}

.ttm-list.ttm-list-style-icon li {
  clear: both;
}



.modal-lg {
  max-width: 1000px;
}


.table th,
.table td {
  padding: 5px;
  font-size: 14px;
  max-width: 150px;
  padding: 5px;
  font-size: 14px;
  max-width: 150px;
  vertical-align: middle;
}





.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.08);
}



.sec-title h6 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 14px;
  margin-top: 0px;
  color: #d60d39;
  font-weight: 500;
}


.con2 .fas {
  font-size: 25px !important;
}

.con2 .fas.fa-phone {
  font-size: 22px !important;
  transform: rotate(90deg);
}

.con2 .info-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
  margin: 0px 0px 10px;
}




address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: inherit;
}


marquee {
  font-weight: bold;
  font-size: 20px;
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600 !important;
  font-size: 15px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 10px;
}

.resp-tab-active {
  border: 1px solid #5AB1D0 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-top: 4px solid #5AB1D0 !important;
  border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
  font-weight: 500;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
  margin-top: 0px !important;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #f5f5f5 !important;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #D60D39 !important;
  border-left: 4px solid #D60D39 !important;
  margin-bottom: 4px !important;
  border-right: 1px #D60D39 solid !important;
  font-weight: 600 !important;
  background: #D60D39 !important;
  color: #fff !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ec202a;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

}


.ptl {
  padding: 36px 30px !important;
}




.resp-vtabs li.resp-tab-active:after {
  border: 8px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #d60d39 transparent transparent;
  bottom: 20px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  right: 0;
  margin: 0 auto;
  right: -17px;
  transform: rotate(-90deg);
}
}


footer .mb-70 {
  margin-bottom: 0px !important;
}



iframe .plugin div:nth-child(5) {


  margin: 0px auto !important;
  text-align: center;
  height: 100px !important;
  width: 200px !important;
}



.logo img {
  max-width: 80%;
}




/*
select.bs-select-hidden,
select.selectpicker {
  display: none!important
}*/

.bootstrap-select {
  width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  font-size: 15px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48
}

.bootstrap-select.fit-width {
  width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 200px !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  font-size: 15px !important;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-actionsbox .btn-group button {
  width: 50%
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bs-donebutton .btn-group button {
  width: 100%
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}






.dropdown-menu>li>a {
  display: block;
  padding: 2px 20px;
  padding-left: 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}






.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}




.dropdown-menu.open.show .dropdown-menu.inner {
  display: block;
}




.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  height: 45px;
  color: #777787;
}




/*Flag*/
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
  background-image: url('https://i.imgur.com/OQiDoZe.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.dropdown dt a img {
  position: relative;
  z-index: 1;
}

.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.dropdown dt a span span:first-child {
  padding: 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}

.dropdown a:hover {
  color: #5d4617;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
  color: #5d4617;
}

.dropdown dt a {
  position: relative;
  background: #e3e6ef;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  border: 1px solid #ed4267;
  width: 250px;
}

.dropdown dt a:after {
  content: '';
  background: #ed4267;
  position: absolute;

  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}

.dropdown dt a:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 3px;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 20px;
  z-index: 2;
  box-shadow: 0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
}

.dropdown dd ul {
  background: #f0f2f7;

  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;

  width: 270px;
  border: 1px solid #ed4267;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 10px;
  z-index: 2;
}

li a {
  font-size: 15px !important;
}

li a span:nth-child(2) {
  line-height: 2em;
}

.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
}

.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
  display: inline-block;
  width: 240px;
  margin: -3px 0 0 1px;
}

dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4)
}

dl.dropdown>span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

dl.dropdown span:nth-child(3) {
  float: right;
}

dl.dropdown dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}

dl.dropdown dt span:nth-child(3) {
  display: block;
  margin-right: 20px;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

/*.countryFlag:before {*/
/*-moz-border-bottom-colors: none;*/
/*-moz-border-left-colors: none;*/
/*-moz-border-right-colors: none;*/
/*-moz-border-top-colors: none;*/
/*background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/
/*border-color: #BFBFC1 #B6B6B6 #969696;*/
/*border-image: none;*/
/*border-radius: 2px 2px 2px 2px;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);*/
/*display: block;*/
/*overflow: hidden;*/
/*padding-right: 20px;*/
/*position: relative;*/
/*width: 25px;*/
/*}*/




.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti {
  display: block !important;
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

/*---------------------------captcha------------------------------------*/













/*-------------------------------------------Download-------------------------------------------*/

.comtact-mt {
  margin-top: -15px;
}



.face-button {
  height: 64px;
  display: inline-block;
  border: 3px solid #d60d39;

  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #d60d39;
  overflow: hidden;
}

.face-button .icon {
  margin-right: 6px;
}

.face-button .face-primary,
.face-button .face-secondary {
  display: block;
  padding: 0 32px;
  line-height: 64px;
  transition: margin 0.4s;
}

.face-button .face-primary {
  background-color: #d60d39;
  color: #fff;
}

.face-button:hover .face-primary {
  margin-top: -64px;
}



/* FAQ end*/

/* news section start */
.recentNews {
  background-color: rgb(255, 255, 255)
}

.recentNews .news-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #000;
}

.recentNews .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.recentNews .ct-blog {
  margin-bottom: 30px;
}

.ct-blog .inner {
  background-color: #FFF;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  height: auto;
}

.ct-blog .inner:hover {
  background-color: #e6e6e6;
}

.ct-blog .fauxcrop {
  height: 180px;
  overflow: hidden;
}

.ct-blog .fauxcrop img {
  width: 100%;
}

.ct-blog-content {
  display: table;
  padding: 30px 0 28px;
}

.ct-blog-content .ct-blog-date {
  border-right: 1px solid #95A5A6;
  display: table-cell;
  font-family: "Lato", sans-serif;
  padding: 0px 18px 0px 15px;
  text-align: center;
}

.ct-blog-content .ct-blog-date span {
  font-size: 16px;
  color: rgb(20, 117, 175);
  font-weight: 700;
  display: block;
  line-height: 1;
}

.ct-blog-content .ct-blog-date strong {
  font-size: 25px;
  color: rgb(20, 117, 175);
}

.ct-blog-content .ct-blog-header {
  color: #000;
  display: table-cell;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.1;
  padding: 0 20px;
  vertical-align: top;
}

.btn-news {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}

.btn-news.btn-contests a {
  color: #000;
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-size: 24px;
  transition: all 0.2s ease-in-out 0s;
}

.btn-news.btn-contests a:hover {
  color: #00f;
}

/* news end */

.main-tab-content,
.tab {
  display: none;
}

.main-tab-content.active-tab,
.tab.active-tab {
  display: block;
}

.main-tab-btns li,
.tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 26px;
  font-family: 'DIN Pro';
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  background: #f0f0f0;
  padding: 5px 13px;
  cursor: pointer;
  margin-right: 5px;
  transition: all 500ms ease;
}

.main-tab-btn.active-btn,
.tab-btn.active-btn {
  background-color: #d60d39;
  color: #fff;
}

.tabs-box {
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 10px;
}


/*#image_block_1 .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;

 
}  */


/* Dropdown arrow icon on Products & Blog */
.main-menu .navigation>li.dropdown>a .nav-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  font-size: 11px;
  transition: transform 300ms ease;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* Rotate arrow when dropdown is open on hover */
.main-menu .navigation>li.dropdown:hover>a .nav-arrow {
  transform: rotate(180deg);
}


.series-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* gap: 15px; */
}

.series-list li {
  text-align: center;
}

.series-list a {
  display: block;
  color: #e83e5f;
  text-decoration: none;
  padding: 8px 5px;
  font-size: 16px;
}

.series-list a:hover {
  color: #000;
}

/* Mobile */
@media (max-width: 767px) {
  .series-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .series-list a {
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 3px;
  }
}

.Product-List {
  position: relative;
  z-index: 9999;
}

.series-list a {
  display: block;
  pointer-events: auto;
}



/* Techmaster Elite seciton codes */

.tm-elite-section {
  padding: 40px 0;
  position: relative;
  z-index: 99999;
}

.tm-elite-title {
  text-align: center;
  /* margin-bottom: 30px; */
}

.tm-elite-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  position: relative;
  z-index: 99999;
}

.tm-elite-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #e83e5f;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 99999;
  pointer-events: auto !important;
  touch-action: manipulation;
}

.tm-elite-grid a:hover {
  color: #000;
}

/* Tablet */
@media (max-width:991px) {
  .tm-elite-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile */
@media (max-width:767px) {
  .tm-elite-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .tm-elite-grid a {
    font-size: 12px;
    min-height: 55px;
    padding: 8px 5px;
  }
}

.tm-elite-line{
    width:80px;
    height:3px;
    background:#0d6efd;
    margin:0 auto 25px;
    border-radius:5px;
}






