/*
Theme Name: fedworkcomprep
Theme URI: http://1on1academictutors.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Pushpendra
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */

/* 404 page */

.container-fluid {
    padding-right: 50px !important;
    padding-left: 50px !important;
    max-width: 1400px !important;
}

.home_banner{
    background: url(../img/slide_1.jpg) no-repeat;
    height: 100% !important;
    max-height: 670px !important;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
}

.main_content {
	padding: 80px 0px 80px 0px;
}
.main_content h2 {
	font-size: 45px;
}
.main_content .blog-content .text {
    margin-bottom: 20px;
}

.injured img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.main_content h3 {
    margin: 0 0 10px;
	font-size: 30px;
}

.side-box.practic-box {
    padding: 30px;
}
.img-wrapper img {
  margin-bottom: 30px;
}

.side-bar .practic-box ul li {
    padding: 5px 10px 10px 30px;
    display: block;
    position: relative;
}
.side-bar .side-box {
    background: #121212;
    border: 1px solid #f9c343;
    margin: 0 0 30px;
}
.side-bar .practic-box {
    background:  #e9f0f1;
    position: relative;
}
.side-bar .related-blog ul li:before, .side-bar .practic-box ul li:before {
    left: 0px;
    top: 3px;
    content: "\f054";
	font-family: "Font Awesome 5 Pro";
    background: none;
    color: #f9c343;
    align-self: start;
    position: absolute;
	font-size: 20px;
    font-weight: 800;
}

.News_Page .News_Box {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #E9F0F1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .content_sec.practice {
    padding: 80px 0;
}
  
  .nav-links .page-numbers {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	font-size: 16px;
	background-color: #f77;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: all 0.3s ease;
  }
  
  .nav-links .current {
	background-color: #f9c343;
	color: white;
	border-color: #f9c343;
	font-weight: bold;
  }
  
  .nav-links .next {
	margin-left: 20px;
  }
  .nav-links .page-numbers:hover {
	background-color: #6ec1e4;
	color: white;
	border-color: #6ec1e4;
  }
  .News_Page h3,
  .News_Page .h3 {
	margin: 0 0 20px;
	color: #000;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	transition: color 0.3s ease;
  }
  .News_Page .News_Box ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
  }
  
  .News_Page .News_Box ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	margin-right: 10px;
  }
  .News_Page .News_Box ul li i {
	margin-right: 5px;
	color: #f9c343;
  }

  .News_Page {
    padding: 100px 0 100px;
}

.gform_heading {
  display: none;
}

.gform_wrapper .validation_error {
  display: none !important;
}
.gform_wrapper .gfield.gfield_error.gf_left_half {
  margin-right: 16px !important;
}
.gform_wrapper .gfield {
  margin: 0 !important;
}
.gform_wrapper .validation_message {
  display: none !important;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .gfield.gfield_error {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a!important;
}

.privacy_policy {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767px) {
  .privacy_policy {
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
}


  .default_bt {
  display: inline-block;
  padding: 12px 28px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

  .default_bt:hover {
  background-color: #2e2a2a;
	color: #FFF;
}

/* injured */

.injured {
  padding: 60px 0;
 
}

.injured  .contact_area {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.injured  .default_btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.injured  .default_btn:hover {
  background-color: #2e2a2a;
	color: #FFF;
}

.img-box {
  text-align: center;
}

.injured  .img-box img {
  max-width: 100%;
  height: 521px;
}

@media (max-width: 768px) {
 .injured .row {
	  display: flex;
    flex-direction: column-reverse;
  }


  .injured h2 {
    font-size: 26px;
    text-align: center;
  }

  .injured  {
    text-align: center;
  }


  .injured  .img-box {
    margin-top: 20px;
  }
}



.icon-list ul {
  list-style: none;
  padding-left: 0;
}

.icon-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.icon-list ul li::before {
  content: "\f105"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #28a745;
  font-size: 18px;
}

.intro-sec.compensation a {
    margin-top: 20px;
}

.bg {
    background: #f8fafb;
}

.forYou-sec.clear-answers  .sec-row {
    display: flex
;
    align-items: normal;
    max-width: 1280px;
    width: 82.2%;
    margin: 0 auto;
}

.homepractice-area .content img {
 
    filter: brightness(0) invert(1);
}

.icon-list li a, p{
	color: #8A0009;
}

.homepractice-area .content .overaly{
	font-size: 20px !important;
	font-weight: 600 !important;
}

footer .top-block .h3{
   color: #fff;
}
footer .top-block a{
   color: #337ab7;
}
 