@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Raleway:wght@300;400;500;600;700&display=swap');
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    list-style: none;

    text-decoration: none;

    outline: none;
}
@media only screen and (max-width: 450px)
{
    .basic
    {
        margin-top: 750px !important;
    }
}
/*Media 576*/
@media only screen and (max-width: 576px)
{
    .div_h5 > h5
    {
        text-align: center;
    }
    .img-slide
    {
        text-align: center;
    }
    .img_2
    {
        display: none;
    }
    .btn_dis
    {
        display: block;

        margin: auto !important;

        text-align: center;
    }
    .card-1
    {
        width: 100% !important;
    }
    .card-2
    {
        max-width: 100% !important;
    }
}
/*Media 767*/
@media only screen and (max-width: 767px)
{
    .p-large
    {
        text-align: center;
    }
    .img_3
    {
        display: none;
    }
}
@media only screen and (min-width: 767px)
{
    .card_1
    {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .team-member
    {
        display: inline-block;

        width: 12.5rem;
        margin-right: 20px !important;
        margin-left: 20px !important;

        vertical-align: top;
    }
    .basic-5 .p_heading
    {
        width: 82%;
    }
}
/*Media 992*/

@media only screen and (max-width: 992px)
{
   .animate{
    top: 15px;
    height: 21px;
   }
    .basic
    {
        margin-top: 500px;
    }
    .basic .p_video
    {
        width: 85% !important;
    }
    .navbarr
    {
        position: absolute;
        bottom: 16px;

        border-bottom: 3px solid #f3f3f3;
        background-color: white;
    }
    .h2-cont > h2
    {
        margin-top: 200px !important;
    }
    .card-1
    {
        margin-top: 70px !important;
    }
    .image-container-1
    {
        margin-top: 150px !important;
    }
    .text-container-3
    {
        margin-top: 60px !important;
    }
    .div_h5 > h5
    {
        text-align: center;
    }
    .img_4
    {
        display: none;
    }
    .curr > a{
        color: black !important;
    }
    .line > a
    {

        transition: 300ms;

        color: black !important;
    }
    .line_2 > div >a{
        color: black !important;
        transition: 300ms;
        font-weight: 500;

    }
    .mt__1{
        display:none;
    }
    #img
    {
        display: none;
    }
    .turquoise_1
    {
        text-align: center;
    }
    .btn_dis
    {
        margin-left: 39.5%;
    }
    .p-large
    {
        text-align: center;
    }
    .container
    {
        margin-top: -100px;
    }
    .img-fluid
    {
        margin-top: 100px !important;
    }
    .p-cont > p
    {
        padding-bottom: 5rem !important;
    }
    .navbar-nav{
        margin-left: 36px !important;
        line-height: 1.6;

    }
}
@media only screen and (min-width: 992px)
{
    .image-container-3
    {
        max-width: 53rem;
        margin-right: auto;
        margin-left: auto;
    }
    .card_1
    {
        width: 77%;
    }
    .basic-5 .p_heading
    {
        width: 65%;
    }
}
/*Media 1200*/

@media only screen and (max-width: 1200px)
{
    .imgg
    {
        height: 615px !important;
    }
    .basic .p_video
    {
        width: 65%;
    }
    .text-container-3
    {
        margin-left: 0 !important;
    }
    .div_h5 > h5
    {
        text-align: center !important;
    }
    .img-slide
    {
        margin-left: 11%;
    }
    .img-slide > img
    {
        margin-left: 3.5%;
    }
    .img_5
    {
        display: none;
    }
    .how
    {
        right: 100px;
    }
    #img
    {
        width: 100%;
        height: 700px;
    }
    .pleasure
    {
        margin-left: -5px;
    }
}
@media only screen and (min-width: 1200px)
{
    .basic-5 .p_heading
    {
        width: 55%;
    }
    .basic .p_video
    {
        width: 55%;
    }
    .p-large-1
    {
        width: 450px;
    }
    .p-large-2
    {
        width: 420px;
    }
    .team-member
    {
        margin-right: 2.25rem;
        margin-left: 2.25rem;
    }
}
/*A*/
.all_li
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 14px;

    margin-bottom: 6px;

    color: #626262;
}
/*B*/
.basic-4
{
    width: 100%;
    padding-top: 1px;

    background-color: #f7fdfd;
}
.button_anim
{
    position: absolute;
    z-index: 1;
    top: 44%;
    left: 50.5%;

    display: block;

    width: 4.375rem;
    height: 4.375rem;

    content: '';
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
    background: #00bfd8;
}
.button_anim > span
{
    position: relative;
    z-index: 3;
    top: 19px;
    left: 26px;

    display: block;

    width: 0;
    height: 0;

    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.625rem solid #fff;
}

.bars
{
    font-size: 30px;

    color: black;
}
.btn_dis
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 12px;
    font-weight: 700;

    display: block;

    width: 150px;
    padding: 12px 42px;

    transition: 300ms;
    text-align: center;
    text-decoration: none;

    color: white;
    border: 2px solid #00bfd8;
    border-radius: 25px;
    background-color: #00bfd8;
}
.btn_dis:hover
{
    text-decoration: none;

    color: #00bfd8;
    background-color: white;
}
.btn_light
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 12px;
    font-weight: 700;

    width: 150px;
    padding: 13px 35px;

    transition: 300ms;
    text-decoration: none;

    color: white;
    border: 2px solid #00bfd8;
    border-radius: 25px;
    background-color: #00bfd8;
}
.btn_light:hover
{
    text-decoration: none;

    color: #00bfd8;
    background-color: white;
}
.button_wrapper
{
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    left: 0;

    text-align: center;
}
.btn_choose
{
    font: 700 .75rem/0 'Raleway',sans-serif;

    display: inline-block;

    padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;

    transition: all .2s;
    text-decoration: none;

    color: #fff;
    border: .125rem solid #00bfd8;
    border-radius: 2rem;
    background-color: #00bfd8;
}
.btn_choose:hover
{
    text-decoration: none;

    color: #00bfd8 !important;
    background-color: white;
}
.best
{
    position: relative;

    width: 13.75rem;
    padding: .3125rem 0 .3125rem 4.125rem;

    transform: rotate(45deg) translate3d(0, 0, 0);

    color: #fff;
    background-color: #00bfd8;
}
.bc
{
    width: 100% !important;
    height: 606px;

    background-color: #f9fafc;
}
.basic
{
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
}
.basic .p_video
{
    margin-right: auto;
    margin-left: auto;
}
/* C */
.curr
{
    color: white;
}
.card-text
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 14px;

    text-align: center !important;

    color: #797979;
}
.card-title
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 22px;
    font-weight: 700;

    text-align: center;
}
.card-img-top
{
    width: 96px !important;
    height: 96px !important;
}
.card-2
{
    max-width: 21rem;
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
    padding-top: 50px;
}
.card-body
{
    padding-bottom: 3rem !important;
}
.card-1
{
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
    padding-top: 20px;
}
.card-1
{
    width: 310px;
}
.col-form-label
{
    font-family: 'Raleway', 'sans-serif' !important;
    font-size: 12px !important;

    margin-left: -14px !important;

    color: #626262;
}
.cold
{
    margin-top: 140px;
}
#cock
{
    font-family: 'Amiri', sans-serif;
    font-size: 95px;
}
/*D*/
.div_h5
{
    text-align: center;
}
.div_h5 > h5
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 18px;
    font-weight: 700;

    margin-top: 100px !important;
}
.div_img_1
{
    height: 338px;

    border: 1px solid #c4d8dc;
    border-radius: 5px;
}
.div_img_2
{
    height: 338px;

    border: 1px solid #c4d8dc;
    border-radius: 5px;
}
.div_img_3
{
    height: 338px;

    border: 1px solid #c4d8dc;
    border-radius: 5px;
}
.display-5
{
    font-size: 56px !important;
    font-weight: 700;

    color: #00bfd8 !important;
}
/*E*/
.emp
{
    height: 5px;
}
.emp_1
{
    height: 80px;
}
/*F*/
.fn-bold
{
    font-size: 28px !important;
    font-weight: 700 !important;
}
.fa-times
{
    margin-left: 27px !important;

    color: #777b7e !important;
}
.fa-check
{
    font-size: 14px;

    color: #00bfd8;
}
.form-control,
.form-control-2
{
    font: 400 .875rem/1.875rem 'Raleway', sans-serif !important;

    display: block !important;

    width: 100% !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 1.3125rem !important;

    transition: all .2s !important;

    color: #626262 !important;
    border: 1px solid #c4d8dc !important;
    border-radius: .25rem !important;
    background-color: #fff !important;
}

.form-control-2
{
    height: 3rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.form-group
{
    margin-bottom: 0 !important;
}
.form-check-label
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 12px;

    margin-top: 20px;

    color: #626262;
}
.form-check-input
{
    margin-top: 21.7px !important;
}

.form-control-submit-button
{
    font: 700 .75rem/1.75rem 'Raleway', sans-serif;

    display: inline-block;

    width: 100%;
    height: 3.125rem;
    margin-top: 30px;

    cursor: pointer;
    transition: all .2s;

    color: #fff;
    border: 3px solid #00bfd8;
    border-radius: 1.5rem;
    background-color: #00bfd8;
}
.form-control-submit-button:hover
{
    color: #00bfd8;
    background-color: #fff;
}
/*G*/

/*H*/
header
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    background-color: unset;
}



.how > li > a
{
    font-family: 'Raleway', serif;
    font-size: 14px;
    font-weight: 600;
}
.h2-cont > h2
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 36px;
    font-weight: 700;

    margin-top: 60px;

    text-align: center;
}
.h3
{
    height: 1px;
    margin-bottom: 0;

    border: none;
    background-color: #c4d8dc;
}
.h2_1
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 42px;
    font-weight: 700;

    margin-top: 150px !important;

    color: #393939;
}
.h2_video > h2
{
    font-family: 'Raleway','sans-serif';
    font-size: 36px;
    font-weight: 700 !important;

    margin-bottom: 3rem;

    text-align: center;

    color: #393939;
}
/*I*/

.ikon > i
{
    cursor: pointer;
    transition: 400ms;

    color: white;
}
.ikon > i:hover
{
    color: #00bfd8;
}
.img-fluid
{
    max-width: 100%;
    height: auto;
    margin-top: 135px;
}
.img-slide
{
    display: flex;

    height: 119px;

    text-align: center;

    background-color: #f7fcfd;

    align-items: center;
    justify-content: space-evenly;
}
.img-slide > img
{
    text-align: center;
}
.img-fluid-2
{
    max-width: 100%;
    height: auto;
    margin-top: 66px;
}
#img
{
    position: absolute;
}
/*J*/

/*K*/

/*L*/
.curr{
    transition: 300ms;
}
.curr:hover{
    opacity: .7;
}
.line>a {
    text-decoration: none;
    color: black;
    font-size: 0.875em;
    transition: 300ms;
}
.line>a:hover{
    opacity: .7;
}
.line_2>div {
    transition: 300ms;
    font-weight: 500;
}
.line_2>div:hover{
    opacity: .7;
}
.label_best
{
    position: absolute;
    top: 0;
    right: 0;

    overflow: hidden;

    width: 10.625rem;
    height: 10.625rem;
}
.media > p
{
    font: 400 .875rem/1.375rem 'Raleway', sans-serif;

    margin-left: 7px;

    color: #626262;
}
.media > i
{
    margin-top: 2px;

    color: #00bfd8;
}
.mont
{
    font-size: 14px;

    color: #626262;
}

.media-2 > i
{
    margin-left: 25px;

    color: #00bfd8;
}
.media-2
{
    text-align: left !important;
}
.media-2 > p
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 14px;

    margin-top: -21.5px;
    margin-left: 45px;

    text-align: left;

    color: #626262;
}
/*N*/
.navbar-dark .navbar-toggler
{
    border-color: white;
}

.nav-flex-icons
{
    width: 80px;
}
/*o*/

/*P*/
.pleasure
{
    width: 119px;
    margin-left: 50px;
}
.p-large
{
    width: 100%;
}

.p-cont > p
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 16px;

    padding-bottom: 1rem;

    text-align: center;

    color: #797979;
}
.p-large-1
{
    font: 400 .875rem/1.375rem 'Raleway', sans-serif;

    color: #626262;
}
.pricing8
{
    font-family: 'Raleway', 'sans-serif';
}
.pricing8
{
    font-size: 14px;
}

.p_1
{
    font: 400 .875rem/1.375rem 'Raleway', sans-serif;

    color: #626262;
}
.p-large-2
{
    font: 400 .875rem/1.375rem 'Raleway', sans-serif;

    color: #626262;
}

.p_video
{
    font-family: 'Raleway','sans-serif';
    font-size: 14px;

    text-align: center;

    color: #626262;
}
/*Q*/

/*R*/

/*S*/
sup
{
    font-size: 24px !important;

    top: -20px;

    color: #00bfd8 !important;
}


.str
{
    margin-left: 6px;
}



/*T*/
.test_h2
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 36px;
    font-weight: 700;

    margin-top: 50px;

    text-align: center;

    color: #393939;
}

.img-fluid-3
{
    max-width: 100%;
    height: auto;
}
.text-container
{
    font-family: 'Raleway', 'sans-serif';

    margin-top: 300px;
}
.turquoise_1
{
    font-size: 48px;
    font-weight: 700;
}
.turquoise
{
    color: #00bfd8;
}

.text-container-2
{
    font-family: 'Raleway', 'sans-serif';

    margin-top: 150px;
}

.turquoise-2
{
    font-family: 'Raleway', 'sans-serif' !important;
    font-size: 37px !important;
    font-weight: 700 !important;

    color: #393939 !important;
}



.text-container-3
{
    font-family: 'Raleway', 'sans-serif';

    margin-top: 150px;
    margin-left: 70px;
}
.turquoise-3
{
    font-family: 'Raleway', 'sans-serif' !important;
    font-size: 36px !important;
    font-weight: 700 !important;

    color: #393939 !important;
}
.card_1
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-clip: border-box;

    -ms-flex-direction: column;
}
.card-text-2
{
    font-family: 'Raleway', 'sans-serif';
    font-size: 16px;
    font-style: italic;

    text-align: center !important;

    color: #626262;
}
.mtcont
{
    margin-top: 120px;
}
.card-title_1
{
    font-family: 'Raleway','sans-serif';
    font-size: 16px;
    font-weight: 700;

    text-align: center;

    color: #626262;
}
.carousel-control-prev-icon
{
    background-image: url(images/Testimonials/arrow_left.png) !important;
}
.carousel-control-next-icon
{
    background-image: url(images/Testimonials/arrow_right.png) !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon
{
    width: 44px !important;
    height: 44px !important;
}
.carousel-control-next
{
    right: -15px !important;
}
.carousel-control-prev
{
    left: -15px !important;
}
.basic-5 .team-member
{
    max-width: 12.5rem;
    margin-right: auto;
    margin-bottom: 3.5rem;
    margin-left: auto;
}
.image-wrapper
{
    overflow: hidden;

    margin-bottom: 1.5rem;

    border-radius: 50%;
}
.image-wrapper > img:hover
{
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
            transform: scale(1.15);
}
.image-wrapper > img
{
    margin: 0;

    transition: all .3s;
}
.req_h2
{
    font-family: 'Raleway','sans-serif';
    font-size: 36px;
    font-weight: 700;

    text-align: center;

    color: #393939;
}
.basic-5
{
    text-align: center;
}
.basic-5 .p_heading
{
    font-family: 'Raleway','sans-serif';
    font-size: 16px;

    margin-right: auto;
    margin-left: auto;

    text-align: center;

    color: #626262;
}
.p_req
{
    font-family: 'Raleway','sans-serif';
    font-size: 18px;

    color: #626262;
}
.title_p
{
    font-family: 'Raleway','sans-serif';
    font-size: 14px;

    color: #626262;
}
.fa-facebook-f
{
    color: white;
}
.fa-twitter
{
    color: white;
}
.fa-google-plus-g{
    color: white;
}
.fa-instagram{
    color: white;
}
.fa-invision{
    color: white;
}
.fa-circle
{
    transition: all .2s linear;

    color: #00bfd8;
}
.fa-circle:hover
{
    color: #00bfd8;
}

.list-unstyled
{
    text-align: center;
    font-family: 'Raleway','sans-serif';
    font-size: 18px;
    color: #626262;
}
.list-unstyled>li>i
{
    color: #00bfd8;  
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.turquoise_4
{
    color: #00bfd8;
    text-decoration: underline !important;
}
.turquoise_4:hover{
color: #00bfd8 !important;
}
.basic-6{
background-color: #F7FDFD;
}
.fa-square{
color: #00bfd8;
font-size: 9px;
margin-top: 6px;

margin-right: 10px;
}
.ul_css>li{
    display: flex;
}
.end_h2{
    font-family: 'Raleway','sans-serif';
    font-size: 22px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 20px;
}
.emp_2{
    width: 100%;
    height: 100px;
}
.end_p{
    font-family: 'Raleway','sans-serif';
    font-size: 14px;
    color: #626262;
    margin-bottom: 10px;
}

 .cont_h2{
        margin-top: 100px !important;
    }
.gg{
        margin-bottom: 0.75rem;
    margin-right: -10px;
    font-size: 1.5rem;
}
.nsh{
    color: white;
}
.fgr{
text-align: center;
color: #626262 !important;
opacity: .7;
}
.animate{
    background-color: #fff;
    transition: 300ms;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 3%);
}
.mt_3{
    margin-top: 1rem;
}
.dropdown{
    position: relative;
    bottom: 2px !important;
}
.link_black{
    color: #000 !important;
}
.ikon_blue > i{
    color: #00bfd8;
}
.fa-stack:hover .fa-circle{
    color: #fff;
}
.fa-stack:hover .fa-facebook-f{
    color: #00bfd8;
}
.fa-stack:hover .fa-twitter{
    color: #00bfd8;
}
.fa-stack:hover .fa-google-plus-g{
    color: #00bfd8;
}
.fa-stack:hover .fa-instagram{
    color: #00bfd8;
}
.fa-stack:hover .fa-invision{
    color: #00bfd8;
}
.fa-stack2{
    height: 1.3em !important;
    font-size: 0.75rem !important;
}
.mt__1{
    margin-top: -0.75rem !important;
}
.ml_auto{
    margin-left: auto;
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-pointer-events {
    margin-top: 40px;
}
