@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900"); 


/* Services */

.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 20px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-item h4 {
    transition: all 0.5s;
    color: #FD7014;
    font-family: sans-serif;
}

.service-item p {
    transition: all 0.5s;
    font-family: 'Courier New', Courier, monospace;
}

.service-item a{
    color: #FD7014;
}

.service-item a:hover{
    color: #ffca3a;
}



.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-item-event{
    margin-bottom: 5px;
    padding: 10px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-item-event h4 {
    transition: all 0.5s;
    color: #FD7014;
    font-family: sans-serif;
}

.service-item-event p {
    transition: all 0.5s;
    font-family: 'Courier New', Courier, monospace;
}

.service-item-event a {
    color: white;
    transition: all 0.5s;
    font-family: 'Courier New', Courier, monospace;
}




.last{
    padding-left: 5px;
    padding-right: 5px;
}

.service-itemlast{
    margin-bottom: 10px;
    padding: 30px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-itemlast h4 {
    transition: all 0.5s;
    color: #FD7014;
}

.service-itemlast p {
    transition: all 0.5s;
    font-family: 'Courier New', Courier, monospace;
}



.service-item .first-service-icon {
    background-image: url(../image/first-white-icon.png);
}


.service-item .second-service-icon {
    background-image: url(../image/second-white-icon.png);
}

.service-item .third-service-icon {
    background-image: url(../image/third-white-icon.png);
}


.service-item .fourth-service-icon {
    background-image: url(../image/fourth-white-icon.png);
}


.contact-top{
    margin-top: 50px;
    
}


.map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:75%;
    width:100%;
    position:absolute;
}

.contact{
    margin-top: 50px;
}

.icons{
    display: block;
    margin: auto;
    justify-content: center;
}

.content{
    text-align: center;
}

.head3{
    color: #FD7014;
}

.content a{
    text-decoration: none;
    color: black;
}


.container{
    height: 100%;
    width: 100%
}

.imag {
    margin-top: 50px;
}
.imag img{
    width: 100%;
    height: auto;
}