@charset "UTF-8";
/*!* AYBE Interactive v4.3.1 (https://aybereklam.com/)
  * Copyright 2011-2019 The AYBE Interactive Authors 
  * Licensed under MIT (https://aybereklam/master/LICENSE) */
/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

.slider-circle-shape {height: 250px;width: 250px;left: 2%;top: 10%;}
.slider-circle-shape-sm {height: 120px;width: 120px;left: 5%;bottom: 30%;}	

}
/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	.site__logo img { height: 55px; margin: 2rem 0 !important; }
.slider-circle-shape {height: 220px;width: 220px;left: 4%;top: 12%;}
.slider-circle-shape-sm {height: 120px;width: 120px;left: 8%;bottom: 31%;}
}
/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.site__logo img { height: 50px;margin: 2rem 0 !important; }
.slider-circle-shape {height: 180px;width: 180px;left: 0;top: 17%;}
.slider-circle-shape-sm {height: 100px;width: 100px;left: 7%;bottom: 33%;}
	.text-border-title{font-size: 60px !important; line-height: 60px !important;}
	section.section__py {padding-top: 50px !important; padding-bottom: 50px !important; }	
}
/* small mobile (XS) :320px. */
@media (max-width: 767px) {
	.site__logo img {height: 50px; margin: 1rem 0 !important;}
	.slider__box h2, .slider__box h3 {font-size: 50px;line-height: 50px;}
	.sliders__carousel .owl-nav button.owl-prev, .sliders__carousel .owl-nav button.owl-next{ display: none !important; }
	.text-border-title{font-size: 60px !important; line-height: 60px !important;}
.slider-circle-shape {height: 150px;width: 150px;left: 0;top: 10%;}
.slider-circle-shape-sm {height: 80px;width: 80px;left: 26px;bottom: 40%;}
	section.section__py {padding-top: 40px !important; padding-bottom: 40px !important; }
}

@media only screen and (max-width: 479px) {
  .slider__box h2, .slider__box h3 {font-size: 45px;line-height: 45px;}
}