@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');




/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {

  /* font-family: "IBM Plex Sans", sans-serif; */
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  /*color: #828282;*/
  color: ##444;
  background: #fff;
}

.img-fluid {
  max-width: 100%;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#colorlib-started .colorlib-heading.colorlib-heading2 p {
    font-size: 17px;
    margin-bottom: 20px !important;
    line-height: 28px;
    color: #FFF;
    letter-spacing: 0.1px;
    max-width: 1030px;
    margin: 0 auto;
    font-weight: 400;
}
#colorlib-started  a.btn.btn-primary.btn-lg {
    line-height: 25px;
    min-height: 60px;
    letter-spacing: 1px !important;
    margin-top: 25px;
}
.row.form-group p {
    margin-bottom: 10px;
}
#colorlib-about .colorlib-heading {
    margin-bottom: 0;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
p b, p strong {
    font-weight: 600;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #a8221f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #a8221f;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  /* font-family: "Playfair Display", Georgia, serif; */
  font-family: "Lora", serif !important;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #a8221f;
}

::-moz-selection {
  color: #fff;
  background: #a8221f;
}

::selection {
  color: #fff;
  background: #a8221f;
}

.colorlib-nav .top-menu {
  padding: 15px 0;
}

.top-menu>.container>.row {
  align-items: center;
  display: flex;
}

.colorlib-nav #colorlib-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.colorlib-nav #colorlib-logo img {
  max-width: 100%;
  width: 230px;
}


.menu-1 ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.colorlib-nav a {
  padding: 5px 10px;
  color: #000;
}

.colorlib-nav ul {
  padding: 0;
  margin: 0;
}

.colorlib-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  text-transform: inherit !important;
}

.colorlib-nav ul li a {
  font-size: 16px;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.colorlib-nav ul li a:hover,
.colorlib-nav ul li a:focus,
.colorlib-nav ul li a:active {
  color: black;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.colorlib-nav ul li.has-dropdown:hover a,
.colorlib-nav ul li.has-dropdown:focus a {
  color: #000;
}

.colorlib-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.awsm-job-form-group.awsm-job-inline-group {
    display: flex;
    align-items: center;
}
.awsm-job-form-group input[type=checkbox]{
      margin-top: -2px !important;
}
.awsm-application-submit-btn{
   background: #a8221f;
   border: 0;
   color: #fff;
   border-radius: 60px;
   font-size: 16px;
   letter-spacing: 0.5px;
   padding: 10px 10px;
   min-width: 150px;
}

.colorlib-nav ul li.btn-cta a span {
  background: #a8221f;
  padding: 13px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.colorlib-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
  color: #a8221f;
  position: relative;
}

.btn-cta {
  font-family: "Lora", serif;
  margin: 0 0 0 20px !important;
}

#colorlib-counter,
.colorlib-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#colorlib-counter .overlay,
.colorlib-bg .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 73%);
}

.colorlib-video {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .colorlib-video {
    height: 450px;
  }
}

.colorlib-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.colorlib-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.colorlib-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.colorlib-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#colorlib-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

#colorlib-hero .btn {
  font-size: 24px;
}

#colorlib-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}

#colorlib-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#colorlib-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}

#colorlib-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}

#colorlib-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}
.colorlib-heading.mb-adjust{
  margin-bottom: 2em;
}
#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
  padding: 15px 30px;
  background: #044d99 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 20px 0;

  min-width: 250px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
  background: #a8221f !important;
   color: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .colorlib-lead {
  font-size: 20px;
  color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .colorlib-lead .icon-heart {
  color: #d9534f;
}

.colorlib-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#colorlib-about,
#colorlib-practice,
#colorlib-testimonial,
#colorlib-started,
#colorlib-blog,
#colorlib-contact{
  padding: 5em 0;
  clear: both;
}
#colorlib-footer{
 clear: both;
}
.colorlib-map iframe{
  width: 100%;
  height: 100%;
}
.abtsWraps .colorlib-heading p {
    font-size: 17px;
    line-height: 24px;
}
.abtsWraps .imgs-Abt{
    position: relative;
    padding-right: 30px;
}
.abtsWraps .imgs-Abt img{
  width: 100%;
  border-radius: 30px;
  margin-right: 20px;
}
.abtsWraps ul {
    margin: 0;
    padding: 0 0 20px 20px;
    color: #444;
}
.teams-section .title {
    font-size: 46px;
    font-weight: 700;
    margin: 10px 0 25px;
}

.attorney-section {
    background: #4a4453;
    padding: 80px 0 0;
    color: #fff;
    margin-bottom: -114px;
}
.attorney-section .intro .right{
    display: inline-flex;
    justify-content: end;
}
.attorney-section .intro p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin: 0;
}
.attorney-section .intro {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 40px;
}

.attorney-section .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 10px;
}

.attorney-section .right p {
  max-width: 540px;
  line-height: 1.7;
  font-size: 16px;
  color: #FFF;
}
.attorney-section .join-link {
  display: inline-block;
  margin-top: 20px;
  color: #FFF;
  font-family: "Lora", serif !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 60px;
  border: 2px solid #FFF;
}

.attorney-section .join-link:hover {
  color: #FFF;
  border-color: transparent;
  border-bottom-color: #a8221f;
  border-radius: 0;
}
.attorney-section .attorney-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.attorney-section .attorney-card {
  background: #fff;
  color: #222;
  overflow: hidden;
  border-radius: 0px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 15px;
}

.attorney-section .attorney-card img {
  width: 100% !important;
  height: 440px !important;
  object-fit: cover;
  display: block;
  max-width: 100% !important;
}

.attorney-section .info {
  padding: 20px 10px 10px;
}

.attorney-section .name, .colorlib-staff h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 4px 0;
}
.attorney-section .name{
  font-size: 24px;
}
.colorlib-staff .boxs{
  min-height: 90px;
}
.attorney-section .role, .colorlib-staff .role {
  font-size: 15px;
  text-transform: uppercase;
  color: #777;
  font-weight: 400;
}
.attorney-section .role{
  font-size: 16px;
}
.attorney-section .attorney-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}


.teams-section{
  padding: 150px 0 100px;
  background: #efefef;
}














@media (min-width: 1200px) {
    .container {
        width: 1260px;
    }
}


#colorlib-counter {
  padding: 4em 0;
  clear: both;
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #fff;
  background: #a8221f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}

.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Lora", serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
#colorlib-consult .imgSections{
  width: 50%;
  overflow: hidden;
}
#colorlib-consult .imgSections img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#colorlib-intro,
#colorlib-content,
#colorlib-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}

#colorlib-content .video,
#colorlib-content .choose,
#colorlib-consult .video,
#colorlib-consult .choose {
  display: inline-block;
}

#colorlib-content .video,
#colorlib-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.abtAdv p strong {
    font-weight: 500;
    color: #000;
}
#colorlib-content .choose,
#colorlib-consult .choose {
  width: 50%;
  padding: 40px 40px;
}
#colorlib-content .choose{
  background: #eeeeeea8;
}
#colorlib-content .choose .colorlib-heading h2{
  margin: 25px 0;
}
#colorlib-content .choose-form,
#colorlib-consult .choose-form {
  background: #044d99;
}

#colorlib-content .choose-form .colorlib-heading,
#colorlib-consult .choose-form .colorlib-heading {
  margin-bottom: 40px;
}

#colorlib-content .choose-form .colorlib-heading h2,
#colorlib-consult .choose-form .colorlib-heading h2 {
  color: #fff;
}

#colorlib-consult .choose-form .form-control::-webkit-input-placeholder, #colorlib-consult .choose-form .form-control::-moz-placeholder, #colorlib-consult .choose-form .form-control:-ms-input-placeholder, #colorlib-consult .choose-form .form-control:-moz-placeholder  { 
  color: #FFF !important;
}

#colorlib-content .choose-form .form-control,
#colorlib-consult .choose-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-consult .choose-form .form-control {
  border: 2px solid rgb(255 255 255 / 44%);
  font-size: 18px;
  color: #FFF;
}


#colorlib-content .choose-form .form-control:active,
#colorlib-content .choose-form .form-control:focus,
#colorlib-consult .choose-form .form-control:active,
#colorlib-consult .choose-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a8221f;
  color: #FFF;
}
.progress{
  border-radius: 25px;
}
.progress-bar {
  background-color: #044d99 !important;
  font-size: 13px;
  letter-spacing: 0.5px;
}

#colorlib-intro {
  z-index: 0;
  padding-bottom: 7em;
}

.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #415f92;
  color: #fff;
  position: relative;
  overflow: hidden;
}


.about-box .item-figure {
    position: relative;
    z-index: 1;
    display: inline-block;

}
.about-box .item-figure img{
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    max-height: 480px;
    width: auto;
    min-width: 380px;
}
.about-box .item-figure:before {
    content: ' ';
    width: 190px;
    height: 450px;
    left: 40px;
    bottom: -26px;
    position: absolute;
    z-index: -1;
    background: url(../images/about-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.third-col h2 {
  color: #fff;
  font-weight: 700;
}

.third-col.third-col-color {
  background: #044d99;
}

.third-col .icon {
  position: absolute;
  top: 0px;
  left: -10%;
  z-index: -1;
}
.address-col a{
   color: #fff;
}
.address-col a:hover{
      color: #a8221f;
}
.address-col.third-col h2 {
    font-size: 26px;
    margin: 20px 0 0;
}
.page-template-template-contact .btn-primary {
    min-width: 120px;
    font-size: 18px;
}

#colorlib-intro .third-col p{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.alignCenter > h2{
  margin: 25px 0;
}
.alignCenter {
    padding: 10px 10px;
}
.address-col span.icons {
    font-size: 24px;
    min-width: 35px;
    display: inline-block;
}

.third-col .icon i {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.05);
}

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  min-height: 580px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-text-inner p{
  color: #FFF;
}
.services h3 {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 28px;
}

.services h3 a {
  color: #044d99;
}
.services p{
  font-size: 16px;
    line-height: 26px;
}
.services .icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 5px solid #dddddd75;
  border-radius: 60px;
  overflow: hidden;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 60px;
  line-height: 40px;
  color: #a8221f;
}

.services:hover,
.services:focus {
  background: #044d99;
  color: rgba(255, 255, 255, 0.7);
}

.services:hover h3 a,
.services:focus h3 a {
  color: #fff;
}

.services:hover .icon i,
.services:focus .icon i {
  color: #FFF;
}

.colorlib-social-icons {
  margin: 0;
  padding: 0;
}

.colorlib-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.colorlib-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #a8221f;
  padding-left: 10px;
  padding-right: 10px;
}
.colorlib-social-icons li a:hover{
  color: #FFF;
}
.colorlib-social-icons li a i {
  font-size: 18px;
}
.upiSections{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.Qrs h3{
text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 10px 0 25px;
    background: #044d99;
    color: #FFF;
    border-radius: 60px;
    padding: 8px 35px;
}
.whatsImgs, .upiImgs, .locationImg{ text-align: center; }

.upiImgs img{
    max-width: 190px;
}
.whatsImgs img{
    max-width: 240px;
}
.locationImg img{
    max-width: 240px;
}
.Qrs {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    gap: 20px;
}
.colorlib-contact-info ul {
  padding: 0;
  margin: 0;
}
#colorlib-contact h3{
    font-size: 30px;
    margin: 0 0 35px;
}
.colorlib-contact-info ul li a{
   color: #111;
}
.colorlib-contact-info ul li a:hover{
      color: #a8221f;
}
.colorlib-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.colorlib-contact-info ul li strong{
  color: #111;
}

.colorlib-contact-info ul li:before {
  color: #a8221f;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.colorlib-contact-info ul li.address:before {
  font-size: 22px;
  content: "\F3E8";
  font-family: "bootstrap-icons";
}

.colorlib-contact-info ul li.phone:before {
  font-size: 20px;
  content: "\F5C1";
  font-family: "bootstrap-icons";
}
.colorlib-contact-info ul li.whatsapp:before {
  font-size: 20px;
  content: "\F618";
  font-family: "bootstrap-icons";
}

.colorlib-contact-info ul li.email:before {
  font-size: 23px;
  content: "\F32F";
   font-family: "bootstrap-icons";
}

.colorlib-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.colorlib-heading {
  margin-bottom: 5em;
}

.colorlib-heading.colorlib-heading-sm {
  margin-bottom: 2em;
}

.colorlib-heading h2 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}

.colorlib-heading p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
}
.colorlib-heading p strong{ font-weight: 600; }

.colorlib-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.colorlib-heading.colorlib-heading2 h2 {
  font-size: 60px;
  font-weight: 700;
}

.colorlib-heading.colorlib-heading2 p {
  font-size: 24px;
  margin-bottom: 40px;
}

#colorlib-testimonial .testimony-slide {
  text-align: center;
}

#colorlib-testimonial .testimony-slide span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
}

#colorlib-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#colorlib-testimonial .testimony-slide figure img {
  width: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#colorlib-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #colorlib-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}

#colorlib-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#colorlib-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#colorlib-testimonial .arrow-thumb a:hover,
#colorlib-testimonial .arrow-thumb a:focus,
#colorlib-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#colorlib-testimonial .owl-theme .owl-dots .owl-dot.active span,
#colorlib-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #a8221f;
}

#colorlib-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #044d99;
}

.colorlib-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #FFFF;
}

.colorlib-staff img {
  width: 100%;
  object-fit: cover;
  min-height: 280px;
  max-width: 100% !important;
}
.colorlib-staff .imgWraps{
    width: 100%;
    height: 280px;
    overflow: hidden;
    border: 2px solid #FFF;
    background: #FFF;
}
.colorlib-staff .boxs{
  padding: 10px 10px;
}

.colorlib-staff p {
  margin-bottom: 30px;
}



#colorlib-started {
  padding: 3em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

#colorlib-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#colorlib-started .colorlib-heading h2 {
  line-height: 80px;
  color: #fff;
  margin-bottom: 30px !important;
}

#colorlib-started .colorlib-heading p {
  color: rgba(255, 255, 255, 0.7);
}

#colorlib-started .btn {
  height: 54px;
  border: none !important;
  background: #a8221f;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#colorlib-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#colorlib-started .form-inline .form-group .form-control {
  width: 100%;
}

.blog-featured a img {
  margin-bottom: 30px;
}

.blog-featured h2 a {
  color: #044d99;
}

.blog-featured h2 a:hover {
  color: #a8221f;
}

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em;
}

.blog-entry .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  float: left;
}

.blog-entry .desc {
  padding-left: 170px;
}

.blog-entry .desc h3 a {
  color: #044d99;
}

.blog-entry .desc h3 a:hover {
  color: #a8221f;
}

.blog-entry .desc .meta {
  color: #999999;
  font-size: 16px;
  margin-bottom: 10px;
}

.colorlib-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

.colorlib-blog>a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.colorlib-blog>a img {
  width: 100%;
}

.colorlib-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.colorlib-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.colorlib-blog .blog-text span.comment {
  float: right;
}

.colorlib-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.colorlib-blog .blog-text span.comment a i {
  color: #a8221f;
  padding-left: 7px;
}

.colorlib-blog .blog-text .meta {
  color: #b3b3b3;
  font-size: 16px;
  margin-bottom: 10px;
}

.colorlib-blog .blog-text h3 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.colorlib-blog .blog-text h3 a {
  color: black;
}
#colorlib-footer .pb-4{
  padding-bottom: 3rem;
}
.bords{
    border-top: 1px solid #dddddd2b;
    padding-top: 20px;
    margin-top: 35px;
}
#colorlib-footer {
  background: #0b162a;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 2em 0;
  font-size: 16px;
  border-top: 5px solid #a8221f;
}
#colorlib-footer .colorlib-footer-links li a, #colorlib-footer .colorlib-footer-links li, .colorlib-widget a{
  color: rgba(255, 255, 255, 0.5);
   text-decoration: none;
}
#colorlib-footer .colorlib-footer-links li a:hover, .colorlib-widget a:hover{
  text-decoration: none !important;
  color: #FFF;
}

.colorlib-footer-links strong {
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #ffffffa3;
 }

#colorlib-footer .colorlib-footer-links {
  padding: 0;
  margin: 0;
}
footer .address{
  list-style: none;
  padding: 0;
  margin: 25px 0 15px;
}
footer .address i{
  color: #FFF;
  margin-right: 10px;
}
footer .address li {
    margin-bottom: 8px;
}
footer .address li a:hover{
  color: #a8221f;
}
.alignBtwn {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.alignBtwn p{
  margin: 0 5px;
}
footer .logoImg img{
  max-height: 75px;
}

#colorlib-footer .colorlib-footer-links li {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
}
.about-info h3.item-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}

#colorlib-footer .colorlib-footer-links li a:hover {
  text-decoration: underline;
}
.abtAdv p {
  font-size: 16px;
  line-height: 24px;
}
.abtAdv .imgAdv .item-figure{
    width: 100%;
    text-align: center;
}
#colorlib-footer h4 {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #a8221fad;
  padding-bottom: 15px;
}
.abtAdv .about-info {
    margin: 35px 0 0 0;
    padding: 0 0 0 7%;
}
.abtAdv .about-info .item-sub-title {
  margin: 0;
  padding: 0;
}

#colorlib-footer .colorlib-widget {
  margin-bottom: 30px;
}

#colorlib-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 20px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



.offcanvas #colorlib-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #444;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
  color: #fff;
  background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
  background: #000;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.choose-form .btn-primary {
  padding: 15px 25px;
  min-width: 200px;
}
.choose-form .btn-primary:hover {
  background: #FFF !important;
  color: #000;
}

.btn-primary {
  background: #a8221f;
  color: #fff;
  border: 2px solid #a8221f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #044d99 !important;
  border-color: #044d99 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #a8221f;
  border: 2px solid #a8221f;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #a8221f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a8221f;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
#colorlib-hero .flexslider .slider-text>.slider-text-inner a{
  color: #FFF;
}
#colorlib-hero .flexslider .slider-text>.slider-text-inner a:hover {
    color: #a8221f;
}
a.btn.btn-primary.btn-lg.btn-learn, #colorlib-started .btn{
    min-width: 220px;

    font-size: 18px;
    letter-spacing: 0.5px;
}
a.btn.btn-primary.btn-lg.btn-learn i.icon-arrow-right{
  margin-left: 5px;
}
.innerBnr, .innerBnr .flexslider .slider-text, .innerBnr  .flexslider .slides li{
    min-height: 280px !important;
    height: 280px !important;
    overflow: hidden
}
.awsm-job-specification-item span{
  margin: 0;

}
.awsm-job-form-options-container label, .awsm-job-inline-group label {
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
}
.awsm-job-form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 5px 15px;
    border: 1px solid #beb1b1;
    border-radius: 5px;
}
.awsm-job-form-group label {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin: 0 0 0;
}
.awsm-job-specification-item span.awsm-job-specification-term{
    color: #064b9a;
    padding-left:5px;
}
.awsm-job-specification-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 0 10px;
    color: #111;
}
.innerBnr .flexslider .slider-text>.slider-text-inner{
    min-height: 100% !important;
}

.innerBnr .flexslider .slider-text>.slider-text-inner h2 {
    line-height: 45px !important;
    margin: 20px 0 !important;
}
.breadcrumb-wrap{
  margin: 0;
  padding: 0;
}
.breadcrumb li, .breadcrumb li a{
    color: rgba(255, 255, 255, 0.5) !important;
}
.breadcrumb li a:hover{
    color: #FFF !important;
}
.breadcrumb li:after{display: none; }

.breadcrumb-wrap .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-wrap .breadcrumb li.breadcrumb-item {
    height: auto !important;
    min-height: inherit !important;
}

.colorlib-counters{
  background-position: center center !important; 
  background-size: cover; 
  background-repeat: no-repeat;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.advDtls {
  padding: 5em 0 20px;
}
.about-box.teamDtls .item-figure:before {
    left: -30px;
}
.about-box.teamDtls .item-figure {
    margin-right: 25px;
}
.about-box.teamDtls .colorlib-heading p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
}
.about-box.teamDtls .about-info{
  margin-bottom: 20px;
}
.about-box.teamDtls .about-info .item-sub-title{
  color: #333;
  margin: 0;
  font-size: 14px;
}
.about-box.teamDtls .item-title {
    font-size: 30px;
    font-weight: 600;
    color: #044d99;
    margin: 0 0 8px;
}
#colorlib-about.abtsWraps{
    padding-bottom: 3rem;
}

.awsm-grid-item .awsm-job-more{
  display: flex;
  margin: 25px 0 0;
}
.awsm-grid-item .awsm-job-more > span{   margin-left: 15px; margin-bottom: 0; }

.awsm-job-item h2.awsm-job-post-title{
    font-size: 22px;
}
.awsm-job-specification-item span.awsm-job-specification-term{
  padding-left: 0;
}




@media (max-width: 1200px) {

  .services { min-height: 680px;}

}
@media (max-width: 991px) {
  .attorney-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services { min-height: auto;}




}


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

  .abtsWraps .imgs-Abt{
      padding-right: 20px;
      margin: 0 0 40px;
  }
  #colorlib-content .colorlib-heading p, .advDtls  p {
    font-weight: 500;
  }
  #colorlib-started .colorlib-heading {
      margin-bottom: 0;
  }
  .colorlib-heading h2, .colorlib-heading.colorlib-heading2 h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .home-services {
    min-height: auto !important;
  }
  #colorlib-content .colorlib-heading {
    margin-bottom: 2em;
  }
  .home-services p {
    height: auto !important;
  }
  .Qrs h3{
    margin: 20px 0 10px;
  }
  .services.home-services h3{
    min-height: auto;
  }
  .Qrs {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    gap: 20px;
    flex-direction: column;
}
  .awsm-job-form-group {
    margin: 10px 0;
  }
  .awsm-application-submit-btn{
    margin-top: 20px;
  }
  .awsm-job-form-inner {
    padding: 20px;
  }
  .awsm-job-form-inner  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .awsm-job-form-group.awsm-job-inline-group {
    align-items: baseline;
  }
  .attorney-section .join-link{
    margin-top: 35px;
  }
  .about-box.teamDtls .item-figure:before {
    left: -15px;
    bottom: inherit;
    top: -30px;
  }
  .colorlib-nav #colorlib-logo img {
    max-width: 100%;
    width: auto;
    max-height: 80px;
  }
  .colorlib-nav .top-menu {
    padding: 10px 0;
  }
  .about-box .item-figure:before {
        height: 370px;
        left: -5px;
        bottom: -20px;
  }
  .abtsWraps .colorlib-heading {
    margin-bottom: 1em;
  }
  .about-box.teamDtls .item-figure {
    margin: 0 0 10px;
  }
  .about-box.teamDtls .colorlib-heading p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .advDtls {
    padding: 3em 0 20px;
  }
  .about-box.teamDtls .item-title {
    font-size: 28px;
  }
  .about-box.teamDtls .about-info {
    margin-bottom: 35px;
  }
  .about-box.teamDtls .about-info .item-sub-title {
        margin: 0;
        font-size: 17px;
        font-weight: 600;
  }
  .abtsWraps .rvrse{
    flex-direction: column-reverse;
    display: flex;
  }
  .about-box.teamDtls .item-figure img {
    margin: 0 0 15px 25px;
  }
  .innerBnr, .innerBnr .flexslider .slider-text, .innerBnr .flexslider .slides li {
    min-height: 260px !important;
    height: 260px !important;
    overflow: hidden;
  }
  .innerBnr .breadcrumb-wrap .breadcrumb li.breadcrumb-item {
    height: auto !important;
    min-height: inherit !important;
  }
  .attorney-section .title,  .attorney-section .intro p {
      text-align: center;
  }
  .breadcrumb li, .breadcrumb li a, .breadcrumb > .active{ color: #FFF !important; }
  #colorlib-hero .flexslider .slider-text {
    width: 100%;
    text-align: center;
  }
  .attorney-section .attorney-card{
    margin: 0 0 20px;
  }
  #colorlib-footer .colorlib-footer-links {
    margin-bottom: 30px;
  }
  #map {
    height: 200px;
  }
  #colorlib-footer .colorlib-widget {
    text-align: left;
  }
  .colorlib-nav .menu-1 {
    display: none;
  }
  .colorlib-blog {
    width: 100%;
  }
  .third-col {
    width: 100% !important;
  }
  #colorlib-content .video,
  #colorlib-content .choose,
  #colorlib-consult .video,
  #colorlib-consult .choose {
    width: 100% !important;
  }
  #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 30px;
  }
  #colorlib-about,
  #colorlib-practice,
  #colorlib-testimonial,
  #colorlib-started,
  #colorlib-blog,
  #colorlib-contact {
    padding: 3em 0;
  }

  .colorlib-nav-toggle {
    display: block;
  }
  #colorlib-offcanvas li.btn-cta {
        background: #a8221f;
        padding: 0 !important;
        font-size: 15px;
        margin: 50px 0 20px !important;
        text-align: center;
        border-radius: 60px;
        width: 100%;
        display: block;
  }
  #colorlib-offcanvas li.btn-cta a {
    padding: 14px 15px !important;
  }
  #colorlib-offcanvas {
    display: block;
  }
  #colorlib-offcanvas a {
    color: #FFF;
    padding: 7px 0;
    display: block;
  }
  #colorlib-consult .imgSections {
    width: 100%;
  }
  .alignBtwn {
    justify-content: center;
    flex-direction: column;
  }
  .alignBtwn p {
    margin: 0 0 15px;
  }
  #colorlib-footer h4 {
    margin-top: 40px !important;
  }
  .bords {
      margin-top: 35px;
  }
  .abtAdv .imgAdv .item-figure {
    width: 100%;
    text-align: left;
  }
  .about-box .item-figure img {
    margin: 0 0 0 30px;
    min-width: auto;
    max-width: 100%;
  }
  .attorney-section .intro {
    flex-direction: column;
  }

  .attorney-section .attorney-grid {
    grid-template-columns: 1fr;
  }
  .colorlib-staff h3 {
    font-size: 24px;
  }
  .colorlib-staff .role{
    font-size: 16px;
  }
  .third-col.third-col-color.address-col {
    padding-right: 0;
  }
  .address-col.third-col .alignCenter h2 {
        align-items: center;
        display: flex;
  }

}
@media screen and (max-width: 480px) {

  .colorlib-nav #colorlib-logo img {
      width: 150px;
  }
  .about-box.teamDtls .item-figure img, .about-box .item-figure img {
    margin: 0 ;
  }
  .abtAdv .about-info{
    padding-left: 0;
    margin: 20px 0 0 0;
  }
  .colorlib-staff .imgWraps, .attorney-section .attorney-card img {
    height: 370px;
  }
  .colorlib-staff img{ min-height: 370px; }

  .third-col.third-col-color .alignCenter {
      padding: 10px 0;
  }
  .third-col {
    padding: 2em 1.2em;
  }
  .address-col.third-col .alignCenter h2 {
    font-size: 20px;
  }
  #colorlib-intro {
      padding-bottom: 4em;
  }
  .services {
    padding: 20px;
  }
  #colorlib-content .choose, #colorlib-consult .choose {
    padding: 40px 20px;
  }
  #colorlib-started {
      padding: 3em 20px;
  }
  .colorlib-nav-toggle {
    top: 8px !important;
  }

}
@media screen and (max-width: 380px) {

  .address-col span.icons {
    font-size: 18px;
    min-width: 28px;
  }
  .address-col.third-col .alignCenter h2 {
    font-size: 18px;
  }

}



h3.termstitle
{
	background: #a8221f;
	padding: 2%;
	font-size: 25px;
}
input.termsagree{
background: #044d99 !important;
    color: #fff;
    border: none !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    min-width: 150px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;	
	}


input.termsdecline {
	display:none;
}
.tthebutton{margin: 0px auto !important;}

.service-list-box { min-height:560px;}

.home-services{min-height: 380px;}
.home-services h3 {min-height: 82px}
.home-services p {height: 95px}

.home #colorlib-hero .flexslider .slider-text>.slider-text-inner h2{ font-size:32px; color:#F00;}
