@font-face {
    font-family: 'fontawesome-webfont';
    src: local('fontawesome-webfont');
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#webfontQ1FnPBwb') format('svg');
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'TMSans';
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    font-weight: 500;
    overflow-x: hidden;
}

ul, li {
    margin: 0;
    padding: 0px;
}

a, input, textarea , button, li {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #4a4a4a;
    font-family: 'TMSans';
    font-weight: 400;
}

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

br {
    margin: 0;
    width: 0;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

li {
    list-style: none;
}

a,li, input {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

html {
    overflow-x: hidden;
}

h3 {
    font-family: 'TMSans';
    font-size: 36px;
    color: #4a4a4a;
    line-height: 50px;
    font-weight: 600;
}

h4 {
    font-family: 'TMSans';
    font-size: 30px;
    color: #4a4a4a;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.container-fluid, .container,.n_p {
    padding: 0px;
}

.container-fluid {
    float: left;
    width: 100%;
}

.row {
    margin: 0px;
}

div#top_scroll {
    position: relative;
    float: left;
    background: #000;
    top: 0px;
    z-index: 99999999999;
}

.rg_head {
    padding: 90px 20px;
}

.stick .rg_head {
    padding: 0px;
}

.header_area.stick {
    background: #252525;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.header_area {
    z-index: 99;
    position: absolute;
    width: 100%;
    float: left;
    clear: both;
    padding: 15px;
    top: 0;
    z-index: 999999;
}

.banner_btn {
    float: left;
    width: 100%;
}

.lf_head a {
    display: inline-block;
}

.lf_head {
    text-align: center;
}

.navigation {
    text-align: right;
}

.menu_in {
    padding: 0px;
    display: block;
}

.menu_in ul li a {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

.menu_in ul {
    text-align: center;
}

.menu_in ul li {
    display: inline-block;
    padding: 69px 20px;
}

.menu_in ul li.current_page_item a {
    color: #82bffe;
}

.menu_in ul li:hover a, .menu_in ul li.current_page_ancestor a {
    color: #82bffe;
}

.banner_section {
    /* height: 928px; */
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    position: relative;
    background-color: #eaeaea;
}

.banner_section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.home_banner_slider .slick-list {
    float: left;
    width: 100%;
}

.slick-slide {
    float: left;
}

.home_banner_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    position: relative;
}

.home_banner_slider ul.slick-dots {
    position: absolute;
    /* z-index: 99999; */
    border-radius: 0px 20px 20px 0px;
    padding: 10px 30px;
    width: auto;
    bottom: auto;
}

.home_banner_slider ul.slick-dots li {
    width: 11px;
    height: 11px;
    margin: 15px auto;
    border-radius: 100%;
    border: none;
    display: block;
}

.home_banner_slider ul.slick-dots li button {
    background: #fff;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
}

.home_banner_slider ul.slick-dots li button:hover, .home_banner_slider ul.slick-dots li.slick-active button {
    background: #000;
}

.container-fluid.footer_bottom {
    float: left;
    width: 100%;
    clear: both;
    background-color: #242424;
    padding: 20px 0px;
}

.copyright, .b_footer_menu li a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
}

.container-fluid.b_footer_wrapper {
    background: #1f1f1f;
}

.b_footer_menu ul li {
    display: inline-block;
    margin-left: 30px;
}

.b_footer_menu ul {
    text-align: right;
}

.b_footer_menu li a:hover, .footer_details p a:hover, .common_div li a:hover {
    color: #82bffe;
}

.container-fluid.footer_wrapper {
    padding: 50px 0px;
}

.common_div h4 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}

.common_div li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.footer_details p, .footer_details p a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.footer_details p {
    position: relative;
    line-height: 30px;
}

.footer_details img {
    margin-bottom: 0px;
    max-width: 200px;
}

.footer_wrapper {
    position: relative;
    background: #252525;
}

.footer_left h4 {
    font-size: 21px;
    font-weight: 600;
    color: #626262;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.social_links ul li {
    display: inline-block;
    margin: 0px 10px;
}

.social_links li a {
    color: #fff;
    line-height: normal;
    font-size: 19px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social_links li a:hover {
    color: #82bffe;
}

.social_links {
    text-align: right;
    z-index: 999;
    position: relative;
}

.container-fluid.content_section {
    padding: 80px 0px 20px;
    text-align: center;
}

.c_inner_content {
    padding-top: 40px;
}

.c_inner_content p {
    letter-spacing: .25px;
}

.container-fluid.testimonial_section {
    text-align: center;
    padding: 45px 0px 65px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-fluid.testimonial_section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

.testimonial_section ul.slick-dots {
    position: relative;
    z-index: 999;
    border-radius: 0px 20px 20px 0px;
    padding: 25px 30px;
    width: 100%;
    bottom: auto;
}

.box-test {
    background: #d1e4ff;
    padding: 25px;
    text-align: left;
    font-size: 21px;
    min-height: 175px;
}

.box-test p {
    color: #000 !important;
}

.box-test h6 {
    text-align: right;
    color: #000;
}

.box-test span {
    font-weight: 700;
    color: #82bffe;
}

.testimonial_section ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 6px;
    border-radius: 100%;
    border: none;
    display: inline-block;
}

.testimonial_section ul.slick-dots li button {
    background: #fff;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    border: 1px solid #000;
}

.testimonial_section ul.slick-dots li button:hover, .testimonial_section ul.slick-dots li.slick-active button {
    background: #000;
}

.testimonial_section h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 30px;
}

.testimonial_box p {
    font-size: 21px;
    line-height: 30px;
    color: #000;
}

.container-fluid.media_section {
    float: left;
    width: 100%;
}

.media_section ul {
    float: left;
    width: 100%;
}

.media_section li {
    width: 16.666666666666%;
    float: left;
}

.media_section li img {
    width: 100%;
}

.media_section .load_more {
    text-align: center;
    clear: both;
    padding: 60px 0px 70px;
}

.media_section .load_more a {
    background: #000;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0px 28px;
    border-radius: 10px;
}

.media_section .load_more a:hover {
    background: #ced4da;
    color: #000 !important;
}

.common_div.footer3 {
    padding-left: 22px;
}

/*.home .social_links .client_login {    display: none;}*/
.social_links .client_login a {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    text-transform: capitalize;
    line-height: 35px;
    padding: 5px 20px;
}

.social_links .client_login a:hover {
    background: #fff;
    color: #000;
}

.inner_banner {
    height: 103vh;
    background-size: cover;
    background-position: center center;
    float: left;
    width: 100%;
    position: relative;
}

.page-template-testimonial .inner_banner {
    /* height: 480px; */
}

.inner_banner {
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.page-id-149 .inner_banner {
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.page-template-faq .inner_banner, .page-template-page-about .inner_banner,.page-template-page-contact .inner_banner,.page-template-testimonial .inner_banner {
    background-size: 100% auto;
    background-position: center 12%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 703px;
    background-color: #7ab9fb66;
}
.page-id-3 .inner_banner, .page-id-17 .inner_banner, .page-id-129 .inner_banner {
    height: 838px;
    background-position: center;
    background-color: #7ab9fb66;
}
/*.page-template-page-about .inner_banner{    background-size: 100% 85%;}*/
.inner_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color: rgba(0, 0, 0, 0.20); */
}

ul#menu-service-menu li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

ul#menu-service-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_another_content .slick-list.draggable {
    /*max-width: 700px;*/
    max-width: 100%;
    margin: auto;
}

.about_image {
    margin: 0px 20px;
    background-size: cover;
    background-position: center center;
}

.about_another_content .slick-prev, .about_another_content .slick-next {
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    width: 21px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    border: none;
    outline: none;
    z-index: 999;
    cursor: pointer;
}

.about_another_content .slick-prev {
    /*left: 10%;*/
    left: -20px;
}

.about_another_content .slick-next {
    /*right: 10%;*/
    right: -20px;
}

.about_another_content button.slick-prev {
    background-image: url(../images/a_pre.png);
}

.about_another_content button.slick-next {
    background-image: url(../images/a_nex.png);
}

.about_another_content button.slick-prev:hover {
    /*background-image: url(../images/a_prev_h.png);*/
    background-image: url(../images/a_prev1.png);
}

.about_another_content button.slick-next:hover {
    /*background-image: url(../images/a_next_h.png);*/
    background-image: url(../images/a_next1.png);
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.about_top_content {
    padding: 50px 0px;
    text-align: center;
}

.about_top_content h4 {
    text-transform: uppercase;
    letter-spacing: .25px;
}

.selfsty h4 {
    text-transform: none;
    letter-spacing: .25px;
    font-size: 23px;
    color: #688cb2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.about_top_content p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 21px;
    letter-spacing: .25px;
    padding: 15px 0px;
}

.content_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner_content p {
    color: #4a4a4a;
    letter-spacing: .25px;
    padding: 12px 0px;
}

.about_another_content {
    padding: 30px 0px;
}

.about_another_content h6 {
    color: #4a4a4a;
    letter-spacing: .25px;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    padding: 12px 0px;
    padding-bottom: 18px;
}

.about_another_content p {
    color: #4a4a4a;
    letter-spacing: .25px;
    padding: 12px 0px;
}

.slider_below_content {
    padding: 20px 0px;
}

.slider_below_content p {
    color: #000;
}

.about_slider {
    padding: 20px 0px 30px;
}

.container-fluid.service_section {
    padding: 60px 0px 20px;
}

.container.service_content {
    text-align: center;
    padding-bottom: 30px;
}

.item_img img {
    width: 100%;
}

.inner_service_content {
    padding: 46px 0px 25px;
    text-align: center;
}

.service_items {
    border-bottom: 1px solid #000;
    border-bottom-style: dashed;
    padding-bottom: 50px;
}

.service_section p {
    color: #4a4a4a;
    padding: 15px 0px;
}

.inner_service_content li {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 12px;
    display: inline-block;
    border-right: 2px solid #4a4a4a;
    padding: 0px 45px;
}

.inner_service_content li a {
    color: #4a4a4a;
}

.inner_service_content li a:hover {
    color: #6c757d;
}

.inner_service_content li:first-child {
    /* padding-left: 0px; */
}

.inner_service_content li:last-child {
    border: none
}

.service_section h4 {
    line-height: 30px;
}

.service_section h4 a {
    color: #4a4a4a;
}

.service_section h4 a:hover {
    color: #6c757d;
}

.home .media_section.footer {
    display: none;
}

.container-fluid.service_section.contact {
    /*padding: 60px 0px 80px;*/
    padding: 60px 0px 30px;
}

.contact_details ul li {
    position: relative;
    margin-bottom: 26px;
    padding-left: 42px;
    width: 40%;
}

.contact_details li img {
    position: absolute;
    left: 0px;
    top: 2px;
}

.contact_details li span.phone,.contact_details li span.email {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

.contact_details li span {
    font-size: 16px;
    color: #373737;
    font-weight: 600;
    line-height: 15px;
    margin-top: -1px;
    display: block;
}

.contact_details li p {
    font-size: 18px;
    color: #393939;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.contact_details li p a {
    color: #000;
}

.contact_details a:hover {
    color: #1492CB;
}

.contact_section h4 {
    color: #1d1d1d;
    text-transform: capitalize;
}

.contact_section p {
    color: #272727;
    padding: 10px 0px 32px;
}

.contact_section .input-div {
    max-width: 48%;
    width: 100%;
    float: left;
    margin-bottom: 3%;
}

.contact_section .input-div:nth-child(2n) {
    float: right;
}

.contact_section input[type="text"], .contact_section input[type="email"], .contact_section input[type="tel"], .contact_section select {
    border-radius: 0px;
    height: 50px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
    width: 100% !important;
    border: 1.2px solid #cecece;
    background: #fff;
    max-width: 100%;
    outline: none;
    margin-bottom: 0px !important;
}

.contact_section select {
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 98% center;
}

.contact_section .form-group textarea {
    border-radius: 0px;
    height: 102px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    width: 100%;
    border: 1.2px solid #cecece;
    background: #fff;
    outline: none;
}

.contact_section .form-group {
    margin-bottom: 4%;
    clear: both;
    float: left;
    width: 100%;
}

.contact_section input[type="submit"] {
    display: block;
    border: none;
    background: #000;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    height: 50px;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    text-align: center;
}

.contact_section input[type="submit"]:hover {
    background: #6c757d;
    color: #fff;
}

.contact_section form {
    margin: 0px;
}

.contact_section input::-webkit-input-placeholder, .contact_section textarea::-webkit-input-placeholder {
    color: #373737;
}

.contact_section input::-moz-placeholder ,.contact_section textarea::-moz-placeholder {
    color: #373737 !important;
    opacity: 1;
}

.contact_section input::-ms-input-placeholder, .contact_section textarea::-ms-input-placeholder {
    color: #373737;
}

.submit_btn {
    clear: both;
}

.inner_contact_form {
    background: #eff0f0;
    padding: 50px 40px;
}

.contact_form {
    padding-right: 45px;
}

.inner_contact_details {
    border: 0px solid #eff0f0;
    padding: 50px 24px 19px;
}

.default_page p {
    color: #4a4a4a;
    padding: 8px 0px;
}

.container-fluid.content_section.default_page {
    padding: 50px 0px 20px;
    clear: both;
    float: left;
    width: 100%;
}

.gallery_images {
    width: 25%;
    float: left;
    border: 6px solid #fff;
    position: relative;
}

.gallery_images a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.66);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-image: url('../images/zoom.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery_images:hover a:after {
    opacity: 1;
}

.gallery_images:nth-child(1), .gallery_images:nth-child(5),.gallery_images:nth-child(9),.gallery_images:nth-child(13) {
    border-left: none;
}

.gallery_images:nth-child(4n) {
    border-right: none;
}

.myList {
    display: none;
}

.modal-header h4 {
    display: none;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    color: #fff;
    position: absolute;
    right: -20px;
    z-index: 99;
    top: -20px;
    font-size: 25px;
    opacity: .8;
    text-shadow: none;
    width: 60px;
    height: 60px;
    background-image: url('../images/close.png');
    background-size: cover;
    outline: none;
    border-radius: 0%;
    border: none;
    text-indent: -99999px;
    z-index: 9999;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header {
    padding: 0px;
    border: none;
}

.modal-body,.modal-content,.modal-content .show {
    padding: 0px;
    border: none;
}

.modal.show .modal-dialog {
    z-index: 999999;
}

.modal {
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cbp-spmenu-push {
    padding: 0px !important;
}

.gallery_images img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gallery_boxes {
    width: 100%;
    float: left;
    margin: 40px 0px;
}

.gallery_section .load_more a {
    background: #000;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0px 28px;
    border-radius: 10px;
}

.gallery_section .load_more a:hover {
    background: #ced4da;
    color: #000 !important;
}

.container-fluid.content_section.single_default_page {
    padding: 60px 0px;
}

.banner-inner h2 {
    font-size: 72px;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
    color: #fff;
    margin-bottom: 15px;
}

.banner-inner p {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
    color: #fff;
    margin-bottom: 15px;
}

.banner-box {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15vw;
    text-align: center;
}

.banner-inner {
    background: rgba(0,0,0,0.6);
    padding: 20px;
}

.inner_service_btn {
    text-align: center;
    margin: 0px 0 44px;
}

.inner_service_btn a {
    border: none;
    background: #4a4a4a;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 10px 25px;
}

.inner_service_btn a:hover {
    background: #6c757d;
    color: #fff;
}

.modal-backdrop.fade {
    opacity: 1;
}

.single-service h4, .single-service p {
    /*text-align: left;*/
}

/*.stick .lf_head img {    height: 75px;}*/
.stick .lf_head img {
    max-width: 230px;
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stick .menu_in ul li {
    padding: 20px;
    position: relative;
}

/*.single-service .gallery_images {width: 12.5%;}.single-service .gallery_images img {height: 150px;}*/
.single-service .inner_banner {
    background-position: top center;
    background-color: transparent;
    background-repeat: no-repeat;
}

.food .inner_service_content {
    padding: 0;
}

.clientlogin .inner_service_content {
    padding-bottom: 0;
}

.clintlogin-in {
    margin-bottom: 50px;
    text-align: center;
}

.staff-lgn-title h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.stafflogin-wrap .new-content {
    padding-bottom: 60px;
    text-align: center;
}

.entry-content.new-content label {
    display: block;
}

.stafflogin-wrap .new-content input#pwbox-1166,.page-template-clientlogin-php .new-content input[type="password"] {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 20px;
}

.new-content form.post-password-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    margin: 0px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(0, 153, 255, 1);
    color: #fff;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 23px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.new-content form.post-password-form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.page-template-stafflogin-php .inner_banner {
    background-position: top center;
    height: 328px;
}

.page-template-clientlogin-php .inner_banner {
    margin-bottom: 50px;
}

.mainabout .n_p.content_right {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: inherit;
    margin-bottom: 20px;
}

.mainabout .n_p.content_right img {
    max-width: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.mainabout-in {
    padding-bottom: 20px;
}

.pswp__share-tooltip a:last-child {
    display: none;
}

img.fancybox-image {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border: 10px solid #111111;
}

.fancybox-bg,.fancybox-button {
    background: #111111 !important;
}

#envirabox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    z-index: 988040;
    cursor: pointer;
    display: none;
    background-image: url(../images/envirabox_sprite.png);
}

#envirabox-loading, .envirabox-close, #envirabox-left #envirabox-left-ico, #envirabox-right #envirabox-right-ico {
    background-image: url(images/envirabox_sprite.png);
}

#envirabox-left-ico {
    background-position: 0 -36px;
}

#envirabox-left-ico, #envirabox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 36px;
    height: 34px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 988040;
    display: block;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
}

.fancybox-infobar {
    left: 43%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fancybox-toolbar {
    right: 34%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 39%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: auto;
    bottom: 7px;
    margin-top: 0;
    height: auto;
    padding: 0;
    width: 25px;
    outline: 0;
    border: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: auto;
    bottom: 8px;
    margin-top: 0;
    height: auto;
    padding: 0;
    width: 25px;
    outline: 0;
    border: 0;
}

.fancybox-navigation button:before {
    background: transparent !important;
    outline: 0;
    border: 0;
}

ul#menu-bottom-menu {
    display: none;
}

.insta-foot {
    text-align: right;
    margin-top: 12px;
}

.insta-foot a {
    color: #e4405f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.insta-foot a:hover {
    color: #ff0084;
}

.insta-foot .social_links {
    position: relative;
    left: 0;
    text-align: left;
}

.page-template-page-services .gallery_section {
    display: none;
}

.scrlog img {
    max-width: 161px;
}

.scrlog {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
    background: #1f1f1f;
    padding: 10px;
    display: none;
}

.sme-foot {
    text-align: right;
    margin-top: 12px;
}

.footer_wrapper .current-menu-item a {
    color: #82bffe;
}

.single .testimonial_box h6 {
    color: #fff;
}

.testimonial_box h6 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

.testimonial_page .testimonial_box {
    margin-top: 15px;
    padding: 10px;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    text-align: left;
    margin-bottom: 16px;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    margin-top: 2px;
}

.set > a.active {
    background-color: #d1e4ff;
    color: #000;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.serv ul.sub-menu {
    position: absolute;
    width: 250px;
    z-index: 9999;
    padding-top: 34px;
    display: none;
}

.serv ul.sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
}

.serv ul.sub-menu li a {
    display: block;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    text-transform: inherit;
    font-size: 17px;
    text-align: left;
    background: #252525;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.serv ul.sub-menu li a:hover {
    background: #d1e4ff;
    color: #252525;
}

.serv:hover ul.sub-menu {
    display: block;
}

.sme-foot img:hover {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.popup-frm {
    display: block;
}

.popup-frm:before {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    content: "";
}

.popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 10508;
    outline: 0;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
    max-width: 500px;
}

.input-div {
    padding-bottom: 12px;
}

.popup-frm input {
    border-radius: 0px;
    height: 40px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
    width: 100%;
    border: 1.2px solid #cecece;
    max-width: 100%;
    outline: none;
}

.popup-frm textarea {
    border-radius: 0px;
    height: 102px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    width: 100%;
    border: 1.2px solid #cecece;
    background: #fff;
    outline: none;
    resize: none;
}

.popup-frm .submit_btn input {
    display: block;
    border: none;
    background: #000;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    height: 50px;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    text-align: center;
}

.insta-foot .social_links ul li {
    display: inline-block;
    margin: 0px 2px;
}

.insta-foot .social_links ul li span {
    color: #3b74a4;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 4px;
    border: 1px solid #fff;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #FFF;
    text-align: center;
}

.insta-foot .social_links span:hover i {
    -webkit-transform: translateY(-39px);
    -ms-transform: translateY(-39px);
    transform: translateY(-39px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff
}

.insta-foot .social_links ul li a i {
    background-color: #fff;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 25px;
    color: #252525;
}

.insta-foot .social_links ul li a i:hover {
    background-color: #3b74a4;
    color: #fff;
}

.popup-inner .close i {
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.popup-inner .close {
    position: absolute;
    top: 0;
    right: 0;
}

.client-pop h3 {
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}

.client-pop ul {
    padding-left: 20px;
}

.client-pop ul li {
    font-size: 19px;
    line-height: 30px;
    color: #000;
    list-style: disc;
}

li.client_login {
    display: none !important;
}

.inner_contact_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
}

.faqinner-ser {
    margin-top: 35px;
}

.faqinner-ser a {
    border: none;
    background: #4a4a4a;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 5px 25px;
    border-radius: 4px;
}

.faqinner-ser a:hover {
    background: #000;
    color: #fff;
}

.answergive-wrap {
    padding: 30px 0;
    text-align: center;
    background: #252525;
}

.answergive p {
    color: #fff;
    font-size: 20px;
}

.answergive p a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.answergive p a:hover {
    color: #82bffe;
}

.element-item {
    float: left;
}

.element-item, .grid-sizer {
    padding: 5px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.abotcontent {
    padding: 0;
}

.abotcontent p {
    padding: 0;
    margin-bottom: 12px;
}

.container.about_another_content h4 p {
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.abotwrp h4 {
    position: relative;
}

.abotwrp {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px;
}

.abotwrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.8);
}

.inner_content {
    padding-top: 30px;
}

.b-description_readmore_button {
    padding: 10px 20px;
    background: #252525;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    margin: 9px 0 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.b-description_readmore_button:hover {
    background: grey;
}

.slider_below_content p:empty {
    display: none;
}

.set-new {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    border: 2px solid #e2f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    background: #d1e4ff;
}

.content-right {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: left;
    overflow: hidden;
}

.content-left {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
}

.content-left-r {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

.content-right-r {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    text-align: left;
}

.set-new p {
    padding: 9px 0px;
    color: #000;
    transition: 0.4s;
}

.set-new:hover p {
    color: #688cb2;
}

/*.set-new:hover {    background: #447ffa;    color: #fff;}*/
.int_image {
    /* height: 438px; */
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center center;
}

.int_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.int_image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
}

.int-slider .slick-prev, .int-slider .slick-next {
    top: 40px;
    bottom: 0px;
    margin: auto 0px;
    width: 21px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    border: none;
    outline: none;
    z-index: 999;
    cursor: pointer;
}

.int-slider .slick-prev {
    /*left: 10%;*/
    left: 20px;
}

.int-slider .slick-next {
    /*right: 10%;*/
    right: 20px;
}

.int-slider button.slick-prev {
    background-image: url(../images/a_pre.png);
}

.int-slider button.slick-next {
    background-image: url(../images/a_nex.png);
}

.int-slider button.slick-prev:hover {
    /*background-image: url(../images/a_prev_h.png);*/
    background-image: url(../images/a_prev1.png);
}

.int-slider button.slick-next:hover {
    /*background-image: url(../images/a_next_h.png);*/
    background-image: url(../images/a_next1.png);
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.abotimg {
    padding-top: 35px;
}

.blinking {
    -webkit-animation: blinkingText 1.2s infinite;
    animation: blinkingText 1.2s infinite;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    display: none;
}

@-webkit-keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.footer_details p span {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.add_links p a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.add_links p a:hover {
    color: #82bffe;
}

.add_links p {
    color: #fff;
    font-family: 'TMSans';
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.add_links {
    /*display: -webkit-box;    display: -ms-flexbox;    display: flex;*/
    display: block;
    color: #fff;
    padding-left: 20px;
}

.add_links p:first-child {
    margin-right: 15px;
}

.container-fluid.testimonial_section .container {
    position: relative;
}

.testimonial_section h3,.testimonial_box p,.testimonial_box p a {
    color: #fff;
}

.testimonial_box p a:hover {
    color: #82bffe;
}

.home .container-fluid.content_section {
    padding-top: 0;
}

.page-template-faq .container-fluid.testimonial_section:before {
    display: none;
}

.page-template-faq .testimonial_section h3, .page-template-faq .testimonial_box p {
    color: #555;
}

.service_section .container .service_items:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}

.video_overlay_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.video_overlay_text img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.video_overlay_text img.video_icon_h {
    opacity: 0;
}

.video_overlay_button {
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.having_video {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ul.list-inline.gallery-thumb.video-thumb {
    padding: 0;
}

.video_listing {
    padding: 0;
}

.video_title {
    min-height: 150px;
}

.video_title h3 {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.80px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.list-inline>li {
    display: inline-block;
}

.video_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
}

/********************************Video secition ****************/
.video_title h3 {
    font-family: 'TMSans';
    font-size: 30px;
    color: #4a4a4a;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.video_title {
    min-height: 150px;
}

.video_item {
    height: 510px;
    display: block;
}

section#type-video-section {
    float: left;
    width: 100%;
}

.video_section {
    clear: both;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ctacommon {
    clear: both;
}

.video_listing {
    padding: 0;
}

ul.list-inline.gallery-thumb.video-thumb {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    /* background-color: #fff; */
}

.video_image:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: rgba(51, 51, 51, 0.4); */
    width: 100%;
    height: 100%;
}

.video_overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
}

ul.list-inline.gallery-thumb.video-thumb li {
    padding: 0;
    -ms-flex-preferred-size: 32.8%;
    flex-basis: 32.8%;
    margin: 5px;
}

.video_overlay_text {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.80px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video_overlay_text p {
    color: #0ea6d5;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.80px;
    padding-top: 0;
    line-height: 30px;
}

button.playbutton:after {
    content: "";
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -55px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
}

.video_overlay_button {
    clear: both;
    /* height: 50px; */
    /* width: 50px; */
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* transform: translateX(-50%); */
    /* left: 0; */
}

.video_item:hover .video_overlay_text {
    /* display:none; */
    opacity: 0;
}

.video_item:hover .video_overlay_button {
    opacity: 1;
}

.video_item button.playbutton:hover:after {
    border-left: 25px solid #82bffe;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    cursor: pointer;
}

.video_overlay_text h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.80px;
    padding-top: 0;
    line-height: 30px;
}

.video_button_group {
    position: relative;
}

.video_text_group {
    position: relative;
}

.htmlfix {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
}

.popupvideo {
    position: absolute;
    width: 75%;
    overflow: hidden;
    height: 75%;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.closemebtn {
    width: 27px;
    height: 26px;
    background-color: #688cb2;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.closemebtn:hover {
    background-color: #000;
    color: #fff;
}

.htmlfix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.video-url {
    display: none;
}

.popupvideo i {
    color: #fff;
}

.banner_section {
    position: relative;
    border-bottom: 15px solid #333333;
}

.home_banner_slider:after {
    content: "";
    position: absolute;
    background-image: url('../images/img/b_arrow.png');
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 54px;
    height: 27px;
    z-index: 999;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 135px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text h3 {
    color: #fff;
    font-size: 38.48px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    padding: 14px 0px;
}

.banner_text h3 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    padding: 5px 0px;
}

.banner_text h2 {
    color: #fff;
    font-size: 48.1px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    padding: 14px 0px;
}

.banner_text h2 {
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    padding: 5px 0px;
}

.c_image {
    height: 100%;
    width: 100%;
    /* max-width: 326px; */
    background-size: cover;
    background-position: center center;
}

.container-fluid.content_section_wrp {
    background: #cde5ff;
    padding: 60px 100px;
}

.welcome_content {
    padding: 0px 6%;
}

.content_video .video_overlay_text {
    top: 50%;
}

.content_video button.playbutton:after {
    display: none;
}

.content_video button.playbutton {
    border-radius: 100%;
    border: 2px solid #fff;
    top: 5px;
    position: relative;
}

.welcome_content h2 {
    font-size: 42px;
    font-family: 'Constantia';
    color: #535353;
    text-align: center;
    background-image: url('../images/img/w_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-size: 90%;
}

.welcome_content p {
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}

.content_video, .content_img {
    margin-top: 64px;
}

.container-fluid.cta_text {
    background-color: #333333;
    padding: 15px 0px;
    text-align: center;
}

.container-fluid.cta_text h6 {
    color: #fff;
    font-size: 24px;
    font-family: 'Myriad Pro';
    font-weight: 400;
}

.container-fluid.intagram_wrapper {
    border-top: 18px solid #252525;
    border-bottom: 18px solid #252525;
}

.container-fluid.clients_heading {
    background: #333333;
    padding: 35px 0px 35px;
}

.clients_heading.padbtm {
    padding-bottom: 0;
    padding-top: 30px;
}

.container-fluid.clients_heading.footer_g {
    padding: 0px;
}

.clients_heading h3 {
    font-size: 36px;
    color: #fff;
    font-family: 'Myriad Pro';
    font-weight: 400;
    text-align: center;
    background-image: url('../images/img/b_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.container-fluid.clients_section {
    background-color: #333333;
    /*padding: 236px 0px;*/
    padding: 108px 0px;
    background-size: 100% 100%;
    background-position: center center;
}

.client_box {
    background: #cde5ff;
    padding: 35px 20px;
    position: relative;
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.6);
    margin: 0px 50px;
    /*min-height: 165px;*/
    min-height: 220px;
}

.client_box p {
    font-size: 16px;
    color: #000;
    padding-right: 6px;
}

.client_box img, .client_box h6 {
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #000;
    font-size: 14px;
}

.client_box h6 {
    font-weight: 700;
    right: 20px;
}

.clients_section .slick-prev, .clients_section .slick-next {
    top: 40px;
    bottom: 0px;
    margin: auto 0px;
    width: 21px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    border: none;
    outline: none;
    z-index: 999;
    cursor: pointer;
}

.clients_section .slick-prev {
    /*left: 10%;*/
    left: 20px;
}

.clients_section .slick-next {
    /*right: 10%;*/
    right: 20px;
}

.clients_section button.slick-prev {
    background-image: url(../images/a_pre.png);
}

.clients_section button.slick-next {
    background-image: url(../images/a_nex.png);
}

.clients_section button.slick-prev:hover {
    /*background-image: url(../images/a_prev_h.png);*/
    background-image: url(../images/a_prev1.png);
}

.clients_section button.slick-next:hover {
    /*background-image: url(../images/a_next_h.png);*/
    background-image: url(../images/a_next1.png);
}

.home .int_wrapper {
    display: none;
}

/*.container-fluid.clients_heading.sec {    padding-top: 90px;}*/
.container-fluid.clients_logos {
    background: #cde5ff;
    padding: 25px 0px;
}

.owl-item.cloned {
    display: inline-block;
}

.c_logo_box {
    /*-ms-flex-preferred-size: 19.6%;*/
    /* flex-basis: 11.6%; */
    /* margin: 2px 10px; */
    text-align: center;
}

.c_logo_box li img {
    /* margin: auto; */
    /* max-width: 100%; */
    /* height: 100%; */
    width: auto !important;
    /* vertical-align: middle; */
    display: block;
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    margin: auto;
}

.ul_client_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_logo_box li {
    /* background: #fff; */
    /* height: 100px; */
    width: 100%;
    /*border: 3px solid #90bdff;*/
    min-height: 213px;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_logo_box:first-child {
    /*margin-left: 0px;*/
}

.c_logo_box:last-child {
    /* margin-right: 0px;*/
}

.clients_logos .slick-prev, .clients_logos .slick-next, .owl-prev ,.owl-next {
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    width: 40px;
    height: 52px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    border: none;
    outline: none;
    z-index: 999;
    cursor: pointer;
    text-indent: -999999px;
}

.clients_logos .slick-prev ,.owl-prev {
    /*left: 10%;*/
    left: 20px;
}

.clients_logos .slick-next ,.owl-next {
    /*right: 10%;*/
    right: 20px;
}

.clients_logos button.slick-prev ,.owl-prev {
    background-image: url(../images/a_pre.png);
}

.clients_logos button.slick-next,.owl-next {
    background-image: url(../images/a_nex.png);
}

.clients_logos button.slick-prev:hover {
    /*background-image: url(../images/a_prev_h.png);*/
    background-image: url(../images/a_prev1.png);
}

.clients_logos button.slick-next:hover {
    /*background-image: url(../images/a_next_h.png);*/
    background-image: url(../images/a_next1.png);
}

.clients_logos h6 {
    color: #030303;
    font-size: 20px;
    font-family: 'Myriad Pro';
    font-weight: 400;
    position: absolute;
    left: 33%;
    line-height: 45px;
}

.clients_logos h6 img {
    position: relative;
    top: -4px;
}

.shoot_image {
    /* height: 320px; */
    background-size: cover;
    background-position: center center;
}

.shoot_image a {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.4s;
    position: relative;
}

.shoot_image a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(144, 189, 255, 0.5);
    opacity: 0;
    top: 0px;
    left: 0px;
    transition: 0.4s;
}

.shoot_image:hover a:after {
    opacity: 1;
}

.container-fluid.shoot_secion {
    background: #33312b;
    padding-top: 35px;
}

.shoot_secion h5 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Myriad Pro';
    font-weight: 400;
}

.s_list p {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    padding: 0px 3%;
}

.s_list {
    text-align: center;
    padding: 10px 0px 27px;
}

.s_list p a {
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 10px;
}

.s_list p i.fa {
    font-size: 26px;
    position: relative;
    top: 4px;
}

.video_overlay_text img , .video_overlay_button img {
    width: 50px;
    cursor: pointer;
}

.bottom_nav ul {
    text-align: center;
}

.bottom_nav ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    margin: 0px 15px;
}

.bottom_nav ul li a {
    color: #fff;
}

.bottom_nav ul li a:hover,.s_list a:hover {
    color: #82bffe;
}

.inner_client_box span {
    color: #82bffe;
    cursor: pointer;
    font-weight: 700;
}

.int_wrapper {
    display: none;
}

@keyframes fadeInDown h6 {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated h6 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown h6 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fancybox-share p a:last-child {
    display: none;
}

.video_title p {
    color: #4a4a4a;
    padding: 10px 0px;
}

.video_title {
    padding-bottom: 40px
}

.video-thumb button.playbutton {
    background: transparent;
    border: none;
}

a.scroll {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 55px;
    padding: 55px 0 0;
    text-align: center;
    animation: down-arrow 2s infinite ease;
    cursor: pointer;
    overflow: hidden;
    z-index: 97;
}

a.scroll,a.scroll svg {
    height: auto;
    display: block
}

a.scroll svg {
    width: 230px
}

a.scroll svg path {
    fill: #fff;
    stroke: #fff
}

a.scroll:hover svg path {
    fill: #82bffe;
    stroke: #82bffe
}

.stick a.scroll {
    display: none;
}

.b_img {
    display: none;
    position: relative;
}

.banner_img img {
    display: none;
}

.testimonial_section .testimonial_box h6 {
    color: #fff;
}

.page-id-3882 .testimonial_section .testimonial_box h6 {
    color: #000;
}

.video-icon {
    width: 70px;
    height: 64px;
    background-position: center center;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-image: url('../images/video_icon.png');
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
}

.video-icon:hover {
    background-image: url('../images/video_icon_h.png');
}

.video-pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: none;
    z-index: 99999999;
}

.video-wrapper {
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 612px;
    height: 367px;
    z-index: 2;
    background-color: #fff;
    padding: 25px 25px;
    top: 35%;
    left: 50%;
    border-radius: 13px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.close-btn i {
    font-size: 30px;
    color: #82bffe;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 55;
    cursor: pointer;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}
.int-slider.about_slider_wrp {
    padding-bottom: 30px;
}