@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

h4 {
    font-family: "Roboto", sans-serif;
    color: #000;
}

.btn_custom {
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    background-color: #07547A;
    border-style: none;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.192);
    padding: 20px 30px;
    transition: all 0.5s ease;
}
.btn_custom:hover {
    color: #fff;
    background-color: #023f5d;
}

.accordion_custom {
    background-color: #07547A;
}

.accordion_custom button{
    background-color: #07547A;
    color: #fff;
}
.accordion_custom button:focus{
    outline: none;
    box-shadow: none;
    background-color: #07547A;
    color: black;
}
.accordion-button:not(.collapsed) {
    background-color: #07547A; 
}

.custom_check_box {
    position: relative;
}

.custom_check_input {
    position: absolute;
    top: 40%; 
    left: 55%; 
    transform: translate(-50%, -50%);
    
}

input[type="checkbox"] {
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
input[type="checkbox"]:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkbox.png);
    background-size: cover;
    width: 60px;
    height: 60px;
}

input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #595959;
}

.custom_select:focus {
    outline: none;
    box-shadow: none; 
    border: 1px solid #595959;
}

.custom_area:focus {
    outline: none;
    box-shadow: none; 
    border: 1px solid #595959;
}

/* Masonry Grid */
* {
    box-sizing: border-box;
}

.grid {
    margin: 16px auto;
}

.grid-item {
    width: 400px;
    height: auto;
    margin: 2px;
}

.card {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: auto;
}

.text_custom {
    font-size: 12px;
}

.image-wrap {
    /*width: 300px;*/
    position: relative;
    height: 650px;
    overflow: hidden;
    margin: 50px auto;
}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
    transition: all 25s ease-in-out;
}
.image-wrap:hover img {
    object-position: bottom center;
}

.img_title{
    position: absolute;
    bottom: -100%;
    background-color: #07547A;
    width: 100%;
    padding: 10px 10px 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.3s ease;
    z-index: 999;
}

.image-wrap:hover .img_title {
    bottom: 0;
}


/* owl-carousel Start */
/*.owl-nav {*/
/*    display: none;*/
/*}*/

.owl-dots {
    margin-top: 0px;
}

/* .owl-carousel .owl-item img {*/
/*    display: inline-block;*/
/*}*/

/*.owl_slider {*/
/*    position: relative;*/
/*}*/

/*.owl-theme .owl-nav .owl-prev {*/
/*    top: 40%;*/
/*    left: -1%;*/
/*    position: absolute;*/
/*    border-radius: 50%;*/
/*}*/
/*.owl-theme .owl-nav .owl-next {*/
/*    top: 40%;*/
/*    right: -1%;*/
/*    position: absolute;*/
/*    border-radius: 50%;*/
/*}*/

/*.owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span {*/
/*    font-size: 30px;*/
/*    line-height: 24px;*/
/*    color: #ffffff;*/
/*    padding: 3px 10px 4px !important;*/
/*    background-color: #7638f9;*/
/*    display: block;*/
/*    border-radius: 50%;*/
    
/*}*/
/* owl-carousel End */

/* contact tart */
.whatsapp {
    position: fixed;
    bottom: 15px;
    right: 5%;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.067);
    border-radius: 50%;
    z-index: 9999;
}
.livecall {
    position: fixed;
    bottom: 15px;
    left: 5%;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.067);
    border-radius: 50%;
    z-index: 9999;
}
/* contact End */

/* Video Section Start */

/* Video Section End */