/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.text-box-style5 {
    position: relative;
    padding: 40px 55px;
    transition: all .3s;
    background-color: #fff;
    border-left: 3px solid #26c6da;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
}
/*.icon_box .desc_wrapper {
    text-align: justify!important;
}*/
p {
    text-align: justify!important;
}

.icon_box .image_wrapper img {
    width: 200px;
    border-radius: 50%;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 4px 4px 20px #ededed;
}
.icon_box .image_wrapper {
    /*text-align: left!important;*/
}
.icon_box .desc_wrapper .title {   
    text-align: center;
}
.icon_box .desc_wrapper h4 {
    font-weight: 700;
	font-size: 18px;
}
.txt-center{text-align:center!important;}
.txt-left{text-align:left!important;}
.txt-justify{text-align:justify!important;}

.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}
.pt60{padding-top: 60px;}
.pt80{padding-top: 80px;}
.pb40{padding-bottom: 40px;}
.pb60{padding-bottom: 60px;}
.pb80{padding-bottom: 80px;}


/*Process item*/


.process_section{
    text-align: center;
}

.process_item{
    display: inline-block;
    margin: 0 30px;
    width: 250px;
    vertical-align: top;
}

.process_animation_area {
    position: relative;
    width: 250px;
    height: 250px;
    border-top: 4px dotted #ccc;
    border-radius: 50%;
    display: inline-block;
}

.process_item:nth-child(even) .process_animation_area{
    border-top: transparent;
    border-bottom: 4px dotted #ccc;
}

.process_animation_area .process_circle{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #ccc;;    
    transition: all .3s;
}

.process_item.active .process_animation_area .process_circle{
    border-color: #26c6da;
}

.process_animation_area .center-icon{
    font-size: 50px;
    color: #26c6da;
}

.process_animation_area .rotating_area {
    position: absolute;
    left: 0;top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform 0.7s linear;
}

.process_animation_area .rotating_area .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    font-size: 35px;
    transition: transform 0.7s linear;
    color: #020202;
}

.process_item:nth-child(even) .rotating_area .arrow{
    transform: translateY(-50%) rotate(180deg);
}

.goUp{
    animation-name: goUp;
    animation-duration: 2s;
    /*animation-fill-mode: forwards;*/
    animation-iteration-count: 1;
    animation-timing-function:ease-in-out;
    animation-delay: 1s;
}

.goDown{
    animation-name: goDown;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function:ease-in-out;
    animation-delay: 1s;
}

@keyframes goDown {
    from {transform: rotate(0deg); opacity: 1;}
    to {transform: rotate(-180deg); opacity: 1;}
}

@keyframes goUp {
    from {transform: rotate(0deg); opacity: 1;}
    to {transform: rotate(180deg); opacity: 1;}
}

/* End Process*/

.column_column ul, .column_column ol, .the_content_wrapper:not(.is-elementor) ul, .the_content_wrapper:not(.is-elementor) ol {
    color: #000000!important;
}

#Content {
	padding-top: 0px!important;
}

table {
  	width: 100%;
	border: 1px solid #f3f3f3;
}
table tr td {background-color:#fbf8f8;text-align: left;}

body:not(.template-slider) #Header {
    min-height: 0px!important;
}

#Footer .footer_copy {
    background-color: #f7f6f6;
}
#Footer .footer_copy  .copyright {
    color: #000000!important;
}
.one-fourth.column, .four.columns{width: 24%!important;}
.column, .columns {    
    margin: 5px 5px 5px 5px!important;
}
.trailer_box{
  background-color:#000;
}
.trailer_box img {
  opacity: 0.7;
}

/*dot navigation css

.nav-dot { position: fixed; right: 20px; top: 50%; transform: translateY(-50%);z-index: 999;}
.nav-dot a { font-size: 0px; line-height: 0px; display: block; width: 10px; height: 10px; background-color:#fff; border: 3px solid #1da7df; border-radius: 50%; margin: 10px 0; filter: drop-shadow(0 0 1px rgba(0,0,0,0.1)); }*/
html {
  scroll-behavior: smooth;
}

/*.icon_box{padding: 40px 20px 25px;
    border: 2px solid #26c6da;
    border-radius: 7px;
	min-height: 385px;
}*/

.column_icon_box .icon_box{
	min-height: 370px;
}

select.wpcf7-form-control {
    color: #626262!important;
}

.icon_box {
    position: relative;
    padding: 30px 30px;
    transition: all .3s;
    background-color: #fff;
    border-left: 3px solid #26c6da;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
}
.icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_wrapper {
    color: #26c6da!important;
}
.icon_box:hover .icon_wrapper:before,.icon_box a:hover .icon_wrapper:before 
{background-color: #bce2e7!important;color: #ffffff!important;}
/**/