	/*============================================================
		Red Background Color
		============================================================*/

		.cy-topbar,
		.button-general,
		.cy-company-info .c-row span[class^="icon-"],
		.cy-company-info .c-row .infowrap sup:before,
		.about-slider .slick-arrow,
		.cy-services-1 .oneService .titleRow span[class^="icon-"],
		.cy-services-1 .oneService .titleRow:after,
		.cy-testimonials,
		.cy-faqs .panel-heading .panel-title a[aria-expanded="true"],
		.cy-home-blog,
		.cy-address-bar,
		.footer-heading:after,
		
		.mission-extra li:before,
		.cy-team-2 .profilebox .designation:before,
		.blog-detail .post-date,
		.post-nav .icon-next,
		.widget-title:after,
		.project-features li i,
		.additional-features ul li:before,
		.contact-info-box-2 .img-icon:before,
		.dl-menuwrapper button
		{
			background-color: #182c40
		}
		.cy-copyright {
			
			background-color: #2f63c9
			}
		 

	/*============================================================
		Red Background Color With Transparency
		============================================================*/
		.cy-project-slider .content-overlay,
		.tm-projects-gallery .gallery-grid .content-overlay,
		.cy-team-2 .profilebox .overcontent
		{
			background-color: rgba(196,50,53, 0.8);
		}


	/*============================================================
		Red Font and Icons Color
		============================================================*/
		a:not(.button):hover, a:not(.button):focus,
		.cy-big-slider .slide .slide-caption h1 span,
		.cy-company-info .c-row .infowrap sup,
		.small-facts .icon,
		.small-facts strong,
		.cy-pricing-1 .pricing-tbl h3,
		.cy-pricing-1 .pricing-tbl .fa,
		.cy-pricing-1 .pricing-tbl .price h2,
		.footer-widget .social-inline li a:hover,
		.footer-widget.useful-links li a:hover,
		.footer-widget.office-info span,
		.feature-list li:before,
		.search-widget span:hover,
		.recent-posts .post-list .postcont span
		{
			color: #182c40;
		}

	/*============================================================
		Red Border Color
		============================================================*/
		.form-control:focus,
		blockquote
		{
			border-color: #182c40 !important;
		}

	/*============================================================
		Red Border For Button
		============================================================*/

		.button-general
		{
			border-color: #701d1f;
		}

	/*============================================================
		Dark Font and Icons Color
		============================================================*/
		.profile-icons li a
		{
			color: #130909;
		}

	/*============================================================
		Dark Border color
		============================================================*/
		.button-general:hover, .button-general:focus
		{
			border-color: #130909;
		}


/*
	  ============================================================
		   Dark Background Color
	  ============================================================
	  */
	  .about-slider .slick-arrow:hover,
	  .section-heading .sep,
	  .section-heading .sep:before,
	  .section-heading .sep:after,
	  .cy-project-slider .content-overlay .enlarger,
	  .tm-projects-gallery .gallery-grid .content-overlay .enlarger,
	  .ceo-message 
	  
	 
	  {
	  	background-color: #fff;
	  }


.button-general:hover, .button-general:focus  
	 
	 
	  {
	  	background-color: #2e6da5;
	  }

 
	  .cy-navbar-top .links li ul
	 
	  {
	  	background-color: #182c40;
	  }

  .cy-navbar-top  
	  {
	  	background-color: #2f63c9;
	  }


	/*============================================================
		Transition
		============================================================*/
		a,
		.button,
		.form-control,
		.cy-navbar-top .links li a:before,
		.cy-navbar-top .links li a:after,
		.about-slider .slick-arrow,
		.img-shiny:after,
		.cy-project-slider .content-overlay,
		.tm-projects-gallery .gallery-grid .content-overlay,
		.cy-project-slider .content-overlay .location .icon-location,
		.tm-projects-gallery .gallery-grid .content-overlay .location .icon-location,
		.cy-pricing-1 .pricing-tbl .fa,
		.cy-team-2 .profilebox .overcontent,
		.blog-detail .post-date,
		.cy-navbar-top .links li ul,
		.cy-navbar-top .links li ul li:before,
		.contact-info-box-2 .img-icon,
		.contact-info-box-2 .img-icon:before
		{
			transition:all 0.3s ease;
			-webkit-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			-ms-transition:all 0.3s ease;	
		}


		/*** Selection Color ****/

		::selection {
			background: #182c40;
			color:#ffffff;
		}
		::-webkit-selection {
			background: #182c40;
			color: #ffffff;
		}
		::-moz-selection {
			background: #182c40;
			color: #ffffff;
		}