
@font-face {
  font-family: trajanpro;
  src: url(TrajanPro-Bold.otf);
}

@font-face {
  font-family: Helvetica Bold;
  src: url('helvetica-bold.otf');
}

@font-face {
  font-family: Helvetica;
  src: url('Helvetica.ttf') format('ttf');
}

@font-face {
  font-family: Helvetica Medium;
  src: local('Helvetica Medium'),url('helvetica_medium.ttf');
}

@font-face {
  font-family: helvetica oblique;
  src: local('Helvetica Oblique'),url('Helvetica Oblique.ttf') format('ttf');
}

@font-face {
    font-family: 'Trajan Pro Regular'; 
    src: local('Trajan Pro Regular'),url('Trajan Pro Regular.ttf');
}

@font-face {
    font-family: 'Merriweather-Bold'; 
    src: local('Merriweather-Bold'),url('Merriweather-Bold.ttf');
}

@font-face {
    font-family: 'Lato-Bold'; 
    src: local('Lato-Bold'),url('Lato-Bold.ttf');
}

.banner_main {
    position: relative;
}

.banner_main .banner_text {
    position: absolute;
    top: 160px;
   	right: 80px;
    color: white;
    width: 53%;
}

.banner_title
{
    color : #E4BF86;
    text-transform: uppercase;
}

a:hover
{
    color: black;
}

.banner_button 
{
    color: #FFFFFF;
    font-family: Merriweather;
    background-color: none;
    border-style: solid;
    border-color: white;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
}

.banner_button:hover {
	color: #FFFFFF;
	border-color: white;
}

.banner_desc
{
    padding-bottom: 15px;
}

.banner_img_ws
{
    width: 35px; height: auto;
}

/*social stickly bar*/

.icon-bar {
  position: fixed;
  top: 55%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px 10px 4px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 33px;
  margin-top: 5px;
}

.icon-bar a:hover {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* /sticky icon bar  */

@media only screen and (max-width: 800px) {
   
    .banner_title
    {
        font-size: 11px;
    }
    
    .banner_desc
    {
        padding-bottom: 1px;
    }
    
    .banner_img_ws
    {
        width: 25px; height: auto;
    }
}

.slider_area{
    position: relative;
    z-index: 0;
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% center;
}
/*.slider_bg_1 {
    background-image: url(../images/banner2b.png);
}
*/
/*.slider_area .single_slider .slider_text h3 {
    color: #E4BF86;
    font-family: trajanpro;
    font-size: 49px;
    line-height: 1
}
*/

/*.slider_area .single_slider .slider_text span {
    font-size: 38px;
    font-family: Trajan Pro Regular;
}*/

/*.slider_area .single_slider .slider_text p {
    color: white;
    font-family: Helvetica;
    font-size: 20px;
}

.slider_area .single_slider .slider_text .helobl {
    font-family: helvetica oblique;
    font-style:oblique;
    font-size: 22px;
}
*/

/* .banner_text .slider_text h3 {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}


.banner_text .slider_text span {
    font-size: 38px;
    font-family: Trajan Pro Regular;
}

.banner_text .slider_text p {
    color: white;
    font-family: Helvetica Bold;
    font-size: 23px;
    padding-top:15px;
} */

.banner_text .slider_text .helobl {
    font-family: helvetica oblique;
    font-style:oblique;
    font-size: 23px;
}

.content_right_high{
	height: 430px;
	padding-top: 125px;
}

.line1{
	width: 8%;
    border-top: 2px solid #E4BF86;
    margin-bottom: 11px;
}

.messenger {
    background: #0083FF !important;
}

.whatsapp {
    background: #12BC18 !important;
}

.under_banner .row .content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.counter_number, .counter_text{
    color: #C33F30;
    font-family: Merriweather;
    font-weight: bold;
    font-size: 37px;
    display:inline;
}

.counter_desc {
    color: #626262;
    font-family: Lato;
    font-weight: normal;
    font-size: 20px;
}

.animation_bottom {
    position: relative;
    animation: animatebottom 2s;
}

.animation_left {
    position: relative;
    animation: animateleft 2s;
}

.banner_text .slider_text span {
    color: #FFFFFF;
    font-family: Merriweather;
    font-size: 54px;
}

.banner_text .slider_text p {
    color: #FFFFFF;
    font-family: Lato;
    font-style: regular;
    font-size: 20px;
}

.bottom-left {
  position: absolute;
  bottom: 50px;
  background-color: #C33F30;
  text-align: center;
  width: 25%;
  height: 30px;
}

.bottom-left .banner_p1 {
    color: #FFFFFF;
    font-family: Merriweather-Bold;
    font-size: 20px;
}

.bottom-left .banner_p2 {
    color: #FFFFFF;
    font-family: Merriweather;
    font-style: Italic;
    font-size: 14px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: white;
}

@media (min-width: 1400px) and (max-width: 1536px) {
	.banner_main .banner_text {
    	top: 140px;
    	right: 80px;
    }
    
    .banner_text .slider_text p {
    	font-size: 23px;
    	padding-top: 10px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 25px;
	}
	
	.banner_button {
    	padding: 10px 10px;
    	font-size: 20px;
    }
    
    .bottom-left{
   		bottom: 50px;
   	}
}

@media (min-width: 1151px) and (max-width: 1366px) {
	.banner_main .banner_text {
    	top: 120px;
    	right: 70px;
    }
    
    .banner_text .slider_text h3{
    	font-size:42px;
    }
    
    .banner_text .slider_text p {
    	font-size: 22px;
    	padding-top: 10px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 24px;
	}
	
	.banner_button {
    	padding: 10px 12px;
    	font-size: 13px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media (min-width: 1151px) and (max-width: 1237px) {
	.banner_main .banner_text {
    	top: 60px;
    	right: 70px;
    }
    
    .banner_text .slider_text h3 {
    	font-size: 30px;
	}
	
	.banner_text .slider_text span {
	    font-size: 45px;
	}
	
	.banner_text .slider_text p {
     	font-size: 16px;
    	padding-top: 10px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 20px;
	}
	
	.banner_button {
   		padding: 10px 9px;
    	font-size: 14px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
   	
   	.bottom-left .banner_p1 {
    	font-size: 18px;
	}

	.bottom-left .banner_p2 {
    	font-size: 12px;
	}
}

@media (min-width: 1005px) and (max-width: 1150px) {
	.banner_main .banner_text {
    	top: 95px;
    	right: 70px;
    }
    
    .banner_text .slider_text h3 {
    	font-size: 30px;
	}
	
	.banner_text .slider_text span {
	    font-size: 45px;
	}
	
	.banner_text .slider_text p {
     	font-size: 16px;
    	padding-top: 10px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 20px;
	}
	
	.banner_button {
   		padding: 10px 9px;
    	font-size: 14px;
	}
	
	.bottom-left{
   		bottom: 40px;
   	}
   	
   	.bottom-left .banner_p1 {
    	font-size: 18px;
	}

	.bottom-left .banner_p2 {
    	font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1004px) {
	.banner_main .banner_text {
    	top: 68px;
    	right: 66px;
    }
    
    .banner_text .slider_text h3 {
    	font-size: 32px;
	}
	
	.banner_text .slider_text span {
    	font-size: 25px;
	}
	
	.banner_text .slider_text p {
    	font-size: 14.6px;
    	padding-top: 11px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 16px;
	}
	
	.banner_button {
    	font-size: 9px;
    	padding: 10px 8px;
    	margin: 0px;
    }
    
    .bottom-left{
   		bottom: 50px;
   	}
}

@media (min-width: 768px) and (max-width: 860px) {
	.banner_main .banner_text {
    	top: 64px;
    	right: 60px;
    }
    
    .banner_text .slider_text h3 {
    	font-size: 27px;
	}
	
	.banner_text .slider_text span {
    	font-size: 25px;
	}
	
	.banner_text .slider_text p {
    	font-size: 12.2px;
    	padding-top: 10px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 13.5px;
    	padding-top: 5px;
	}
	
	.banner_button {
    	font-size: 7px;
    	padding: 10px 9px;
    	margin: 0px;
    }
    
    .bottom-left{
   		bottom: 30px;
   	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.banner_main .banner_text {
    	top: 50px;
    	right: 30px;
    }
	
	.banner_text .slider_text h3 {
    	font-size: 23px;
	}
	
	.banner_text .slider_text span {
    	font-size: 20px;
	}
	
	.banner_text .slider_text p {
    	font-size: 11px;
    	padding-top: 0px;
	}
	
	.line1 {
   		margin-bottom: 4px;
    	margin-top: 2px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 12px;
    	margin-bottom: 4px;
	}
	
	.banner_button {
    	padding: 2px 3px;
    	font-size: 7px;
	}
	
	.bottom-left{
   		bottom: 15px;
   	}
}

@media (min-width: 500px) and (max-width: 600px){
	
	.banner_main .banner_text {
    	top: 30px;
    	right: 20px;
    }
	
	.banner_text .slider_text h3 {
    	font-size: 19px;
	}
	
	.banner_text .slider_text span {
    	font-size: 12px;
	}
	.banner_text .slider_text p {
    	font-size: 9px;
    	margin-bottom: 0px;
    	padding-top: 5px;
	}
	
	.line1 {
   		margin-bottom: 4px;
    	margin-top: 6px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 10px;
	}
	
	.banner_button {
    	padding: 2px 2px;
    	font-size: 6px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media only screen 
and (max-device-width : 414px){
	
	.banner_main .banner_text {
    	top: 23px;
    	right: 13px;
    }
	
	.banner_text .slider_text h3 {
    	font-size: 16px;
	}
	
	.banner_text .slider_text span {
    	font-size: 12px;
	}
	.banner_text .slider_text p {
    	font-size: 7.2px;
    	margin-bottom: 0px;
    	padding-top: 0px;
	}
	
	.line1 {
   		margin-bottom: 4px;
    	margin-top: 6px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 10px;
	}
	
	.banner_button {
    	padding: 2px 10px;
    	font-size: 8px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media only screen 
and (max-device-width : 375px) {
	
	.banner_main .banner_text {
    	top: 10px;
    	right: 20px;
    }
	
	.banner_text .slider_text h3 {
    	font-size: 15px;
	}
	
	.banner_text .slider_text span {
    	font-size: 12px;
	}
	.banner_text .slider_text p {
    	font-size: 7px;
    	margin-bottom: 0px;
    	padding-top: 2px;
	}
	
	.line1 {
   		margin-bottom: 4px;
    	margin-top: 6px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 10px;
	}
	
	.banner_button {
    	padding: 2px 10px;
    	font-size: 8px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media (max-device-width: 360px){
	
	
	.banner_text .slider_text h3 {
    	font-size: 12px;
	}
	
	.banner_text .slider_text span {
    	font-size: 11px;
	}
	.banner_text .slider_text p {
    	font-size: 11px;
    	margin-bottom: 0px;
	}
	
	.banner_button {
    	font-size: 9px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media only screen 
and (max-device-width : 320px){
	
	.banner_main .banner_text {
    	top: 0px;
    	right: 20px;
    }
	
	.banner_text .slider_text h3 {
    	font-size: 13px;
	}
	
	.banner_text .slider_text span {
    	font-size: 10px;
	}
	.banner_text .slider_text p {
    	font-size: 6px;
    	margin-bottom: 0px;
    	padding-top: 2px;
	}
	
	.line1 {
   		margin-bottom: 4px;
    	margin-top: 6px;
	}
	
	.banner_text .slider_text .helobl {
    	font-size: 9px;
	}
	
	.banner_button {
    	padding: 2px 11px;
    	font-size: 7px;
	}
	
	.bottom-left{
   		bottom: 50px;
   	}
}

@media (min-width: 320px) and (max-width: 360px) {

	#SignUpImg {
	    width: 100% !important;
	}
	
	.navbar-dark .navbar-brand {
    	width: 70%;
	}
}

@media (max-width: 800px){
	.banner_text .slider_text h3 {
    	font-size: 20px;
	}
	
	.banner_text .slider_text span {
    	font-size: 25px;
	}
	
	.banner_text .slider_text p {
    	font-size: 11px;
    	padding-top: 0px;
    	margin-bottom: 0;
	}
	
	.banner_button {
    	padding: 2px 3px;
    	font-size: 7px;
	}
	
	.arrow {
		padding: 2px;
		margin-bottom: 0px;
    	margin-left: 10px;
	}
	
	.bottom-left .banner_p1 {
    	font-size: 12px;
	}
	
	.bottom-left .banner_p2 {
    	font-size: 7px;
	}
	
	.under_banner .row .col-md-12 {
		flex: 0 0 33%;
	}
	
	.under_banner .row .content {
    	padding-top: 25px;
    	padding-bottom: 25px;
	}
	
	.counter_number, .counter_text {
    	font-size: 25px;
	}
	
	.counter_desc {
    	font-size: 16px;
	}
}

@media (max-width: 425px){
	.banner_text .slider_text h3 {
    	font-size: 8px;
	}
	
	.banner_text .slider_text span {
    	font-size: 12px;
	}
	
	.banner_text .slider_text p {
    	font-size: 6px;
    	padding-top: 0px;
    	margin-bottom: 0;
	}
	
	.banner_button {
    	padding: 2px 3px;
    	font-size: 5px;
	}
	
	.arrow {
		padding: 0.5px;
		margin-bottom: 0px;
    	margin-left: 10px;
	}
	
	.bottom-left {
    	bottom: 0px;
    	width: 35%;
	}
	
	.bottom-left .banner_p1 {
    	font-size: 7px;
	}
	
	.bottom-left .banner_p2 {
    	font-size: 5px;
	}
	
	.under_banner .row .col-md-12 {
		flex: 0 0 33%;
	}
	
	.under_banner .row .content {
    	padding-top: 25px;
    	padding-bottom: 25px;
	}
	
	.counter_number, .counter_text {
    	font-size: 18px;
	}
	
	.counter_desc {
    	font-size: 11px;
	}
}