@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) */

@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;300;400;500;600;700;800;900&family=Lexend:wght@100;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;0,700;0,800;0,900;1,500&family=Oswald:wght@200;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900display=swap');

:root{
	--bs-font: 'Exo', sans-serif;
	--bs-color: rgba(71,87,100,1);
	--bs-orange: rgba(255,94,20,1);
	--bs-title-font: 'Lexend', sans-serif;
	--title-page-bg: url('/images/pattern-brick.png');
}
.bs-orange{ color: var(--bs-orange); }
.border-orange{ border-color: var(--bs-orange) !important; }
.bs-color{ color: var(--bs-color); }
*, *:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
body{ font-size: 14px; color: #232323; font-family: 'Montserrat', sans-serif; position: relative;  background-color: rgba(248,248,248,1); overflow-x: hidden; }
body:before{  position: absolute; top: 0; left: -100%; height: 50%; width: 75%; background-color: rgba(242,243,245,1); z-index: -1; transform: skewX(-50deg); -webkit-transform: skewX(-50deg);}

body::-webkit-scrollbar { width: 11px; }
body{ scrollbar-width: thin; scrollbar-color: #999 #fff; }
body:-webkit-scrollbar-track { background: #fff; }
body::-webkit-scrollbar-thumb { background-color: #999; border-radius: 6px; border: 3px solid #fff; }

a {color: inherit; text-decoration: none;outline: 0;-webkit-transition: all ease 0.4s;transition: all ease 0.4s;}
.cover-bg {background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative;}
.py-90{ padding-top: 90px !important; padding-bottom: 90px !important; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-font);
}
/* SITE COLOR */
.bg__orange{ background-color: var(--bs-orange); color: var(--bs-white); }
.bg__white{ background-color: var(--bs-white); color: var(--bs-color); }
/* SITE COLOR */

/* SITE BTN */
.site__btn {
    display: inline-block;
    padding: 19px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--bs-font);
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);	
}
/* SITE BTN */

/* MENU CSS3 */
.main__menu a.menu__item{
    text-decoration: none;
    font-family: var(--bs-font);
    font-size: 16px;
}
.main__menu a.menu__item:hover{color: var(--bs-orange);}
/* MENU CSS3 */

/* SLIDER CSS3 */
.h-slider {
    height: 600px;
}
.slider__box {
    position: relative !important;
    z-index: 2;
}
.slider__box h2 { color: var(--bs-color); }
.slider__box h3 { color: var(--bs-orange); }
.slider__box h2, .slider__box h3 {
    font-size: 74px;
    line-height: 74px;
    font-weight: 800;
}
.slider__box p {
    font-size: 16px;
    line-height: 20px;
    border-left: solid 5px #ff5e14;
    padding-left: 15px;
}
.slider-circle-shape,.slider-circle-shape-sm {
    position: absolute;
    z-index: 1;
    transform: scale(0);
	background: var(--bs-white);
}
.slider-circle-shape {
    height: 320px;
    width: 320px;
    left: 14%;
    border-radius: 50%;
    top: 12%;
    transition: 1.2s;
}
.slider-circle-shape-sm {
    height: 150px;
    width: 150px;
    left: 10%;
    border-radius: 50%;
    bottom: 34%;
    transition: 1.5s;
}
.active .slider-circle-shape, .active .slider-circle-shape-sm {
    transform: scale(1);
}
.slider-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    -webkit-transition: 8s;
    -moz-transition: 8s;
    transition: 8s;
}
.slider1 .owl-nav button.owl-prev, .slider1 .owl-nav button.owl-next {
    height: 80px;
    width: 82px;
    line-height: 84px;
    background-color: #FFFFFF !important;
    font-size: 24px;
    color: #00235a;
    border-radius: 0px;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    top: 45%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.slider1 .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
.slider1 .owl-nav button:hover {
    background-color: #ff5e14 !important;
    color: #FFFFFF !important;
}
.slider1 .owl-nav button span {
    font-size: 46px;
}
/* SLIDER CSS3 */
.site__header .site__logo{ position: relative; }
.site__logo img{ height: 65px; margin: 3rem 0rem; }
.site__header .site__logo:before{ 
	content: "";
	background-color: rgba(230,230,230,1);
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	transform: skewX(-15deg);
}
.header__logo .site__logo-xxx:after {
    content: "";
    background: #0c1f38 none repeat scroll 0 0;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    height: 100%;
    width: 90px;
    right: -60px;
    position: absolute;
    top: 0;
}
.aybe__box{
    background: #0c1f38 none repeat scroll 0 0;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    width: 90px;	
}
section.section__py{ padding-top: 90px !important; padding-bottom: 90px !important; }


/* THEME CSS */
.info__thumb span {
	text-align: right;
    display: block;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(205,212,220,1);
}
.info__thumb img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 222;
}
.info__thumb{position: relative;}
.info__item {
    padding: 10px 25px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    border-bottom: 0px solid #ff5e14;
}
.info__content {
    margin-top: 30px;
    position: relative;
    z-index: 5;
}
.info__content h3 {
	text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: var(--bs-color);
}
.about__content p{ color: var(--bs-color); }
.checklist .item i{ color: var(--bs-orange); font-weight: 900; }
.checklist .item, p.text__box{ color: var(--bs-color); font-weight: 500; }
.text-border-title {
    position: absolute;
    font-family: 'Exo', sans-serif;
    font-size: 200px;
    text-transform: uppercase;
    line-height: 200px;
    color: rgba(205,212,220,1);
    top: 0;
	left: 0;
    z-index: -1;
	font-weight: 900;
	opacity: .2;
}
body .section__title{
	padding: 50px 0 20px 0;
	background-image: url('/images/bg-dotes.png');
	background-position: 15% center !important;
    background-repeat: no-repeat !important;
	margin-bottom: 35px;
}
body .section__title .title_a:after {
	content: "";
	width: 15%;
	border-bottom: solid 6px var(--bs-orange);
	display: block;
	margin-top: 15px;
	margin-left: 25px;
}
body .section__title .title_a:before {
    content: attr(data-text);
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    left: -40px;
    top: -10px;
    transform: scale(1.4);
    transform-origin: left;
    opacity: 1;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: rgba(205,212,220,1);
}
body .section__title .title_a {
    font-size: 42px;
    font-weight: 800;
    color: var(--bs-color);
    position: relative;
    z-index: 2;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.footer__copyright:before {
    content: "";
    background-color: var(--bs-orange);
    background-image: url(/images/footer-strip.png);
    display: block;
    height: 15px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;
}
.widget_title {
    position: relative;
    padding-bottom: 20px;
    max-width: 275px;
    text-transform: uppercase;
    color: var(--bs-color) !important;
}
.widget_title:before {
    content: "";
    height: 3px;
    width: 60px;
    background-color: #FF5E14 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after {
    width: 3px;
    background-color: #FF5E14 !important;
    left: 65px;
    -webkit-box-shadow: 8px 0px 0px 0px #FF5E14 !important;
    box-shadow: 8px 0px 0px 0px #FF5E14 !important;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
}

/***** ---- PROJECT LIST ******/
.section__projects{ background-repeat: no-repeat; background-position: right bottom; background-size: auto 100%; }
.projects__carousel .owl-nav{ position: absolute; top: -50px; right: 0px; }
.projects__carousel .owl-nav span{ padding: 6px 15px; margin-left: 5px; background-color: #FF5E14; color: #FFFFFF; font-size: 24px; }
/***** ---- PROJECT LIST ******/

/***** ---- CONTACT LIST ******/
	.contact__list:hover{ box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1); }
	.contact__list .contact__icon{ color: var(--bs-orange); font-size: 3rem!important;}
	.contact__list .contact__content{}
	.contact__list .contact__content .contact__title{color: var(--bs-color);}
	.contact__list .contact__content .contact__text{}
/***** ---- CONTACT LIST ******/
/* THEME CSS */
.services__bg{ background-size: auto 100%;background-position: center center; min-height: 400px; }
.section__services { background-position: right top; background-repeat: no-repeat; }
.content__icon{ font-size: 48px; color: var(--bs-orange); }
.content__text h5{ color: var(--bs-color); font-weight: 800; }

/***------------------------
	IMG EFFECT 
------------------------****/

.img__effect {
position: relative;
overflow: hidden;
width: 100%;
background: #000;
}


.img__effect *,
.img__effect:before,
.img__effect:after {
  box-sizing: border-box;
  transition: all 0.4s ease;
}


.img__effect img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

.img__effect .mt-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.img__effect .mt-info .mt-tilte,
.img__effect .mt-info p {
  margin: 0;
  opacity: 0;
}


.img__effect a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


.img__effect:hover img{
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}


.img__effect:hover .mt-info .mt-tilte,
.img__effect:hover .mt-info p{
  opacity: 1;
}


.img__effect:hover .mt-info .mt-tilte{
  transition-delay: 0.3s;
}


.img__effect:hover .mt-info p{
  transition-delay: 0.35s;
}


.img__effect:before,
.img__effect:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}


.img__effect:before {
  width: 0;
  height: 1px;
}


.img__effect:after {
  height: 0;
  width: 1px;
}


.img__effect:hover:before,
.img__effect:hover:after{
  opacity: 1;
  transition-delay: 0.25s;
}


.img__effect:hover:before{
  width: 40px;
}

.img__effect:hover:after{
  height: 40px;
}
/*** IMG EFFECT ****/

/***--------------------
	HEADER MENU STICKY
--------------------***/
.menu_sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 10px 15px -10px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px -10px rgb(25 25 25 / 10%);
}
.menu_sticky .site__logo img{margin: 1rem 1rem!important;}
.menu_sticky .site__logo img{ height: 50px !important; }
.animated {
    animation-duration: 1.25s;
}
.slideInDown {
    animation-name: slideInDown;
}
/***--------------------
	MOBILE MENU
--------------------***/
.side-info {
    background: #fff;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    right: -100%;
    top: 0;
    padding: 15px 30px;
    transition: 0.6s;
    overflow-y: scroll;
}
.side-info.info-open {
    right: 0;
}
.side-info-close {
    background: none;
    border: 0;
    color: #222;
    font-size: 20px;
    padding: 0;
}
.offcanvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-overlay.overlay-open {
    opacity: 0.5;
    visibility: visible;
}