/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.owl-carousel .owl-item img {
	border-radius: 10px!important;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.custom-color {
	color: rgba(255, 255, 255, 0.5);
}

.custom-font {
	font-size: 3.125rem!important;
}

.text-red {
	color: #ff0000!important;
}

.btn-primary {
	background-color: #ff0000!important;
	border: none;
}

.btn-primary:hover{
	background-color: #000000!important;
}

.text-primary {
	color: #ff0000!important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #ff0000!important;
}

/*---------------header start--------------*/
.font{
	font-size: 12px!important;
	letter-spacing: 1px!important;
}
.fixed{
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
	transition: 0.5s;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.logo-img{
	margin-left: 20px;
}
.header{
	width: 100%;
	height: 725px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 725px;
	background-color: rgba(0, 0, 0, 0.7);
}

.header-subpage{
	width: 100%;
	height: 325px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header-subpage::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
	background-color: rgba(0, 0, 0, 0.5);
/* 	z-index: 1;  */
}

.top-header{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #000;
}

.top-header .fa-envelope-open-text{
	font-size: 20px;
}
.top-header ul{
	list-style: none;
	float: right;
}
.top-header ul li {
	display: inline-block;
	margin-left: 15px;
}
.top-header ul li a{
	color: #000;
}
.main-header{
	width: 100%;
	background-color: #fff;
}

.navbar{
	z-index: 99;
	padding: 0rem 1rem;
}
.navbar-brand{
	margin-right: 0;
	padding-top: 1.125rem!important;
	padding-bottom: 1.125rem!important;
}
.navbar-brand img{
	width: 150px;
	height: 35px;
}
.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.5);
		border: none;
}
.navbar-toggler:focus, .navbar-toggler:hover {
		text-decoration: none;
		outline: none;
}
.nav-link{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 1.2rem!important;
}
.nav-link:hover{
	color: #ff0000!important;
}

.line-menu{
	border-left: 1px solid #e0e0e0;
	padding: 30px 8px 30px 6px;
}
.menu-active{
	color: #ff0000!important;
}
.contact-suport{
	border-left: 1px solid #e8e9e9;
	width: 80%;
	height: 60px;
	margin-top: 20px;
	text-align: right;
	padding-right: 30px;
	margin-left: 20%;
	position: relative;
}
.fa-comments{
	font-size: 30px;
	color: #ff0000;
	line-height: 50px;
}
.chat-icon{
	font-size: 18px;
	letter-spacing: 1.5px;
}

.bg{
	cursor: pointer;
	padding: 14px 10px 11px 10px;
	background-color: #ff0000;
	border-right: 1px solid #e0e0e0;
}
/*---------------header start--------------*/


/*--------------header banner start---------------*/

.header-caption{
	width: 100%;
	height: 100px;
	margin-top: 150px;
}
.header-caption-subpage{
	width: 100%;
	height: 100px;
	margin-top: 80px;
}
.simple-tagline{
	width: 55%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ff0000;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}
.header-caption h2, .header-caption-subpage h2{
	font-weight: bold;
}
.btn-read-more{
	padding:15px 25px;
	background-color: #323232;
	border: 2px solid #323232;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: .7s;
	border: 2px solid #fff;
}
.btn-read-more:hover{
	text-decoration: none;
	color: #323232;
	background-color: rgba(255, 255, 255, 0.5);
}
.btn-contact{
	padding:25px 40px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: 10px;
	transition: 0.7s;
}
.btn-contact:hover{
	text-decoration: none;
	color: #fff;
	background-color: #ff0000;
}
/*--------------header banner end---------------*/



/*-------------contact start---------------*/

.contact-card {
	background-color: #f6f6f6;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contact-card-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ff0000;	
	position: relative;
}

.contact-card-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #fff;
}

.get-in-touch{
	background-color: #f6f6f6;
    border-radius: 30px;
}

.get-in-touch p i {
	color: #ff0000;
}

.contact-icon {
	position: relative;
}

.contact-icon i {
	position: absolute;
	top: 18px;
	left: 10px;
	color: #ff0000;
}

.get-in-touch-image {
	width: 100%;
	height: 608px;
	border-radius: 30px;
}

.get-in-touch-image img {
	width: 100%;
	height: 608px;
	border-radius: 30px;
}

/*---------------contact end---------------*/

.btn-apply-form{
	color: #fff;
	border: 2px solid #ff0000;
	font-size: 12px;
	padding-right: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: 0.7s;
	background-color: #ff0000;
}

.btn-apply-form:hover{
	text-decoration: none;
	color: #000000;
}

/*-----------------about start-------------------*/

.about-section{
	width: 100%;
	height: auto;
}

.tag-section{
	width: 100%;
	height: 150px;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
	background-color: #ff0000;
	margin-top: -75px;
}

.tag-list{
	line-height: 150px;
	list-style: none;
	text-align: center;
}

.tag-list li{
	display: inline;
	font-size: 25px;
	font-weight: 600;
	margin: 0 20px;
	letter-spacing: 1.5px;
}

.tag-list li svg{
	fill: #fff;
}

.about-section .about-first{
	position: relative;
}


.about-section .about-first:after{
	content: " ";
	width: 50px;
	height: 2px;
	background-color: #ff0000;
	position: absolute;
	top: 50%;
	right: -70px;
}

.fa-check{
	color: #ff0000;
}

.about ul li{
	padding: 10px 0;
}

.about-image-section{
	width: 100%;
	height: 300px;
	border-radius: 30px;
}

.about-image-section img{
	width: 100%;
	height: 300px;
	border-radius: 30px;
}

.about-image-section .owl-carousel .item img{
	width: 100%;
	height: 150px;
}

.btn-quote{
	background-color: #fff;
	color: #000;
	padding: 15px 25px;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-top: 30px!important;
	border: 2px solid #000;
	transition: 0.5s;
}

.btn-quote:hover {
	text-decoration: none;
	background-color: #ff0000;
	color: #fff;
}

/*-----------------about end-------------------*/




/*----------------blog section start---------------*/

.approch{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('../img/counter.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.approch-details {
	background-color: #fff;
	width: 100%;
	height: auto;
	border-radius: 50px;
	margin-top: -100px;
}

.approch-header{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.our-mission, .our-vision, .our-value {
	width: 33.33%;
	height: 100px;
	text-align: center;
	float: left;
	font-size: 30px;
	padding: 13px;
	cursor: pointer;
	user-select: none; /* Prevent text selection */
}

.our-mission i, .our-vision i, .our-value i{
	font-size: 30px;
}

.our-mission p, .our-vision p, .our-value p{
	font-size: 18px;
	font-weight: 600;
}

.our-mission {
	border-top-left-radius: 50px;
}

.our-value {
	border-top-right-radius: 50px;
}

.approch-active {
	background-color: #ff0000;
	color: #fff;
	border: 2px solid #fff;
}

.mission-details p, .vision-details p, .value-details p {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.mission-details ul, .vision-details ul, .value-details ul {
	list-style: none;
}

.mission-details ul li, .vision-details ul li, .value-details ul li {
	padding:10px 0px;
	position: relative;
}

.mission-details ul li i, .vision-details ul li i, .value-details ul li i {
	color: #ff0000;
	font-size: 25px;
}

.mission-details ul li span, .vision-details ul li span, .value-details ul li span {
	margin-left: 15px;
	position: absolute;
	top: 12px;
}


.mission-image{
	width: 100%;
	height: 350px;
	border-radius: 30px;
}

.mission-image img {
	width: 100%;
	height: 350px;
	border-radius: 30px;
}

.counter{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('../img/counter.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.fa-plus{
	color: #ff0000;
	font-size: 20px;
}

.count{
	position: relative;
	width: 100%;
	height: auto;
}

.count span{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.count .plus-icon{
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

/*----------------blog section end---------------*/


/*---------------service start here ------------*/

.service-image {
	width: 100%;
	height: 450px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.service-image img {
	width: 98%;
	height: 380px;
	margin-top: 25px;
	border-top-left-radius: 30px;
}

.service-circle {
	width: 250px;
	height: 50px;
	background-color: #ff0000;
	display: flex;
    justify-content: center;
    align-items: center; 
    color: #fff;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    position: absolute;
    bottom: 25px;
    right: -15px;
}

.service-section .service-first{
	position: relative;
}


.service-section .service-first:after{
	content: " ";
	width: 50px;
	height: 2px;
	background-color: #ff0000;
	position: absolute;
	top: 50%;
	right: -70px;
}

.numbering {
	font-size: 24px;
	color: #ff0000;
}

.service-title {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.7);
}

.service-description {
	width: 80%;
	color: rgba(0, 0, 0, 0.5);
}


.accordion .card-header:after {
    font-family: 'Font Awesome 5 Pro';  
    content: "\f077";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078"; 
}

.accordion .card {
	border: none!important;
}

.accordion .card-header {
	border: none!important;
}

.accordion .card-header {
	border: none!important;
}

.accordion p {
	color: rgba(0, 0, 0, 0.5);
}

/*---------------service end here ------------*/


/*--------------footer start----------------*/

.footer{
	width: 100%;
	height: auto;
	background-color: #323232;
}
.label{
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #fff;
}
.shortline{
	width: 50px;
	height: 2px;
	background-color: #ff0000;
}
.newsletter p{
	font-size: 12px;
}
.input-box{
	width: 100%;
	height: 50px;
	padding: 0 15px 0 30px;
	border: 1px solid #303030;
}
.input-box::placeholder{
	font-size: 15px;
}

.textarea-box{
	width: 100%;
	height: 100px;
	padding: 15px 15px 15px 30px;
	border: 1px solid #303030;
}
.textarea-box::placeholder{
	font-size: 15px;
}

.login-username, .login-password {
	position: relative;
}

.login-username i, .login-password i {
	position: absolute;
	top: 17px;
	left: 10px;
	color: rgba(0, 0, 0, 0.5);
}

.btn-orange{
	width: 100%;
	height: 50px;
	background-color: #ff0000;
	color: #000;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
}
.color{
	color: #FFF;
}
.quick-link ul{
	list-style: none;
}
.quick-link ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.quick-link ul li a i{
	font-size: 12px;
	font-weight: normal;
}
.quick-link ul li a:hover{
	text-decoration: none;
}
.footer-address i, .footer-address p, .footer-about p{
	color: #fff;
}
.address p{
	font-size: 14px;
}
.subscribe{
	position: relative;
}
.subscribe button{
	border: none;
	position: absolute;
	top: 50%;
	right: 1px;
	transform: translateY(-50%);
}
.subscribe button:focus{
	outline: none;
}
.subscribe i{
	font-size: 25px;
	padding: 11px;
	cursor: pointer;
}
.follow-us {
	margin-bottom: 0;
}
.follow-us li {
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
}
.follow-us li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.30);
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}
.follow-us li a:hover{
	background-color: #ff0000;
}
.line{
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-name{
	letter-spacing: 1px;
	text-decoration: none;
}
.footer-name:hover{
	text-decoration: none;
}
/*--------------footer end----------------*/

@media only screen and (max-width: 600px) {
  	.custom-font {
  		font-size: 2.5rem!important;
  	}

  	.our-mission i, .our-vision i, .our-value i {
  		font-size: 1rem!important;
  	}

  	.approch-header {
  		height: 130px!important;
  	}

  	.our-mission, .our-vision, .our-value {
  		height: 130px!important;
  	}

  	.counting {
		font-size: 25px!important;
	}

	.count span {
		font-size: 25px!important;
	}

	.count .plus-icon {
		font-size: 25px!important;
	}

	.header-caption {
		margin-top: 80px;
	}
}




