/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

/************************************/
/*** 	   02. General css		  ***/
/************************************/

::-webkit-scrollbar-track{
	background-color: var(--secondary-color);
	border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: var(--white);
	background-color: var(--accent-color);
	filter: invert(1);
}



h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--accent-font);
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.main-footer .container{
	max-width: 1300px;
}

.main-footer{
	width: 100%;
	max-width: 1820px;
	margin: 0 auto;
	background-color: var(--secondary-color);
	border-radius: 50px;
}


.bg-section.dark-section .container{
	position: relative;
	z-index: 1;
}

.bg-section.dark-section .section-title-content p,
.bg-section.dark-section .section-title p,
.bg-section.dark-section .section-title h3,
.bg-section.dark-section .section-title h2,
.bg-section.dark-section .section-title h1{
	color: var(--white-color);
}


/************************************/
/***        17. Footer css	      ***/
/************************************/

.main-footer{
	padding: 80px 0 0 0;
	margin-bottom: 50px;
}

.main-footer-box{
	display: flex;
	gap: 50px 150px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer-about{
	position: relative;
	width: calc(48% - 75px);
}

.footer-about::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -75px;
    background-color: var(--dark-divider-color);
    height: 100%;
    width: 1px;
}

.main-footer .f_widget.about-widget h2{
    position: relative;
    font-size: 24px;
}

.main-footer .f_widget.about-widget h2::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: var(--main);
    bottom: -20px;
    left: 0;
}

.main-footer .footer-widget h2{
    position: relative;
}

.main-footer .footer-widget h2::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: var(--main);
    bottom: -20px;
    left: 0;
}

.footer-widget h2 {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
  }
  
.main-footer .f_widget.about-widget .f_list li a{
    transition: 300ms;
  }
  
  .main-footer .f_widget.about-widget .f_list li a:hover {
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--main);
  }

.footer-copyright{
	position: relative;
	border-top: 1px solid var(--dark-divider-color);
	padding: 30px 0;
	z-index: 1;
}

.footer-copyright-text p{
	color: #000;
	margin: 0;
}

.footer-privacy-policy{
	text-align: end;
}

.footer-privacy-policy ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-privacy-policy ul li{
	position: relative;
	color: #000;
	text-transform: capitalize;
	display: inline-block;
	margin-right: 10px;
    padding-right: 22px;
	transition: all 0.3s ease-in-out;
}

.footer-privacy-policy ul li:hover{
	color: var(--accent-color);
}

.footer-privacy-policy ul li a{
	color: inherit;
}

.footer-privacy-policy ul li::before{
	content: '-';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: var(--white-color);
}

.footer-privacy-policy ul li:last-child{
	padding: 0;
	margin: 0;
}

.footer-privacy-policy ul li:last-child:before{
	display: none;
}

.main-footer .f_social_icon{
    display: flex;
    gap: 12px;
  }
  
  .main-footer .f_social_icon a span{ 
    display: grid;
    place-items: center;
    height: 50px;
    width: 50px;
    color: balck;
    background-color: transparent;
    border-radius: 50%;
    color: var(--main);
    font-size: 20px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    transition: 300ms ease-in;
  }
  
  .main-footer .f_social_icon a span:hover{
    transform: translateY(5px);
    background: #efefef;
    box-shadow: 0px 0px 0px #d5d5d5, -1px -1px 10px #e2e2e2, inset 4px 4px 8px #b5b5b5;
  }
  
  .main-footer .facebook:hover{
    color: #3b5998;
  }
  
  .main-footer .instagram:hover{
    color: #BE2D85;
  }
  
  .main-footer .linkedin:hover{
    color: #0077B5;
  }

    
  .main-footer .f_widget.about-widget .f_list li a {
    color: #000000;
    font-weight: 600;
  }
  
.contact_info p a{
    color: #000000 !important;
  }

  .main-footer .c1 hr{
    margin-top: 30px;
  }

  
.footer-widget .touch-content {
    padding: 13px 10px 13px 60px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }

  
  .footer-widget .touch-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  
  .footer-widget .touch-content a {
    color: var(--paragraphColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .footer-widget .touch-content a:hover {
    color: var(--mainColor);
  }
  
  .footer-widget .touch-content .contact-icon {
    width: 41px;
    height: 41px;
    line-height: 38px;
    background-color: var(--main);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: grid;
    place-items: center;
    transition: all .5s ease-in;
  }
  
  .footer-widget .touch-content .contact-icon i{
    font-size: 20px;
    color: var(--white-color);
  }
 
  .footer-widget .touch-content p {
    margin-bottom: 0;
  }
  
  .footer-widget .touch-content p a{
    font-size: 18px;
    font-weight: 500;
  }
  
  .footer-widget .touch-content:hover .contact-icon{
    background-color: var(--accent-secondary-color);
  }
  
  .footer-widget .touch-content:hover .contact-icon i {
  color: white;
  }

  .f_size_18 {
    font-size: 18px;
  }
  
  .f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
  }
  .f_widget.about-widget .f_list li {
    margin-bottom: 15px;
  }
  
  .pl{
    padding-left: 22%;
  }
  
  @media (max-width:992px){
    .pl{
      padding-left: 0;
    }
  }

/************************************/
/***      34. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1820px){

	.bg-section{
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1560px){

	.bg-section{
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 30px;
	}

	.intro-video.bg-section.dark-section::before{
		border-radius: 30px;
	}
}

@media only screen and (max-width: 991px){

	.bg-section{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0;
	}

	.bg-section.dark-section::before{
		border-radius: 0;
	}
	
	.main-footer{
		padding: 40px 0 0 0;
		margin-bottom: 0;
	}

	.footer-copyright{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){

	.footer-copyright{
		text-align: center;
        padding: 15px 0;
    }

	.footer-privacy-policy{
		text-align: center;
		margin-top: 10px;
	}

	.footer-privacy-policy ul li{
		margin-right: 3px;
		padding-right: 15px;
	}

	.footer-privacy-policy ul li::before{
		font-size: 16px;
	}

}