/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700&display=swap&subset=hebrew'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-size: 14px !important;
    color: #252525 ;
}

* {
    font-family: "Montserrat", sans-serif;
}

.no-gutter>[class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.c_w {
    color: #ffffff;
}

.c_b {
    color: #252525;
}

.l_p_1 {
    letter-spacing: 1px;
}

.l_p_05 {
    letter-spacing: 0.5px;
}

.l_p_07 {
    letter-spacing: 0.7px;
}

.l_p_08 {
    letter-spacing: 0.8px;
}

.l_h_25 {
    line-height: 25px;
}

.l_h_26 {
    line-height: 26px;
}

.l_h_27 {
    line-height: 27px;
}

.l_h_28 {
    line-height: 28px;
}
.l_h_45 {
    line-height: 50px;
}

.f_w_b {
    font-weight: bold;
}


#top_header{
    width: 100%;
    height: auto;
    background: #008000;
    padding: 5px 0 !important;
    color: #ffffff;
}
.right{
    text-align: right;
}
.top_social{
    margin: 0;
}
.top_social li{
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    line-height: 0 !important;
}


#header {
    position: sticky !important;
    width: 100%;
    top: 0;
    z-index: 9999 !important;
}

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

.navbar {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    color: #2e2e2e !important;
    padding: 4px 0 !important;
}

.navbar .navbar-nav>li>a {
    padding: 28px 20px !important;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #000000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    background: #f9f9f9;
    color: #d80909;
    font-family: 'Montserrat' !important;
}
.navbar-default .navbar-nav>li>a:hover{
    background: #f9f9f9;
    color: #d80909;
    font-family: 'Montserrat' !important;
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: #2e2e2e;
    font-weight: 500;
}
.dropdown li a:hover {
    color: #d80909;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}


/* slider start  */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: all .5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: all 2s;
}

.carousel-fade .carousel-control {
    z-index: 1;
    transition: all 2s;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }
}

.left_products-control {
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 7px 10px !important;
    border-radius: 50%;
}

.right_products-control {
    position: absolute;
    top: 45%;
    right: 5%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 50%;
}

.left_products-control,
.right_products-control :hover {
    color: #ffffff !important;
}

/* #b_w{
    position: absolute !important;
    top: 0 !important;
    z-index: 9999 !important;
} */

@-webkit-keyframes btn-right {
    0% {
        right: 900px;
    }

    50% {
        right: 900px;
    }

    75% {
        right: 900px;
    }

    100% {
        right: 0px;
    }
}

.slider_btn {
    display: block;
    padding: 5px 18px !important;
    background: none !important;
    border: 2.4px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 3s;
    animation-name: btn-right;
    animation-iteration-count: 1;
    animation-duration: 3s;
    transition: all 3s;
    margin-bottom: 25px !important;
    position: relative !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.slider_btn:hover {
    border-color: #1dbd9b !important;
    color: #1dbd9b !important;
}

.carousel-caption {
    /* margin:0 auto !important;  */
    overflow: hidden !important;
    width: 100%;
    height: 170px !important;
    background: rgba(0, 0, 0, .6);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-top: 10px !important;
    padding-left: 150px !important;
}

@-webkit-keyframes slide-right {
    0% {
        right: 900px;
        opacity: 0;
    }

    50% {
        right: 900px;
        opacity: 0;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

.left-s {
    width: 100%;
    font-size: 45px !important;
    padding: 5px 0 !important;
    animation-name: slide-right !important;
    animation-iteration-count: 1;
    animation-duration: 2s;
    transition: all 2s;
    position: relative !important;
    text-align: left !important;
}

@-webkit-keyframes slide-right-1 {
    0% {
        right: 900px;
        opacity: 0;
    }

    50% {
        right: 900px;
        opacity: 0;
    }

    70% {
        right: 900px;
        opacity: 0;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

.right-s {
    width: 100%;
    font-size: 25px;
    padding-bottom: 5px !important;
    animation-name: slide-right-1;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    transition: all 2.5s;
    position: relative !important;
    font-weight: lighter !important;
    text-align: left !important;
}

#slider_image {
    transform: scale(1) !important;
    animation-name: img_slider_animation;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s;
}

@-webkit-keyframes img_slider_animation {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

#slider_image_l {
    transform: scale(1.3) !important;
    animation-name: img_slider_animation_l;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s;
    left: 0px;
    position: relative;
}

@-webkit-keyframes img_slider_animation_l {
    0% {
        left: 220px;
    }

    100% {
        left: 0;
    }
}

#slider_image_z {
    transform: scale(1.2) !important;
    animation-name: img_slider_animation_z;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s;
    position: relative;
}

@-webkit-keyframes img_slider_animation_z {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#slider_image_r {
    transform: scale(1.3) !important;
    animation-name: img_slider_animation_r;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s;
    position: relative;
    left: 220px;
}

@-webkit-keyframes img_slider_animation_r {
    0% {
        left: 0;
    }

    100% {
        left: 220px;
    }
}

.carousel-indicators .active {
    background: rgba(0, 0, 0, 1);
    padding: 2px 20px;
}

.carousel-indicators li {
    border: 1px solid #000;
    padding: 2px 20px;
}

.c-w {
    color: #ffffff !important;
}

.b-w {
    border-color: #ffffff !important;
}

/* slider end  */

#about{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
}
#services{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
}
#process{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
}
#team{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
    background: #fcfcfc;
}
#team1{
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fcfcfc;
}
.process{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
    background: #fcfcfc;
}
#clients{
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 50px;
    background: #fcfcfc;
}
.main_heading{
    color: #2aa1e7;
}
.main_heading:after{
    display: inline-block;
    vertical-align: middle;
    content: " ";
    text-shadow: none;
    border: 1px dashed #999;
    width: 70%;
}
.sub_heading{
    padding-top: 35px !important;
    padding-bottom: 15px !important;
    color: #1a5c83;
}
.ser_heading{
    padding-bottom: 15px !important;
    color: #1a5c83;
}
.abt_p{
    line-height: 29px;
    letter-spacing: 0.5px;
}

.team_box{
    padding-top: 50px;
}
#img_shadow{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    padding: 10px;
    background: #ffffff;
}
#img_shad{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    padding: 2px;
    background: #ffffff;
}
a .team_heading{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    color: #1a5c83;
}
.team_heading{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    color: #1a5c83;
}
a .c_b{
    color: #2e2e2e;
}
.t_s_h{
    padding-top: 35px !important;
    padding-bottom: 10px !important;
}

#footer{
    width: 100%;
    height: auto;
    padding: 50px;
    background: #008000;
    color: #ffffff;
}
.footer_li{
    margin: 0;
    padding: 0;
    padding-top: 15px;
    letter-spacing: 0.5px;
}
.footer_li li{
    list-style: none;
    line-height: 25px;
    padding-top: 5px;
}
.footer_li li a{
    color: #ffffff;
}
#copyrights{
    width: 100%;
    height: auto;
    padding: 10px 0 !important;
    background: #353535;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.8px;
}

/* servics  */


.thumbs-block {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    width: 100%;
    height: auto;
}

.thumbs-block .thumbs {
    white-space: nowrap;
    text-align: center;
}

.thumbs-block .thumb {
    display: inline-block;
    margin: 30px 10px;
    height: auto;
    border-radius: 50%;
    width: 245px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 1s;
}

.thumbs-block .thumbs :hover>.text {
    background: #2aa1e7;
    transition: all 0.5s;
}

.text {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 245px;
    height: 245px;
    position: absolute;
    top: 30px;
    border-radius: 50%;
}

#img_ser {
    border-radius: 50%;
}

.ser_img_h {
    color: #ffffff;
    font-weight: bolder !important;
    letter-spacing: 1px;
    font-size: 25px;
}


/* servics  */

.p_pt{
    padding-top: 50px;
}
.c_pt{
    padding-top: 30px;
}
.rm-0 {
    margin: 0 !important;
}

#srvices_banner{
    width: 100%;
    height: auto;
    background: url(../../images/ser_b.jpg);
    padding: 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.b_h{
    color: #ffffff;
    text-align: right;
    letter-spacing: 1px;
}

.ser_li{
    margin: 0;
}
.ser_li li{
    line-height: 30px;
}

#abt {
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.cnt_form{
    padding: 22px !important;
    margin: 10px 0 !important;
    border-color: #7c7c7c !important;
}

.cnt_form{
    padding: 22px !important;
    margin: 10px 0 !important;
    border-color: #7c7c7c !important;
}
.cont_form::placeholder{
    color: #212121 !important;
}
.cnt_btn{
    background: #2aa1e7;
    color: #ffffff;
    padding: 9px 0 !important;
    width: 100%;
    font-size: 17px !important;
    margin: 0 !important;
    border: none;
    transition: all 0.5s;
}
.cnt_btn:hover{
    background: #333333 !important;
    color: #ffffff !important;
    transition: all 0.5s;
}
.contact_h {
    color: #00aeff;
    letter-spacing: 2px;
}

.cntact_form {
    padding: 30px 0;
}

label {
    color: #343a40 !important;
    padding-bottom: 3px;
}

.form-group {
    padding-bottom: 5px !important;
}

.c_btn {
    padding: 8px 20px !important;
    background: #00aeff;
    border: none;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 1px;
}

.c_form {
    border: 1px solid #343a40;
    border-radius: 2px;
}
