

/*========================How it work=====================*/


.how-it-work-content{color:#fff; padding:30px 0px; background:#333;}

.how-it-work-content h1 {
    color: #fff;
}



/* Back to Top Button  ----------------------- */
.back-to-top { 
    color:#fff;
    position:fixed;
    bottom:20px;
    right:20px; 
    z-index:99;
    display:none;
    text-align: center; 
    z-index: 10000;    
    height: 29px;    
    width: 29px; 
    background-color: rgba(43,52,102,1);  
    background-repeat: no-repeat;    
    background-position: center;  
    transition: background-color 0.1s linear;   
    -moz-transition: background-color 0.1s linear; 
    -webkit-transition: background-color 0.1s linear;   
    -o-transition: background-color 0.1s linear;}
.back-to-top i { 
    padding-top:4px;
    font-size:17px; }
.back-to-top:hover { 
    background:#B22539;
    background: #B22539;
    color: #fff;
    transition: all  0.3s ease;
    -webkit-transition:  all 0.3s ease;
    -o-transition: all 0.3s ease;

}

/*==============Service page===============*/
.service-content-area {
    margin: 30px 0px;
}
.service-section {
   /* margin-top: 80px;*/
}
.col-60 {
    width: 60%;
    margin: 0px auto;
}

.service-pricing-boxes h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-left: 40px;
}

.service-pricing-boxes h2 span {
    background: #8cc455;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.service-table ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.service-table ul li {
    display: list-item;
    list-style-type: square;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    color: #585858;
}

.service-table ul li strong {color: #8bc356;}

.service-table {
    margin-left: 70px;
    overflow: hidden;
    margin-bottom: 40px;
}

.foot-text {
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 50px;
}

.foot-text p {
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.view-more {
    margin-top: 40px;
}



.service-box-content-area {
    padding: 50px 0px;
}
.tabs-nav {
    margin: 0px;
    list-style: none;
    padding-bottom: 40px;
}
.tabs-nav li {
    display: inline-block;
    margin-right: 50px;
}
.tabs-nav li.active a .t-head-title h3 {
    color: #07b3e7;
}
.t-head i {
    height: 50px;
    width: 50px;
    background: #363636;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.t-head-title h3 {
    font-size: 24px;
    margin-top: 10px;
    color: #363636;
    font-weight: 600;
}
.left-col-content {
    background: #f2f2f2;
    text-align: center;
/*    padding: 20px 60px;*/
}
.left-col-content img{
    max-width: 100%;
    height: auto;
}
.tab-main-content-area {
    background: #f2f2f2;
}
.right-col-content {
    background-image: url("../images/bg-two.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 20px 40px;
    background-size: cover;
        color: #fff;
}
.rights-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 9px;
}

.addon-feature ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.addon-feature ul li {
    display: inline-block;
    width: 48%;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}

.addon-feature ul li i {
    margin-right: 15px;
}

.addon-feature {
    padding: 23px 0px 23px 0px;
}

.f-des {
    padding-left: 0px;
    line-height: 30px;
}

.f-des p {
    font-size: 14px;
    color: #fff;
}




.service-section-area {
    margin-bottom: 50px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  /*margin-bottom: 100px;*/
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


.timeline > li > .timeline-badge {
color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -13px;
    background-color: #7abf5e;
    z-index: 2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-panel-right {
    float: right;
    position: relative;
    width: 46%;
}
.timeline-panel-right .right-col-content {
    background: none;
    padding: 0px;
}

.timeline-panel-right .rights-content h2 {
    margin-top: 0px;
    color:#000;
}

.timeline-panel-right .addon-feature {
    padding: 20px 0px;
}
.timeline-panel-right .addon-feature ul li {
    line-height: 50px;
    color: #333;
}

.timeline-panel-right .f-des p {color: #000;}
.timeline-panel-right .f-des {
    padding-left: 0px;
    color: #000;
}
.timeline > li:nth-child(2),.timeline > li:nth-child(3) {
    margin-top: 130px;
}
.timeline > li.circle {
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    background-color: #7abf5e;
    z-index: 2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.last-circle{
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
    background-color: #7abf5e;
    z-index: 2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li:nth-child(4){
    margin-top: 130px;
    margin-bottom: 100px;
}
.com-logo img {
    width: 210px;
}
.address-bar {
    color: #ddd;
}
.contact_btn.send_btn{
    background-color: transparent;
    border: 2px solid #323638;
    color: #323638;
    border-radius: 3px;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.contact_btn.send_btn:hover{
    background: #323638;
    color: #fff;
}
.button.button-md.button-blue.btn_live{
    background-color: transparent;
    border: 2px solid #323638;
    color: #323638 !important;
    margin-top: 20px;
}
.button.button-md.button-blue.btn_live:hover{
    background: #323638;
    color: #fff !important;
}
.button.button-md.button-pasific.btn_checkut{
    background-color: transparent !important;
    border: 2px solid #ff4530;
    color: #ff4530 !important;
}
.button.button-md.button-pasific.btn_checkut:hover{
    background: #ff4530 !important;
    color: #fff !important;
}
