@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*section.header .container .logo {
    min-height: 50px;
    min-width: 150px;*/
body {color:#000 !important; font-family: "Fira Sans", sans-serif !important;}	
.logo-bg{	
    background: rgba(255,255,255,0);
    border-radius: 30px;
	width:175px;
}
p{text-align: justify !important;}
h1,h2,h3,h4,h5,h6 {font-family: "Oswald", sans-serif !important; font-weight:500;}
section.header .maintext .primary-text h1, section.header .maintext .black-text h1 {font-size: 50px;}
.mt-0{margin-top:0px !important;}
.mt-1{margin-top:10px !important;}
.mt-2{margin-top:20px !important;}
.mt-3{margin-top:30px !important;}
.mt-4{margin-top:40px !important;}
.mt-5{margin-top:50px !important;}
.mb-0{margin-bottom:0px !important;}
.mb-1{margin-bottom:10px !important;}
.mb-2{margin-bottom:20px !important;}
.mb-3{margin-bottom:30px !important;}
.mb-4{margin-bottom:40px !important;}
.mb-5{margin-bottom:50px !important;}
.pt-0{padding-top:0px !important;}
.pt-1{padding-top:10px !important;}
.pt-2{padding-top:20px !important;}
.pt-3{padding-top:30px !important;}
.pt-4{padding-top:40px !important;}
.pt-5{padding-top:50px !important;}
.pb-0{padding-bottom:0px !important;}
.pb-1{padding-bottom:10px !important;}
.pb-2{padding-bottom:20px !important;}
.pb-3{padding-bottom:30px !important;}
.pb-4{padding-bottom:40px !important;}
.pb-5{padding-bottom:50px !important;}

.ser-ul {list-style:none; margin:0px; padding:0px;}
.ser-ul li {font-size:18px; font-weight:600; color:#000;}
section.services { padding-bottom: 90px;}
section .container { padding: 100px 15px;}
section .headul {margin: 0px auto 32px auto;}
section.contact .container { padding: 100px 0;}
.padding-top-30 {padding-top:30px;}
.text-black {color:#000 !important;}
/*section.bg-primary p {color:#000;}*/

.ser-bg{border-radius: 10px; box-shadow: 1px 5px 10px 1px #ccc;}
.font-5 {font-weight:normal !important; padding:0 10px;}
.links a:hover {color:#fff !important;}

.h5-blink {
  opacity: 0;
  animation: blinking 1s linear infinite;
}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}


@media only screen and (max-width: 768px) {
/*section.header .container .menu-mobile.cssmenu {
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 2;
    padding-right: 0px;
    top: 120px;
}*/
.logo-bg {
    /* background: rgba(255,255,255,0.75); 
    border-radius: 30px;*/
    width: 70px;
}
section.bg-primary p { text-align: justify !important;}
}