/*=================================================
||				1. Imports 
==================================================*/
/* @import url(http://fonts.googleapis.com/css?family=Roboto:200,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab); */

@font-face {
	font-family: 'MyCustomFont';
	src: url('../fonts/MontserratAlternatesBold-W1qO.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
	font-family: 'RobotoCustom';
	src: url('../fonts/RobotoRegular-3m4L.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'MyCustomFont', 'RobotoCustom';
	overflow-x: hidden;
	color: #313131;
}
.black{
	color: #313131;
}

.liblue{
	color: #90c9e6;
}

.orange{
	background: #f67f00;
}

.white-text{
	color: #fff;
}

.white{
	background: #fff ;
}
.purple{
	background: #219ebc;
}
.section-wrapper{
	padding-top: 90px;
	padding-bottom: 80px;
}
.section-title{
	font-family: 'RobotoCustom';
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
.section-item-title{
	font-family: 'RobotoCustom';
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.section-item-detail{
	font-family: 'RobotoCustom';
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #999;
    letter-spacing: .39px;
}

.section-item-detail-white{
	font-family: 'RobotoCustom';
	font-size: 14px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: .39px;
	text-align: center;
}

.underline{
	height: 2px;
	width: 50px;
	margin: 0px auto 60px;
}
/*=================================================
||				3. Header
==================================================*/
			/*navbar*/
.navbar-default .navbar-brand{
	/* border: 1px solid #fff; */
	color: #023047;
	font-family: 'MyCustomFont';
	font-size: 40px;
	height: auto;
	font-weight: 200;
	letter-spacing: 5px;
}

.navbar-brand {
    position: relative;
    display: inline-block;
}

.navbar-brand::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; /* Adjust the width as needed */
    height: 15px; /* Thickness of the arrow */
    background-color: #f67f00; /* Arrow color */
    bottom: -10px; /* Spacing between text and arrow */
    left: 0;
    clip-path: polygon(0% 30%, 95% 30%, 95% 0%, 100% 50%, 95% 100%, 95% 70%, 0% 70%); /* Makes the arrow shape */
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #313131;
}
.navbar-fixed-top .navbar-toggle{
	border-color: #313131;
}
.navbar-default {
    background-color: #219ebc;
    border-color: #219ebc;
    padding-top: 25px;
	padding-bottom: 25px;
	padding: 20px 0;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
    /*text-transform: uppercase;*/
    /* padding-right: 20px;
    padding-left: 20px; */
    /* border: 1px solid transparent; */
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-default .navbar-toggle{
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover{
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.navbar-header {
    display: flex;
    align-items: center; /* Align items vertically */
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.logo-container {
	display: flex;
	align-items: center;
  }

  .logo {
	margin-right: 10px;
	width: 150px; /* Adjust the size of the circle */
	height: 150px; /* Make it a perfect square */
	border-radius: 50%; /* This makes it a circle */
	object-fit: cover; /* Crop the image to fit within the circle */
	border: 1px solid #023047; /* Optional border color */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow effect */
  }

  /* Arrow styles */
  .arrow {
	color: #f67f00; /* Orange */
	font-size: 3rem;
  }

  /* Orange bottom line */
  .bottom-line {
	border-top: 5px solid #f67f00;
	width: 100%;
	margin-top: -15px;
  }
/*=================================================
||				4. Our Service
==================================================*/
.service{
	background: #ededed;
	position: relative;
}
.service .section-title{
	margin-top: 110px;
}
.services{
	margin-bottom: 100px;
}
.service .underline{
	margin-bottom: 75px;
}
.service-img{
	position: absolute;
	bottom: 0px;
}

.twitter-feed{
	color: #fff;
}
.item{
	text-align: center;
}
.owl-prev, .owl-next
{
	position: absolute;
	top: 10%;
}
.owl-next
{
	right: -10px;
}
.owl-prev
{
	left: -10px;
}
.owl-prev:before
{
    /*content: "\f3d2";*/
    /*font-family: 'ionicons';*/
    content: url("../images/left.png");
}
.owl-next:before
{
    /*content: "\f3d3";*/
    /*font-family: "ionicons";*/
    content: url("../images/right.png");
}

/*=================================================
||				8. Note
==================================================*/
.note{
	color: #dadada;
}
.quote{
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding: 0px 145px;
}
.quoter{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}
/*=================================================
||				10. Footer
==================================================*/
footer{
	background: #eaeaea;
	padding: 20px 0px;
}
.copy{
	font-family: 'RobotoCustom';
	font-size: 14px;
	font-weight: 300;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}
.fb{
	background: #1976d2;
}
.linkedin{
	background: #0c64c5;
}
.twitter{
	background: #2CAAE1;
}
.google{
	background: #c62828;
}
.rss{
	background: #ff8f00;
}

.icon{
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 18px;
}
a .icon{
	color: #dadada;
}
/*.social-icon{
	float: right;
}*/
a .icon:hover{
	background: transparent;
}
a .fb:hover{
	color: #1976d2;
	border-color: #1976d2;
}
a .linkedin:hover{
	color: #0c64c5;
	border-color: #0c64c5;
}
a .twitter:hover{
	color: #2CAAE1;
	border-color: #2CAAE1;
}
a .google:hover{
	color: #c62828;
	border-color: #c62828;
}
a .rss:hover{
	color: #ff8f00;
	border-color: #ff8f00;
}

/*=================================================
||				11. Others
==================================================*/
/*Testimonial*/
.testimonial{
	background: url('../images/testimonial.png');
	color: #fff;
}
.testimonial .section-title{
	color: #fff;
}
.testimonial-detail{
	font-style: italic;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 50px;
}
.test-name {
    margin-bottom: 40px;
}
/*Owl carousel*/
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span{
	width: 20px;
	height: 8px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
}
/*Add*/
.add .owl-prev:before
{
    content: url("../images/bleft.png");
}
.add .owl-next:before
{
    content: url("../images/bright.png");
}
.owl-next
{
	right: -90px;
}
.owl-prev
{
	left: -90px;
}
.add .owl-prev, .add .owl-next
{
	top: 25%;
}
.add-item{
	padding: 20px;
}
@media (max-width: 960px){
	.nav>li{
		text-align: center;
	}
	.service-img{
		opacity: .2;
	}
	.fun-box{
		margin: 15px;
	}
	.quote{
		padding: 0 50px;
	}
	.portfolio .portfolio-item{
		margin: 15px;
	}
	.price-title, .price-list{
		text-align: center;
	}
	.options a{
		padding: 0 5px;
	}
	footer{
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	.logo {
        width: 80px; /* Adjusted size for mobile */
        height: 80px;
    }

    .navbar-default .navbar-brand {
        font-size: 20px; /* Smaller text size for mobile */
        letter-spacing: 2px; /* Adjust spacing for smaller font */
		margin-left: 15px;
    }

    .navbar-default {
        padding-top: 10px; /* Reduce padding on mobile */
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px; /* Smaller font size for navbar links */
    }
	.quote{
		padding: 0 15px;
	}
} 
@media (max-width: 480px){
	.header-table{
		max-height: 627px;
	}

	.logo {
        width: 80px; /* Adjusted size for mobile */
        height: 80px;
    }

    .navbar-default .navbar-brand {
        font-size: 20px; /* Smaller text size for mobile */
        letter-spacing: 2px; /* Adjust spacing for smaller font */
		margin-left: 15px;
    }

    .navbar-default {
        padding-top: 10px; /* Reduce padding on mobile */
        padding-bottom: 10px;
    }
	.section-item-title{
		font-family: 'RobotoCustom';
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
}