/*
Theme Name: Divi Child
Theme URI: https://www.domseedmarketing.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

@font-face {
    font-family: 'sharp_sans_no2_boldregular';
    src: url('fonts/sharp_sans_no2_bold-webfont.eot');
    src: url('fonts/sharp_sans_no2_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sharp_sans_no2_bold-webfont.woff2') format('woff2'),
        url('fonts/sharp_sans_no2_bold-webfont.woff') format('woff'),
        url('fonts/sharp_sans_no2_bold-webfont.ttf') format('truetype'),
        url('fonts/sharp_sans_no2_bold-webfont.svg#sharp_sans_no2_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5 {
	font-family: 'sharp_sans_no2_boldregular';
}
a{
	text-decoration: none;
}
.fwidget{
	margin-bottom: 15px !important;
}
.footer-soical-list ul li{
	list-style: none;
	padding-left: 0;
}
.footer-soical-list ul li:before{
	display: none;
}

.gi-main-nav{
/* 	background: #f6f8fa; */
}
.et_header_style_centered .gi-main-nav #top-menu>li>a{
    padding: 20px 10px;
	position: relative;
}
.gi-main-nav #top-menu li.current-menu-item>a:after {
	background: #e44126;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	content: "";
}
.et_header_style_centered .gi-main-nav #top-menu>li.buy-now-btn a{
	background: #fdb913;
	padding: 10px 10px;
    margin: 10px 0;
}
.img-liner-left:before{
	background: #e44126;
	position: absolute;
	width: 8px;
	height: 130px;
	top: 10px;
	left: -4px;
	content: "";
	z-index: 1;
}
.liner-right:before{
	left: inherit;
	right: -4px;
}
.available-logos img{
	object-fit: contain;
}
.gi-btn{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
.swiper-pagination-bullet {
	transition: all .3s ease-out;
}
.swiper-pagination-bullet-active{
	background: #e44126;
	width: 30px;
    border-radius: 10px;
}
.journey-imgs img {
    padding-right: 10px;
}
.journey-imgs img:last-child {
    padding-right: 0;
}
/* Timeline */
 .timeline {
        position: relative;
        max-width: 1000px;
        margin: auto;
      }

      .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e0e0e0;
        transform: translateX(-50%);
      }

      .timeline-item {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin: 60px 0;
        align-items: center;
      }

      .timeline-item .icon-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        background: #fff;
        border: 2px solid #ff0000;
        border-radius: 50%;
        padding: 15px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .timeline-item .icon-wrapper img {
        width: 60px;
        height: 60px;
      }

      .timeline-item .content-box {
        width: 45%;
        padding: 0 20px;
      }

/*       .timeline-item.left .content-box {
        text-align: right;
      }
 */
      .timeline-item.right .content-box {
        text-align: left;
        margin-left: auto;
      }

      .content-box h3 {
        font-size: 32px;
		}

      .content-box p {
        margin: 0;
        font-size: 20px;
      }


/* Timeline End */

.bg-blue{
	background: #00284B !important;
}
.gi-shadow{
	box-shadow: 0 0 50px rgba(180, 142, 103, .3);
}
.gi-table tr th{
	font-size: 20px;
	color: #222;
}
.gi-table tr td.bg-blue{
	border-top: 1px solid #00284B !important;
	border-bottom: none;
}
.gi-table tr td{
	padding: 15px 24px;
}
.gi-right-border{
	position: relative;
}
.gi-right-border:after{
    content: "";
    display: table;
    position: absolute;
    top: 30px;
    right: -8px;
    height: 164px;
    width: 16px;
    background: #E44126;
}
.BestStory-Swiper .swiper-slide{
	height: auto;
}
.BestStory-Swiper .swiper-slide img{
	width: 100%;
	height: 264px;
	object-fit: cover;
}
.BestStory-Swiper .swiper-actions {
    position: relative;
    width: 100px;
    margin: -10px auto 10px;
    line-height: 20px;
    padding: 10px 0;
	display: flex;
	gap: 10px;
}
.swiper-actions .swiper-button-next, .swiper-actions .swiper-button-prev{
	border: 1px solid #000;
	color: #000;
    border-radius: 40px;
    line-height: 20px;
    height: 40px;
    width: 40px;
	margin-left: -5px;
    margin-right: -5px;
	transition: all .3s ease-out;
} 
.swiper-actions .swiper-button-next:hover, .swiper-actions .swiper-button-prev:hover {
    background: #FDB913;
	border: 1px solid #FDB913;
}
.swiper-actions .swiper-button-next:after, .swiper-actions .swiper-button-prev:after{
	font-size: 18px;
}
.post-thmb{
	position: relative;
}
.post-thmb:after {
    content: "";
    display: table;
    position: absolute;
    bottom: -4px;
    left: 20px;
    height: 8px;
    width: 164px;
    background: #E44126;
}
.gist-tabs ul.et_pb_tabs_controls {
    background: none;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 10px;
}
.gist-tabs ul.et_pb_tabs_controls:after{
	border: none;
}
.gist-tabs ul.et_pb_tabs_controls li {
    float: inherit;
    display: inline-block;
    border: 1px solid #555 !important;
}
.gist-tabs ul.et_pb_tabs_controls li.et_pb_tab_active{
	border: 1px solid #fdb913 !important;
}
.pack-details ul{
	padding-left: 0;
}
.pack-details ul li{
	list-style: none;
	margin-bottom: 10px;
}
.bg-blue .pack-details ul{
	padding-bottom: 0;	
}
.most-popular{
	transform: translate(-50%, -50%);
	left: 50%;
	top: 0;
	min-width: 142px;
}
.gi-book-modal {
    z-index: 99999;
    background: rgba(0, 0, 0, .4);
}
.gi-enquiry-form input, .gi-enquiry-form select{
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
}
.gi-book-modal button.btn-close{
	right: 0;
	z-index: 1;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	position: relative;
	border-bottom: 4px solid #E44126;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after{
	width: 100px;
	height: 4px;
	position: absolute;
	content: ">>";
	left: 0;
	bottom: 0;
	background: #E44126;
}
/* Fav Stories Styles */

.person-card {
      position: relative;
      overflow: hidden;
    }

    .person-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .person-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1rem;
      color: #fff;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    }

    .person-info .name {
      font-size: 1.1rem;
      font-weight: bold;
    }

    .arrow-btn {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      background-color: #ffc107;
      border-radius: 50%;
      padding: 0.5rem 0.6rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: black;
      font-weight: bold;
      text-decoration: none;
    }
/* Fav Stories Styles End */
.gi-header .et-cart-info {
    display: none;
}
#top-menu .menu-item-has-children>a:first-child:after {
    right: inherit;
    top: inherit;
}

@media (max-width: 980px) {

	.et_pb_row{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.et_pb_row .et_pb_row{
		padding-left: 0;
		padding-right: 0;
	}
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
	.et_header_style_centered #main-header{
/* 		padding-bottom: 0; */
		padding: 15px 0;
	}
	.et_header_style_centered .et_mobile_menu {
        top: 15px;
		padding: 0;
    }
	
	/* Max Mobile Menu Styles */
	.mega-toggle-blocks-left, .mega-toggle-blocks-center, #et_mobile_nav_menu{
		display: none;
	}
	.et_header_style_centered nav#top-menu-nav{
		display: block !important;
	}
	.gi-header{
		display: flex;
		align-items: center;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .mega-toggle-animated-inner:before, .mega-toggle-animated-inner:after {
		background: #343434 !important;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle{
		background: none;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		height: 2px;
		border-radius: 0;
		width: 30px;
	}
	.gi-header .logo_container{
		flex: 0 0 70%;
	}
	.mega-menu-link{
		color: #343434 !important;
	}
}
@media (max-width: 767px) {
  .reverse-columns-mob {
    display: flex;
    flex-direction: column-reverse;
  }
	.available-logos img{
		max-width: 22%;	
	}
	/* Mobile Menu */
	.et_header_style_centered .mobile_nav .select_page {
		display: none;
	}
	.et_header_style_centered header#main-header .logo_container{
/* 		position: absolute; 
		text-align: left; */
	}
	.et_header_style_centered #main-header .mobile_nav{
		background: none;
		padding: 0;
	}
	.et_header_style_centered #et_mobile_nav_menu{
/* 		margin-top: 0; */
	}
	body.admin-bar.et_fixed_nav #main-header{
		box-shadow: none;
/* 		padding: 0; */
	}
	.et_header_style_centered .et_menu_container .mobile_menu_bar{
		top: -45px;
	}
	.et_header_style_centered #logo{
/* 		max-height: 50px; */
	}
	
/* 	.timeline::before {
        left: 20px;
      }

      .timeline-item {
        flex-direction: row;
        align-items: flex-start;
      }

      .timeline-item:nth-child(even) {
        flex-direction: row;
      }

      .icon-box {
        margin-right: 15px;
        margin-left: 0;
      }

      .content {
        max-width: calc(100% - 80px);
      } */
	
	.timeline::before {
        left: 30px;
      }

      .timeline-item {
        flex-direction: row;
        align-items: flex-start;
        margin: 30px 0;
      }

      .timeline-item .icon-wrapper {
        position: relative;
        left: 0;
        transform: none;
        margin-right: 15px;
      }

      .timeline-item .content-box {
        width: calc(100% - 80px);
        text-align: left !important;
        padding: 0;
      }
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n){
		margin-bottom: 0px !important;
		width: 100%;
		 text-align: center;
	}
	.footer-soical-list ul{
		justify-content: center
	}
}
@media (max-width: 576px) {
	.pack-details ul{
		padding-bottom: 0;
	}
	 .et_header_style_centered #logo {
        max-height: 20px;
    }
}