@import url(theme_fonts/stylesheet.css);
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
select,
textarea {
  font-weight: 400;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--ccad-dark);
}
*,
.main-header.style-four .sticky-header .logo-box,
.main-menu .navigation,
figure,
li,
p,
ul {
  margin: 0;
}
.theme-btn:after,
.theme-btn:before {
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.pagination,
.pagination li,
.pagination li a,
.theme-btn,
img {
  display: inline-block;
}
.sec-title .separator:after,
.sec-title .separator:before {
  width: 30px;
  height: 2px;
  bottom: 2px;
  position: absolute;
  content: "";
}
.main-menu .navigation > li > a,
.pagination li a,
.theme-btn {
  line-height: 30px;
  text-align: center;
}
body,
p {
  line-height: 27px;
}
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
  --ccad-dark: #4b4b45;
  --ccad-blue: #0078bf;
  --ccad-green: #00843d;
}
* {
  padding: 0;
  border: none;
  outline: 0;
}
body {
  font-size: 15px;
  background: center top/cover no-repeat #fff;
  font-family: "NewsGoth BT", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pagination li a,
.theme-btn,
button,
input,
select,
textarea {
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0 15px;
  }
}
.large-container {
  max-width: 1570px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-fluid,
.main-header.style-five .header-upper .menu-right-content .search-box-outer,
.skills-section.alternet-2,
li,
ul {
  padding: 0;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.boxed_wrapper,
.pagination,
.pagination li a,
.theme-btn,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}
.small-container {
  max-width: 680px;
  margin: 0 auto;
}
.banner-style-two .banner-carousel .content-box,
.mobile-menu,
img {
  max-width: 100%;
}
.boxed_wrapper {
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
a {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.intro-style-two .inner-container .single-item .inner-box p,
.theme-btn,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
  transition: 0.5s;
}
a:hover {
  outline: 0;
}
li,
ul {
  list-style: none;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  transition: 0.5s;
}
p {
  font-size: 17px;
  font-family: "NewsGoth BT", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 500;
  margin: 0;
}
.centred {
  text-align: center;
}
.main-menu,
.pull-left {
  float: left;
}
.main-header.home-rtl .main-menu .navigation > li,
.pull-right {
  float: right;
}
img.lazy-image.loaded {
  background-image: none;
}
img.lazy-image {
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  height: auto;
  transition: 0.7s ease-in-out 0.1s;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0.5);
  }
}
.theme-btn {
  font-weight: 700;
  color: #fff;
  padding: 10px 38px;
  cursor: pointer;
  z-index: 1;
}
.intro-style-three
  .inner-container
  .single-column:last-child
  .single-item
  .inner-box,
.main-header.style-two .main-menu .navigation > li.current,
.main-header.style-two .main-menu .navigation > li:hover,
.theme-btn.style-one:after {
  background: #2e3192;
}
.theme-btn.style-two {
  background: var(--ccad-blue);
  color: var(--theme-color-light);
}
.theme-btn:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.theme-btn:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.theme-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.theme-btn:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pagination {
  padding: 10px 0;
  background: linear-gradient(90deg, #fff 0, #f5f5f5 50%, #fff 100%);
}
.pagination li {
  margin: 0 6px;
}
.pagination li a {
  height: 30px;
  width: 30px;
  font-weight: 700;
  border-radius: 50%;
  color: #2e3192;
  background: #fff0;
  transition: 0.5s;
}
.pagination li.next-btn a,
.pagination li.prev-btn a {
  width: auto;
  height: auto;
  border: none;
  background: 0 0 !important;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pagination li.next-btn {
  margin-left: 90px;
}
.pagination li.prev-btn {
  margin-right: 90px;
}
#video_block_02 .video-inner .icon-holder .icon-box a:hover,
.banner-style-four .content-box a:hover,
.pagination li a.active,
.pagination li a:hover {
  color: #fff;
  background: #2e3192;
}
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 24px;
  z-index: 99;
  background: var(--ccad-green);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 1s;
  border-radius: 50%;
}
.scroll-top:hover {
  box-shadow: 0 5px 5px rgb(0 0 0 / 0.5);
}
.scroll-top.open {
  bottom: 30px;
}
#content_block_01 .content-box .inner-box .single-item:hover .count-box span,
#content_block_07 .content-box .lower-box .btn-box .more-btn:hover,
#content_block_08 .content-box .lower-box .btn-box .more-btn:hover,
.banner-style-five .content-box .btn-box a:hover,
.intro-style-three .inner-container .single-item .inner-box p,
.intro-style-two .inner-container .single-item:hover .inner-box .icon-box,
.intro-style-two .inner-container .single-item:hover .inner-box h3,
.intro-style-two .inner-container .single-item:hover .inner-box h3 a,
.intro-style-two .inner-container .single-item:hover .inner-box p,
.main-header.style-five
  .header-upper
  .main-menu
  .navigation
  > li.current
  a:after,
.main-header.style-five .header-upper .main-menu .navigation > li:hover a:after,
.main-header.style-five .main-menu .navigation > li.current > a,
.main-header.style-five .main-menu .navigation > li:hover > a,
.main-header.style-four .header-top .top-left .social-links li a,
.main-header.style-four .header-top .top-left .text p,
.main-header.style-four .header-top .top-right li a,
.main-header.style-one .header-top .info li a,
.main-header.style-three .header-top .top-left .text p,
.main-header.style-three .main-menu .navigation > li.current > a,
.main-header.style-three .main-menu .navigation > li.current > a:after,
.main-header.style-three .main-menu .navigation > li:hover > a,
.main-header.style-three .main-menu .navigation > li:hover > a:after,
.newsletter-section .inner-box p,
.page-title .content-box .bread-crumb li a,
.pricing-block-one .pricing-table:hover .table-content .list-item li,
.pricing-block-one .pricing-table:hover .table-header h2,
.pricing-block-one.active-block .pricing-table .table-content .list-item li,
.pricing-block-one.active-block .pricing-table .table-header h2,
.project-block-one .inner-box .content-box h3 a,
.scroll-top span,
.sec-title.light h2,
.sec-title.light p,
.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h4,
.service-block-two .inner-box:hover h4 a,
.service-block-two .inner-box:hover p,
.service-details .service-sidebar .categories-list li a.active,
.service-details .service-sidebar .categories-list li a:hover,
.service-style-three .tab-btn-box .tab-btn.active-btn,
.service-style-three .tab-btn-box .tab-btn:hover,
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li
  a.active
  span,
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li
  a:hover
  span {
  color: #fff;
}
.sec-pad {
  padding: 120px 0 !important;
}
.mr-0 {
  margin: 0 !important;
}
.sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.sec-title.left {
  text-align: left;
}
.sec-title p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  margin-bottom: 12px;
}
.sec-title h2,
h3 a {
  color: var(--ccad-dark);
}
.sec-title h2 {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
}
.sec-title .separator {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  left: 50%;
  transition: 0.5s;
}
.sec-title.left .separator {
  left: 40px;
}
.sec-title .separator:before {
  left: -40px;
  transition: 0.5s;
}
.sec-title.left .separator:before {
  left: -40px;
}
.sec-title .separator:after {
  right: -40px;
  transition: 0.5s;
}
.banner-style-three .content-box .btn-box .theme-btn:before,
.custom-control.material-checkbox .material-control-input,
.main-header.style-two .header-top .top-right li:last-child:before,
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn,
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu,
.page-title .content-box .bread-crumb li:last-child:before,
.sec-title.left .separator:after,
.skills-section .counter-column:last-child:before {
  display: none;
}
.preloader {
  min-height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 1999999999;
  width: 100%;
}
.preloader-image img {
  width: 100px;
  height: auto;
  animation: 2s ease-in-out infinite zoomFade;
  opacity: 0.4;
}
@keyframes zoomFade {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}
.preloader .boxes {
  --size: 30px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0) translateZ(0);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0) translateZ(0);
}
.preloader .boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.preloader .boxes .box:first-child {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}
.preloader .boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}
.preloader .boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}
.preloader .boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}
.preloader .boxes .box > div {
  --background: #01aef0;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
    translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
    translateZ(var(--translateZ));
}
.preloader .boxes .box > div:first-child {
  --top: 0;
  --left: 0;
}
.preloader .boxes .box > div:nth-child(2) {
  --background: #2e3192;
  --right: 0;
  --rotateY: 90deg;
}
.preloader .boxes .box > div:nth-child(3) {
  --background: #2e3192;
  --rotateX: -90deg;
}
.preloader .boxes .box > div:nth-child(4) {
  --background: #2e3192;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}
@-webkit-keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0;
  top: 0;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
  width: 100%;
  z-index: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li,
.menu-area .mobile-nav-toggler .icon-bar {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.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: 0.5s;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -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;
}
.main-header.style-one .header-top {
  position: relative;
  display: block;
  width: 100%;
  background: #2e3192;
  padding: 17px 0 16px;
}
.main-header.style-one .header-top .info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-right: 45px;
}
.blog-details
  .blog-details-content
  .post-share-option
  .post-share
  li:last-child,
.contact-section .info-inner .follow-box .social-links li:last-child,
.main-header.style-five .header-top .top-right li:last-child,
.main-header.style-one .header-top .info li:last-child,
.main-header.style-one .header-top .top-right li.social-links ul li:last-child,
.main-header.style-two .header-top .top-right li:last-child,
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li:last-child,
.news-block-one .inner-box .lower-content .upper-box .post-info li:last-child,
.news-block-three .inner-box .lower-content .post-info li:last-child,
.news-block-two .inner-box .inner .post-info li:last-child,
.research-details-content .lower-box .social-links li:last-child {
  margin-right: 0;
}
.main-header.style-one .header-top .info li i {
  margin-right: 10px;
  font-size: 16px;
}
.clients-section .client-logo a,
.main-header.style-one .header-top .top-right li {
  position: relative;
  display: inline-block;
}
.main-header.style-one .header-top .top-right li.work-time {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-right: 65px;
}
.main-footer .footer-top .widget-section .logo-widget,
.main-footer .footer-top .widget-section .post-widget .post-inner .post p i,
.main-header.style-one .header-top .top-right li.work-time i,
.news-block-one .inner-box .lower-content .lower-box .admin i,
.news-block-one .inner-box .lower-content .upper-box .post-info li i,
.news-block-three .inner-box .lower-content .post-info li i,
.news-block-two .inner-box .inner .post-info li i {
  margin-right: 10px;
}
.main-header.style-one .header-top .top-right li.social-links ul li {
  margin-right: 25px;
}
.main-header.style-one .header-top .top-right li.social-links ul li a {
  font-size: 16px;
  color: #fff;
}
.main-header .header-upper {
  position: relative;
  background: #fff;
}
.main-header.style-one .logo-box {
  position: relative;
  padding: 35px 50px 34px 0;
  background: #f5f5f5;
  z-index: 1;
}
.main-header.style-one .logo-box:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.main-header.style-one .btn-box {
  position: relative;
  float: left;
  margin: 46px 0 0 50px;
}
#content_block_01 .content-box,
.banner-carousel,
.banner-section,
.banner-style-five,
.banner-style-three,
.banner-style-two,
.blog-details .blog-details-content .comments-area .comment .text,
.full-content,
.funfact-style-two,
.inner-banner,
.intro-section,
.intro-style-three,
.intro-style-two,
.main-footer,
.main-header .outer-box,
.main-header.style-five,
.main-header.style-three,
.main-header.style-three .header-top,
.main-header.style-two,
.news-block-one .inner-box .lower-content,
.skills-section .counter-column {
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 58px 0 53px;
  margin: 0 22px;
  transition: 0.3s;
}
.main-menu .navigation > li:last-child {
  margin-right: 0 !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0 !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: "NewsGoth BT", sans-serif;
  color: #222;
  padding-right: 15px;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .navigation > li.dropdown > a:after {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
  color: #222;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.main-menu .navigation > li > .megamenu,
.main-menu .navigation > li > ul {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  background-color: #333;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
  display: block;
  position: relative;
  text-align: left;
  line-height: 24px;
  text-transform: capitalize;
  font-family: "NewsGoth BT", sans-serif;
}
.main-menu .navigation > li > ul.from-right,
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child,
.service-details .service-sidebar .categories-list li:last-child a,
.service-style-three .tab-btn-box .tab-btn:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  padding: 6px 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 6px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background-color: #333;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
}
#image_block_01 .image-box .image img,
#video_block_02 .video-inner .image-box img,
.about-style-four .image-box .image img,
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  padding: 6px 20px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > .megamenu,
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.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: 0.5s;
}
.menu-area .mobile-nav-toggler,
.nav-outer .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: #3b3b3b;
  transition: 0.3s;
}
#content_block_01 .content-box .inner-box .single-item:last-child,
#content_block_03 .content-box .progress-content .progress-box:last-child,
#content_block_05 .content-box .text p:last-child,
#content_block_06 .accordion-box .block:last-child,
#content_block_07 .content-box .text p:last-child,
#content_block_08 .content-box .text p:last-child,
.appointment-section
  #content_block_04
  .form-inner
  .appointment-form
  .form-group:last-child,
.blog-details .blog-details-content .comments-area .comment:last-child,
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group:last-child,
.blog-details .blog-details-content .news-block-three .inner-box,
.blog-details .news-block-three .inner-box .lower-content .text p:last-child,
.books-page-section .inner-box:last-child,
.contact-section .form-inner .contact-form .form-group:last-child,
.contact-section .info-inner .info-box li:last-child,
.main-footer
  .footer-top
  .widget-section
  .links-widget
  .widget-content
  ul
  li:last-child,
.main-footer
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post:last-child,
.menu-area .mobile-nav-toggler .icon-bar:last-child,
.mobile-menu .contact-info ul li:last-child,
.news-faq .news-inner .news-block .news-block-two:last-child .inner,
.pricing-block-one .pricing-table .table-content .list-item li:last-child,
.research-details-content .two-column .text .single-item:last-child,
.service-details .service-sidebar .download-file .file-list li:last-child,
.service-details .service-sidebar .need-help .contact-list li:last-child,
.service-details-content .accordion-box .block:last-child,
.service-details-content .content-box-two .inner p:last-child,
.service-details-content .two-column .text p:last-child,
.service-style-three .tabs-content .content-box .two-column .text p:last-child,
.shediul-section .shediul-inner .shediul-box .shediul-list li:last-child,
.sidebar-page-container .sidebar .sidebar-archives .archives-lits li:last-child,
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li:last-child,
.sidebar-page-container .sidebar .sidebar-tags .tags-list li:last-child,
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box:last-child,
.team-details
  #content_block_03
  .content-box
  .progress-content
  .progress-box:last-child,
.team-details .left-content .lower-box .text p:last-child,
.team-details .left-content .upper-box .list-item li:last-child,
.team-details
  .right-content
  #content_block_04
  .form-inner
  .appointment-form
  .form-group:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0;
}
.main-menu .navigation li.dropdown .megamenu li {
  position: relative;
  display: block;
  z-index: 2;
  padding: 7px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-menu .navigation li.dropdown .megamenu li a,
.mobile-menu .navigation li > a {
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0;
  color: #fff;
}
.main-menu .navigation li.dropdown .megamenu li a {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
  opacity: 1;
  font-family: "NewsGoth BT", sans-serif;
  padding: 0;
  z-index: 1;
  transition: 0.5s;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.banner-carousel .content-box h5,
.mobile-menu-visible .mobile-menu .menu-box {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  -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: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.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;
}
.main-header.style-four .header-top,
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}
.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li > a:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  transition: 0.5s;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgb(255 255 255 / 0.1);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.5s;
  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 .social-links {
  position: relative;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
div#mCSB_1_container {
  top: 0 !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgb(255 255 255 / 0.8);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgb(255 255 255 / 0.8);
}
.main-header.style-one .sticky-header .logo-box {
  padding: 15px 50px 15px 0;
}
.main-header.style-one .sticky-header .main-menu .navigation > li {
  padding: 25px 0;
}
.main-header.style-one .sticky-header .btn-box {
  margin: 14px 0 0 50px;
}
.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 190px 0 290px;
}
.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgb(255 255 255 / 0.9), #fff0 80%);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 6s linear;
  -moz-transition: 6s linear;
  -ms-transition: 6s linear;
  -o-transition: 6s linear;
  transition: 6s linear;
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 500px;
  width: 100%;
}
.banner-carousel .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  transition: 0.7s;
}
.banner-carousel .active .content-box h5,
.banner-style-two .banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #222;
  font-size: 72px;
  line-height: 87px;
  font-weight: 700;
  margin-bottom: 48px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.banner-carousel .active .content-box 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: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner-section .banner-carousel .content-box a.theme-btn,
.service-section .more-btn .theme-btn,
.service-style-four .upper-box .btn-box .theme-btn {
  padding: 15px 45px;
}
.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}
.intro-section .inner-box {
  position: relative;
  display: block;
  padding: 50px 350px 54px 0;
  margin-top: -87px;
  z-index: 1;
}
.intro-section .inner-box:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  right: 0;
  top: 0;
}
.intro-section .inner-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
}
.intro-section .inner-box h3 {
  font-size: 27px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.intro-section .inner-box p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.intro-section .inner-box .btn-box {
  position: relative;
  margin-top: 10px;
}
.intro-section .inner-box .btn-box .theme-btn {
  background: #fff;
  color: #2e3192 !important;
}
.banner-style-three .content-box .btn-box .theme-btn:hover,
.banner-style-two .banner-carousel .content-box .theme-btn.style-two:hover,
.intro-section .inner-box .btn-box .theme-btn:hover,
.main-header.style-three .header-top .top-left .social-links li a,
.main-header.style-three .header-top .top-right li a {
  color: #fff !important;
}
.about-section {
  position: relative;
  padding: 110px 0 120px;
}
h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
h3 a {
  display: inline-block;
}
#image_block_01 .image-box {
  position: relative;
  display: block;
  margin-top: 9px;
  padding: 0 40px 0 55px;
}
#image_block_01 .image-box .pattern-layer {
  position: absolute;
  left: 0;
  bottom: -73px;
  width: 370px;
  height: 294px;
  background-repeat: no-repeat;
  z-index: -1;
}
#image_block_01 .image-box .icon-holder {
  position: absolute;
  right: -42px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  background: #fff0;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
  padding: 17px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.2);
}
#image_block_01 .image-box .icon-holder .icon-box {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 0.2);
  font-size: 70px;
  transition: 0.5s;
  -webkit-animation: 10s linear infinite service_hexagon_2;
  -moz-animation: 10s linear infinite service_hexagon_2;
  -o-animation: 10s linear infinite service_hexagon_2;
  animation: 10s linear infinite service_hexagon_2;
}
.about-section #content_block_01 .content-box {
  margin-left: 55px;
}
#content_block_01 .content-box .text,
.contact-section .info-inner .sec-title,
.shediul-section .shediul-inner .sec-title {
  margin-bottom: 48px;
}
#content_block_01 .content-box .inner-box .single-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 39px;
}
#content_block_01 .content-box .inner-box .single-item .count-box {
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ebebeb;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
}
#content_block_01 .content-box .inner-box .single-item .count-box span {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  transition: 0.5s;
}
#content_block_01 .content-box .inner-box .single-item h3 {
  margin-bottom: 4px;
  color: #222;
}
#content_block_01 .content-box .inner-box .single-item h3 a,
.main-header.style-five
  .sticky-header
  .header-upper
  .main-menu
  .navigation
  > li.current
  a:after,
.main-header.style-five
  .sticky-header
  .header-upper
  .main-menu
  .navigation
  > li:hover
  a:after,
.main-header.style-five .sticky-header .main-menu .navigation > li.current > a,
.main-header.style-five .sticky-header .main-menu .navigation > li:hover > a,
.main-header.style-five .sticky-header .main-menu .navigation > li > a,
.main-header.style-five .sticky-header .main-menu .navigation > li > a:after,
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h4 a {
  color: #222;
}
#content_block_01 .content-box .sec-title,
.slills-style-two .inner-box .sec-title {
  margin-bottom: 32px;
}
.skills-section {
  position: relative;
  padding: 95px 0 120px;
}
.counter-block-one {
  position: relative;
  display: block;
  padding: 10px 0;
}
.counter-block-one .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: "NewsGoth BT", sans-serif;
  color: #222;
  font-weight: 700;
  margin-bottom: 2px;
}
.counter-block-one p {
  font-size: 18px;
}
.skills-section .counter-column:before {
  position: absolute;
  content: "";
  background: #ebebeb;
  height: 100%;
  width: 2px;
  top: 8px;
  right: -2px;
}
.main-footer .footer-top .widget-section .logo-widget .footer-logo,
.skills-section .title-box .text {
  position: relative;
  margin-bottom: 33px;
}
.skills-section .title-box .text p {
  font-size: 16px;
}
.skills-section .sec-title h2 {
  padding-bottom: 36px;
}
.service-details .service-sidebar .need-help h3,
.skills-section .sec-title {
  margin-bottom: 24px;
}
.bg-color-1 {
  background: #f2f8ff;
}
.bg-color-2,
.news-style-three .news-block-one .inner-box {
  background: #f5f5f5;
}
.service-section {
  position: relative;
  padding: 113px 0 120px;
}
.service-section .sec-title {
  margin-bottom: 46px;
}
.service-section .pattern-layer,
.service-style-two .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-block-one {
  position: relative;
  display: block;
  background: #fff;
  transition: 0.5s;
}
#video_block_01 .video-inner,
.experience-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.service-block-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #2e3192;
}
.main-footer
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post
  .image-box
  img,
.news-block-one .inner-box .image-box img,
.news-block-three .inner-box .image-box img,
.news-block-two .inner-box .image-box img,
.service-block-four .inner-box .image-box img,
.service-block-one .image-box img,
.sidebar-page-container
  .sidebar
  .sidebar-post
  .post-inner
  .post
  .image-box
  img {
  width: 100%;
  transition: 0.5s;
}
.news-block-three .inner-box:hover .image-box img,
.news-block-two .inner-box:hover .image-box img,
.service-block-four .inner-box:hover .image-box img,
.service-block-one:hover .image-box img {
  opacity: 0.2;
  transform: scale(1.05);
}
.service-block-one .lower-content {
  position: relative;
  padding: 30px 30px 33px;
}
.service-block-one .lower-content h3,
.testimonial-section .testimonial-content .inner-box p {
  margin-bottom: 14px;
}
.service-block-one .lower-content p {
  margin-bottom: 17px;
}
.service-block-four .inner-box .lower-content .link a,
.service-block-one .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.project-style-two .more-text p a:hover,
.service-block-four .inner-box .lower-content .link a:hover,
.service-block-one .lower-content .link a:hover,
.single-book-content .lower-content h3 a:hover {
  color: #2e3192 !important;
}
.service-section .more-btn {
  position: relative;
  margin-top: 60px;
}
.technology-section {
  position: relative;
  padding: 140px 0 325px;
}
.technology-section .pattern-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 670px;
  height: 466px;
  background-repeat: no-repeat;
}
#video_block_01 .video-inner {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 325px 0;
}
#video_block_01 .video-inner a {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  border-radius: 50%;
}
#video_block_01 .video-inner a:after,
#video_block_01 .video-inner a:before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#video_block_01 .video-inner a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px #fff0;
    box-shadow: 0 0 0 40px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px #fff0;
    box-shadow: 0 0 0 40px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
#content_block_02 .content-box .text {
  position: relative;
  margin-bottom: 42px;
}
#content_block_02 .content-box .list-item li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 33px;
  margin-bottom: 26px;
}
#content_block_02 .content-box .list-item li h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
}
#content_block_02 .content-box .list-item li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  transition: 0.5s;
}
#content_block_02 .content-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 28px;
}
#content_block_02 .content-box .bold-text {
  position: relative;
  margin-bottom: 36px;
}
#content_block_02 .content-box .bold-text p,
.project-style-two .more-text p a {
  font-weight: 700;
}
#content_block_02 .content-box .btn-box .theme-btn {
  font-weight: 400;
  padding: 15px 36px;
}
.news-faq .faq-inner,
.technology-section #content_block_02 .content-box {
  margin-left: 70px;
}
#content_block_02 .content-box .sec-title h2 {
  padding-bottom: 45px;
}
#content_block_02 .content-box .sec-title {
  margin-bottom: 37px;
}
.experience-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
.experience-section:before,
.shediul-section:before {
  position: absolute;
  content: "";
  background: #2e3192;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.9;
}
#content_block_03 .content-box .progress-content .progress-box {
  position: relative;
  margin-bottom: 31px;
}
#content_block_03 .content-box .progress-content .progress-box .bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #ddd;
}
#content_block_03 .content-box .progress-content .progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 4px;
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#content_block_03 .content-box .progress-content .progress-box .count-text {
  position: absolute;
  top: -43px;
  right: 0;
  background: #fff0;
  font-size: 18px;
  font-family: "NewsGoth BT", sans-serif;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#content_block_03 .content-box .progress-content .progress-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 19px;
}
#content_block_03 .content-box .text {
  position: relative;
  margin-bottom: 41px;
}
#content_block_03 .content-box .text p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.experience-section #content_block_03 .content-box {
  margin-right: 100px;
}
.experience-section #content_block_03 .content-box .sec-title,
.news-block-three .inner-box .lower-content p {
  margin-bottom: 36px;
}
#content_block_04 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 54px 50px 39px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.1);
}
.experience-section #content_block_04 .form-inner {
  margin-top: -325px;
}
#content_block_04 .form-inner .appointment-form .form-group,
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group,
.contact-section .form-inner .contact-form .form-group,
.main-footer .footer-top .widget-section .logo-widget .text,
.service-details-content .accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}
#content_block_04 .form-inner .sec-title {
  margin-bottom: 61px;
}
#content_block_04 .form-inner .appointment-form .form-group input[type="email"],
#content_block_04 .form-inner .appointment-form .form-group input[type="text"],
#content_block_04 .form-inner .appointment-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  padding: 10px 60px 10px 20px;
  transition: 0.5s;
}
#content_block_04 .form-inner .appointment-form .form-group textarea {
  height: 150px;
  resize: none;
  display: block;
  margin-bottom: 40px;
}
#content_block_04 .form-inner .appointment-form .form-group i {
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 13px;
  color: #888;
  z-index: 1;
}
#content_block_04
  .form-inner
  .appointment-form
  .form-group
  .custom-controls-stacked {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
#content_block_04
  .form-inner
  .appointment-form
  .form-group
  .custom-controls-stacked
  .description {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 0;
  margin-left: 25px;
  font-size: 14px;
  cursor: pointer;
  color: #777;
}
#content_block_04 .form-inner .appointment-form .form-group.message-btn,
.learning-objective .sec-title,
.sidebar-page-container .sidebar .sidebar-widget.sidebar-archives .widget-title,
.team-section .sec-title {
  margin-bottom: 35px;
}
#content_block_04 .form-inner .appointment-form .form-group.message-btn button {
  padding: 15px 38px;
}
.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0;
  margin: 0;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: 2px solid #ebebeb;
  cursor: pointer;
}
.custom-control.material-checkbox
  .material-control-input:checked
  ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0 solid #ebebeb;
  border-left: 0 solid #ebebeb;
}
.news-section,
.news-style-three,
.service-style-four,
.testimonial-section,
.testimonial-style-two {
  position: relative;
  padding: 115px 0;
}
.testimonial-section .testimonial-content {
  position: relative;
  margin: 80px 10px 10px;
}
.testimonial-section .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0 60px 54px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);
}
.testimonial-section .testimonial-content .inner-box .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-content .inner-box .image-box {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  margin-top: -77px;
}
.testimonial-section .testimonial-content .inner-box .icon-box {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #222;
  margin-bottom: 7px;
}
.testimonial-section .testimonial-content .inner-box h3 {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.sidebar-page-container .sidebar .sidebar-search .form-group,
.testimonial-section .testimonial-content .inner-box .designation {
  position: relative;
  display: block;
  margin: 0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2e3192;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.5s;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}
.testimonial-section .owl-theme .owl-dots {
  margin-top: 62px;
}
.clients-section {
  position: relative;
  padding: 82px 0 114px;
  border-top: 2px solid #ebebeb;
}
.clients-section .client-logo {
  position: relative;
  display: block;
  overflow: hidden;
  height: 120px;
  text-align: center;
}
.clients-section .client-logo .overlay-box {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.clients-section .client-logo:hover .overlay-box {
  top: 0;
  opacity: 1;
}
.clients-section .client-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  margin: 20px 0;
  transition: 0.5s;
}
.news-block-one .inner-box:hover {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
}
.news-block-one .inner-box .image-box,
.project-block-two .inner-box .image-box,
.team-block-one .image,
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0.5px solid var(--ccad-blue);
}
.news-block-one .inner-box .image-box .overlay-box-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgb(46 49 146 / 0.8);
  z-index: 1;
  transition: 0.5s;
}
.news-block-one .inner-box:hover .image-box .overlay-box-1,
.news-block-one .inner-box:hover .image-box .overlay-box-2 {
  width: 50%;
}
.news-block-one .inner-box .image-box .overlay-box-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgb(46 49 146 / 0.8);
  z-index: 1;
  transition: 0.5s;
}
.news-block-one .inner-box .image-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.banner-style-two .owl-dots .owl-dot span:hover:before,
.banner-style-two .owl-dots .owl-dot.active span:before,
.news-block-one .inner-box:hover .image-box a,
.service-details .service-sidebar .categories-list li a.active:after,
.service-details .service-sidebar .categories-list li a:hover:after {
  opacity: 1;
}
.news-block-one .inner-box .lower-content .upper-box {
  position: relative;
  padding: 23px 15px 18px 20px;
  border-bottom: 2px solid #f5f5f5;
}
.news-block-one .inner-box .lower-content .upper-box .post-info li,
.news-block-two .inner-box .inner .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "NewsGoth BT", sans-serif;
  color: #666;
  margin-right: 30px;
}
.blog-details .blog-details-content .post-share-option li a,
.contact-section .info-inner .info-box li p a,
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .title
  span
  a,
.news-block-one .inner-box .lower-content .lower-box .admin a,
.news-block-one .inner-box .lower-content .upper-box .post-info li a,
.news-block-three .inner-box .lower-content .post-info li a,
.news-block-two .inner-box .inner .post-info li a,
.service-details .service-sidebar .need-help .contact-list li a {
  color: #666;
}
.main-footer .footer-bottom .copyright p a,
.text-theme-dark,
h4 {
  color: var(--ccad-dark);
}
.news-block-one .inner-box .lower-content .upper-box .post-info,
.news-block-two .inner-box .inner .post-info {
  position: relative;
  margin-bottom: 16px;
}
.news-block-one .inner-box .lower-content .upper-box h3 {
  margin-bottom: 18px;
}
.news-block-one .inner-box .lower-content .lower-box {
  position: relative;
  padding: 14px 20px 18px;
}
.news-block-one .inner-box .lower-content .lower-box .link {
  position: relative;
  float: left;
}
.news-block-one .inner-box .lower-content .lower-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 700;
}
#content_block_06 .accordion-box .block .acc-btn.active .icon-outer,
.blog-details .blog-details-content .post-share-option .post-tags li a:hover,
.error-section .text a,
.main-header .search-box-outer .search-toggler:hover,
.main-header.style-five .header-top .top-right li a:hover,
.main-header.style-three .main-menu .navigation > li > a,
.main-header.style-three .main-menu .navigation > li > a:after,
.main-header.style-three .search-box-outer .search-toggler,
.main-header.style-two .header-top .top-right li a:hover,
.news-block-one .inner-box .lower-content .lower-box .link a:hover,
.news-section .more-text a,
.news-style-three .more-text p a,
.news-style-two .more-text p a,
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li
  a.active,
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li
  a:hover,
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h4 a:hover,
.team-block-one .inner-box .image-box .social-links li a:hover {
  color: #2e3192;
}
.news-block-one .inner-box .lower-content .lower-box .admin {
  position: relative;
  float: right;
  font-size: 14px;
  color: #666;
}
.news-section .more-text,
.news-style-three .more-text {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 54px;
}
.news-section .more-text p,
.news-style-three .more-text p {
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
}
.main-footer .footer-top .widget-section .post-widget .widget-title,
.news-section .sec-title {
  margin-bottom: 40px;
}
.newsletter-section {
  position: relative;
  padding: 70px 0 75px;
}
.newsletter-section .inner-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}
.newsletter-section .newsletter-form .form-group {
  position: relative;
  margin: 0;
}
.newsletter-section .newsletter-form .form-group input[type="email"] {
  position: relative;
  width: calc(100% - 170px);
  background: #fff;
  height: 60px;
  font-size: 14px;
  padding: 10px 20px;
}
.newsletter-section .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 30px;
  width: 170px;
}
.newsletter-section .newsletter-form,
.page-title .content-box .bread-crumb {
  position: relative;
  margin-top: 11px;
}
.main-footer .footer-top {
  position: relative;
  padding: 90px 0 80px;
}
.main-footer .footer-top .pattern-layer,
.testimonial-style-two .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.main-footer .footer-top .widget-section .logo-widget .social-inner h3,
.service-block-four .inner-box .lower-content h3 {
  margin-bottom: 9px;
}
.main-footer .footer-top .widget-section .logo-widget .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.main-footer .footer-top .widget-section .logo-widget .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #777;
}
.main-footer .footer-top .widget-section .widget-title h3 {
  position: relative;
  padding-bottom: 14px;
}
.main-footer .footer-top .widget-section .widget-title h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.blog-details .blog-details-content .comments-area .title-box,
.main-footer .footer-top .widget-section .widget-title {
  position: relative;
  margin-bottom: 40px;
}
.main-footer .footer-top .widget-section .links-widget .widget-content ul li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.main-footer .footer-top .widget-section .links-widget .widget-content ul li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "NewsGoth BT", sans-serif;
  color: #666;
  padding-left: 35px;
}
.main-footer
  .footer-top
  .widget-section
  .links-widget
  .widget-content
  ul
  li
  a:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 14px;
  left: 0;
  top: 0;
  color: #666;
  transition: 0.5s;
}
.main-footer
  .footer-top
  .widget-section
  .links-widget
  .widget-content
  ul
  li:hover
  a {
  margin-left: 5px;
}
.main-footer .footer-top .widget-section .post-widget .post-inner .post {
  position: relative;
  padding-left: 120px;
  min-height: 90px;
  margin-bottom: 23px;
}
.main-footer
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post
  .image-box {
  position: absolute;
  left: 0;
  top: -1px;
  width: 92px;
  height: 90px;
  background: #2e3192;
  overflow: hidden;
}
.main-footer
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post:hover
  .image-box
  img,
.project-block-one .inner-box:hover .image-box img {
  opacity: 0.2;
}
.main-footer .footer-top .widget-section .post-widget .post-inner .post p {
  position: relative;
  font-size: 14px;
  margin-bottom: 6px;
}
.main-footer .footer-top .widget-section .post-widget .post-inner .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.main-footer .footer-top .widget-section .post-widget .post-inner .post h5 a {
  display: inline-block;
  color: #2e3192;
}
.main-footer .footer-bottom {
  position: relative;
  display: block;
  background: #f4ceaf;
  padding: 20px 0;
}
.therocic_footer::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 85px;
  background: var(--ccad-blue);
  left: -15px;
  transform: skew(-20deg);
  border-right: 4px solid var(--theme-color-light);
  bottom: 0;
}
.main-footer .footer-bottom .copyright p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.error-section .text a:hover,
.intro-style-three .inner-container .single-item .inner-box h3 a:hover,
.main-footer .footer-bottom .copyright p a:hover,
.main-header.style-three .header-top .top-right li a:hover,
.news-style-three .more-text p a:hover,
.news-style-two .more-text p a:hover,
.page-title .content-box .bread-crumb li a:hover,
.service-style-two .more-text p a:hover,
.shediul-section .content-box .phone a:hover {
  text-decoration: underline;
}
.main-header.style-two .header-top {
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.main-header.style-two .header-top .top-left .social-links {
  position: relative;
  float: left;
  margin-right: 20px;
}
.main-header.style-two .header-top .top-left .social-links li {
  position: relative;
  float: left;
  border-right: 1px solid #ebebeb;
}
.main-header.style-two .header-top .top-left .social-links li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  width: 44px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.main-header.style-two .header-top .top-left .text {
  position: relative;
  float: left;
  margin-top: 5px;
}
.main-header.style-two .header-top .top-left .text p {
  font-size: 12px;
}
.main-header.style-two .header-top .top-right li {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}
.main-header.style-two .header-top .top-right li:before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 40px;
  top: -5px;
  right: -24px;
}
.main-header.style-two .header-top .top-right li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.main-header.style-two .header-top .top-right {
  position: relative;
  margin-top: 5px;
}
.main-header.style-two .header-upper {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 0;
}
#content_block_06 .accordion-box .block .acc-btn,
#content_block_07 .content-box,
.banner-style-two .owl-dots .owl-dot,
.blog-details .blog-details-content .post-share-option .post-share,
.blog-details .blog-details-content .post-share-option .post-tags,
.main-header.style-five .header-top .working-time,
.main-header.style-two .header-upper .header-upper-box,
.main-header.style-two .header-upper .header-upper-box .upper-left,
.main-header.style-two .header-upper .header-upper-box .upper-right ul,
.news-block-two .inner-box,
.project-block-two .inner-box,
.research-details-content .upper-box .image-box,
.service-block-four .inner-box,
.service-details-content .accordion-box .block .acc-btn,
.single-book-content,
.team-block-one .inner-box,
.team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: block;
}
.main-header.style-two .header-upper .header-upper-box .upper-right {
  position: relative;
  display: block;
  margin-top: 8px;
}
.main-header.style-two .header-upper .header-upper-box .upper-right ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .icon-box {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  font-size: 50px;
  color: #2e3192;
}
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .title {
  display: table-cell;
  vertical-align: middle;
}
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .title
  h5 {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
}
.main-header.style-two
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .title
  span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 0;
}
.main-header.style-two .header-lower {
  position: relative;
  display: block;
  background: #fff;
}
.main-header.style-two .header-lower .outer-box {
  position: relative;
  display: block;
  margin-left: 200px;
  transition: 0.5s;
}
.main-header.style-two .main-menu .navigation > li {
  padding: 15px 21px 15px 0;
  margin: 0;
  transition: 0.5s;
}
.main-header.style-two .main-menu .navigation > li > a {
  font-weight: 600;
  color: var(--theme-color-light);
  padding-left: 15px;
}
.main-header.style-two .main-menu .navigation > li > a:after,
.testimonial-style-two
  .testimonial-content
  .inner-box
  .upper-box:hover
  .icon-box,
.testimonial-style-two
  .testimonial-content
  .inner-box
  .upper-box:hover
  .text
  p {
  color: var(--theme-color-light);
}
.main-header .search-box-outer {
  position: relative;
  padding: 11.5px 20px;
}
.main-header .search-box-outer .search-toggler {
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  background: #fff0;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgb(46 49 146 / 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.search-popup.popup-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: 0.5s;
}
.search-popup .search-form {
  position: relative;
  padding: 0 15px;
  max-width: 1024px;
  margin: 150px auto 100px;
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}
.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px;
  color: #fff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0);
}
.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-style-two .banner-carousel .slide-item:before {
  background: -webkit-linear-gradient(0deg, #fff0, rgb(46 49 146 / 0.9) 80%);
}
.banner-style-two .banner-carousel .content-box h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.banner-style-three .content-box h1,
.banner-style-two .banner-carousel .content-box h1 {
  color: #fff;
  margin-bottom: 26px;
}
.banner-carousel .content-box p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-family: "NewsGoth BT", sans-serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 42px;
  opacity: 0;
  z-index: 9;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.banner-carousel .active .content-box 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: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.banner-style-two .banner-carousel .content-box .theme-btn.style-two {
  background: #fff;
  color: #2e3192 !important;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 47px;
  transition: 0.5s;
}
.banner-style-two .banner-carousel .slide-item {
  padding: 230px 0 420px;
}
.banner-style-two .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateX(-50%);
}
.banner-style-two .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.banner-style-two .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  opacity: 0;
  transition: 0.5s;
}
.banner-style-two .owl-dots .owl-dot span:hover,
.banner-style-two .owl-dots .owl-dot.active span,
.main-header.style-four .search-box-outer .search-toggler:hover,
.news-style-three .news-block-one .inner-box:hover {
  background: #fff;
}
.intro-style-two .inner-container {
  position: relative;
  display: block;
  margin-top: -175px;
  overflow: hidden;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 0.1);
  z-index: 1;
}
.intro-style-two .inner-container .single-item {
  position: relative;
  display: inline-block;
  width: 33.333%;
  float: left;
}
.intro-style-two .inner-container .single-item .inner-box {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  padding: 70px 50px 64px;
}
.intro-style-two .inner-container .single-item .inner-box:before {
  position: absolute;
  content: "";
  background: var(--ccad-green);
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.intro-style-two .inner-container .single-item:hover .inner-box:before,
.service-details .service-sidebar .categories-list li a.active:before,
.service-details .service-sidebar .categories-list li a:hover:before,
.service-style-three .tab-btn-box .tab-btn.active-btn:before,
.service-style-three .tab-btn-box .tab-btn:hover:before {
  height: 100%;
  opacity: 1;
}
.intro-style-two .inner-container .single-item .inner-box .icon-box {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 28px;
  transition: 0.5s;
}
.intro-style-two .inner-container .single-item .inner-box h3 {
  margin-bottom: 10px;
  transition: 0.5s;
}
.about-style-two,
.research-details,
.service-details,
.sidebar-page-container,
.team-section {
  position: relative;
  padding: 120px 0;
}
.about-style-two .pattern-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 575px;
  height: 712px;
  background-repeat: no-repeat;
}
#content_block_05 .content-box .sec-title,
.team-details #content_block_03 .content-box .progress-content .progress-box {
  margin-bottom: 43px;
}
#content_block_05 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 57px;
}
#content_block_05 .content-box .text p,
#content_block_07 .content-box .text p,
.service-details-content .content-box-two .inner p,
.service-details-content .two-column .text p,
.service-style-three .tabs-content .content-box .two-column .text p,
.team-details .left-content .lower-box .text p {
  margin-bottom: 27px;
}
#content_block_05 .content-box .inner-box {
  position: relative;
  display: block;
  margin-bottom: 49px;
}
#content_block_05 .content-box .inner-box .single-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
}
#content_block_05 .content-box .inner-box .single-item .box {
  position: relative;
  padding: 0 0 0 75px;
}
#content_block_05 .content-box .inner-box .single-item .box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 50px;
  line-height: 50px;
  color: #bcbcbc;
}
#content_block_05 .content-box .inner-box .single-item .box h4 {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
}
#content_block_05 .content-box .btn-box .theme-btn {
  padding: 15px 49px;
}
#video_block_02 .video-inner {
  display: block;
  position: relative;
  padding-left: 100px;
  margin-right: -30px;
  padding-bottom: 50px;
}
#video_block_02 .video-inner .icon-holder {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 170px;
  height: 170px;
  background: #fff0;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
  padding: 17px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.2);
}
#video_block_02 .video-inner .icon-holder .icon-box a,
.video-section .inner-box .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #2e3192;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 0.2);
  font-size: 30px;
  transition: 0.5s;
}
.about-style-four,
.service-style-two {
  position: relative;
  padding: 110px 0;
}
.service-style-two .more-text {
  position: relative;
  display: block;
  margin-top: 23px;
}
.service-style-two .more-text p {
  font-size: 15px;
  font-weight: 600;
  font-family: "NewsGoth BT", sans-serif;
  margin: 0;
}
.service-style-two .more-text p a {
  color: #222;
  font-weight: 700;
}
.service-style-two .sec-title,
.team-details .right-content .team-block-one,
.working-process .sec-title {
  margin-bottom: 55px;
}
.service-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 62px 40px 54px;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.service-block-two .inner-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.project-block-two .inner-box:hover .image-box:after,
.project-block-two .inner-box:hover .image-box:before,
.service-block-two .inner-box:hover:after,
.service-block-two .inner-box:hover:before {
  opacity: 1;
  height: 50%;
}
.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 31px;
  z-index: 1;
  transition: 0.5s;
}
.service-block-two .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  height: 90px;
  width: 40px;
  top: -10px;
  right: -10px;
  z-index: -1;
  transition: 0.5s;
}
.service-block-two .inner-box:hover .icon-box:before {
  opacity: 0;
}
h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
h4 a {
  display: inline-block;
  color: var(--ccad-blue);
}
.service-block-two .inner-box h4 {
  margin-bottom: 9px;
  transition: 0.5s;
}
.service-block-two .inner-box p {
  position: relative;
  transition: 0.5s;
}
.funfact-section {
  position: relative;
  padding: 80px 0 90px;
  background: #2e3192;
}
.funfact-section .pattern-layer,
.newsletter-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.counter-block-two {
  position: relative;
  display: block;
  text-align: center;
}
.counter-block-two .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: "NewsGoth BT", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}
.appointment-section
  #content_block_04
  .form-inner
  .appointment-form
  .form-group
  textarea,
.project-block-one,
.team-details .left-content .lower-box h3,
.team-section .team-block-one {
  margin-bottom: 30px;
}
.counter-block-two p {
  font-size: 18px;
  color: #fff;
}
.about-style-three .image-box img,
.blog-details .blog-details-content .comments-area .comment .author-thumb img,
.faq-section .image-box img,
.project-block-two .inner-box .image-box img,
.research-details-content .two-column .image-box img,
.research-details-content .upper-box .image-box img,
.service-details-content .content-box-one .image-box img,
.service-details-content .two-column .image-box img,
.service-style-three .tabs-content .content-box .two-column .image-box img,
.single-book-content .image-box img,
.team-block-one .inner-box .image-box .image img {
  width: 100%;
}
.team-block-one .inner-box .image-box .social-links {
  position: absolute;
  left: 25px;
  bottom: -140px;
  width: 40px;
  height: 138px;
  text-align: center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 15px 5px 20px;
  transition: 0.5s;
}
.learning-objective .learning-topics:hover .topics-content,
.team-block-one .inner-box:hover .image-box .social-links,
.team-details
  .right-content
  .team-block-one
  .inner-box
  .image-box
  .social-links {
  bottom: 0;
}
.team-block-one .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.team-block-one .inner-box .image-box .link {
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-block-one .inner-box .image-box .link a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: var(--ccad-blue);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: 1;
}
.team-block-one .inner-box:hover .image-box .link a {
  transform: scale(1, 1);
}
.team-block-one .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
}
.faq-section .pattern-layer,
.faq-section:before,
.team-block-one .image::before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.team-block-one .inner-box .lower-content h3 {
  margin-bottom: 5px;
}
.blog-details .blog-details-content .comments-area .comment .comment-info .date,
.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.team-block-one .image::before {
  content: "";
  width: 100%;
  background: linear-gradient(0deg, #000 0, rgb(1 15 52 / 0.1) 100%);
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}
.sidebar-page-container
  .sidebar
  .sidebar-post
  .post-inner
  .post:hover
  .image-box
  img,
.team-block-one .image:hover::before {
  opacity: 0.5;
}
.team-block-one .image img {
  position: relative;
  z-index: 0;
}
.faq-section,
.sponsor-exhibitor {
  position: relative;
  padding: 100px 0;
}
.faq-section .text {
  margin-bottom: 28px;
}
.faq-section:before {
  content: "";
  width: 600px;
}
.faq-section .pattern-layer {
  width: 600px;
  background-repeat: no-repeat;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content.current {
  display: block;
}
#content_block_06 .accordion-box .block {
  position: relative;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#content_block_06 .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}
#content_block_06 .accordion-box .block .acc-btn h6 {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #2e3192;
  padding: 14px 60px 17px 30px;
  cursor: pointer;
  border-bottom: 1px solid #fff0;
  transition: 0.5s;
}
#content_block_06 .accordion-box .block .acc-btn.active h6 {
  border-bottom: 1px solid #e1e1e1;
}
#content_block_06 .accordion-box .block .acc-content {
  position: relative;
  padding: 20px 30px 22px;
}
#content_block_06 .content-box .sec-title,
.contact-section .form-inner .sec-title {
  margin-bottom: 50px;
}
.faq-section .image-box {
  position: relative;
  display: block;
  margin-right: 50px;
  margin-top: 5px;
}
.main-header.style-two .sticky-header .logo-box {
  padding: 5px 0;
}
.sidebar-page-container .sidebar .sidebar-tags .tags-list,
.testimonial-style-two .inner-content {
  position: relative;
  margin: 0 -10px;
}
.testimonial-style-two .testimonial-content {
  position: relative;
  margin: 10px 10px 0;
}
.testimonial-style-two .testimonial-content .inner-box .upper-box {
  position: relative;
  display: block;
  background: var(--theme-color-light);
  padding: 53px 60px 39px 88px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0.1);
  margin-bottom: 41px;
  transition: 0.5s;
}
.testimonial-style-two .testimonial-content .inner-box .upper-box:hover {
  box-shadow: rgb(0 0 0 / 0.1) 0 20px 25px -5px,
    rgb(0 0 0 / 0.04) 0 10px 10px -5px;
  background: var(--ccad-blue);
}
.testimonial-style-two .testimonial-content .inner-box .upper-box:before {
  position: absolute;
  content: "";
  background: #eee;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: 0.5s;
}
.testimonial-style-two .testimonial-content .inner-box .upper-box:hover::after,
.testimonial-style-two
  .testimonial-content
  .inner-box
  .upper-box:hover::before {
  background: var(--ccad-blue);
}
.testimonial-style-two .testimonial-content .inner-box .upper-box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 30px;
  left: 43px;
  bottom: -29px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0.1);
  transition: 0.5s;
}
.testimonial-style-two .testimonial-content .inner-box .upper-box .icon-box {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 36px;
  line-height: 40px;
  color: var(--ccad-blue);
  transition: 0.5s;
}
.testimonial-style-two .testimonial-content .inner-box .upper-box .text p {
  font-style: italic;
  transition: 0.5s;
}
.testimonial-style-two .testimonial-content .inner-box .author-info h4 {
  margin-bottom: 3px;
}
.testimonial-style-two
  .testimonial-content
  .inner-box
  .author-info
  .designation {
  position: relative;
  display: block;
  font-size: 13px;
  font-style: italic;
}
.news-style-two {
  position: relative;
  padding: 125px 0;
}
.news-style-two .news-block-one .inner-box {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
  margin: 0;
}
.news-style-two .news-block-one .inner-box .lower-content .upper-box {
  padding: 21px 15px 7px 30px;
  border-bottom: 1px solid #f5f5f5;
}
.news-style-two .news-block-one .inner-box .lower-content .lower-box {
  padding: 14px 30px 18px;
}
.news-block-two .inner-box .image-box {
  position: absolute;
  left: 0;
  top: 0;
  background: #2e3192;
  overflow: hidden;
  z-index: 1;
}
.news-block-two .inner-box .inner {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding: 7px 0 18px 270px;
  min-height: 240px;
}
.news-block-two .inner-box .inner h3 {
  margin-bottom: 19px;
}
.news-style-two .more-text {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 44px;
}
.news-style-two .more-text p {
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 500;
}
.main-header.style-three .header-lower .outer-box {
  margin-left: 0;
  background: #f5f5f5 !important;
}
.main-header.style-three .menu-right-content .btn-box,
.main-header.style-three .menu-right-content .search-box-outer {
  position: relative;
  float: left;
  display: inline-block;
}
.main-header.style-three .menu-right-content .btn-box {
  margin-left: 8px;
}
.main-header.style-three .menu-right-content .btn-box .theme-btn {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
}
.main-header.style-three .sticky-header,
.main-header.style-three .sticky-header .menu-area {
  background: #f5f5f5 !important;
}
.banner-style-three .content-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-style-three .content-box .btn-box .theme-btn {
  background: #fff;
  color: #2e3192 !important;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 50px;
}
.banner-style-three .banner-carousel .slide-item:before {
  background: rgb(46 49 146 / 0.5);
}
.banner-style-three .content-box p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 33px;
}
.banner-style-three .banner-carousel .slide-item {
  padding: 210px 0 230px;
}
.about-style-three {
  position: relative;
  padding: 120px 0 100px;
}
.about-style-three .content-box {
  margin-left: 30px;
}
#content_block_07 .content-box .sec-title {
  margin-bottom: 33px;
}
#content_block_07 .content-box .text {
  position: relative;
  margin-bottom: 55px;
}
#content_block_07 .content-box .lower-box .btn-box a,
#content_block_08 .content-box .lower-box .btn-box a {
  position: relative;
  display: inline-block;
  float: left;
}
#content_block_07 .content-box .lower-box .btn-box .video-btn,
#content_block_08 .content-box .lower-box .btn-box .video-btn {
  font-size: 15px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#content_block_07 .content-box .lower-box .btn-box .video-btn:hover,
#content_block_08 .content-box .lower-box .btn-box .video-btn:hover,
.bg-color-3,
.service-style-two.alternet-2 .service-block-two .inner-box:after,
.service-style-two.alternet-2 .service-block-two .inner-box:before {
  background: #2e3192 !important;
}
#content_block_07 .content-box .lower-box .btn-box .more-btn,
#content_block_08 .content-box .lower-box .btn-box .more-btn {
  font-size: 15px;
  line-height: 26px;
  font-family: "NewsGoth BT", sans-serif;
  color: #2e3192;
  font-weight: 400;
  text-align: center;
  padding: 16px 35px;
}
#content_block_07 .content-box .lower-box .signature-box {
  position: relative;
  margin-left: 30px;
  margin-top: 6px;
}
.mt-50 {
  margin-top: 50px;
}
.intro-style-three .inner-container .single-item .inner-box {
  position: relative;
  display: block;
  background: #222;
  text-align: center;
  padding: 70px 50px 64px;
  transition: 0.5s;
}
.intro-style-three .inner-container .single-item .inner-box:hover {
  transform: translateY(-10px);
}
.intro-style-three .inner-container .single-item .inner-box .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 23px;
  transition: 0.5s;
}
.intro-style-three .inner-container .single-item .inner-box h3 {
  margin-bottom: 11px;
  transition: 0.5s;
}
.intro-style-three .inner-container .single-item .inner-box h3 a {
  display: inline-block;
  color: #fff !important;
}
.intro-style-three .inner-container {
  position: relative;
  margin-bottom: -175px;
  z-index: 1;
}
.service-style-three {
  position: relative;
  padding: 290px 0 120px;
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transform: scale(0.9, 0.9) translateY(0);
}
.tabs-box .tab.active-tab {
  display: block;
  transform: scale(1) translateY(0);
}
.service-style-three .tab-btn-box {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
}
.service-style-three .tab-btn-box .tab-btn {
  position: relative;
  display: block;
  font-size: 18px;
  color: #2e3192;
  line-height: 28px;
  font-weight: 600;
  font-family: "NewsGoth BT", sans-serif;
  background: #fff;
  padding: 19px 10px 23px 40px;
  cursor: pointer;
  border-bottom: 2px solid #f2f8ff;
  transition: 0.5s;
}
.service-details .service-sidebar .categories-list li a:before,
.service-style-three .tab-btn-box .tab-btn:before {
  position: absolute;
  content: "";
  background: #2e3192;
  width: 4px;
  height: 0%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.service-style-three .tab-btn-box .tab-btn:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  top: 25px;
  right: -14px;
  transform: rotate(45deg);
}
.service-style-three .tabs-content .content-box .upper-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.service-style-three .tabs-content .content-box .upper-box h5 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: 500;
}
.service-style-three .tabs-content .content-box .upper-box {
  position: relative;
  display: block;
  margin-bottom: 27px;
}
.service-style-three .tabs-content .content-box .two-column .image-box {
  position: relative;
  display: block;
  margin-left: -25px;
  margin-top: 26px;
}
.service-style-three .tabs-content .content-box .two-column .text {
  position: relative;
  display: block;
  margin-right: 30px;
}
.service-style-three .tabs-content {
  position: relative;
  display: block;
  margin-left: 20px;
}
.service-style-three .tabs-content .content-box .two-column {
  position: relative;
  margin-bottom: 61px;
}
.service-style-three .tabs-content .content-box .bold-text p {
  font-weight: 600;
  font-family: "NewsGoth BT", sans-serif;
}
.service-style-three .tabs-content .content-box .bold-text p a {
  font-weight: 700;
  color: #222;
}
.news-faq .news-inner .sec-title,
.service-style-three .sec-title,
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box {
  margin-bottom: 45px;
}
.project-section {
  position: relative;
  padding: 115px 0 90px;
}
.project-section .sec-title,
.service-style-four .upper-box .sec-title {
  width: 50%;
  margin: 0;
}
.project-section .upper-box .btn-box {
  position: relative;
  width: 50%;
  margin-top: 52px;
  text-align: right;
}
.project-section .upper-box .btn-box .theme-btn {
  padding: 15px 48px;
  text-transform: uppercase;
  font-size: 18px;
}
.project-section .upper-box {
  position: relative;
  display: block;
  margin-bottom: 55px;
}
.project-block-one {
  position: relative;
  display: block;
}
.project-block-one .inner-box {
  position: relative;
  display: block;
  background: var(--ccad-blue);
  overflow: hidden;
  text-align: center;
}
.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: 0.3s;
}
.project-block-one .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 50px;
}
.project-block-one .inner-box .content-box h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
  transition: 0.5s;
  transform: translateY(-30px);
  opacity: 0;
}
.project-block-one .inner-box .content-box span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
}
.project-block-one .inner-box:hover .content-box h3,
.project-block-one .inner-box:hover .content-box span {
  opacity: 1;
  transform: translateY(0);
}
.project-block-one .inner-box .line-one,
.project-block-one .inner-box .line-two {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.project-block-one .inner-box .line-one:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  width: 0;
  height: 2px;
  background-color: rgb(255 255 255 / 0.2);
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.project-block-one .inner-box .line-one:after,
.project-block-one .inner-box .line-two:before {
  right: 20px;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  background-color: rgb(255 255 255 / 0.2);
  position: absolute;
  content: "";
}
.project-block-one .inner-box:hover .line-one:before,
.project-block-one .inner-box:hover .line-two:before {
  width: calc(100% - 40px);
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.project-block-one .inner-box .line-one:after {
  top: 22px;
  width: 2px;
  height: 0%;
  transition: 0.6s;
}
.project-block-one .inner-box:hover .line-one:after,
.project-block-one .inner-box:hover .line-two:after {
  height: calc(100% - 44px);
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.project-block-one .inner-box .line-two:before {
  bottom: 20px;
  width: 0;
  height: 2px;
  transition: 0.6s;
}
.project-block-one .inner-box .line-two:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 22px;
  width: 2px;
  height: 0%;
  background-color: rgb(255 255 255 / 0.2);
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.contact-section,
.news-faq,
.pricing-section,
.project-style-two {
  position: relative;
  padding: 115px 0 120px;
}
.pricing-section:before {
  position: absolute;
  content: "";
  background: #f2f8ff;
  width: 100%;
  height: 430px;
  left: 0;
  bottom: 0;
}
.pricing-section .sec-title,
.project-style-two .sec-title {
  margin-bottom: 60px;
}
.pricing-block-one .pricing-table {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  transition: 0.5s;
}
.pricing-block-one .pricing-table:hover,
.pricing-block-one.active-block .pricing-table {
  border: 1px solid #2e3192;
  background: #2e3192;
}
.pricing-block-one .pricing-table .table-header {
  position: relative;
  text-align: center;
  padding: 45px 20px 28px;
}
.pricing-block-one .pricing-table .table-header h2 {
  position: relative;
  display: inline-block;
  font-size: 84px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.5s;
}
.pricing-block-one .pricing-table .table-header h2 span {
  position: absolute;
  display: inline-block;
  left: -22px;
  bottom: 12px;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  transition: 0.5s;
}
.pricing-block-one .pricing-table .table-header span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transition: 0.5s;
}
.pricing-block-one .pricing-table .table-content {
  position: relative;
  padding: 0 50px 30px 90px;
}
.pricing-block-one .pricing-table .table-content .title h4 {
  position: relative;
  display: block;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.pricing-block-one .pricing-table .table-content .title {
  position: relative;
  padding: 16px 30px 16px 0;
}
.pricing-block-one .pricing-table .table-content .title:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pricing-block-one .pricing-table .table-content .list-item {
  position: relative;
  display: block;
  padding-top: 43px;
}
.pricing-block-one .pricing-table .table-content .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 21px;
  color: #666;
  transition: 0.5s;
}
.pricing-block-one .pricing-table .table-content .list-item li i {
  position: absolute;
  left: -37px;
  top: 5px;
}
.pricing-block-one .pricing-table .table-footer {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 15px 67px;
}
.pricing-block-one .pricing-table .table-footer a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "NewsGoth BT", sans-serif;
  color: #2e3192;
  background: #fff;
  font-weight: 400;
  border: 2px solid #2e3192;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 40px;
}
.pricing-block-one .pricing-table:hover .table-footer a,
.pricing-block-one.active-block .pricing-table .table-footer a {
  border-color: #fff;
}
.news-style-three .news-block-one .inner-box .lower-content .upper-box {
  border-bottom: 2px solid #fff;
  transition: 0.5s;
}
.news-style-three .news-block-one .inner-box:hover .lower-content .upper-box {
  border-bottom: 2px solid #f5f5f5;
}
.clients-section.alternet-2 {
  padding-bottom: 77px;
}
.main-header.style-four {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff0;
}
.main-header.style-four .header-lower,
.main-header.style-four .main-menu .navigation > li.current,
.main-header.style-four .main-menu .navigation > li:hover {
  background: #fff0;
}
.main-header.style-four .header-lower .outer-box {
  background: 0 0 !important;
  margin: 0;
}
.main-header.style-four .header-top .top-left .social-links li {
  border-right: 1px solid;
}
.main-header.style-four .header-top .top-right li:before {
  background: rgb(255 255 255 / 0.2);
}
.main-header.style-four .menu-right-content {
  position: relative;
  float: left;
  margin: 35px 0 0 30px;
}
.main-header.style-four .search-box-outer .search-toggler {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
.main-header.style-two.style-four .main-menu .navigation > li,
.main-header.style-two.style-four .sticky-header .main-menu .navigation > li {
  padding: 15px 5px 15px 0;
}
.main-header.style-four .logo-box {
  position: relative;
  margin-top: 15px;
}
.main-header.style-four .search-box-outer,
.no__rightpadding {
  padding-right: 0;
}
.main-header.style-four .sticky-header .menu-right-content {
  margin-top: -3px;
}
.main-header.style-four .sticky-header {
  background: var(--theme-color-light);
}
.main-header.style-four .sticky-header .main-menu .navigation > li > a,
.main-header.style-four .sticky-header .main-menu .navigation > li > a:after {
  color: var(--ccad-dark) !important;
}
.main-header.style-four .sticky-header .menu-area {
  background: 0 0 !important;
}
.banner-style-four {
  position: relative;
  padding: 260px 0 130px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-style-four:before {
  position: absolute;
  content: "";
  background: var(--ccad-blue);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.banner-style-four .content-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 7px;
}
.banner-style-four .content-box h1 {
  position: relative;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.banner-style-four .content-box p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-family: "NewsGoth BT", sans-serif;
  margin-bottom: 28px;
}
.banner-style-four .content-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "NewsGoth BT", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 47px;
}
.banner-style-four .form-inner,
.contact-section .info-inner {
  position: relative;
  margin-left: 100px;
}
.banner-style-four
  #content_block_04
  .form-inner
  .appointment-form
  .form-group.message-btn {
  margin-top: 13px;
  display: inline-block;
  margin-bottom: 33px;
}
.banner-style-four
  #content_block_04
  .form-inner
  .appointment-form
  .form-group:last-child {
  margin-bottom: 10px;
}
.service-style-four .upper-box {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.service-style-four .upper-box .btn-box {
  position: relative;
  width: 50%;
  text-align: right;
  margin-top: 45px;
}
.news-block-three .inner-box .image-box,
.service-block-four .inner-box .image-box {
  position: relative;
  display: block;
  background: #2e3192;
  overflow: hidden;
}
.service-block-four .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 30px;
}
.service-block-four .inner-box .lower-content .icon-box {
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 65px;
  line-height: 65px;
}
.service-block-four .inner-box .lower-content .icon-box:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 40px;
  height: 88px;
  top: -12px;
  right: -7px;
  z-index: -1;
}
.service-block-four .inner-box .lower-content .inner {
  position: relative;
  padding-left: 100px;
}
.abstract-page p,
.service-block-four .inner-box .lower-content p {
  margin-bottom: 12px;
}
.service-block-one .lower-content .link a i {
  position: relative;
  margin-left: 10px;
}
.working-process {
  position: relative;
  padding: 115px 0 255px;
}
.working-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 30px;
}
.working-block-one .inner-box .icon-holder {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  padding: 12px 30px 30px 12px;
  border: 1px dashed #ccc;
  margin-bottom: 30px;
  transition: 0.5s;
}
.service-style-two.alternet-2 .service-block-two .inner-box:hover,
.sidebar-page-container .sidebar .sidebar-search .form-group input:focus,
.sidebar-page-container
  .sidebar
  .sidebar-search
  .form-group
  input:focus
  + button,
.working-block-one .inner-box:hover .icon-holder {
  border-color: #2e3192;
}
.working-block-one .inner-box .icon-holder .icon-box {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 65px;
  background: #fff;
  text-align: center;
  transition: 0.5s;
}
.working-block-one .inner-box .icon-holder .icon-box .count {
  position: absolute;
  right: -19px;
  bottom: -19px;
  font-size: 16px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.5s;
}
.working-block-one .inner-box .lower-content h3 {
  margin-bottom: 13px;
}
.working-block-one .inner-box .lower-content p {
  font-size: 16px;
  line-height: 30px;
}
.funfact-style-two .inner-container {
  position: relative;
  background: #2e3192;
  padding: 80px 0 90px;
  margin-top: -140px;
}
.funfact-style-two .inner-container .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-section {
  position: relative;
  padding: 130px 0 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.video-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.8;
}
.video-section .inner-box .video-inner {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  background: #fff0;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
  padding: 17px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.2);
  margin-bottom: 36px;
}
.video-section .inner-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 34px;
}
.video-section .inner-box p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 47px;
}
.video-section .inner-box .theme-btn {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 36px;
}
.news-faq #content_block_06 .content-box .sec-title {
  margin-bottom: 58px;
}
.news-faq #content_block_06 .accordion-box .block .acc-content {
  padding-top: 33px;
  padding-bottom: 31px;
}
.main-header.style-five .logo-box {
  position: relative;
  display: block;
  padding: 34px 0 33px;
  background: #f5f5f5;
  text-align: left;
}
.main-header.style-five .logo-box:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 5000px;
  height: 100%;
  top: 0;
  right: -30px;
  z-index: -1;
}
.main-header.style-five .header-top i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #2e3192;
  margin-right: 10px;
}
.main-header.style-five .header-top .working-time p {
  display: inline-block;
  font-size: 14px;
}
.main-header.style-five .header-top .top-right li {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  font-size: 14px;
}
.main-header.style-five .header-top .top-right li a {
  display: inline-block;
  color: #666;
}
.main-header.style-five .header-top {
  position: relative;
  display: block;
  padding: 20px 0 21px 35px;
}
.main-header.style-five .header-upper {
  position: relative;
  display: block;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.1);
}
.main-header.style-five .header-upper .menu-right-content {
  position: absolute;
  top: -10px;
  right: -10px;
}
.main-header.style-five
  .header-upper
  .menu-right-content
  .search-box-outer
  .search-toggler {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #2e3192;
  padding: 0;
  color: #fff !important;
}
.main-header.style-five .header-upper .main-menu .navigation > li {
  padding: 15px 24px 15px 0;
  margin: 0;
}
.main-header.style-five .main-menu .navigation > li > a {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
}
.main-header.style-five .sticky-header .btn-box {
  position: relative;
  float: left;
  margin: 10px 0 0 50px;
}
.main-header.style-five .sticky-header .main-menu .navigation > li {
  padding: 20px 0;
}
.main-header.style-five .sticky-header .main-menu .navigation > li > a {
  padding-left: 0;
}
.main-header.style-five .sticky-header .logo-box {
  padding: 10px 0;
}
.banner-style-five .banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  background: #2e3192;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-style-five .slide-item {
  position: relative;
  padding: 200px 0 240px;
}
.banner-style-five .slide-item .content-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3px;
}
.banner-style-five .content-box {
  max-width: 520px;
}
.banner-style-five .content-box h1 {
  color: #fff;
  margin-bottom: 35px;
}
.banner-style-five .content-box p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 39px;
  font-weight: 400;
}
.banner-style-five .content-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "NewsGoth BT", sans-serif;
  text-transform: uppercase;
  background: #fff;
  color: #2e3192;
  text-align: center;
  padding: 16px 38px;
}
.banner-style-five .slide-item .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner-style-five .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.banner-style-five .owl-nav .owl-next,
.banner-style-five .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.5s;
}
.banner-style-five .owl-nav .owl-prev {
  left: 100px;
}
.banner-style-five .owl-nav .owl-next {
  right: 100px;
}
#content_block_08 .content-box .inner-box,
#content_block_08 .content-box .text,
.service-details .service-sidebar .download-file .file-list li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
#content_block_08 .content-box .text p {
  margin-bottom: 20px;
}
#content_block_08 .content-box .inner-box .single-item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 31px;
  padding: 4px 0 8px 68px;
}
#content_block_08 .content-box .inner-box .single-item .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 40px;
  color: #000;
}
#content_block_08 .content-box .inner-box .single-item h5 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
#content_block_08 .content-box .sec-title {
  margin-bottom: 25px;
}
#content_block_08 .content-box .lower-box .signature-box {
  position: relative;
  margin-left: 45px;
  margin-top: 6px;
}
.about-style-four .image-box {
  position: relative;
  display: block;
  padding-right: 175px;
  padding-top: 75px;
  margin-top: 6px;
}
.about-style-four .image-box:before {
  position: absolute;
  content: "";
  width: 370px;
  height: 710px;
  top: 3px;
  right: 0;
}
.about-style-four .image-box .pattern-layer {
  position: absolute;
  top: 3px;
  right: 0;
  width: 370px;
  height: 710px;
  background-repeat: no-repeat;
}
.slills-style-two {
  position: relative;
  background: #e8f3ff;
  padding: 115px 0 410px;
}
.slills-style-two .inner-box {
  position: relative;
  margin-right: 110px;
}
.blog-details .blog-details-content .comments-area .comment .text p,
.slills-style-two .inner-box .text p {
  line-height: 30px;
}
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  h5 {
  color: #2e3192;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .bar-inner,
.team-details
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .bar,
.team-details
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .bar-inner {
  height: 6px;
}
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .bar {
  height: 6px;
  background: #fff;
}
.slills-style-two
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .count-text,
.team-details
  #content_block_03
  .content-box
  .progress-content
  .progress-box
  .count-text {
  color: #666;
  font-size: 20px;
  top: -50px;
}
.slills-style-two .pattern-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 294px;
  background-size: cover;
  background-repeat: no-repeat;
}
.skills-section.alternet-2 .inner-container {
  position: relative;
  background: #fff;
  margin-top: -290px;
  padding: 95px 50px 110px;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 0.1);
}
.service-style-two.alternet-2 .service-block-two .inner-box {
  border: 1px solid #ddd;
}
.project-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2e3192;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 5px;
}
.project-style-two .owl-theme .owl-dots .owl-dot span:hover,
.project-style-two .owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 30px;
}
.project-style-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 62px;
}
.project-style-two:before {
  position: absolute;
  content: "";
  background: #f2f8ff;
  width: 100%;
  height: 460px;
  left: 0;
  top: 0;
}
.global-map .global-map-img,
.page-title,
.shediul-section,
.therocic_slider {
  background-repeat: no-repeat;
  background-position: center;
}
.project-block-two .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: rgb(46 49 146 / 0.8);
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
.project-block-two .inner-box .image-box:after {
  position: absolute;
  content: "";
  background: rgb(46 49 146 / 0.8);
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}
.project-block-two .inner-box .image-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 3;
  opacity: 0;
}
.project-block-two .inner-box:hover .image-box a {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.project-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 27px;
}
.project-block-two .inner-box .lower-content p {
  margin-bottom: 7px;
}
.project-block-two .inner-box .lower-content h3 {
  text-transform: uppercase;
}
.project-style-two .more-text {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
}
.project-style-two .more-text p {
  position: relative;
  display: inline-block;
  border: 1px dashed #ccc;
  padding: 5px 50px 6px;
  text-transform: uppercase;
}
.shediul-section {
  position: relative;
  padding: 110px 0 120px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.shediul-section .content-box h2 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}
.shediul-section .content-box p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 23px;
}
.shediul-section .content-box .phone a {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 43px;
}
.shediul-section .content-box .btn-box .theme-btn {
  padding: 15px 45px;
  font-size: 18px;
}
.shediul-section .shediul-inner {
  position: relative;
  display: block;
  margin-top: 10px;
}
.shediul-section .shediul-inner .shediul-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #f2f8ff;
  padding: 74px 50px 80px;
  z-index: 1;
}
.shediul-section .shediul-inner .shediul-box .shediul-list li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 18px;
  color: #777;
  margin-bottom: 15px;
}
.shediul-section .shediul-inner .shediul-box .shediul-list li span {
  display: inline-block;
  float: right;
  min-width: 110px;
  margin-left: 10px;
}
.shediul-section .shediul-inner .shediul-box .shediul-list li p {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  color: #777;
}
.shediul-section .shediul-inner .shediul-box .shediul-list li i {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  top: 6px;
}
.shediul-section .shediul-inner .shediul-box .shediul-list {
  position: relative;
  display: block;
  margin-bottom: 53px;
}
.shediul-section .shediul-inner .shediul-box .btn-box .theme-btn {
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.clients-section.alternet-3 {
  border-top: none;
  padding: 0;
}
.clients-section.alternet-3 .inner-container {
  position: relative;
  padding: 100px 0;
  background: #ebebeb;
}
.clients-section.alternet-3 .inner-container:before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0;
}
.appointment-section {
  position: relative;
  padding: 175px 0 130px;
}
.appointment-section #content_block_04 .form-inner,
.team-details .right-content #content_block_04 .form-inner {
  padding: 0;
  box-shadow: none;
}
.appointment-section
  #content_block_04
  .form-inner
  .appointment-form
  .form-group.message-btn
  button {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 32px;
}
.appointment-section
  #content_block_04
  .form-inner
  .appointment-form
  .form-group
  .custom-controls-stacked {
  margin-left: 25px;
  top: 17px;
}
.appointment-section .image-layer {
  position: absolute;
  right: 220px;
  bottom: 0;
}
.main-header.home-rtl
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .title {
  text-align: right;
  padding-right: 15px;
}
.about-style-two.home-rtl #content_block_05 .content-box .sec-title,
.about-style-two.home-rtl .content-box,
.banner-style-two.home-rtl .content-box,
.faq-section.home-rtl .content-box,
.faq-section.home-rtl .content-box .sec-title,
.main-footer.home-rtl .footer-top,
.main-header.home-rtl .main-menu .navigation > li.dropdown > .megamenu,
.main-header.home-rtl .main-menu .navigation > li > ul > li > a,
.main-header.home-rtl .main-menu .navigation > li > ul > li > ul > li > a,
.news-style-two.home-rtl .news-block-one .inner-box,
.news-style-two.home-rtl .news-block-two .inner-box,
.newsletter-section.home-rtl .inner-box,
.newsletter-section.home-rtl .newsletter-form .form-group input[type="email"],
.search-popup.home-rtl .search-form fieldset input[type="search"],
.team-section.home-rtl .team-block-one .inner-box .lower-content,
.testimonial-style-two.home-rtl .testimonial-content .inner-box .author-info {
  text-align: right;
}
.main-header.home-rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
  right: inherit;
  left: 20px;
  content: "\f104";
}
.main-header.home-rtl
  .header-upper
  .header-upper-box
  .upper-right
  ul
  li
  .icon-box {
  width: 50px;
}
.about-style-two.home-rtl
  #content_block_05
  .content-box
  .inner-box
  .single-item
  .box
  .icon-box,
.about-style-two.home-rtl
  #content_block_05
  .content-box
  .sec-title.left
  .separator,
.faq-section.home-rtl .content-box .sec-title.left .separator,
.main-footer.home-rtl
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post
  .image-box,
.main-footer.home-rtl .footer-top .widget-section .widget-title h3:before {
  left: inherit;
  right: 0;
}
.about-style-two.home-rtl
  #content_block_05
  .content-box
  .inner-box
  .single-item
  .box {
  padding-left: 0;
  padding-right: 75px;
}
.testimonial-style-two.home-rtl
  .testimonial-content
  .inner-box
  .upper-box:after {
  left: inherit;
  right: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}
.main-footer.home-rtl
  .footer-top
  .widget-section
  .links-widget
  .widget-content
  ul
  li
  a {
  padding-left: 0;
  padding-right: 35px;
}
.main-footer.home-rtl
  .footer-top
  .widget-section
  .links-widget
  .widget-content
  ul
  li
  a:before {
  left: inherit;
  right: 0;
  content: "\f100";
}
.main-footer.home-rtl
  .footer-top
  .widget-section
  .post-widget
  .post-inner
  .post {
  padding-left: 0;
  padding-right: 120px;
}
.page-title {
  position: relative;
  width: 100%;
  padding-top: 500px;
  background-size: cover;
}
.page-title .content-box {
  position: relative;
  display: block;
  margin-right: 70px;
  padding: 27px 50px 28px 0;
  border-top-right-radius: 30px;
}
.page-title .content-box:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
}
.page-title .content-box .title h1 {
  position: relative;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
}
.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-right: 30px;
  margin-right: 7px;
}
.page-title .content-box .bread-crumb li:last-child {
  padding: 0;
  margin: 0;
}
.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  right: 0;
  top: 0;
  color: #fff;
  transition: 0.5s;
}
.service-style-four.service-page,
.team-page-section {
  padding: 120px 0 40px;
}
.service-style-four.service-page .service-block-four {
  margin-bottom: 72px;
}
.service-details .service-sidebar .categories-list {
  position: relative;
  display: block;
  background: #f2f8ff;
  overflow: hidden;
  margin-bottom: 53px;
}
.service-details .service-sidebar .categories-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #2e3192;
  line-height: 28px;
  font-weight: 600;
  font-family: "NewsGoth BT", sans-serif;
  background: #f2f8ff;
  padding: 19px 10px 23px 40px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  transition: 0.5s;
}
.service-details .service-sidebar .categories-list li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  top: 25px;
  right: -14px;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.5s;
}
.service-details .service-sidebar .need-help p {
  margin-bottom: 41px;
  line-height: 30px;
}
.service-details .service-sidebar .need-help .contact-list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 1px;
}
.service-details .service-sidebar .need-help .contact-list li i {
  color: #004cda;
  margin-right: 30px;
}
.service-details .service-sidebar .need-help .contact-list li a:hover {
  color: #004cda;
}
.service-details .service-sidebar .need-help,
.team-details .left-content .upper-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}
.service-details .service-sidebar .download-file .file-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: "NewsGoth BT", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 22px 35px 20px;
  background: #2e3192;
}
.service-details .service-sidebar .download-file .file-list li a i {
  position: relative;
  top: 5px;
  float: right;
}
.service-details .service-sidebar .download-file .file-list li a:hover {
  background: #222 !important;
}
.service-details-content .content-box-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.service-details-content .content-box-one .inner h3 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}
.service-details-content .content-box-one .inner h5 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.research-details-content .two-column,
.service-details-content .content-box-one {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.service-details-content .two-column .image-box {
  position: relative;
  display: block;
  margin-left: -25px;
}
.service-details-content .two-column .text {
  position: relative;
  margin-right: 30px;
}
.service-details-content .two-column {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-details-content .content-box-two .inner {
  position: relative;
  display: block;
  margin-bottom: 37px;
  padding-right: 50px;
}
.service-details-content .content-box-two .inner h3 {
  margin-bottom: 16px;
}
.service-details-content .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 17px;
  right: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #2e3192;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}
.service-details-content .accordion-box .block .acc-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #2e3192;
  padding: 18px 60px 16px 30px;
  cursor: pointer;
  background: #f2f8ff;
  text-transform: uppercase;
  transition: 0.5s;
}
.service-details-content .accordion-box .block.active-block .acc-btn h5 {
  background: #2e3192;
  color: #fff;
}
.service-details-content .accordion-box .block .acc-content {
  position: relative;
  padding: 23px 30px 6px;
}
.service-details-content
  .accordion-box
  .block
  .acc-btn.active
  .icon-outer
  i:before {
  position: relative;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin: 0;
  content: "\f068";
  color: #fff;
}
.project-section.research-page {
  padding: 120px 0;
}
.project-section.research-page .more-btn {
  position: relative;
  margin-top: 50px;
}
.project-section.research-page .more-btn .theme-btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 38px;
}
.research-details-content .upper-box .info-list {
  position: relative;
  display: block;
  padding-top: 53px;
  padding-bottom: 61px;
  margin-bottom: 52px;
  border-bottom: 1px solid #ebebeb;
}
.research-details-content .upper-box .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}
.research-details-content .upper-box .info-list li .box {
  position: relative;
  padding-left: 70px;
}
.research-details-content .upper-box .info-list li .box .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 50px;
  line-height: 50px;
}
.news-block-three .inner-box .lower-content h3,
.research-details-content .upper-box h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 21px;
}
.research-details-content .two-column .text .single-item,
.research-details-content .upper-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
}
.research-details-content .two-column .image-box {
  position: relative;
  display: block;
  margin-top: 5px;
}
.research-details-content .two-column .text .single-item h3 {
  margin-bottom: 11px;
}
.research-details-content .lower-box {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.research-details-content .lower-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.research-details-content .lower-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.research-details-content .lower-box .next-btn {
  position: absolute;
  top: -1px;
  right: 0;
}
.research-details-content .lower-box .next-btn .theme-btn {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 45px;
}
.books-page-section {
  position: relative;
  padding: 104px 0 70px;
}
.single-book-content .image-box {
  position: relative;
  display: block;
  max-width: 334px;
}
.single-book-content .lower-content {
  position: relative;
  padding: 31px 0 20px;
}
.single-book-content .lower-content h3 {
  font-size: 30px;
  margin-bottom: 7px;
}
.single-book-content .lower-content p {
  font-size: 20px;
  font-family: "NewsGoth BT", sans-serif;
  line-height: 30px;
}
.books-page-section .inner-box .title {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 51px;
}
.books-page-section .inner-box .title h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  color: #2e3192;
  font-weight: 700;
  min-width: 175px;
  text-transform: uppercase;
  margin-right: 25px;
}
.books-page-section .inner-box .title i {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 13px;
}
.books-page-section .inner-box {
  position: relative;
  display: block;
  margin-bottom: 66px;
}
.error-section {
  position: relative;
  padding: 150px 0;
}
.error-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #222;
  font-weight: 600;
  margin-bottom: 21px;
}
.team-page-section .team-block-one {
  margin-bottom: 76px;
}
.team-details {
  position: relative;
  padding: 120px 0 110px;
}
.team-details .left-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 13px;
}
.team-details .left-content .upper-box .title p {
  font-size: 14px;
  margin: 0;
}
.team-details .left-content .upper-box .title {
  position: relative;
  display: block;
  margin-bottom: 37px;
}
.team-details .left-content .upper-box .list-item li {
  position: relative;
  display: block;
  padding-left: 110px;
  font-size: 15px;
  line-height: 28px;
  color: #888;
  margin-bottom: 28px;
}
.team-details .left-content .upper-box .list-item li span {
  position: absolute;
  left: 0;
  top: 0;
}
.team-details .left-content .lower-box .text {
  position: relative;
  display: block;
  margin-bottom: 70px;
}
.team-details .left-content .lower-box .progress-content .progress-box h4 {
  margin-bottom: 23px;
}
.team-details #content_block_03 .content-box {
  max-width: 570px;
}
.news-block-three .inner-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 35px 30px 40px 40px;
  border: 1px solid #eee;
  border-top: none;
}
.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 25px;
}
.news-block-three .inner-box .lower-content .theme-btn {
  padding: 10px 33px;
  text-transform: uppercase;
}
.sidebar-page-container .pagination-wrapper {
  position: relative;
  display: block;
  padding-top: 10px;
}
.sidebar-page-container .sidebar .sidebar-search {
  background: #f5f5f5;
  border: none !important;
  padding: 25px !important;
}
.sidebar-page-container
  .sidebar
  .sidebar-search
  .form-group
  input[type="search"] {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  padding: 10px 70px 10px 20px;
  font-size: 14px;
  color: #666;
  transition: 0.5s;
}
.sidebar-page-container .sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2e3192;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  z-index: 1;
}
.sidebar-page-container .sidebar .sidebar-widget {
  position: relative;
  display: block;
  border: 1px solid #eee;
  padding: 30px 30px 40px;
  margin-bottom: 40px;
}
.sidebar-page-container .sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.sidebar-page-container .sidebar .sidebar-widget .widget-title h3 {
  position: relative;
  color: #222;
  margin: 0;
  padding-bottom: 21px;
}
.sidebar-page-container .sidebar .sidebar-widget .widget-title h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.sidebar-page-container .sidebar .sidebar-widget .widget-title h3:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 46px;
  bottom: -2px;
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 21px;
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
.sidebar-page-container
  .sidebar
  .sidebar-categories
  .categories-list
  li
  a
  span {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f2f8ff;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
  position: relative;
  padding-left: 105px;
  margin-bottom: 30px;
  padding-bottom: 32px;
  min-height: 115px;
  border-bottom: 1px solid #eee;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
  min-height: auto;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: #2e3192;
  overflow: hidden;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h4 {
  line-height: 27px;
  color: #222;
  margin-bottom: 2px;
}
.sidebar-page-container .sidebar .sidebar-widget.sidebar-post .widget-title {
  margin-bottom: 41px;
}
.sidebar-page-container .sidebar .sidebar-archives .archives-lits li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  font-size: 15px;
  color: #666;
  margin-bottom: 21px;
}
.sidebar-page-container .sidebar .sidebar-archives .archives-lits li a {
  color: #666;
  min-width: 65px;
  margin-right: 6px;
}
.sidebar-page-container .sidebar .sidebar-archives .archives-lits li i {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  top: 7px;
}
.sidebar-page-container .sidebar .sidebar-archives .archives-lits li span {
  display: inline-block;
  float: right;
  min-width: 30px;
  margin-left: 10px;
}
.sidebar-page-container .sidebar .sidebar-tags .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 20px;
}
.blog-details .blog-details-content .post-share-option .post-share li,
.section-gap-x {
  margin-right: 15px;
}
.sidebar-page-container .sidebar .sidebar-tags .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #666;
  font-family: "NewsGoth BT", sans-serif;
  padding: 10.5px 18px;
  border: 1px solid #eee;
}
.sidebar-page-container .sidebar .sidebar-tags .tags-list li a:hover {
  color: #fff;
  background: #2e3192;
  border-color: #2e3192;
}
.sidebar-page-container .sidebar .sidebar-widget.sidebar-tags .widget-title {
  margin-bottom: 42px;
}
.blog-details .news-block-three .inner-box:hover .image-box img {
  opacity: 1;
  transform: scale(1);
}
.blog-details .news-block-three .inner-box .lower-content p {
  line-height: 30px;
  margin-bottom: 30px;
}
.blog-details .news-block-three .inner-box .lower-content .two-column {
  position: relative;
  display: block;
  margin: 40px 0;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .image-box {
  position: relative;
  display: block;
  margin-right: 7px;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .text
  blockquote {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .text
  blockquote
  .icon-box {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #ddd;
  margin-bottom: 17px;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .text
  blockquote
  p {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 28px;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .text
  blockquote
  .author-info
  h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}
.blog-details
  .news-block-three
  .inner-box
  .lower-content
  .two-column
  .text
  blockquote
  .author-info
  span {
  font-size: 14px;
  position: relative;
  display: block;
  transition: 0.5s;
}
.blog-details .news-block-three .inner-box .lower-content {
  padding-bottom: 26px;
}
.blog-details .blog-details-content .post-share-option li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #666;
}
.blog-details .blog-details-content .post-share-option .post-share li h6 {
  font-size: 16px;
  font-weight: 700;
}
.blog-details .blog-details-content .post-share-option .post-share li a {
  color: #777;
}
.blog-details .blog-details-content .post-share-option .post-tags li a {
  font-size: 15px;
  font-weight: 600;
  font-family: "NewsGoth BT", sans-serif;
}
.blog-details .blog-details-content .post-share-option .post-tags li i {
  position: relative;
  top: 0;
  margin-right: 10px;
}
.blog-details .blog-details-content .post-share-option {
  position: relative;
  display: block;
  padding: 25px 0;
  margin-bottom: 38px;
}
.blog-details .blog-details-content .comments-area {
  position: relative;
  display: block;
  margin-bottom: 85px;
}
.blog-details .blog-details-content .comments-area .comment {
  position: relative;
  display: block;
  margin-bottom: 54px;
}
.blog-details .blog-details-content .comments-area .comment.replay-comment {
  margin-left: 140px;
}
.blog-details .blog-details-content .comments-area .comment .author-thumb {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100px;
  height: 100px;
}
.blog-details .blog-details-content .comments-area .comment .comment-inner {
  position: relative;
  padding-left: 135px;
}
.blog-details .blog-details-content .comments-area .comment .comment-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
}
.blog-details .blog-details-content .comments-area .comment .comment-info {
  position: relative;
  display: block;
  margin-bottom: 19px;
}
.blog-details .blog-details-content .comments-area .comment .replay-btn {
  position: absolute;
  top: 12px;
  right: 0;
}
.blog-details .blog-details-content .comments-area .comment .replay-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "NewsGoth BT", sans-serif;
  font-weight: 700;
  color: #2e3192;
  text-transform: uppercase;
  z-index: 1;
}
.blog-details .blog-details-content .comments-form-area .title-box {
  position: relative;
  margin-bottom: 48px;
}
.blog-details .blog-details-content .comments-form-area .title-box h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 13px;
}
.blog-details .blog-details-content .comments-form-area .title-box p {
  font-size: 14px;
}
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="email"],
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  input[type="text"],
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  textarea {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #666;
  padding: 10px 20px;
  transition: 0.5s;
}
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  textarea {
  position: relative;
  display: block;
  height: 170px;
  resize: none;
  margin-bottom: 20px;
}
.blog-details
  .blog-details-content
  .comments-form-area
  .comment-form
  .form-group
  .theme-btn {
  padding: 10px 30px;
}
.contact-section .form-inner .contact-form .form-group input[type="email"],
.contact-section .form-inner .contact-form .form-group input[type="number"],
.contact-section .form-inner .contact-form .form-group input[type="tel"],
.contact-section .form-inner .contact-form .form-group input[type="text"],
.contact-section .form-inner .contact-form .form-group select,
.contact-section .form-inner .contact-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #666;
  padding: 10px 20px;
  transition: 0.5s;
}
.contact-section .form-inner .contact-form .form-group textarea {
  position: relative;
  display: block;
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}
.contact-section .form-inner .contact-form .form-group .theme-btn {
  padding: 10px 33px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-section .info-inner .info-box li {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-left: 65px;
}
.contact-section .info-inner .info-box li .icon-box {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 50px;
  line-height: 50px;
  color: #2e3192;
}
.contact-section .info-inner .info-box li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-section .info-inner .info-box li p {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.contact-section .info-inner .info-box {
  position: relative;
  display: block;
  margin-bottom: 43px;
}
.contact-section .info-inner .follow-box h5 {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-bottom: 26px;
}
.contact-section .info-inner .follow-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.contact-section .info-inner .follow-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #777;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #555;
}
.google-map-section {
  position: relative;
  padding-bottom: 150px;
}
.google-map-section #contact-google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
}
.ul_type_disc {
  padding-left: 32px;
  list-style: disc;
}
.ul_type_disc li {
  list-style: disc;
  margin-bottom: 10px;
}
.learning-objective {
  padding: 100px 0;
  position: relative;
}
.learning-objective .learning-topics .date-upper {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff0;
  border: 1px solid;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.learning-objective .learning-topics {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.learning-objective .learning-topics .position-relative {
  flex-shrink: 0;
}
.learning-objective .learning-topics .topics-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: -155px 5px 75px;
  padding: 15px;
  background-color: #394d5e;
  border: 1px solid #394d5e;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.5s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}
.column-2 {
  columns: 2;
}
.learning-objective .learning-topics img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(100%);
}
.learning-objective .learning-topics:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.learning-objective .learning-topics .topics-content p {
  font-size: 17px;
  color: var(--theme-color-light);
  text-align: justify;
}
.therocic_slider {
  background-size: cover;
  animation: 7s ease-in-out infinite zoomLoop;
  transition: background-image 1s ease-in-out;
}
@keyframes zoomLoop {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
.tj-contact-section {
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-gap-x {
  margin-left: 15px;
}
.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  z-index: 0;
}
.contact-form.style-2 {
  background-color: rgb(255 255 255 / 0.1);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #a9b8b8;
}
.bg-shape-1,
.bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 370px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
.bg-shape-2 {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.contact-form {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  padding: 20px 30px;
  border-radius: 12px;
}
.global-map {
  width: calc(100% + 530px);
  height: 100%;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .global-map .global-map-img {
    left: 0;
  }
}
.global-map .global-map-img {
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -115px;
}
.contact-form .form-input,
.contact-form.style-2 .form-input {
  margin-bottom: 27px;
  position: relative;
}
.contact-form.style-2 .form-input input[type="email"],
.contact-form.style-2 .form-input input[type="number"],
.contact-form.style-2 .form-input input[type="tel"],
.contact-form.style-2 .form-input input[type="text"],
.contact-form.style-2 .form-input select,
.contact-form.style-2 .form-input textarea {
  color: #fff;
  background: #fff0;
  border: 0;
  padding: 11px 0;
  border-bottom: 1px solid;
}
.contact-form.style-2 .form-input select option {
  color: var(--ccad-dark);
  background-color: #fff;
}
.contact-form.style-2 .form-input input::placeholder,
.contact-form.style-2 .form-input select::placeholder,
.contact-form.style-2 .form-input textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.contact-form.style-2 .nice-select,
.contact-form.style-2 input[type="email"],
.contact-form.style-2 input[type="number"],
.contact-form.style-2 input[type="search"],
.contact-form.style-2 input[type="tel"],
.contact-form.style-2 input[type="text"],
.contact-form.style-2 input[type="url"],
.contact-form.style-2 select,
.contact-form.style-2 textarea {
  outline: 0;
  height: auto;
  width: 100%;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  transition: 0.3s ease-in-out;
}
.contact-form.style-2 .form-input .nice-select {
  color: #a9b8b8;
  border-bottom: 1px solid;
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 27px;
}
.contact-form.style-2 .nice-select {
  -webkit-tap-highlight-color: #fff0;
  background: #fff0;
}
.contact-form.style-2 .form-input input[type="email"]:focus,
.contact-form.style-2 .form-input input[type="number"]:focus,
.contact-form.style-2 .form-input input[type="tel"]:focus,
.contact-form.style-2 .form-input input[type="text"]:focus,
.contact-form.style-2 .form-input select:focus,
.contact-form.style-2 .form-input textarea:focus {
  border-color: #fff;
  background: #fff0;
}
.sponsor-exhibitor figure {
  margin: 0 0 0 auto;
  position: relative;
  width: 66.666667%;
}
.sponsor-exhibitor figure img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sponsor-exhibitor figure img:hover {
  transform: scale(0.98);
}
.sponsor-exhibitor .left-content {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 4%;
  box-shadow: rgb(0 0 0 / 0.1) -4px 9px 25px -6px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sponsor-exhibitor .left-content .link {
  margin-top: 20px;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  .sponsor-exhibitor figure {
    width: auto;
    margin: 0;
  }
  .therocic_footer::before {
    display: none;
  }
  .sponsor-exhibitor .left-content {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 30px 20px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .therocic-copy {
    display: unset !important;
    text-align: center !important;
  }
  .main-footer .footer-bottom .copyright p,
  .main-footer .footer-bottom .copyright p a {
    color: var(--ccad-dark) !important;
  }
  .banner-style-four .content-box h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .banner-style-four .content-box h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  .banner-style-four .content-box p {
    margin-bottom: 10px;
  }
  .banner-style-four {
    padding: 280px 0 100px;
  }
  .main-header.style-two .header-top .top-left .text p {
    font-size: 10px;
  }
  .main-header.style-four .logo-box,
  .main-header.style-four .menu-area .mobile-nav-toggler {
    margin-top: 24px;
  }
  .learning-objective .object-column {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .sponsor-exhibitor figure {
    width: auto;
    margin: 0;
  }
  .sponsor-exhibitor .left-content {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 30px 20px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .therocic_footer::before {
    display: none;
  }
  .main-footer .footer-bottom .copyright p,
  .main-footer .footer-bottom .copyright p a {
    color: var(--ccad-dark) !important;
  }
  .therocic-copy {
    display: unset !important;
    text-align: center !important;
  }
  .banner-style-four .content-box h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner-style-four .content-box h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  .banner-style-four .content-box p {
    margin-bottom: 10px;
  }
  .banner-style-four {
    padding: 280px 0 100px;
  }
  .main-header.style-two .header-top .top-left .text p {
    font-size: 10px;
  }
  .main-header.style-two .header-top .top-left .social-links {
    margin-right: 0;
  }
  .main-header.style-four .logo-box,
  .main-header.style-four .menu-area .mobile-nav-toggler {
    margin-top: 24px;
  }
  .learning-objective .object-column {
    gap: 30px;
  }
}
.inner-banner .container-fluid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.4);
  width: 100%;
  height: 100%;
}
.inner-page-heading {
  background: var(--ccad-blue);
  padding: 40px 0;
  margin: 0;
}
.inner-page-heading h1 {
  color: #fff;
  margin: 0;
  font-weight: 800;
  font-size: 65px;
  text-align: center;
}
.registration__table table {
  width: 100%;
  text-align: center;
}
.registration__table .table {
  border: 1px solid #4b4b45;
}
.registration__table table thead tr th {
  background-color: #0078bf;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 20px 8px;
  font-size: 18px;
  width: 50%;
}
.registration__table table tbody tr td {
  padding: 14px 8px;
  border: 1px solid #4b4b45 !important;
}
.sponsor-font {
  color: #0078bf;
  font-size: 20px;
  margin-right: 12px;
}
.teams__modal {
  z-index: 999999;
}
.teams__modal .modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: #fff0;
  font-weight: 900;
  font-size: 25px;
}
.teams__modal .modal-content {
  border-radius: 0;
}
.teams__modal .modal__teams__info {
  padding-top: 20px;
  padding-right: 15px;
}
.teams__modal .modal__teams__info p {
  line-height: 1.4;
}
.teams__modal .modal__teams__info h3 {
  margin-bottom: 0.2rem;
  color: var(--ccad-green);
}
.teams__modal .modal__teams__info p:first-of-type {
  margin-bottom: 8px;
  padding-right: 5px;
  font-size: 15px;
}
.teams__modal .modal__teams__info p:nth-of-type(3) {
  margin-bottom: 12px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 1.4;
}
.teams__modal .modal__teams__info p:nth-of-type(2) {
  margin-bottom: 8px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 1.4;
}
.teams__modal .member_bio p {
  margin-bottom: 15px;
  padding-right: 10px;
  line-height: 1.5;
  text-align: justify;
  font-size: 16px;
}
.teams__modal .member_bio {
  max-height: 245px;
  overflow-y: auto;
}
.teams__modal .member_bio::-webkit-scrollbar {
  width: 5px;
}
.teams__modal .member_bio::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.teams__modal .member_bio::-webkit-scrollbar-thumb {
  background: var(--ccad-blue);
  border-radius: 4px;
}
.teams__modal .member_bio::-webkit-scrollbar-thumb:hover {
  background: var(--ccad-dark);
}
@media (min-width: 768px) {
  .teams__modal .modal__teams__info {
    padding-top: 20px;
    padding-right: 15px;
  }
}
.pt-100 {
  padding-top: 100px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.topics-box {
  box-shadow: 4px 5px 16px #c9c9c9;
  margin-top: 25px;
  text-align: center;
  padding: 15px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.font-icon,
.service-box,
.service-icon {
  transition: 0.9s ease-in-out;
}
.spacer hr {
  border-top: 1px solid var(--ccad-blue) !important;
}
.ul-disc {
  padding-left: 2rem;
}
.ul-disc li {
  list-style: disc !important;
  margin-bottom: 12px;
}
.service-box {
  border-radius: 0.5rem;
  padding: 1.8rem;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
  position: relative;
}
.service-icon {
  margin-bottom: 1.2rem;
}
.font-icon {
  display: block;
  line-height: 3rem;
  font-size: 2.8rem;
  color: var(--ccad-blue);
  transform-origin: center;
}
.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-box::before {
  background-color: var(--ccad-blue);
  content: "";
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
  transition: transform 0.9s;
}
.service-box.reveal-start::before {
  top: 0;
  left: auto;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.service-box.reveal-start:hover::before {
  left: 0;
  right: auto;
  transform: scaleX(1);
  transform-origin: left;
}
.service-box:hover .font-icon,
.service-box:hover .service-text,
.service-box:hover .service-title {
  color: #fff;
  z-index: 1;
  position: relative;
  transition: 0.6s ease-in-out;
}

.testimonial-carousel-2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  
  .testimonial-carousel-2 .owl-prev,
  .testimonial-carousel-2 .owl-next {
    width: 45px;
    height: 45px;
    background-color: #0078bf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  
  .testimonial-carousel-2 .owl-prev:hover,
  .testimonial-carousel-2 .owl-next:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #0078bf;
    transform: scale(1.1);
  }
  
.testimonial-style-two .owl-nav {
    z-index: 20;
  }
  
  .testimonial-style-two .owl-nav button {
    z-index: 21;
    position: relative;
  }

.testimonial-style-two {
    position: relative;
    overflow: visible !important;
  }
  

  .testimonial-style-two .pattern-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; 
  }
  
  /* bring carousel content above pattern */
  .testimonial-style-two .auto-container,
  .testimonial-style-two .inner-content,
  .testimonial-style-two .testimonial-carousel-2 {
    position: relative;
    z-index: 2;
    overflow: visible; 
  }

  .testimonial-style-two .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;      
    z-index: 9999;        
    pointer-events: auto; 
  }
  
  .testimonial-style-two .owl-nav button {
    pointer-events: auto;
    cursor: pointer;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid #082b7d;
    background: rgba(255,255,255,0.95);
    color: #082b7d !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 22px rgba(8,43,125,0.12);
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }

  .testimonial-style-two .owl-nav button:hover {
    transform: scale(1.08);
    background: #082b7d;
    color: #fff !important;
  }
  
  .testimonial-style-two .owl-nav .owl-prev { left: -5%; position: absolute; }
  .testimonial-style-two .owl-nav .owl-next { right: -5%; position: absolute; }
  
  .testimonial-style-two .owl-nav button .fa,
  .testimonial-style-two .owl-nav button i {
    pointer-events: none; 
    line-height: 1;
  }


@media (max-width: 991px) {
    .testimonial-style-two .owl-nav button {
      width: 55px;
      height: 55px;
      font-size: 22px;
      border-width: 3px;
    }
  
    .testimonial-style-two .owl-nav .owl-prev {
      left: -2%;
    }
  
    .testimonial-style-two .owl-nav .owl-next {
      right: -2%;
    }
  }
  
  @media (max-width: 767px) {
    .testimonial-style-two .owl-nav {
      top: auto;
      bottom: -60px;
      transform: none;
      justify-content: center;
      gap: 20px;
    }
  
    .testimonial-style-two .owl-nav .owl-prev,
    .testimonial-style-two .owl-nav .owl-next {
      position: static;
    }
  
    .testimonial-style-two .owl-nav button {
      width: 48px;
      height: 48px;
      font-size: 20px;
      border-width: 2px;
    }
  }
  