﻿

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

/*----------------------------------------nav css------------------------------------------*/


.joinButton {
    background-color: gray;
    border-radius: 21px;
    padding: 5px 0px 5px 0px;
    margin: 15px 10px 0px 10px;
}

 
.navigation {
    display: flex;
    text-decoration: none;
    list-style: none;
}
li {
    list-style: none;
}



.bg-shadow1 {
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
}

.carousel-item img {
    /*width: 1200px;*/
    /*height: 600px;*/
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 22.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}


img {
    width: 100%
}

.banner_content {
    text-align: center;
    /* majkhane ansi */
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .banner_content h1 {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 100px;
    }

    .banner_content span {
        display: block;
        width: 100%;
        background-color: #555555;
        height: 2px;
    }

    .banner_content p {
        color: #fff;
    }

    .banner_content button {
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 7px 20px;
        text-transform: capitalize;
    }

        .banner_content button:hover {
            background: #15a4fa;
        }


.icon-a {
}

.icon-a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -70px;
    color: #fff;
    font-size: 20px;
   animation: upDown .9s linear infinite;
    animation-direction: alternate;
 }


@keyframes upDown {
    0% {
        color: red;
        bottom: -50px;
    }

    100% {
        color: #fff;
        bottom: -70px;
    }
}


.wrapper {
    height: 30vh;
 display: grid;
    place-items: center;
}

.typing-demo {
    width: 22ch;
    animation: typing 4s steps(22) infinite, blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

/*----------------------------------------------show part start home--------------------------------------------*/


.cards {
    background: linear-gradient(to bottom, rgb(243 226 226 / 84%) 0%, rgb(126 124 124 / 71%) 49%, rgb(73 73 73 / 80%) 100%);
    padding: 6px;
    height: 25vh;
    margin-bottom: 30px;
}

.cards h3, h6 {
    color: #fff
}

.cards {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .cards:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.showcase {
    margin-bottom: 30px;
}

.image {
    position: relative;
}

    .image::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: red;
        opacity: .5;
        transition: .4s all ease-in-out;
    }

    .image:hover::before {
        width: 100%;
    }

.icons {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.icon1 {
    border: 1px solid #ffffff;
    background: transparent;
    padding: 8px 15px;
    margin-right: 11px;
    border-radius: 1.5px;
    animation: blink 2s ease-out infinite;
}

.icon2 {
    border: 1px solid #ffffff;
    background: transparent;
    padding: 8px 14px;
    margin-right: 10px;
    border-radius: 2px;
    animation: blink 5s ease-out infinite;
}

.mm {
    margin-bottom: 100px;
}

    .mm h2 {
        color: #fff;
        font-size: 4em;
        position: absolute;
        text-align: center;
        transform: translate(-7%, 20%);
    }

        .mm h2:nth-child(1) {
            color: transparent;
            -webkit-text-stroke: 2px #000000;
            text-align: center;
        }

        .mm h2:nth-child(2) {
            color: #646464;
            animation: animate 3s ease-in-out infinite;
            text-align: center;
        }

@keyframes animate {
    0%, 100% {
        clip-path: polygon( 0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100% );
    }

    50% {
        clip-path: polygon( 0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100% );
    }
}








/*@* ---------------------------------------------login form start------------------------------------------- *@*/



.contact {
    padding-bottom: 30vh;
}
    .contact h1, .contact p {
        color: #fff;
    }

.container {
}

.abc_form {
    background-image: url(https://images.pexels.com/photos/56832/road-asphalt-space-sky-56832.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
}

.btn-send {
    color: #fff;
    padding: 4px 20px;
    background-color: red;
    border: 0;
    background: transparent;
    border: 1px solid #15a4fa;
    animation: blink 2s ease-out infinite;
}

    .btn-send:hover {
        background-color: #15a4fa;
        color: #fff;
    }

.subscribe {
    display: flex;
    justify-content: space-between;
}

.checkbox {
}

.check {
    display: flex;
    color: #fff;
    align-items: center;
}

    .check p {
        margin: 0;
        margin-left: 10px;
    }

.contact form input {
    color: #fff;
    background-color: transparent;
}

    .contact form input::placeholder {
        color: #fff;
    }

.contact form textarea {
    color: #fff;
    background-color: transparent;
}

    .contact form textarea::placeholder {
        color: #fff;
    }

.abc_form::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    background-color: #2d3950;
    z-index: -1;
}



.zoom-in-zoom-out {
    margin-bottom: 20px;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}
/* form part end */
/*----------------------------------------------news--------------------------------------------------*/


/*========================================================================================================*/

.bannerNews {
    
    background-image: url(https://t4.ftcdn.net/jpg/04/38/39/61/360_F_438396100_XSn1DgoRYk9D0kTwHqTXegFonwyBHthe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    position: relative;
    width: 100%;
}

img {
    width: 100%
}

.bannerNews_content {
    text-align: center;
    /* majkhane ansi */
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .banner_content h1 {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 100px;
    }

    .banner_content span {
        display: block;
        width: 100%;
        /*background-color: #15a4fa;*/
        background-color: #555555;
        height: 2px;
    }

    .banner_content p {
        color: #fff;
    }

    .banner_content button {
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 7px 20px;
        text-transform: capitalize;
    }

        .banner_content button:hover {
            background: #15a4fa;
        }



/* hero info section start=========================== */
.hero_info {
    background-color: #f9f9f9;
}

.hero_wrapper {
    position: relative;
    padding: 4px 0px;
    color: #ffffff;
    transition: 0.4s all ease-in-out;
    text-align: center;
}

    .hero_wrapper:hover h3 {
        color: red;
    }


    .hero_wrapper::before {
        content: " ";
        position: absolute;
        height: 2px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #555555;
        padding: 0;
        margin: 0.4s all ease-in-out;
    }

    .hero_wrapper:hover::before {
        background-color: red;
    }

    .hero_wrapper h3 {
        color: #363636;
        font-size: 20px;
        margin: 10px 0px;
    }

    .hero_wrapper p {
        text-align: center;
        color: #707070;
        font-size: 15px;
        font-weight: 400;
    }

.hero_pic {
    position: relative;
}

    .hero_pic::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: red;
        opacity: 0.5;
        transition: 0.4s all ease-in-out;
    }

    .hero_pic:hover:before {
        width: 100%;
    }

.hero_pic_icon {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

    .hero_pic_icon ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

        .hero_pic_icon ul li {
            border: 2px solid #ffffff;
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            font-size: 20px;
            margin-right: 7px;
            transition: 0.4s all ease-in-out;
        }

            .hero_pic_icon ul li a {
                color: #ffffff;
            }

            .hero_pic_icon ul li:hover {
                background: #f89166;
                border-radius: 9px;
            }

.hero_pic:hover .hero_pic_icon {
    opacity: 1;
}

.hero_pic:hover h3 {
    background-color: red;
}

/*-------------------------------------iso pettern ---------------------------*/
.iso-design {
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.iso-pattern {
    padding: 25px;
}


/*--------------------------------------------------------footer----------------------------------------*/
.socialimg {
    width: 50px;
    display: flex;
    justify-content: space-between;
}
.socialimg img{
   margin-left:5px;
}


    
.logo {
    height: 50px;
    padding: 0px !important;
}
.foot {
    position:relative;
}
.footer-content {
    width: 100%;
    left: 0;
    background-color:crimson ;
    color:white;
    position:absolute;
    bottom:20px;
    /*top:20px;*/
    margin-top:30px;
}


.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}

.navbar-nav > li > .footer::after {
    content: '|';
    padding: 0 0.5em;
}



/*---------------------------------------------------Gallery-------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

body {
    font-family: 'Quicksand', sans-serif;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

    .gal-item .box {
        height: 350px;
        overflow: hidden;
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

    .modal-open .gal-item button.close:focus {
        outline: none;
    }

    .modal-open .gal-item button.close span {
        position: relative;
        top: -3px;
        font-weight: lighter;
        text-shadow: none;
    }

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

/*media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}*/
/* Footer Style */
i.red {
    color: #BC0213;
}

.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

footer {
    /*font-family: 'Quicksand', sans-serif;*/
}

/*    footer a, footer a:hover {
        color: #88C425;
    }
*/












/*--------------------------------login command register css start----------------------------------*/

/*
.formh h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin: 30px 0 15px;
}*/



.createBox {
    background-color: white;
    padding: 30px 10px;
    border: 2px solid #dc143c;
    border-radius: 10px;
    height: 60%;
    width: 30%;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 20px #dc143c;
}

.formh h4 {
    text-shadow: aqua;
    font-weight: bolder;
    color: #dc143c;
    text-wrap: nowrap;
    font-size: 18px;
    line-height: 30px;
}

.lab label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    border: 1px solid #dc143c;
    border-radius: 4px;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    background-color: azure;
}

.form-control, .input-group-addon, .tagsinput, .navbar, .navbar .alert {
    transition: all 300ms linear;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
}

.form-group input {
    color: gray !important;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group p {
        font-size: 13px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .form-group a {
        color: #dc143c;
    }

.btn1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    opacity: 0.8;
    transition: all 100ms ease-in;
}

.btn-primary1 {
    margin: 4px 0px;
    color: #fff;
    background-color: #dc143c;
    border-color: #dc143c;
    font-weight: bold !important;
}

.btn-lg1 {
    font-size: 18px;
    border-radius: 6px;
    padding: 14px 30px;
}

.btn-primary1:hover, .btn-primary1:focus, .btn-primary1:active, .btn-primary1.active, .open > .btn-primary1.dropdown-toggle {
    background-color: transparent;
    color: #1D62F0;
    border-color: #1D62F0;
}

.btn1:hover, .btn1:focus, .btn1:active, .btn1.active, .open > .btn.dropdown-toggle {
    background-color: transparent;
    color: #777777;
    border-color: #777777;
}

.btn1:hover, .btn1:focus {
    opacity: 1;
    outline: 0 !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid red;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control:focus {
    color: #495057 !important;
    border-color: #dc3545 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem #dc143c47 !important;
}








/*-----------------------------------navber scroll css--------------------------*/


.navbar {
    /*opacity: 0.5;*/
    
}
/*header {
    margin-bottom: 4%;
}*/

#navbar.scrolled {
    
    /*
    opacity:.5;
    box-shadow: 0px 4px 7px #777;*/
}




/*-----------------------------------news--------------------------*/


/*-----------------------------------At a glance carousel --------------------------*/
.text-justify {
    text-align: justify;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10rem !important;
}

.mini-blog {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2rem;
}


/*-----------------------------------------pop sup sec----------------------------------------*/
.margin101 {
    padding: 20px 10px;
    margin: 10px 10px;
}
.margin101 {
   /* padding: 20px 10px;
    margin: 10px 10px;*/
}
.shadow101 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.post-title {
    font-size:18px;
}

/*-----------------------------------navber css--------------------------*/





.dropdown-menu {
    color: #212529 !important;
    background-color: #000 !important;
}

.dropdown-item {
    color: #f9fafb !important;
    background-color: #000000 !important;
}

.navbar-brand:hover {
    color: gray !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #f9fafb !important;
    background-color: #2e3135 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, .15) !important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}


/*---------------------------------------*/
.navbar {
    width: 100%;
    height: 50px;
    font-size: 15px;
}

    .navbar li {
        float: left;
        position: relative;
        list-style: none;
        text-align: center;
        width: auto;
    }

        .navbar li a {
            display: block;
            padding: 16.25px -1px;
            text-decoration: none;
            white-space: nowrap;
            color: #fff;
        }

        .navbar li:hover li {
            float: none;
        }

        .navbar li a:hover {
        }

        .navbar li:hover li a:hover {
        }

        .navbar li ul {
            display: none;
        }

        .navbar li:hover > ul {
            display: block;
            position: absolute;
        }

.dropdown:hover .dropdown-menu {
    /*display: block;*/
}

.sidebar, body > .navbar-collapse {
    position: fixed;
    top: 10%;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #f9fafb;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #000000;
    border: 0;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.navbar-brand:hover {
    color: gray !important;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: gray;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #f9fafb !important;
    background-color: #2e3135;
}

.text-white:hover {
    color: gray !important;
}

.joinButton:hover {
    background-color: gray;
    color: black !important;
}

/*--------------------------------------gallery css-----------------------------------------*/

gallery {
    text-align: center;
}
/*body {
    font-family: Arial, sans-serif;
    
    max-width: 1170px;
    margin: 3rem auto;
    background-color: #101010;
    color: #fff;
}*/
/*
* {
    box-sizing: border-box
}*/
h1 {
    margin-bottom: 3rem;
}

.images {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: grid;
    grid-gap: 7.5px;
    grid-template-columns: 50% 50%;
}

@media (min-width: 580px) {
    .images {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.template {
    /*transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
    opacity: 0;
    position: relative;
    background: #707070;
}

    .template p {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0;
        width: 100%;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
        padding: 25px 10px 10px 10px;
    }

    .template.animate {
        transform: scale(1);
        opacity: 1;
    }

#gallery-pagination {
    margin: 30px 0;
}

#btnNext,
#btnPrevious {
    background: transparent;
    color: #609ea5;
    padding: 8px 28px;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

#gallery-pagination #page {
    margin-left: 15px;
    margin-right: 15px;
    color: #707070;
    font-style: italic;
    font-size: 13px
}

.sr-only {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#gallery-dots {
    margin-bottom: 15px
}

.gallery-dot {
    background: #609ea5;
    border: 0;
    padding: 0;
    width: 50px;
    height: 8px;
    margin: 5px;
    opacity: 0.4;
    outline: none;
    cursor: pointer;
}

    .gallery-dot.active {
        opacity: 1;
    }

#gallery-pagination {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: start;
}

/*----------------privacy----------------------------*/

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.privacyMargin {
    margin-top: 12vh;
    padding: 4vh;
}


/*--------------ARROW STYLE---------------*/ 

.arrow {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #006064;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
   /* text-shadow: text-shadow: 0 0 0 white;
    20px 0 0 white, 20px 0 0 white, 40px 0 0 white;*/
    transition: 0.6s linear;
    transform: translate(50%, 50%);
    cursor: pointer;
}
/*--------------AV---------------*/ 

.con {
    margin: 35px 0px;
    padding: 40px;
}
/*-------------roles > create------------------*/

.pp {
    border: 2px solid gray;
    border-radius: 5px;
    width: 100px;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
    margin-left: 28px;
}




/*--------------------------responsive code ---------------------*/
html, body {
    width: 100%;
    overflow-x: hidden
}
/*aside gap remove*/
/*
media only screen and (max-width:350px) {
    html, body {
        width: 100%;
        overflow-x: hidden
    }
}

media only screen and (max-width:768px) {
    html, body {
        width: 100%;
        overflow-x: hidden
    }
}

media only screen and (max-width:1600px) {
    html, body {
        width: 100%;
        overflow-x: hidden
    }
}*/

/*html {
    font-size: 14px;
}

media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/
/*media (min-width: 320px) and (max-width:  480px) {
    body {
        background-color: red !important;
    }
}
*/


@media (max-width: 480px) {
    html, body {
        width: 100%;
        overflow-x: hidden
    }
    body {
        /* background-color: red !important;*/
    }


    /*landing page footer*/
    .socialimg img {
        width: 40%;
        margin-right: 5px;
        margin-left: 0px;
    }
    .table > tbody {
       
        font-size: 12px;
    }
    .table > :not(:last-child) > :last-child > * {
        
        font-size: 12px;
    }
    .navbar-dark .navbar-brand {
        font-size: 14px;
      
    }
    /* top nav image*/
   /* .resimg1{
        height:400px;
    }*/
}


/*news*/
/*-------------------------contact--------------------------------------------*/

.contact-padding-top {
    margin: 0px 0 129px;
}

/*.formh h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin: 0px 0 129px;
}*/
#contact {
    padding-bottom: 80px;
    background-color: #fff;
    position: relative;
    padding-top: 70px
}


.contat01 {
    padding-bottom: 40pt
}

.contact-wrapper {
    padding: 73px 0 45px 0;
    border-radius: 5px;
    position: relative;
    margin-top: -155px;
    border: 2px solid #000
}

.contact-mug {
    width: 95px;
    height: 95px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #FFE4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .contact-mug img {
        width: 60px
    }

.contact-head {
    margin-bottom: 60px
}

    .contact-head h3 {
        font-family: kanit;
        font-weight: 700;
        font-size: 34px;
        color: gray;
        text-align: center;
        text-transform: capitalize;
    }

.form2-group {
    color: gray;
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 4px
}

.form2-control {
    display: block !important;
    width: 100%;
    font-family: kanit;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #000000 !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
    appearance: none;
    border-radius: 5px !important;
    transition: all linear .3s;
    padding: 12px 0 12px 20px !important;
    border: 2px solid #000;
}

.form2-group input::placeholder {
    font-family: kanit;
    font-weight: 500;
    font-size: 20px;
    color: gray;
    text-transform: capitalize;
}

.form2-control:focus {
    color: gray !important;
    background-color: transparent;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important
}

textarea {
    font-family: questrial !important;
    font-weight: 500;
    font-size: 20px !important;
    color: gray;
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    border-color: transparent;
    background-color: transparent;
    resize: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

    textarea:focus {
        font-family: QUESTRIAL;
        font-weight: 500;
        font-size: 20px;
        color: gray;
        outline: 0
    }

.form2-group textarea::placeholder {
    font-family: QUESTRIAL;
    font-weight: 500;
    font-size: 20px;
    color: gray;
    outline: none
}

.form-btn {
    text-align: center
}

    .form-btn button {
        width: 232px;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        background-color: #000;
        padding: 10px 25px;
        font-family: kanit;
        font-weight: 500;
        font-size: 32px;
        color: #fff;
        box-shadow: 0 4px 18px 0 rgba(206,205,205,.8);
        position: relative;
        z-index: 1;
        overflow: hidden
    }

        .form-btn button:hover {
            border-color: #fff;
            color: #fcfafa
        }

        .form-btn button::after {
            position: absolute;
            content: '';
            width: 0;
            height: 100%;
            top: 0;
            left: -140px;
            background-color: gray;
            z-index: -1;
            -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s
        }

        .form-btn button:hover::after {
            left: -14px;
            width: 120%
        }

button:focus {
    outline: none
}

.err_msg {
    font-family: kanit;
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

.d-flex {
    margin-left: 0;
    margin-right: 0;
    display: flex !important
}

/*-----------------*/



textarea.form-control {
    min-height: calc(8.5em + .75rem + 2px);
}

.contat01 {
    padding-bottom: 40pt
}

.contact-head {
    margin-bottom: 60px
}

.contact-wrapper {
    padding: 30px 0 45px 0;
    border-radius: 5px;
    position: relative;
    border: 2px solid #000;
}


/*----------------------- fascist details-------------------- */

/* Container holding the image and the text */
.container1 {
    position: relative;
    text-align: center;
    color: blue;
    text-emphasis: bolder;
    font-size: 30px;
}



.bottom-right1 {
    width: 100%;
    background: #dc143c;
    color: white;
    position: absolute;

    height: 8vh;
    left: 0px;
    right: 0px;
    text-align: center;
}