<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@FONT-FACE {
font-family: "Raleway-Regular";
    src: url("Raleway-Regular.ttf");
}

@FONT-FACE {
    font-family: "Raleway-Regular";
    src: url("DroidKufi-Regular.ttf");
}


/*==============================================
   Base Css
===============================================*/

html,
body {
    height: 100%
}

body {
        font-family: "Raleway-Regular";
    font-size: 15px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-family: "Raleway-Regular";
    color: #222222;
    margin: 0;
}

h3 {
    font-size: 20px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;

}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.boxed_wrapper {
width: 100%;
height: 100vh;
background: url(../images/bg.webp) center top no-repeat;
background-size:cover;
margin: 0;
position: relative;
}






.wrapper {
    width: 100%;
height: 100vh;
}


/****************************************/


.wrapper1 {
 -webkit-box-shadow:3px 4px 24px 0 rgba(0,0,0,.03);
 box-shadow:3px 4px 24px 0 rgba(0,0,0,.03);
 background:#fff;
 border-bottom-left-radius:50% 49px;
 border-bottom-right-radius:50% 49px;
 padding-bottom:81px;
 position:relative;
 z-index:1
}
.wrapper1__inset1 {
 padding-bottom:71px
}
.wrapper1__inset2 {
 padding-bottom:54px
}
.wrapper1__inset3 {
 padding-bottom:50px
}
.wrapper1__inset4 {
 padding-bottom:62px
}




.box1 {
 text-align:center;
 border-top-left-radius:50% 17px;
 border-top-right-radius:50% 17px;
 border-bottom-right-radius:50% 17px;
 border-bottom-left-radius:50% 17px;
overflow: hidden;
position: relative;
}
.box1 .content {
 color:#fff;
padding: 22px 20px 25px;
}
.box1 .content h4 {
 margin-bottom:7px
}

.box1 .content h4 a {
color:#fff
}


.box1 .content__inset1 {
 background:#507df3
}
.box1 .content__inset2 {
 background:#075385
}
.box1 .content__inset3 {
 background:#013450
}
.box1__inset1 .content {
 padding-top:23px
}
.box1__inset1 time {
 display:block;
 margin-bottom:10px
}
.box1__inset1 p {
 font-size:22px;
 line-height:26px
}
.box1__inset1 p a:hover {
 color:#333
}

.box1-wrapper1 {
position: absolute;
bottom: 25px;
width: 100%;
left: 0;
z-index: 9;
}
/*

.box1-wrapper1 {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
}*/
@media(max-width:979px) {

}



@media(max-width:767px) {
/*
.intro-logoo {
margin-top: 0 !important;
width: 40% !important;
}*/


/*
 .box1-wrapper1 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
top: 120px;
 }*/


.boxed_wrapper {
background-position: right;
}



.im-va .item-img-overlay .cap {
display: none;
}




.im-va {
    position: relative;
    float: left;
    width: 30%;
} 



.boxed_wrapper {
text-align: center;
}

 .box1 {
margin-bottom: 20px;
display: flex;
border-radius: 0;
 }


 .box1 &gt; div {
vertical-align: middle;

}




 .box1 &gt; * {
  vertical-align: middle;
}

.top &gt; * {
  vertical-align: top;
}

 .box1 img {
height: 100% !important;
 }
.box1 .content {
    color: #fff;
    padding: 15px 10px 15px;
width: 70%;
float: right;
display: flex;
align-items: center;
text-align: center;
}

.box1 .content .box_inner {
width:100%;
}

.box1 .content h4 {
margin-bottom: 0;
}


.boxed_wrapper:before {
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,0.75);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
}



/*************/
/*
================================================
18. Portfolio
================================================
*/


/*
.portfolio {
	clear: both;
	float: left;
	width: 100%;
	padding: 70px 0 50px;
}
.box1 {
  padding: 5px;
  overflow: hidden;
}
.box1 img {
  border: 1px solid #f7f7f7;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.box1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/

.im-va {
  position: relative;
}


.im-va img {
height: 170px;
width: 100%;
}

.im-va .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f7f7f7;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .9s;
  transition: all .9s;
  color: #fff;
  z-index: 1;

}
.im-va .item-img-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 170%;
  width: 100%;
  height: 100%;
  border: 1px solid #1988e6;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.im-va .item-img-overlay:hover:after {
  top: 0;
  left: -170%;
}
.im-va .item-img-overlay:hover {
  opacity: 1;
}
.im-va .item-img-overlay .cap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: -50%;
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
width: 100%;
}
.im-va .item-img-overlay .cap h4{
color:#1988e6;
text-transform: uppercase;
}
.im-va .item-img-overlay h6 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  color: #111;
font-size: 17px;
}
.im-va .item-img-overlay .icon a {
  display: inline-block;
  margin: 1rem;
  font-size: 2rem;
  color: #1988e6;
}
.im-va .item-img-overlay .icon a:hover {
  color: #ddd;
}
.im-va .item-img-overlay:hover .cap {
  bottom: 50%;
  margin-bottom: -50px;
}
.portfolio-filter {
	list-style: none;
	margin-bottom:20px;
}
.portfolio-filter li.active a, .portfolio-filter li:hover a{
	color: #fff;
    background: #1988e6;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}
	.portfolio-filter li{
	display: inline-table;
	}
.portfolio-filter li a {
display: inline-block;
    line-height: 40px;
    padding: 0px 30px;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-info p {
    color: #148f77;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.work-popup-content {
	padding: 25px;
}
.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.work-popup-content p {
	text-align: left;
	line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}



.intro-logoo {
width: 250px;
position: relative;
margin-top: 70px;
z-index: 9;
}



/*
.boxed_wrapper:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
background: #a3a3a314;
display: block;
z-index:1;
}*/
</pre></body></html>