:root{
	
	/* Primary */
	--primary: #263e86;
	--primary-hover: #d62e49;
	--primary-dark: #2d4aa1;
	--primary-text:#3456b9;
	
	/* Primary RGBA */
	--rgba-primary-1: #743a3a;
	--rgba-primary-2:  #74493a;
	--rgba-primary-3: #402020;
	--rgba-primary-4:  #223242;
	--rgba-primary-5: #262b4b;
	--rgba-primary-05: #1c1c42;
	--rgba-primary-6:  #2f3372;
	--rgba-primary-7: #283193;
	--rgba-primary-8: #1c2e62;
	--rgba-primary-9:#263e86;
	
	/* Secondary RGBA */
	--rgba-secondary-1:#d62e49;
	--rgba-secondary-2: #d62e49;
	--rgba-secondary-3: #d62e49;
	--rgba-secondary-4:#d62e49;
	--rgba-secondary-5:#d62e49;
	--rgba-secondary-6:#d62e49;
	--rgba-secondary-7: #d62e49;
	--rgba-secondary-8:#d62e49;
	--rgba-secondary-9:#d62e49;
	
	/* Other */
	--secondary:  #d62e49;;
	--theme-text-color: #fff;
	--title: #222222;
	
	/* Gradient */
	--gradient: linear-gradient(89deg, #263e86 1.12%,#3453ae 44%);
	--gradient-1: linear-gradient(90deg, #263e86 47.55%, #3453ae 100.15%);
	--gradient-2: linear-gradient(90deg, #263e86 0%, #3453ae 100%);	
	
	/* Box Shadow */
	--primary-shadow: linear-gradient(90deg, #263e86 47.55%, #3453ae 100.15%);
	
	/* extra variable */
	--theme1-bg-pattern1: url('');
	--theme1-bg-pattern2: url(../images/main-slider/slider2/background/bg1.html);
	
	--theme3-bg-color: #201916;
	--theme3-secondary: #301f18;
	--theme3-secondary2: #383836;	
	--secondary-dark : #34353c;

	
	.dz-tabs.style-2 .nav-pills .nav-item .nav-link.active, .dz-tabs.style-2 .nav-pills .nav-item .nav-link:hover {
		background: var(--secondary);
		color:#fff;
	}
	.dz-accordion.accordion-primary .accordion-header .accordion-button:not(.collapsed),
	.testimonial-2:hover p, .testimonial-2:hover .testimonial-name, 
	.testimonial-2:hover .testimonial-position, .testimonial-2:hover .quotes-icon, 
	.dz-team.style-2 .dz-position,
	.dz-team.style-2 .dz-name,
	.dz-team.style-3 .dz-name,
	.site-filters.style-5 .filters li:hover a,
	.site-filters.style-5 .filters li.active a,
	.site-filters.style-3 .filters li:hover a, 
	.site-filters.style-3 .filters li.active a,
	.dz-tabs.style-3 .nav-pills .nav-item .nav-link.active, .dz-tabs.style-3 .nav-pills .nav-item .nav-link:hover{
		color: var(--title);
	}
	.default-select .dropdown-menu .dropdown-item.active.selected {
		color: var(--title) !important;
	}
	.dz-team.style-3 .dz-position {
		color: var(--bs-body-color);
	}
	.btn-check:checked + .btn-outline-primary{
		color:var(--title);
	}
}
