* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'Open Sans',sans-serif;*/
    font-family: "Gilroy", Arial, sans-serif;
}

.ymaps-2-1-79-image {
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    color: black;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

header {
    z-index: 555;
}

section{
    overflow: hidden;
}

.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    left: 0;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}


/* =======================================Header=========================== */

header.fixed .header_top .btn_wrapper{
    height: 73px;
    line-height: 52px;
}

header.fixed .logo{
    width: 100px;
}

header.fixed .header_bottom .navbar .nav-link{
    padding: 5px 0;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
}

header .container{
    max-width: 92%;
}

/* header .navbar-brand{
    margin-left: 40px;
} */

header .header_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*background: #7846c3;*/
    background: #8762bf;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

header .header_top .navbar .call{
    padding: 8px 20px;
    /*background: #8b5ecf;*/
    background: #9a75d3;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    margin-left: 24px;
}

header .header_top .navbar{
    /*background: #7846c3;*/
    background: #8762bf;
    z-index: 999;
    justify-content: space-between;
}

header .header_top .wrapper .btn_wrapper img{
    width: 17px;
}

header .header_top .btn_wrapper{
    background: #f9dd07;
    display: flex;
    align-items: center;
    padding-left: 35px;
    height: 95px;
    /* width: 141px; */
    background: linear-gradient(-137deg, #f9dd07 6px, transparent 0) 0 5px, linear-gradient(320deg, #f9dd07 5px, #8762bf 0) 0 5px;
    background-color: #f9dd07;
    background-position: left bottom;
    background-repeat: repeat-y;
    background-size: 10px 10px;
    margin-left: auto;
    /*line-height: 66px;*/
}

header .header_top .btn_wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #f9dd07;
    width: 100vw;
    z-index: -9;
}

header .header_top .order_link{
    display: block;
    width: 194px;
    margin-left: auto;
}

header .header_top .order{
    display: block;
    width: max-content;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 8px;
}


header .social_media a{
    margin-right: 16px;
    display: inline-block;
    font-size: 18px;
    color: #f9dd07;
}

header .social_media a i.fa-facebook-f{
    font-size: 15px;
    position: relative;
    top: -1px;
}

header .social_media a:hover{
    color: white;
}

header .header_bottom{
    background: #6738ac;
    background: #7550ab;
}

header .logo{
    width: 130px;
    filter: brightness(100);
}

header .navbar-collapse .nav-item{
    margin-right: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

footer .menu_list .nav-link,
header .navbar-collapse .nav-link{
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer .menu_list .nav-link::after,
header .nav-link::after{
    background-color:#f9dd07;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -8px;
    -webkit-transition: opacity .15s,-webkit-transform .15s;
    transition: opacity .15s,-webkit-transform .15s;
    transition: transform .15s,opacity .15s;
    transition: transform .15s,opacity .15s,-webkit-transform .15s;
}

footer .menu_list .nav-link:hover::after,
header .nav-link:hover::after{
    opacity: 1;
    /* -webkit-transform: translateY(-100%);
    transform: translateY(-100%); */
}

footer .menu_list .nav-link:hover,
header .nav-link:hover{
    color: #f9dd07;
}

header .header_bottom .phone_wrap{
    display: flex;
    flex-wrap: wrap;
}

header .header_bottom .phone_wrap p{
    margin-bottom: 0;
    margin-left: 20px;
}

header .header_bottom .phone_wrap span{
    display: block;
}

header .header_bottom .phone_wrap a{
    display: inline-block;
    color: white;
    font-size: 13px;
}

header .header_bottom .phone_wrap a:hover{
    color: #f9dd07;
}

header .header_bottom .phone_wrap img{
    width: 20px;
    transform: rotate(-30deg);
}

header .navbar-toggler{
    margin: 0 15px 0 5px;
}

header .header_bottom .navbar{
    display: block;
    padding: 0;
}

header .navbar-toggler .wrapper-menu {
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler .wrapper-menu.open {
    transform: rotate(-45deg);
}

header .navbar-toggler .line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 2px;
}

.inner-header .navbar-toggler .line-menu{
    background-color: #020080;
}

header .navbar-toggler .line-menu.start {
    width: 70%;
    margin-left: auto;
}

header .navbar-toggler .line-menu.center {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

header .navbar-toggler .line-menu.end {
    width: 55%;
}

header .navbar-toggler .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

header .navbar-toggler .open .line-menu.start {
    transform: rotate(90deg) translate(-8px, -9px);
}

header .navbar-toggler .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

header .navbar-toggler .open .line-menu.end {
    transform: rotate(90deg) translate(8px, 17.5px);
}


header .header_bottom .dropdown-menu{
    position: absolute;
    width: max-content;
    top: 100%;
    left: -15px;
    /*-webkit-transform: scale(1, 0);*/
    /*-ms-transform: scale(1, 0);*/
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    display: block;
    overflow: hidden;
    padding: 0;
    border: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
}


header .header_bottom .dropdown:hover>.nav-link{
    color: #f9dd07;
}

header .header_bottom .dropdown:hover>.nav-link::after{
    opacity: 1;
}

header .header_bottom .dropdown-menu a{
    padding: 10px 16px;
    display: block;
}

header .header_bottom .dropdown-menu a:hover{
    background: #8663bf;
    color: white;
}

header .nav-link.menu_active{
    color: #f9dd07 !important;
}

header .nav-link.menu_active::after{
    opacity: 1;
}

header .dropdown-menu .dropdown_active_li{
    background: #8663bf !important;
}

header .dropdown-menu .dropdown_active_li a{
    color: white;
}

/*================================= Main =============================*/
#particles-js{
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: #111111;*/
}

main canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

main{
    margin-top: 122px;
    position: relative;
}

main .carousel-item{
    height: calc(100vh - 121px);
}

main .carousel-item img{
    height: 100%;
    object-fit: cover;
    object-position: 50% 85%;
}

main .carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(53 5 117 / 48%);
    background-image: linear-gradient(360deg, #000000 0%, transparent 45%);
}

main .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*z-index: 9;*/
}

main .carousel_wrap{
    overflow: hidden;
}

main .carousel-caption{
    top: 18%;
    bottom: auto;
    margin: auto;
    /* left: auto;
    right: auto; */
}

main .carousel-caption .carousel_text{
    /*width: 70%;*/
    margin: auto;
} 


main .carousel-caption h1{
    font-size: 40px;
    font-weight: 700;
    /*letter-spacing: 5px;*/
    margin-bottom: 0;
}

main .carousel-caption p{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    /*letter-spacing: 10px;*/
}

main .carousel-caption .more_btn{
    display: block;
    width: max-content;
    padding: 18px 64px;
    background: white;
    border-radius: 12px;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
}

main .carousel-caption .more_btn:hover{
    background-color: #937fb9;
    color: white;
}

main .carousel-control-next, 
main .carousel-control-prev{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 105px;
    height: 105px;
    /*background-color: #937fb9;*/
    opacity: 1;
    border-radius: 50%;
    transition: 0.3s ease;
    z-index: 99;
}

main .carousel-control-next-icon, 
main .carousel-control-prev-icon{
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

main .carousel-control-next{
    right: -55px;
}

main .carousel-control-prev{
    left: -55px;
}

main .carousel-control-next-icon {
    margin-right: 46px;
}

main .carousel-control-prev-icon {
    margin-left: 46px;
} 

main .carousel-control-next:hover, 
main .carousel-control-prev:hover{
    background-color: #7758a0;
}

main .main_advantage .box img{
    width: 40px;
    margin-bottom: 25px;
    /* padding: 0 35px; */
}

main .main_advantage{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 15%;
    color: white;
    left: 6%;
    right: 6%;
    /*max-width: 1200px;*/
    margin: auto;
}

main .main_advantage .advantage{
    text-align: center;
    width: 148px;
    margin: auto;
}

main .main_advantage .box h3{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

main .carousel-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    background-clip: unset;
    /*opacity: 1;*/
    margin-right: 7px;
    margin-left: 7px;
}

main .carousel-indicators .active{
    border: 2px solid #f9dd07;
}

/*================================= Advantage =============================*/

.section_padding{
    padding: 5rem 0;
}

.advantage .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.advantage .carousel_wrap{
    padding: 0 50px;
}

.advantage .item_img,
.advantage .item_text{
    width: 50%;
}

.advantage .item_text{
    padding-left: 50px;
}

.advantage .item_img{
    height: 350px;
}

.advantage .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage .item_text h2{
    font-size: 25px;
    margin-bottom: 34px;
    font-weight: 700;
}

.advantage .item_text p{
    font-size: 18px;
    font-weight: 300;
    color: #535353;
}

.advantage .owl-nav img{
    width: 40px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.services .owl-nav button,
.advantage .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.advantage .owl-carousel .owl-nav .owl-next{
    right: 0;
}

.advantage .owl-carousel .owl-nav .owl-prev{
    left: 0;
}

.advantage .owl-nav img:hover{
    opacity: 1;
}

.advantage .owl-dots {
    text-align: center;
    margin-top: 30px;
}


.owl-dots button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dadada !important;
    margin: 0 12px;
}


.owl-dots button.active{
    background: #7758a0 !important;
}

/*================================= About section=============================*/

.about_section {
    /* padding: 105px 0; */
    background: #f5f5f7;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.about_section .about_video {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48%;
}

.about_section .video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(218, 218, 218, 0.5);
    color: white;
    font-size: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    transition: 0.3s linear;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1);
}

.about_section .about_video .fa-play:before {
    padding-left: 8px;
}

.about_section .about_video:hover .video_btn {
    transform: translate(-50%, -50%) scale(0.9);
    background-color: rgba(255, 255, 255, 0.5);
}

.about_section .about_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: 0.3s linear;
    filter: brightness(0.7);
}

.about_section .about_video:hover img {
    transform: scale(1);
    filter: brightness(0.8);
}

.about_section .about_video .video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.about_section .about_text{
    padding: 90px 0;
    margin-left: 30px;
}

.about_section .about_text .section_title span{
    /* font-size: 24px; */
    margin: 5px 0 28px;
}

.about_section .about_text h1 {
    /* font-size: 24px; */
    margin: 5px 0 28px;
}

.about_section .about_text p {
    font-size: 17px;
    margin-bottom: 25px;
}



.about_section .btn {
    display: inline-block;
    line-height: 35px;
    margin: 8px;
    padding: 4px 30px;
    font-size: 15px;
    position: relative;
    opacity: 0.999;
    border-radius: 12px;
}

.about_section .btn-fill-horz-o {
    background-color: transparent;
    border: 1px solid #7758a0;
    color: #7758a0;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
}

.about_section .btn-fill-horz-o:before, 
.about_section .btn-fill-horz-o:after {
    content: "";
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.about_section .btn-fill-horz-o:before {
    left: 50%;
}

.about_section .btn-fill-horz-o.btn-green:before, 
.about_section .btn-fill-horz-o.btn-green:after {
    background-color: #7758a0;
}

.about_section .btn-fill-horz-o:after {
    right: 50%;
}

.btn-fill-horz-o.btn-green:hover{
    border-color: #7758a0;
}

.btn-fill-horz-o:hover {
    color: #fff;
}

.btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
    width: 50%;
    opacity: 1;
}

.animate, .btn-fill-horz:before, .btn-fill-horz:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border:before, .btn-border:after, .btn-border-o:before, .btn-border-o:after, .btn{
        transition: all 0.3s;
}

/*================================= result =============================*/

.result{
    padding: 5rem 0 2rem;
}

.result h2{
    font-size: 20px;
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 22px;
}

/*.result .result_content{*/
/*    text-align: center;*/
/*}*/

/*.result .result_box{*/
/*    padding: 0 6em 0 6em;*/
/*    cursor: grab;*/
/*}*/

/*.result .result_box .box_text{*/
/*    line-height: 1.8;*/
/*}*/
    
.result .owl-item .quote{
    width: 450px;
    /*height: 100px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: auto;
    /*margin-top: 40px;*/
}

.result_page .row> .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.result_page iframe{
    width: 100%;
    height: 100%;
}

.result .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
}

.result .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.result .owl-nav button img{
    width: 20px;
}

.result .owl-nav button.owl-prev{
    left: 0;
}

.result .owl-nav button.owl-next{
    right: 0;
}

.about_page .static_content {
    line-height: 1.8;
}

.about_page .static_content .quote{
    width: 45%;
    float: right;
    margin-left: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
    height: 340px;
    margin-bottom: 20px;
}

.static_content .quote img{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_page .static_content .quote:before {
    content: '';
    position: absolute;
    top: -11px;
    right: -11px;
    width: 85%;
    background: #9580b9;
    height: 85%;
    z-index: -1;
}

.photo_gallery .quote{
    width: calc(25% - 8px);
    margin: 4px;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    height: 250px;
}

.photo_gallery .quote a{
    cursor: crosshair;
}

.photo_gallery .quote:hover{
    border-bottom: 4px solid #f9dd07;
}

.photo_gallery .quote img{
    transition: all 0.3s ease;
}

.photo_gallery .quote:hover img{
    filter: brightness(0.5);
}

.photo_gallery .quote iframe{
    width: 100%;
    height: 100%;
}

.photo_gallery .row>div:nth-child(1){
    margin-bottom: 5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.gallery_page .gallery_box{
    width: 400px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8a5ece2b;
    border-radius: 16px;
    margin: 15px;
    position: relative;
    z-index: 99;
    transition: 0.3s ease;
    border-top: 2px solid #6738ac;
}

.gallery_page .gallery_box>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.gallery_page .row{
    justify-content: center;
}

.gallery_page .gallery_box:before, 
.gallery_page .gallery_box:after {
    position: absolute;
    content: "";
    top: 100px;
    bottom: 5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    box-shadow: 0 0 40px 13px #ebe3f7;
    border-radius: 100px/20px;
    transition: 0.3s linear;
    
}

.gallery_page .gallery_box:hover::before,
.gallery_page .gallery_box:hover::after{
    box-shadow: none;
}

.gallery_page .gallery_box:hover {
    transform: translateY(-10px);
}

.video_gallery .quote:nth-child(1){
    margin-left: -15px;
    margin-right: -15px;
}

.video_gallery .quote:nth-child(1) iframe{
    width: calc(50% - 30px);
    margin: 0 15px;
    height: 320px;
}

.video_gallery .quote:nth-child(3) iframe{
    width: calc(25% - 8px);
    margin: 4px;
    height: 250px;
}

.video_gallery .quote{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.video_gallery .quote:nth-child(3){
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 20px;
}

.video_gallery h4{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 0;
}

/*================================= Services =============================*/

.services .item a{
    display: block;

}

.services .item{
    border-radius: 16px;
    overflow: hidden;
    background: #7758a1;
    box-shadow: 0px 9px 11px rgb(0 0 0 / 9%)
}

.services .item .item_top{
    height: 280px;
    position: relative;
}

.services .item .item_top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.services .item .item_top .item_text{
    position: absolute;
    bottom: 0;
    color: white;
    padding: 32px 32px 0;
    z-index: 9;
}

.services .item .item_top .item_text p{
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.services .item .item_top .services_title{
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 8px;
}

.services .item_top::after{
    content: '';
    z-index: 1;
    background: linear-gradient(to top,#7758a1 10%,rgba(46,18,66,0));
    pointer-events: none;
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.services .item_bottom{
    padding: 7px 24px 24px;
    height: 120px;
    display: flex;
    align-items: center;
}

.services .item_bottom .more_btn{
    border: 1px solid black;
    background: #f9dd07;
    border: 1px solid #f9dd07;
    padding: 10px 24px;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.services .item a:hover .more_btn{
    background-color: transparent;
    color: #f9dd07;
}

.services .owl-stage{
    padding: 50px 0;
}

.services .owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dadada;
    border: 5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .owl-carousel .owl-nav button i{
    /* width: 12px; */
    color: #2d1243;
}

.services .owl-carousel .owl-nav .owl-next{
    right: -25px;
}

.services .owl-carousel .owl-nav .owl-prev{
    left: -25px;
}


.services .owl-dots{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section_title p,
.section_title h1{
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-right: 30px;
    /* color: #35116a; */
}

/*================================= Slogan =============================*/

.slogan{
    background-image: url(../img/sloganimg3.png);
    height: 600px;
    background-size: cover;
    background-position: 40% top;
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.slogan .slogan_wrap{
    background-color: #fff;
    border-left: 6px solid #77589f;
    border-radius: 6px;
    max-width: 500px;
    padding: 50px;
    margin-left: auto;
}

.slogan .slogan_wrap h2{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 35px;
    margin-bottom: 24px;
}

.slogan .slogan_wrap p{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
}
.slogan .slogan_wrap a{
    display: block;
    padding: 10px 68px;
    text-align: center;
    border-radius: 12px;
    background-color: #77589f;
    color: white;
    width: max-content;
    margin-top: 24px;
}

.slogan .slogan_wrap a:hover{
    background-color: #6b41a1;
}


/*================================= Team =============================*/

.section_title{
    /* margin-bottom: 3rem; */
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    
}

.section_title a{
    position: relative;
    color: black;
        font-weight: 100;
    font-size: 14px;
}


.section_title a::before{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    transition: width 0.3s ease;
    background: #77589f;
    height: 1px;
}

.section_title a:hover::before{
    width: 0;
    
}

.section_title a:hover{
    color: #77589f;
}

.team .team_box a:hover{
    color:#77589f;
}

.team .team_box a:hover .img_wrapper{
    filter: grayscale(0);
}

.team .img_wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    /* background: #f8f8f8; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    filter: grayscale(1);
    transition: all 0.3s ease;
    /*box-shadow: 0 0px 15px rgb(0 0 0 / 10%);*/
}

.team {
    padding: 3rem 0;
}

.team .img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .title_wrapper {
    text-align: center;
    padding: 20px 0 0;
}

.team .title_wrapper .title,
.team .title_wrapper h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    color: #000;    
}

.team .title_wrapper p {
    color: rgb(57, 51, 48, .7);
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

 .team #carousel-nav{
    display: flex;
} 

.team #carousel-nav button.owl-next, 
.team #carousel-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #937eb7;
    background: #937eb7;
    transition: all 0.3s ease;
    margin: 0 3px;
    border-radius: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team #carousel-nav button.owl-next:hover, 
.team #carousel-nav button.owl-prev:hover {
    background: #77589f !important;
}

.team #carousel-nav button.owl-next:hover i, 
.team #carousel-nav button.owl-prev:hover i {
    color: #fff;
}

.team .owl-stage-outer{
    padding: 3rem 0 4rem;
}

.team .position_title{
    margin-bottom: 25px;
    border-bottom: 2px solid #d5d2d1;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    border-bottom-style: dotted;
}

/*================================= News=============================*/

.news{
    background: #f5f5f7;
}

.news .section_title{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 40px;
}

.news a{
    display: block;
    color: black;
    height: 100%;
}

.news .news_box {
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgb(91 91 91 / 7%), 0 3.00517px 2.75474px rgb(91 91 91 / 4%);
    border-radius: 16px;
    min-height: 232px;
    background-color: white;
    padding: 25px;
    position: relative;
    transition: box-shadow .2s ease 0s,-webkit-box-shadow .2s ease 0s;
    height: 100%;
}

.news .news_box p{
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
}

.news .news_box .more{
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.news .news_box .news_box_bottom .date{
    text-transform: uppercase;
    font-size: 14px;
}

.news .news_box_bottom .date span{
    color: #a7a8ab;
}

.news .news_box .more svg{
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
}

.news .news_box:hover{
    box-shadow: 0 14px 21px rgb(0 0 0 / 10%);
}

.news .news_box:hover svg{
    -webkit-transition: -webkit-transform .8s ease 0s;
    transition: -webkit-transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s,-moz-transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition: transform .8s ease 0s,-webkit-transform .8s ease 0s,-moz-transform .8s ease 0s;
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    transform: translateX(-2px);
}

.news .news_box .news_box_bottom{
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
}

.news_cat .news_box p{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    padding: 0 25px;  
}

.news_cat .news_box{
    align-items: center;
    justify-content: center;
}

.news_cat .news_box .news_box_bottom{
    justify-content: end;
}

.news_img_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%; 
    margin-top: 3rem;
}

.news_img_wrap a,
.news_content .news_img_wrap iframe{
    width: calc(25% - 8px);
    margin: 4px;
    height: 180px;
}

.news_img_wrap a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ytp-button {
    width: 44px !important;
}

/*========================= call to action=============================*/

.call-to-action .wrapper{
    border-radius: 20px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8hrWWPUV8Mhx4muRtnj6bKDKWqQk47616gw&usqp=CAU);
    /* background-color: black; */
    color: white;
    padding: 8px 65px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
   
}

.call-to-action .wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6b3fad;
    opacity: 0.9;
}

.call-to-action .row{
    position: relative;
    z-index: 99;
}

.call-to-action .wrapper .left_wrap{
    display: flex;
    align-items: center;
}

.call-to-action .wrapper .text_wrap{
    margin-left: 22px;
    padding-bottom: 8px;
}

.call-to-action .text_wrap p:first-child,
.call-to-action .text_wrap h2{
    font-weight: 700;
    font-size: 38px;
}

.call-to-action .img_wrap{
    width: 200px;
    margin-left: 14px;
}

.call-to-action .img_wrap img{
    width: 100%;
    transform: translateY(6px);
    transition: 0.3s ease;
}

.call-to-action .right_wrap a{
    color: black;
    display: block;
    width: max-content;
    background: #f9dd07;
    padding: 14px 30px;
    border-radius: 12px;
    margin-left: auto;
    -webkit-animation: play 4s ease infinite;
    -moz-animation: play 4s ease infinite;
    -o-animation: play 4s ease infinite;
    animation: play 4s ease infinite;
   
}

@keyframes play{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
        -moz-box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
        box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
    }
    1% {
        -webkit-box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20);
        -moz-box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20);
        box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20);
    }
    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20), 0 0 0 20px rgba(249, 221, 7, 0.10);
        -moz-box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20), 0 0 0 20px rgba(249, 221, 7, 0.10);
        box-shadow: 0 0 0 10px rgba(249, 221, 7, 0.20), 0 0 0 20px rgba(249, 221, 7, 0.10);
    }
    10% {
        -webkit-box-shadow: 0 0 0 15px rgba(249, 221, 7, 0.20), 0 0 0 30px rgba(249, 221, 7, 0.10);
        -moz-box-shadow: 0 0 0 15px rgba(249, 221, 7, 0.20), 0 0 0 30px rgba(249, 221, 7, 0.10);
        box-shadow: 0 0 0 15px rgba(249, 221, 7, 0.20), 0 0 0 30px rgba(249, 221, 7, 0.10);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
        -moz-box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
        box-shadow: 0 0 0 0 rgba(249, 221, 7, 0.20);
    }

}

.call-to-action .right_wrap{
    padding-bottom: 8px;
     margin-right: 16px;
}

.call-to-action .wrapper:hover img{
    transform: translateY(1px);
}

.call-to-action .content_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*================================= Footer =============================*/

footer {
    padding: 75px 0 50px;
    background: #000;
    color: white;
    overflow: hidden;
}

footer .logo img{
    width: 140px;
    /* -webkit-filter: grayscale(100) brightness(100);
    filter: grayscale(100) brightness(100); */
}

footer a {
  color: white;

}

footer .btn a {
  padding: 25px 55px;
  font-size: 15px;
  display: block;
}

footer .btn {
  display: flex;
  margin-left: auto;
}

footer .phone{
  display: flex;
  flex-wrap: wrap;
}

footer .menu_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

footer .menu_list .nav-item{
    margin-right: 15px;
}

footer .menu_list .nav-link{
    padding: 0;
    color: white;
}

/*footer .address:first-child{*/
/*    padding-right: 25px;*/
/*}*/

footer .address{
    /*margin-bottom: 20px;*/
    margin-left: auto;
    font-size: 15px;
}

footer .address p{
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 22px;
}

footer .address span{
    display: inline-block;
}

footer .address> div{
    margin-bottom: 5px;
    display: flex;
}

footer .address a {
  transition: 0.3s ease;
  display: inline-block;
}

footer .address a:hover {
  color: #75589f;
}

footer .address .icon{
    margin: 0 25px;
}

footer .address>div span:nth-child(1){
    min-width: 45px;
}

footer .footer_menu{
    margin: 3rem 0;
}

footer .btn_wrap{
    display: flex;
    align-items: center;
    margin-left: auto;
}

footer .btn_wrap a{
    display: block;
    width: max-content;
    padding: 20px 55px;
    background: #734aab;
    border-radius: 16px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border: 2px dashed #a472e9;
}

footer .btn_wrap a:hover{
    background: #211734;
}

.contact .social-icons,
footer .social-icons {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.contact .social-icons li,
footer .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 16px;
  }
  
.contact .social-icons i,
footer  .social-icons i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 265ms ease-out;
  }

.contact .social-icons a,
footer .social-icons a {
    display: inline-block;
    position: relative;
  }
  
.contact .social-icons a:before,
footer .social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    transition: all 265ms ease-out;
  }
  
.contact .social-icons a:hover:before,
footer .social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
  }

.contact .social-icons a.social-square:before,
footer .social-icons a.social-square:before {
    background: linear-gradient(45deg, #77589f, #937fb6);
    border-radius: 25%;
    opacity: 0.3;
  }
  
.contact .social-icons a.social-square:hover:before,
footer .social-icons a.social-square:hover:before {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: scale(-180deg);
    border-radius: 100%;
  }
 
.contact .social-icons a.social-square:hover i,
footer .social-icons a.social-square:hover i {
    /* transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2); */
    color: #fff;
    /* transform: scale(1.2); */
    -webkit-text-fill-color: #fff;
  }

footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .copyright{
  padding-right: 55px;
  /* font-family: 'FTN_medium'; */
  -webkit-font-smoothing: antialiased;
}

footer .siteby{
  -webkit-font-smoothing: antialiased;
  /* font-family: 'FTN_medium'; */
}

footer .siteby a{
    color: #fff;
    position: relative;
} 

footer .siteby a:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: white;
    transition: width 0.3s ease;
}

footer .siteby a:hover::before{
    width: 0;
}




/*===========================Inside page==========================*/

.inside_pages_head{
    height: 300px;
    background-image: url(https://www.myhealth1st.com.au/static/assets/images/2FlZUzsKJF6Je4Sa9AuUnS/Finding%20a%20Psychologist.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 122px;
}

.inside_pages_head::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.7;
    /*background-image: linear-gradient(360deg, black, transparent);*/
}

.inside_pages_head .title_wrap{
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 9;
    position: relative;
    color: white;
}

.inside_pages_head .title_page{
    text-align: center;
    margin-bottom: 20px;
}

.inside_pages_head .breadcrumb{
    justify-content: center;
}

.category_content .content_title{
    text-align: center;
    position: relative;
    margin: 0;
    max-width: 60%;
    font-size: 1.5rem;
}

.category_content .info_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}

.category_content .info_title span{
    background: #8a5ece;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    
}

.category_content .info_title span:nth-child(1){
    margin-right: 20px;
}

.category_content .info_title span:nth-child(3){
    margin-left: 20px;
}

.breadcrumb-list{
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 84%;
    background: white;
    right: 0;
    margin: 0 10px;
    transform: rotate(20deg);
    top: 3px;
}

.breadcrumb-list li a{
    position: relative;
    padding-right: 30px;
    color: white;
}

.breadcrumb-list li a:hover{
    text-decoration: underline;
}

.breadcrumb-list li{
    margin-right: 10px;
}

.breadcrumb-list li.active{
    opacity: 0.6;
}

.category_content.team .team_box,
.category_content.services .item{
    width: calc(25% - 24px);
    margin: 12px;
    padding: 0;
}

.category_content.news #dle-content>*{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.result_page .row> .quote{
    width: calc(33.33% - 24px);
    margin: 12px;
    padding: 0;
    cursor: auto;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
    transition: 0.3s ease;
    overflow: hidden;
}

.result_page .row> .quote:hover{
    transform: translateY(-8px);
}


.full_story .quote {
    width: 40%;
    float: right;
    margin: 0 0 15px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
    position: relative;
    z-index: 1;
    height: 350px;
    overflow: hidden;
}

.full_story img{
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team_fullstory .quote{
    border-radius: 50%;
    height: 230px;
    width: 230px;
    background: #f8f8f8; 
    margin: 0 auto 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    float: none;
}

.team_fullstory .quote img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_fullstory p{
    text-align: center;
    margin-bottom: 20px;
}

.team_fullstory .team_info ul{
    padding: 0;
}

.team_fullstory .team_info ul li::before{
    content: none;
}

.team_fullstory .team_info p{
    text-align: left;
    padding-left: 28px;
}

.team_fullstory .team_info h4{
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px dashed #8a5ece40;
    margin: 40px 0;
}

.team_fullstory .team_info ul,
.static_content ul,
.full_story ul{
    padding: 0 24px;
    margin: 10px 0;
}

.team_fullstory .team_info ul li,
.static_content ul li,
.full_story ul li{
    position: relative;
    margin-bottom: 10px;
}

.static_content ul li::before,
.full_story ul li::before,
.team_fullstory .team_info h4::before {
    background: url(../img/check-mark.png);
    width: 14px;
    height: 14px;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 7px -2px 0;
}
/*==============================Contact=========================*/
.contact{
    padding: 50px 0;
}

.contact .title{
    font-weight: 700;
    margin-bottom: 40px;
}

.contact .wrapper{
    background: white;
}

.contact .contact_head{
    position: relative;
    padding: 40px 0 0;
}

.contact .contact_head:before {
    position: absolute;
    content: '';
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    background-image: url(../img/546394.png);
    background-size: contain;
    background-size: 45%;
    background-repeat: no-repeat;
    /* display: flex; */
    background-position: center;
    box-shadow: 0px 5px 41px -13px rgb(0 0 0 / 18%);
}

.contact .contact_form .title{
    /*background: #77589f;*/
    color: black;
    padding: 24px 48px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.contact .contact_info{
    padding: 38px;
}

.contact .contact_body{
    padding: 0px 48px 48px;
}

.contact_form .input_wrap{
    margin-bottom: 15px;
}

.contact_form .input_wrap .effect{
    width: 100%;
    /*border: none;*/
    border: 2px solid #ebebeb;
    padding: 10px;
    background: transparent;
}


.contact .contact_form {
    box-shadow: 0px 5px 41px -13px rgb(0 0 0 / 18%);
    margin: 45px 0 20px;
}

.contact .contact_info{
    height: 100%;
    color: black;
    padding-right: 0;
    padding-left: 0;
}

.contact .contact_info .info_wrap{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 100;
}

.contact .contact_info .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.contact .contact_info .icon i{
    color: #77589e;
}

.contact .contact_info h4{
    margin-bottom: 25px;
}

.contact .contact_info .address p{
    color: rgba(255, 255, 255, 0.8);
}

.contact .contact_info .address .icon{
    font-size: 18px;
    margin-right: 23px;
}

.contact .contact_info a{
    color: black;
}

.contact .col-12 .row{
    justify-content: center;
}

.contact .social-icons i {
    color: black;
}

.contact .social-icons a.social-square:hover i{
     color: black;
    -webkit-text-fill-color: #000;
}

#map{
    height: 450px;
}

#map .popupText{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

#map .innerpopupText{
    font-size: 14px;
}


/*============================Modal===========================*/

.modal{
    z-index: 99999;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}

.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
}

.modal-body {
    padding: 0 60px 60px;
}

 .modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-content .close::before, .modal-content .close::after {
    content: '';
    position: absolute;
    background: #282828;
    width: 100%;
    height: 2px;
    left: 0;
}

.modal-content .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-content .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-title {
   font-size: 1.25rem;
   font-weight: 500;
   margin-top: 0;   
}

@media only screen and (min-width: 991.95px){
    header .header_top .wrapper{
        width: 317.7px;
    }
    
    
    header .header_bottom .dropdown:hover .dropdown-menu{
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
   
}

@media only screen and (max-width: 1199.99px){
    header .logo{
        width: 100px;
    }
    
    header .navbar-collapse .nav-link{
        font-size: 14px;
    }
    
    header .navbar-collapse .nav-item {
        margin-right: 14px;
    }
    
    header .header_bottom .phone_wrap img{
        width: 16px;
    }
    
    header .header_bottom .phone_wrap p{
        margin-left: 17px;
    }
    
    .inside_pages_head,
    main{
        margin-top: 119px;
    }
    
    
    header .header_bottom .phone_wrap a{
        font-size: 12px;
    }

    .advantage .carousel_wrap{
        padding: 0;
    }

    .advantage .item{
        padding: 0 60px;
    }

    .about_section .about_text{
        padding: 40px 0;
    }
    
    footer .address{
        margin-top: 30px;
    }
    
    .photo_gallery .quote{
        width: calc(33.33% - 8px);
    }
    
    .category_content.team .team_box, 
    .category_content.services .item {
        width: calc(33.33% - 24px);
    }
    
    /*.news_img_wrap a, */
    /*.news_content .news_img_wrap iframe{*/
    /*    width: calc(25% - 8px);*/
    /*}*/
    
    .video_gallery .quote:nth-child(3) iframe{
        width: calc(33.33% - 8px);
    }
    
    main .main_advantage{
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 991.99px){
    
    header .header_bottom .navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 80px 0px 25px;
        overflow-y: auto;
        background: #6738ac;
        z-index: 9;
        display: none;
        /*height: 0;*/
    }
    
     header .header_bottom .phone_wrap a{
        font-size: 15px;
    }
    
    header .header_bottom .navbar .navbar-collapse{
        max-width: 92%;
        margin: auto;
        padding: 0 15px;
    }
    
    header .header_top .order_link,
    header .header_top .wrapper{
        width: auto;
    }
    
    header .navbar-collapse .nav-link{
        border-bottom: 1px solid #ffffff30;
        padding: 15px 0 !important;
    }
    
    header .nav-link::after{
        bottom: -2px;
    }
    
    header .header_bottom .resp_nav .phone_wrap p{
        margin-left: 0;
        margin-right: 20px;
    }
    
    header .header_bottom .phone_wrap{
        padding-top: 24px;
    }
    
    header .navbar-collapse .nav-item{
        margin-right: 0;
        padding: 0;
    }
    
    header .header_bottom .dropdown-menu{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border-radius: 0;
        display: none;
    }
    
    header .header_bottom .dropdown-menu.dropdown_resp{
        display: block;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    
    .inside_pages_head,
    main {
        margin-top: 66px;
    }
    
    main .main_advantage .box img{
        width: 44px;
    }
    
    main .main_advantage.row>*{
        padding-right: 5px;
        padding-left: 5px;
    }
    
    main .carousel-caption {
        right: 12%;
        left: 12%;
    }
    
    main .carousel-caption .more_btn{
        margin: 20px auto 0;
    }
    
    main .carousel-caption .carousel_text{
        width: 100%;
    }
    
    .call-to-action .img_wrap{
        margin-left: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .call-to-action .right_wrap{
        padding-bottom: 18px;
        margin-right: 0px;
        margin-left: 30px;
    }
    
    .call-to-action .wrapper{
        padding: 15px 32px 0;
    }
    
    .call-to-action .wrapper .text_wrap{
        padding-bottom: 15px;
        margin-left: 30px;
    }
    
     .about_section .about_video{
        bottom: auto;
        right: 0;
        width: 100%;
        height: 400px;
    }
    
    .about_section .row>div:nth-child(1){
        height: 400px;
    }
    
    .services .owl-carousel .owl-nav .owl-prev {
        left: -18px;
    }

    .services .owl-carousel .owl-nav .owl-next {
        right: -18px;
    }
    
    .photo_gallery .quote{
        width: calc(50% - 8px);
    }
    
    .result_page .row> .quote{
        width: calc(50% - 24px);
    }
    
    .category_content.team .team_box, 
    .category_content.services .item {
        width: calc(50% - 24px);
    }
    
    .about_page .static_content .quote{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    footer .btn_wrap{
        margin-left: unset;
        margin-top: 50px;
    }
    
    footer .menu_list .nav-item {
        margin: 8px 15px;
    }
    
    footer .social-container{
        margin-top: 20px;
    }
    
    .news_img_wrap a, 
    .news_content .news_img_wrap iframe{
        width: calc(33.33% - 8px);
    }
    
    .video_gallery .quote:nth-child(3) iframe{
        width: calc(50% - 8px);
    }
    
    .full_story .quote{
        height: 250px;
    }
    
    .photo_gallery .quote{
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 767.99px){
    
    header .header_top .btn_wrapper{
        padding-left: 20px;
    }
    
    header .header_top .order{
        font-size: 10px;
        padding: 0 5px;
        letter-spacing: normal;
    }
    
    header .header_top .wrapper .btn_wrapper img{
        width: 10px;
    }
    
    main .carousel-item{
        height: 600px;
    }
    
    main .carousel-caption{
        right: 8%;
        left: 8%;
    }
    
    main .carousel-caption h1, main .carousel-caption h2{
        font-size: 30px;
    }
    
    main .carousel-caption p{
        font-size: 35px;
    }

    main .carousel-caption .more_btn{
        margin: 20px auto 0;
    }
    
    main .carousel-caption{
        top: 8%;
    }
    
    main .main_advantage .box img{
        width: 40px;
    }
    
    main .main_advantage .box h3{
        font-size: 10px;
    }

    .advantage .item_img, .advantage .item_text{
        width: 100%;
    }

    .advantage .item_text{
        text-align: center;
    }

    .advantage .item_img {
        height: 200px;
    }
    
    .call-to-action .row{
        flex-direction: column-reverse;
    }
    
    .call-to-action .content_wrap{
        justify-content: center;
        text-align: center;
    }
    
    .call-to-action .img_wrap{
        position: relative;
        margin: auto;
    }
    
    .call-to-action .wrapper .text_wrap {
        margin-left: 0;
        
    }
    
    .call-to-action .right_wrap{
        margin-left: 0;
        padding-bottom: 4px;
    }
    
    footer .logo{
        margin-bottom: 15px;
    }
    
    .category_content.team .team_box, 
    .category_content.services .item {
        width: calc(100% - 24px);
    }
    
    .news .row {
        margin-left: auto;
        margin-right: auto;
    }
    
    .full_story .quote{
        float: none;
        width: 100%;
        margin-left: 0;
        height: 300px;
    }
    
    .video_gallery .quote:nth-child(3) iframe{
        width: calc(100% - 8px);
    }
    
    .video_gallery .quote:nth-child(1) iframe{
        width: calc(100% - 8px);
        margin-bottom: 15px;
    }
    
    .slogan{
        background-position: 20% top;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    
    .slogan .slogan_wrap{
        margin: auto;
    }
    
    .result_page .row> .quote{
        width: calc(100% - 24px);
    }
    
    .advantage .item_text {
        padding-left: 0;
    }
    
    .advantage .item_text h2{
        font-size: 20px;
    }
    
    .advantage .item_text p{
        font-size: 15px;
    }
    
    .advantage .owl-nav img{
        width: 25px;
    }
    
    .photo_gallery .quote{
        width: calc(100% - 8px);
    }
    
    .news_img_wrap a, 
    .news_content .news_img_wrap iframe{
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 556.99px){
    
    header .container{
        max-width: 100%;
    }
    
    header .header_bottom .navbar .navbar-collapse{
        max-width: 100%;
         
    }
   
    .services .owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }

    .services .owl-carousel .owl-nav .owl-next {
        right: -12px;
    }
    
    .about_section .about_video{
        height: 300px;
    }
    
    .about_section .row>div:nth-child(1){
        height: 300px;
    }
    
    .photo_gallery .quote{
        width: calc(100% - 8px);
    }
    
    .news_img_wrap a, 
    .news_content .news_img_wrap iframe{
        width: calc(100% - 8px);
        height: 240px;
    }
    
    .about_page .static_content .quote{
        height: auto;
    }
}

@media only screen and (max-width: 467.99px){
    
    main .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }

    main .carousel-caption h1{
        font-size: 25px;
    }

    main .carousel-caption p{
        font-size: 35px;
    }

    main .carousel-caption .more_btn{
        padding: 18px 40px;
    }
    
    main .main_advantage{
        display: none;
    }

    .slogan .slogan_wrap h2{
        font-size: 22px;
        line-height: 1.5;
    }

    .slogan .slogan_wrap p{
        font-size: 15px;
    }
}