@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
/* Base CSS */
a:hover {
  text-decoration: underline!important;
}
input[name="s"], input[name="cpsp-autocomplete"] {
    text-transform: none;
}

img.hero-imgs, .single-slider-item {
	max-height:180px;
	object-fit:cover;
	width:100%;
}

table {
	width:100%;
	margin-bottom:20px;
}

td {
  border:1px solid #efefef;
  padding:7px;
}

.main-content-wrapper a {
  font-weight:bold;
}

.author {
  display:none;
}

.main-content-wrapper a:hover {
  text-decoration:underline;
}

.page-numbers {
  padding: 8px 15px;
  color: #333;
  border-radius: 5px; 
    transition: .4s;
  font-weight:800;
  margin:5px 0px;
}

.justify-content-center {
  display:flex;
  justify-content:center;
}

.page-numbers:hover, .current {
  background-color: #03004D;
  color: #fff;
  margin:5px;
}
.search-in-place .more,
.search-in-place .label,
.search-in-place-close-icon,
.mobile_display {
  display:none;
}
.cta-area {
  padding: 0px!important;
}
.single-category:hover span, .single-category span  {
  font-weight: 600;
}
.search-in-place img, .search-in-place {
  border-radius:8px;
}
.search_submit {
  border-width:0;
  padding:0;
}

.owl-carousel .owl-item img {
  border-radius:8px;
	height: 280px;
  object-fit: cover;
}
.owl-prev i, .owl-next i {
  background: #00000078!important;
}
.title_color {
  color:white;
}
.search_side_menu {
    height:auto!important; 
    padding-top: 6px!important; 
    padding-bottom: 7px!important; 
    margin-left: 10px!important; 
}
.search_menu {
  height:auto!important; 
  padding-top: 8px!important; 
  padding-bottom: 8px!important;
}
  
.single-post-img {
    object-fit: contain!important;
  max-height: none!important;
}

.wpcf7-submit {
    width: 315px;
    height: 54px;
    background: var(--dark-slate-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    border: 0;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

:root {
  --blue: #1565D8;
  --dark: #0D2436;
  --dark-slate-blue: #03004D;
  --medium-slate-blue: #6B5CF6;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}
 
.font-families {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #183B56;
  font-family: 'HK Grotesk';
}

body {
  color: #5A7184;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'), url('../fonts/HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-bold';
  src: url('../fonts/Gilroy-Bold.woff') format('woff2'), url('../fonts/Gilroy-Bold.woff2') format('woff'); 
  font-style: normal;
  font-display: swap;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

.container {
  width: 1100px;
}

/* Offcanvas area start */
.offcanvas-area {
  width: 380px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-area.active{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.offcanvas-social {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  left: 0;
}
.offcanvas-social a img{ 
  max-height: 30px;
  margin: 0 10px;
}
.offcanvas-input .single-search-item {
  height: 45px;
  width: auto;
  position: relative;
  margin-right: 0px;
}
.single-search-item span {
  z-index: 99;
}
.offcanvas-input .single-search-item span {
  width: 45px;
  height: 45px; 
  font-size: 17px;
  line-height: 45px; 
}
.offcanvas-wrapper {
  height: 100%;
  padding: 55px 20px;
}
.offcanvas-logo {
  text-align: center;
  margin-bottom: 85px;
}

.offcanvas-logo img {
  max-width:130px;
}
.offcanvas-menu {
  padding: 80px 0;
}
.offcanvas-menu .main-menu ul {  
  display: block; 
  padding-left: 5px;
}
.offcanvas-menu .main-menu ul a {
  font-size: 20px; 
  margin-bottom: 15px; 
  display: block;
  margin-left: 0;
}
.offcanvas-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: 9;
}
.offcanvas-overlay.active{
  opacity: .6;
  visibility: visible;
}
.cta-img img {  
  border-radius: 8px;
}
/* Offcanvas area end */


/* Header bar section start */

.header-bar-section {
  padding: 25px 0;
}

.header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo-main a img {
  max-width: none!important;
  height: 55px;
}

.main-menu ul {
  margin: 0;
  padding-left: 100px;
  display: flex;
  align-items: center;
  list-style: none;
}

.main-menu ul a {
  font-size: 18px;
  color: #222;
  margin-left: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: .4s;
}

.main-menu ul li a:hover {
  color: var(--medium-slate-blue);
}

.header-main-right {
  display: flex;
  align-items: center;
}

.single-search-item {
  height: 48px;
  width: 510px;
  position: relative;
}
.common-title-left.featured {
  flex: 0  auto;
}
.single-search-item input {
  height: 100%;
  float: right;
  max-width: 250px;
  border-radius: 50px;
  border: 0;
  outline: none;
  border: 1px solid #cacaca;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.single-search-item input:focus{
  border-color: #6B5CF6;
}
.single-search-item span {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: var(--medium-slate-blue);
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.menu-open {
  width: 48px;
  height: 48px;
  background: var(--medium-slate-blue);
  border-radius: 50px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}

/* Header bar section  END */

/* Hero area Start */

.hero-area {
  background-color: var(--medium-slate-blue);
  position: relative;
  padding: 40px 0;
}

.single-slider-item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 50px;
  position: relative;
}

.hero-slider-wrapper .owl-item.active.center {
  width: auto !important;
  margin:0 40px !important;
}
.owl-item.active.center {
  width: auto !important;
  margin-right: 30px !important;
}

.hero-left-blk {
  width: 15%;
  height: 200px;
  flex: 0 0 auto;
  position: relative;
}

.main {
  overflow: hidden;
}

.hero-slider-wrapper {
  display: flex;
}

.single-slider-wrap {
  padding: 70px 75px;
}

.slder-badge {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: #50C4EE;
  border-radius: 50px;
  padding: 7px 15px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.slider-content h2 {
  font-size: 70px;
  color: #fff;
  line-height: 77px;
  font-weight: 700;
  margin-top: 100px;
  font-family: 'Montserrat', sans-serif;
  padding-right: 50px;
}

.slider-content h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-top: 28px;
  margin-bottom: 60px;
}

.slider-social a {
  font-size: 16px;
  color: #fff;
  height: 45px;
  width: 45px;
  display: inline-block;
  background: #ffffff23;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  transition: .4s;
  margin-right: 4px;
}

.slider-social a:hover {
  background-color: #fff;
  color: #6B5CF6;
}

.slider-social {
  position: absolute;
  top: 56px;
  right: 60px;
}

.price {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  background: #95D354;
  border-radius: 50px;
  padding: 3px 20px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .5px;
}

.play-btn a {
  font-size: 19px;
  background: #fff;
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  color: var(--medium-slate-blue);
  transition: .4s;
}

.play-btn a:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.play-btn {
  position: absolute;
  right: 55px;
  bottom: 45px;
}

.owl-prev i, .owl-next i {
  background: #ffffff24;
  height: 50px;
  width: 50px;
  line-height: 52px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  transition: .4s;
  font-size: 18px;
}

.owl-prev i:hover, .owl-next i:hover {
  background-color: #fff;
  color: #6B5CF6;
}

.owl-nav {
  position: absolute;
  left: -64px;
  bottom: 35px;
  display: flex;
  flex-direction: column-reverse;
}

.hero-dots img {
  max-width: 165px;
}

.hero-dots {
  position: absolute;
  top: 85px;
  right: 0;
}

.hero-dots-2 {
  position: absolute;
  left: 56%;
  bottom: 120px;
}
.hero-slider-active .owl-stage {
  padding-left: 0 !important;
}
/* Hero area End */

/* Main content area start */

.main-content-wrapper {
  padding-top: 65px;
  padding-bottom: 60px;
  position: relative;
}

.sidebar-common-title h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 23px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
  /*! margin-top: 60px; */
}

.sidebar-input {
  height: 50px;
  width: 100%;
  position: relative;
  margin-bottom: -15px;
  font-family: 'Montserrat', sans-serif;
}
.sidebar-input input:focus, 
.sidebar-input form input:focus {
  border-color: #03004D;
}
.sidebar-input input:focus ~ span, 
.sidebar-input form input:focus ~ span  {
  color: #03004D;
}

.single-category span {
  font-size: 17px;
  color: #333;
  opacity: .5;
  font-family: 'Montserrat', sans-serif;
}

.single-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 18px;
}

.author-left {
  display: flex;
  align-items: center;
}

.author-left p {
  font-size: 17px;
  color: #333;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  margin-left: 10px;
}

.single-author span {
  font-size: 17px;
  color: #3333337a;
}

.tags-wrap a {
  font-size: 17px;
  color: #33333377;
  padding: 2px 13px;
  border: 1.2px solid #d8d8d8;
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 3px;
}

.sidebar-card {
  background: #F1F0FF;
  border-radius: 17px;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}

.side-card-badge {
  font-size: 13px;
  color: #fff;
  background: #5C4CEB;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 20px;
  position: absolute;
  top: 25px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  left: 20px;
  letter-spacing: .5px;
  cursor: pointer;
}

.side-card-txt {
  padding: 20px 25px;
  padding-bottom: 22px;
}

.side-card-txt h4 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  margin-bottom: 4px;
}

.sidebar-thumb img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 17px 17px 0 0!important;
}

.side-card-txt p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  margin-bottom: 15px;
}

.side-card-txt span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  opacity: .5;
}

.author-left span {
  position: relative;
  top: 1px;
}

.single-category {
  display: flex;
  align-items: center;
  transition: .4s;
  justify-content: space-between;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 3px;
}

.single-category:hover {
  background-color: var(--dark-slate-blue);
}

.single-category:hover h5, .
single-category:hover h5 a {
  color: #fff;
}

.single-category:hover span {
  color: #fff;
}

.single-category.active {
  background-color: var(--dark-slate-blue);
}

.single-category.active h5, 
.single-category.active h5 a{
  color: #fff;
}

.single-category.active span {
  color: #fff;
}

.single-category h5, 
.single-category h5 a {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  margin: 0;
  font-weight: 400;
  letter-spacing: .4px;
}
.single-category:hover h5,
.single-category:hover h5 a{
  color: #fff!important;
}

.single-popular-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.popular-thumb img {
  position: relative;
  top: 4px;
  max-width: 80px;
  margin-right: 21px;
  border-radius: 8px;
}

.popular-date {
  font-size: 15px;
  color: #333;
  opacity: .5;
  font-family: 'Montserrat', sans-serif;
}

.popular-txt p {
  font-size: 17px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  margin-bottom: 3px;
}

.sidebar-input input, 
.sidebar-input form input {
  width: 100%;
  height: 100%;
  border: 2px solid #DADADA;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 17px;
  color: #33333382;
}

.sidebar-input span, 
.sidebar-input form span {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 18px;
  color: #3333338f;
  cursor: pointer;
}

.common-title h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.fr-border {
  position: relative;
}

.fr-border::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 184px;
    height: 8px;
    background-color: #F0B000;
    content: '';
    z-index: -1;
    opacity: .4;
}

.common-title.recommended h2 {
  font-size: 28px;
  color: #12293A;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.common-title.case h2 {
  font-size: 28px;
  color: #183B56;
  font-weight: 700;
}

.common-title.case p {
  font-size: 18px;
  color: #5A7184;
  font-family: 'Open Sans', sans-serif;
}

.common-title-left {
  flex: 0 0 80%;
}

.common-title p {
  font-size: 23px;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  line-height: 39px;
}

.common-title.recommended p {
  font-size: 18px;
  color: #5A7184;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

.common-title.articles p {
  padding-right: 210px;
}

.common-title.articles .common-title-btn a {
  padding: 9px 10px;
  top: -15px;
}

.feature-thumb img {
  max-width: 65px;
  margin-bottom: 30px;
}

.single-feature {
  border: 1.3px solid #D8E1F4;
  border-radius: 8px;
  padding: 30px 15px;
  text-align: center;
  height: 250px;
  margin-bottom: 24px;
  transition: .4s;
}

.single-feature:hover {
  box-shadow: 2px 4px 34px rgba(15, 24, 44, 0.05);
  cursor: pointer;
  border-color: transparent;
}

.feature-txt h4 {
  font-size: 20px;
  color: #183B56;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-feature p {
  font-size: 15px;
  color: #5A7184;
  line-height: 24px;
}

.features-blk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 80px;
  margin-top: 30px;
}

.single-feature-blk {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
}

.main-sidebar {
  padding-left: 40px;
}

.common-title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.common-title-btn a {
  border: 2.00941px solid #1565D8;
  padding: 7px 23px;
  font-size: 12px;
  color: #1565D8;
  border-radius: 7.038px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: .4s;
  display: inline-block;
  position: relative;
  top: -15px;
}

.common-title-btn a:hover {
  background-color: var(--dark-slate-blue);
  border-color: var(--dark-slate-blue);
  color: #fff;
}

.common-title-btn a.active {
  background-color: var(--dark-slate-blue);
  border-color: var(--dark-slate-blue);
  color: #fff;
}

.common-title-btn a i {
  font-size: 12px;
  margin-left: 6px;
  position: relative;
  right: -5px;
}

.article-blk .single-card {
    margin-bottom: 20px;
  min-height: 310px;
}

.single-card {
  background: #F7F7FD;
  border-radius: 18px;
  position: relative;
  margin-bottom: 20px;
  min-height: 280px;
}

.card-thumb img {
  border-radius: 8px!important;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
	height:260px;
}

.single_post_img img {
  border-radius: 8px!important;
    width: 100%;
    max-height: 290px;
    object-fit: cover;
  margin-bottom:20px;
}

.wpb_single_image img {
    border-radius: 8px!important;
}

.card-content {
  padding: 25px 30px;
}

.card-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.card-content p {
  font-family: 'Open Sans', sans-serif;
  color: #183B56;
  line-height: 29px;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.card-btm-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-btm-left {
  display: flex;
}

.card-btm-left span img {
  max-width: 37px;
  margin-right: 12px;
}

.card-btm-left h5 {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.card-content .card-btm-left p {
  font-size: 14px;
  color: #5A7184;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  display: flex;
}

.card-btm-left p img {
  max-width: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.card-btm-txt span {
  font-size: 15px;
  color: #2E2F31;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.case-badge {
  font-size: 16px;
  color: #1565D8;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #36b37f2c;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 20px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50px;
}

.card-slider-blk {
  margin-top: 40px;
}

.common-title.case {
  margin-bottom: 5px;
}

.case-slider-blk {
  margin-bottom: 90px;
}

.case-slider-blk .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: row;
  margin-top: -15px;
  height: 55px;
  justify-content: space-between;
  width: 100%;
}

.case-slider-blk .owl-prev i, .case-slider-blk .owl-next i {
  background: var(--blue);
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-size: 17px;
  position: relative;
  left: -25px;
  border: 2px solid transparent;
}

.case-slider-blk .owl-prev i:hover, .case-slider-blk .owl-next i:hover {
  color: #6B5CF6;
  background-color: #fff;
}

.case-slider-blk .owl-next i {
  left: auto;
  right: -25px;
}

.card-slider-blk .owl-dot {
  width: 8px;
  height: 8px;
  background: #03004D !important;
  border-radius: 50px;
  margin: 0 20px;
  opacity: .3;
}

.card-slider-blk .owl-dot.active {
  width: 11px;
  height: 11px;
  opacity: 1;
}

.card-slider-blk .card-slide-btn {
  width: 100px;
  height: 50px;
  border: 1.99392px solid #03004D;
  border-radius: 8.97px;
  background: transparent;
  cursor: pointer;
  transition: .4s;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #03004D;
}

.card-slider-blk .card-slide-btn:hover {
  border-color: #03004D;
  background: #03004D;
  color: #fff;
}

.card-slider-blk .owl-nav {
  position: absolute;
  left: 0;
  bottom: -15px;
  display: flex;
  flex-direction: inherit;
  justify-content: space-between;
  width: 100%;
}

.card-slide-btn.next {
  left: auto;
  right: 0;
}

.card-slider-blk .owl-dots {
  text-align: center;
  margin-top: 75px;
}

.card-badge {
  font-size: 12px;
  font-weight: 600;
  color: #03004D;
  background: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 35px;
  font-family: 'Montserrat', sans-serif;
  padding: 4px 15px;
  letter-spacing: .4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-badge:hover {
background: #efefef;
}

.article-blk {
  margin-bottom: 50px;
}

.single-card.big .card-content {
  padding: 25px 45px;
  padding-bottom: 30px;
}

.gallery-blk {
  margin-top: 130px;
}

.gallery-title h5 {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
}

.gallery-title h2 {
  font-size: 55px;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
}

.gallery-img.big .play-btn {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -55px;
}

.gallery-dots {
  position: absolute;
  top: 90px;
  left: -70px;
}

.gallery-img.fr-m {
  margin-bottom: 30px;
}

.single-case-item {
  display: flex;
  border: 1.01948px solid #E5EAF4;
  box-shadow: 0px 10.195px 14.682px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin: 30px 0;
}

.case-content .card-content h4 {
  font-size: 18px;
  line-height: 22px;
}

.case-content .card-content p {
  color: #5A7184;
  line-height: 32px;
  margin-bottom: 35px;
  font-size: 18px;
}

.case-thumb {
  flex: 0 0 47%;
}

.case-thumb img {
  height: 100%;
  width: 100%;
  border-radius: 8px 0 0 8px;
}

.case-content .card-btm-left p {
  font-size: 14px;
  margin: 0;
}

.case-content .card-btm-left h5 {
  font-size: 16px;
}

.single-card-slider img {
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.article-top a {
  font-size: 24px;
  color: #03004DD1;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
}

.article-top h3 {
  font-size: 55px;
  line-height: 67px;
  margin-bottom: 63px;
  color: #000;
}

.article-top-bottom {
  display: flex;
  justify-content: space-between;
}

.article-profile {
  display: flex;
  align-items: center;
}

.article-profile span img {
  max-width: 75px;
  border-radius: 50%;
  margin-right: 20px;
}

.article-pro-txt span {
  font-size: 17px;
  color: #999;
  font-weight: 500;
}

.article-pro-txt h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 1px;
  font-weight: 600;
}

.article-social a {
  font-size: 18px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 2px solid #03004D;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  transition: .4s;
  margin-left: 5px;
}

.article-social a:hover {
  background-color: #03004D;
  color: #fff;
}

.article-top {
  padding-bottom: 45px;
  border-bottom: 1px solid #00000021;
  margin-bottom: 50px;
}

.article-txt p {
  font-size: 19.4px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #222;
}

.article-img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 300px;
}

.article-img.fr-mrg {
  margin-bottom: 35px;
}

.article-img.big img {
  max-height: 630px;
}

.article-gallery {
  margin-top: 76px;
}

.article-bottom.article-txt {
  margin-top: 75px;
}

.article-bottom h3 {
  font-size: 46px;
  color: #000;
  margin-bottom: 26px;
  line-height: 74px;
}

.card-slider-blk.article-slider .owl-dots {
  margin-top: 50px;
}

.article-txt p span {
  display: block;
}

.article-txt p br {
  margin-bottom: 33px;
  display: block;
}

.single-blog-img img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 18px;
}

.circle-shape-2 img {
  max-width: 190px;
}

.circle-shape-2 {
  position: absolute;
  top: -160px;
  right: 0;
  z-index: -1;
}

.circle-shape-3 img {
  max-width: 80px;
}

.circle-shape-3 {
  position: absolute;
  left: 0;
  top: 250px;
}

.idea-circle {
  position: absolute;
  left: 15px;
  top: 435px;
  z-index: -1;
}

.idea-thumb {
  position: relative;
}
.idea-thumb::after{
  position: absolute;
  left: 20px;
  right: 59.03%;
  top: 18.74%;
  bottom: 25.83%; 
  background: #03004D;
  border-radius: 12px;
  width: 300px;
  z-index: -1;
  content: '';
}
.idea-thumb img {
  max-height: 565px;
  width: 100%;
}

.idea-circle img {
  max-width: 260px;
}

.idea-dots-2 {
  position: absolute;
  bottom: 16px;
  right: 4px;
  z-index: -1;
}

.idea-dots {
  position: absolute;
  top: -17px;
  left: 2px;
  z-index: -1;
  height: 77px;
  overflow: hidden;
}

.main-content-wrapper.idea-wrapper {
  padding-top: 110px;
}

.idea-txt h3, .idea-txt h3 span  {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  padding-top: 85px;
  color: #000;
  font-family: 'Gilroy-bold';
}

.idea-txt h3 span  {
  display: block;
  margin: 0;
  padding: 0;
}

.idea-txt h3 span.fr-border::after { 
  bottom: 7px; 
  width: 215px;
  height: 14px;
  background-color: #0040F0; 
  opacity: .2;
}
.single-idea-blk {
  margin-bottom: 60px;
  position: relative;
}

.idea-txt p {
  font-size: 23px;
  color: #000;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.idea-txt span {
  font-size: 19px;
  color: #999999;
  font-weight: 400;
  font-family: 'Gilroy';
}

.idea-page-pro .card-btm-left p {
  font-style: italic;
  font-size: 17px;
}

.idea-page-pro .card-btm-left h5 {
  font-size: 19px;
  margin-bottom: 1px;
}
.idea-page-pro .card-btm-left span img {
  max-width: 45px; 
}
.idea-page-pro .card-btm-txt span {
  color: #5A7184;
  font-size: 17px;
}

.single-blog-img span {
  color: #5A7184;
  font-size: 17px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.idea-txt-blk {
  margin-top: 50px;
}

.idea-single-txt h4 {
  font-size: 39px;
  font-weight: 600;
  color: #183B56;
  margin-bottom: 18px;
  line-height: 55px;
  font-family: 'Montserrat', sans-serif;
}

.idea-single-txt p {
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 2px;
}
 
.author-txt h3 {
  font-size: 54px;
  color: #000;
  line-height: 68px;
  margin-bottom: 60px;
  padding-top: 50px;
  font-family: 'Montserrat', sans-serif;
}
.author-txt h3.fr-border::after { 
  bottom: -27px; 
  width: 50%;
  height: 10px;
  background-color: #0088F0; 
  opacity: .4;
}
.about-author-blk {
  margin-top: 125px;
  margin-bottom: 125px;
}
.author-txt p { 
  font-size: 19px;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif;
  color: #6a6a6a;
  margin-bottom: 50px;
}
.author-txt h5 {
  font-size: 19px; 
  color: #000;
  margin-bottom: 2px;
}

.author-social {
  margin-top: 105px;
  display: flex;
}
.author-social a img {
  max-width: 26px;
  margin-right: 20px;
}
.author-txt span {
  font-size: 16px;
  color: #999;
  font-weight: 500;
}
.related-post-blk {
  margin-top: 50px;
}
.common-title-btn.more-art {
  margin-top: 60px;
}
.related-posts .single-card { 
  background: #FFFFFF;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}
.related-posts .single-card .card-thumb img {
  border-radius: 15px 15px 0 0; 
}
.card-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 22px;
}
.single-card.btm {
  margin-top: -30px;
}
.author-slider-active .owl-prev i, .author-slider-active .owl-next i {
  background: #fff;
  height: 42px;
  width: 42px;
  line-height: 40px;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #6B5CF6;
  transition: .4s;
  font-size: 17px;
  border: 2px solid #6B5CF6;
  margin-right: 20px;
}
.author-slider-active .owl-prev i:hover, .author-slider-active .owl-next i:hover {
  background: #6B5CF6; 
  color: #fff; 
}
.author-slider-active .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 75px;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 13px;
}
/* Main content area End */

/* Contact page start */

.contact-area {
  padding-bottom: 30px;
}

.contact-hero {
  padding-bottom: 80px;
}

.contact-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(3, 0, 77, 0.04);
  border-radius: 12px;
  margin-top: -35px;
  padding: 45px 60px;
  position: relative;
}

.circle-shape img {
  max-width: 250px;
}

.circle-shape {
  position: absolute;
  bottom: -80px;
  left: -68px;
  z-index: -1;
}

.single-input-item label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}

textarea {
  width: 100%;
  height: 75px;
  padding-top:10px;
  border-radius: 8px;
  border: 0;
  outline: none;
  border: 1.3px solid #dfdfdf;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  opacity:1;
}

input {
  width: 100%;
  height: 53px;
  border-radius: 8px;
  border: 0;
  outline: none;
  border: 1.3px solid #dfdfdf;
  padding-left: 20px;
  font-size: 15px;
  color: #999;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.single-input-item textarea {
  height: 150px;
  padding: 15px 20px;
  resize: none;
}

.single-input-item input:focus, textarea:focus {
  border-color: #3D34D2;
  color: #000;
}

.contact-social a img {
  max-width: 35px;
  margin: 0 25px;
}

.contact-bottom-social h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 50px;
}

.containerr {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

/* Hide the browser's default checkbox */

.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 21px;
  border-radius: 4px;
  border: 1px solid #DFDFDF;
}

/* On mouse-over, add a grey background color */

.containerr:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.containerr input:checked~.checkmark {
  background-color: #3D34D2;
  border-color: #3D34D2;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  display: none;
  color: #fff;
  font-size: 12px;
  top: -5px;
  left: 4px;
}

/* Show the checkmark when checked */

.containerr input:checked~.checkmark:after {
  display: block;
}

.submit-btn {
  width: 315px;
  height: 54px;
  background: var(--dark-slate-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  border: 0;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Contact page End */

/* Cta area Start */

.cta-area {
  background: var(--dark);
  padding: 40px 0;
  padding-bottom: 110px;
  position: relative;
}

.cta-content-wrap h3 {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 64px;
  font-family: 'HK Grotesk';
  letter-spacing: .6px;
}

.cta-content-wrap {
  padding-top: 30px;
}

.cta-content-wrap p {
  font-size: 17px;
  color: #5A7184;
  font-weight: 400;
  letter-spacing: .5px;
}

.contact-input input {
  height: 100%;
  font-size: 17px;
  color: #5A7184;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-left: 20px;
  flex: 0 0 70%;
}

.contact-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 26px;
}

.contact-input button {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: var( --blue);
  border: 0;
  height: 100%;
  width: 100%;
  margin-left: 20px;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  z-index: 8;
}

.cta-thumb-box p {
  font-size: 20px;
  margin: 0;
  line-height: 1.6;
}

.cta-thumb-box h4 {
  font-size: 26px;
  color: #183B56;
  font-weight: 700;
}

.cta-txt {
  padding: 20px 20px;
}

.cta-thumb-box {
  max-width: 485px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 7px;
  position: relative;
  z-index: 2;
}

.cta-2 {
  position: absolute;
  bottom: -50px;
  left: -68px;
  z-index: 0;
}

.cta-1 {
  position: absolute;
  right: 25px;
  top: 40px;
  z-index: 0;
}

.cta-wave {
  position: absolute;
  top: -118px;
  width:100% !important;
}

/* Cta area END */

/* Footer  area start */

.footer-area {
  background: var(--dark);
  padding-bottom: 60px;
}

.footer-left-blk p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 16px;
}
.footer-left-blk {
  margin-top:20px;
}

.footer-social {
  display: flex;
}

.footer-social a {
  color: #5A7184;
  margin-right: 26px;
  transition: .4s;
  font-size: 18px;
}

.footer-social a:hover {
  color: #fff;
}

.logo-footer img {
  max-width: 105px;
}

.footer-links h4 {
  font-size: 14px;
  color: #5A7184;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-top:20px; 
}

.footer-links ul li a {
  font-size: 18px;
  color: #959EAD;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: .5px;
  transition: .4s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.footer-links-pear {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 45%;
}

.footer-wraper {
  padding-top:50px;
  border-top: 1px solid #3B566B;
}

.footer-links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.footer-left-blk .logo-main {
  margin-bottom:10px;
}
.footer-left-blk .logo-main a img {
  height: auto;
  max-width:180px !important;
  object-fit:contain;
}
/* Footer  area END */

.wp-caption.alignnone {		
	width:100% !important;	
}		
		
.wp-caption.alignnone img {		
border-radius:4px;		
}		

.main-content-blk p, .main-content-blk li {
	text-align:justify;
}

