/*
Theme Name: Bridge Child
Template: bridge
*/
@import url("../bridge/style.css");
body{
    background-size: 100% auto!important;
    background-repeat: repeat!important;
    background-attachment: unset!important;
    background-position: center 100px!important;
    --primary: #00b0e6;
    --primary-rgb: 0,176,230;
}
.vc_row{
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.vc_row.vc_inner{
    padding-top: 3%;
    padding-bottom: 30px;
}
.txtBlue,
.txtBlue h2,
.txtBlue h3,
.txtBlue h4,
.txtBlue h5,
.txtBlue h6,
.txtBlue p{
    color: var(--primary);
}
.txtGrey,
.txtGrey h2,
.txtGrey h3,
.txtGrey h4,
.txtGrey h5,
.txtGrey h6,
.txtGrey p{
    color: #777;
}
.qbutton{
    white-space: normal!important;
    height: auto!important;
    margin: 20px auto;
    text-align: center;
    line-height: 1.3;
    padding: 12px 32px!important;
}
.iconBg{
    background: #ebebeb;
    border-radius: 50%;
    padding: 20px;
    max-width: 120px;
    max-height: 120px;
    display: block;
}
.iconBg img{
    width: 85%!important;
    height: auto; 
}
.iconBgW{
    background: #fff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    line-height: 130px;
    display: inline-block;
    margin: 20px auto 15px!important;
}

.iconBgW img{
    width: 80px;
    height: 80px;
}

.iconRow{
    border-bottom: 1px solid #ebebeb;
}
#particles-js{
   /* top: 0;
    width: 100%!important;
    height: 100%!important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    background-color: rgba(var(--primary-rgb),.15);
  /*  background: url('img/bgSliderParticles.jpg');
    background-color: rgba(var(--primary-rgb),.6);
    background-blend-mode: soft-light;*/
   /* background: radial-gradient(circle, rgba(29,134,166,1) 0%, rgba(0,176,230,1) 35%, rgba(0,212,255,0.3) 100%);*/
    z-index: 1!important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #particles-js canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2!important;
  }
  #particles-js > div{
    z-index: 9999;
  }

.four_columns>.column1>.column_inner {
    padding: 9px 15px 0 0;
}

.side_menu_button>a.search_button{
    margin-top: -12px;
}

.header_bottom{
    box-shadow: 0px 0px 51px 0px rgba(79, 57, 37, 0.09); 
}
.header_bottom_right_widget_holder .widget_media_image{
    display: inline-block;
    margin: 7px;
}
.myCta{
    position: relative;
}
.myCta .section_inner{
    background: rgba(246,248,249,1);
    background: white;
    box-shadow: 0px 0px 51px 0px rgba(79, 57, 37, 0.09); 

}
.myCta .section_inner .section_inner_margin{
  margin: 20px!important;
  padding: 20px;
}
.myCta .section_inner:before{
    content: '';
    width: 80px;
    height: 67px;
    background: url('img/borderTop.png') no-repeat;
    position: absolute;
    top:-15px;
    left: -15px;
    z-index: 999;
}
.myCta .section_inner:after{
    content: '';
    width: 80px;
    height: 67px;
    background: url('img/borderBottom.png') no-repeat;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 999;
}
.myCta h3{
    font-weight: 700!important;
    font-size: 30px;
    line-height: 1.2;
}
.paddingImg img{    
    max-width: 90%;
    margin: 7px auto;
}
@media only screen and (min-width: 1200px){
    .footer_top ul.qode-instagram-feed{
        padding-right: 21.3%;
    }
}

.qode_video_box .qode_video_image .qode_video_box_button{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.qode_video_box .qode_video_image:hover .qode_video_box_button{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.qode_video_box .qode_video_image .qode_video_box_button_arrow{
    left: 52%;
}

ul.tp-revslider-mainul {
    z-index: 102;
}

#back_to_top span i{
    margin-top: -2px;
}
.header_bottom{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.qode_carousels .first_image_holder {
	background:white!important;
	border:1px solid #ebebeb!important;
	padding:7px 2%!important;
	max-width:96%!important;
}
.qode_carousels img{
	max-width:98%!important;
}
.qode_carousels .carousel_item_holder{
	padding: 7px;
	margin:0!important;
}
@media screen and (min-width:1000px){
    .q_logo img{
        height: 90%!important;
        top:-45%!important;
    }   
}
@media screen and (min-width:1000px) and (max-width:1200px) { 
    nav.main_menu>ul>li>a{
        padding-left: 7px!important;
        padding-right: 7px!important;
        font-size: 15px!important;
    }
}
@media screen and (min-width:1000px) and (max-width:1400px) { 
    .q_logo img{
        height: 75%!important;
        top:-42%!important;
    }   
    .header_bottom .container_inner{
        width: 100%!important;
    }

}
@media screen and (max-width:991px){
   
    .container_inner{
        width: 100%!important;
    }
}
@media screen and (min-width:769px) and (max-width:1000px){
    .logo_wrapper{
        left: 18% !important;
    }
}