/*!
 * Uikit v3.16.18 (mystyle.css)
 * Copyright 2015-2018 Maninder Author
 * Licensed under MIT (css/mystyle.css)
 */
/*Fonts calling*/ 
@font-face{font-family:"";src: url(../fonts/path-here.ttf) format("truetype");}
@font-face{font-family:"";src: url(../fonts/path-here.otf) format("opentype");}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  
}
/*Site Style*/
.uk-bg{background:#eddcc5 !important; }
.uk-background-remove{background:transparent !important; }
.view-height{height: 100vh}
.my-heading{font-family: "Montserrat", sans-serif;}
.my-text-size{font-size:20px;}.text-black{color:#000 !important;}.text_size{font-size:18px;}
.uk-height-my-viewport{height:85vh}
.our-happy{font-size:24px;}
.color{color:#000}
.text-white{color:#fff !important;}
.theme-background-blue{background: #032a6a;}
.uk-logo{margin-left: 50px;margin-right: 50px;}
.uk-navbar-nav>li>a{color:#000;font-size: 16px;}
.uk-navbar-container:not(.uk-navbar-transparent) {background: #eddcc5;}
.who h2{color:#eddcc5;} .who p{color:#eddcc5;}
.uk-button-primary{background: #e8bc9e;color:#000;font-size:18px;}
.uk-button-primary.uk-active, .uk-button-primary:active {background-color: #153729;color: #fff;}
.uk-button-primary:hover {background-color: #153729;color: #fff;}
.footer{color:#000;font-weight: 700} .footer ul li a{color:#000;}

.form input, textarea{background:transparent !important;border:1px solid #000 !important; border-radius:15px !important;} 

.uk-button-own{background: #153729;color:#fff;font-size:18px;border-radius: 80px;padding: 40px 40px; border: 5px dotted #e8bc9e;}
.uk-button-own:hover {background-color: #e8bc9e;color: #000;}
.uk-button-own.uk-active, .uk-button-own:active {background-color: #e8bc9e;color: #000;}
.uk-icon-image{width: 60px; height: 60px;}

/*RESPONSIVE*/
@media (min-width: 960px) {
    .uk-navbar-nav {
        gap: 100px;
    }
}






@media (min-width: 320px) and (max-width:480px)/*for iphone5*/ {
    .view-height{height: auto}
    .our-happy{font-size:18px !important}
	
	 
}

@media (min-width:360px) and (max-width:640px)/*for iphone6 and android*/ {
    .view-height{height: auto}
    .our-happy{font-size:18px !important}
	
	 
}

@media (min-width:768px) and (max-width:1024px)/* for iPad */ {
	


	
	 
}

/*# sourceMappingURL=mystyle.css */