@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


body{
  	overflow-x: hidden;
  	-webkit-font-smoothing: antialiased;
 	font-size: 16px;
 	background-color: #fff;
 	font-family: 'Exo', sans-serif;
 	color: #000;
 	
 }

h1{
	font-size: 26px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
}
a {
    color: #000;
    text-decoration: none;
}
p{
    font-size: 16px;
}
a:hover, a:focus{
	text-decoration: none !important;
  	
}
body a:hover, body a:focus {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
button:hover, button:focus {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
 
 /* responsive */
 
 @media only screen and (max-width: 1280px) {
    li.logoimg a {
    width: 320px !important;
    height: 140px !important;
}

nav ul li a {
    font-size: 18px !important;
}
}

@media only screen and (max-width: 1024px) {
    .site-footer ul li {
        margin: 0 !important;
}
.site-footer ul li a {
    font-size: 13px !important;
}
.site-footer h6 {
    font-size: 18px !important;
}
.site-footer .social-media ul li {
    margin: 0 9px 0 0 !important;
}
.site-footer .col-sm-12 p {
    font-size: 19px !important;
}
}

@media only screen and (max-width: 992px) {
li.logoimg a {
    width: 250px !important;
    height: 100px !important;
}

nav ul li a {
    font-size: 16px !important;
}
}

@media only screen and (max-width: 767px) {
    .site-footer .contact ul{
        display: flex;
    flex-direction: column;
    align-items: center;
    } 
    .site-footer .dw-widget {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.site-footer .social-media {
    align-items: center;
}
}

 @media (min-width: 1280px) {
     .container {
    width: 1240px;
}
}

@media (min-width: 1366px) {
    .container {
        width: 1326px;
    }
}

@media (min-width: 1480px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1640px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 1770px) {
    .container {
        width: 1730px;
    }
}
