/* In The Name oF ALLAH The Most beneficient oF The Most Mericful  */
.container {
  border: 0px solid red;
}
h3{
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}
p { 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size:13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size:13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
@media (min-width: 992px) {
  p { 
    font-size:15px;
    line-height: 26px;
  }
  li { 
    font-size:15px;
    line-height: 26px;
  }
}
.contact-title {
  text-align:center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid transparent;
}
.contact-title small {
  color:#666;
  font-family: 'Pacifico', cursive;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  /*! text-transform: uppercase; */
}
.contact-title h2 {
  color:#333;
    line-height: 26px;
font-family: 'Poppins', sans-serif;
    font-size: 22px;
  font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.contact-title::after {
    left:40%;
    background-color: #4f67af;
    width: 20%;
}
.contact-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 2px;
}
@media (min-width:992px) {
  .contact-title {
    text-align:left;
  }
  .contact-title small {
    font-size: 22px;
    line-height: 56px;
  }
  .contact-title h2 {
    font-size: 40px;
    font-weight: 800;
  }
  .contact-title::after {
    left: 0;
    width: 60px;
    height: 3px;
  }
}
.section-heading {
  text-align:center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid transparent;
}
.section-heading small {
  color:#666;
 font-family: 'Pacifico', cursive;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;;
}
.section-heading h2{
font-family: 'Poppins', sans-serif;
  font-size:26px; 
  font-weight:400; 
  line-height:26px; 
  position:relative; 
  padding-bottom: 20px;
  margin-bottom:30px; 
  text-transform:uppercase; 
}
.section-heading h2:after{
  content:''; 
  background:#0C285F; 
  width: 60px;
  height: 3px;
  position:absolute;  
  bottom:-20px; 
  left:50%; 
  margin-left:-30px;
}
@media (min-width:992px) {
  .section-heading small {
    font-size: 22px;
    line-height: 56px;
  } 
  .section-heading h2{
    font-size: 40px;
    font-weight: 800;
  }
}
h3.sub-title  {  
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
h3.sub-title::after {
   content: '';
    position: absolute;
    bottom: -3px;
    height: 3px;
    left:0%;
    background-color: #FF4328;
    width: 60px;
}
@media (min-width:992px) {
  h3.sub-title  {  
    font-size: 30px;
  }
}

.preloader-outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999999996;
    overflow: hidden;
    background: linear-gradient(-45deg, #9c0183, #FF4328);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@-moz-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}
.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}
.preloader .lines .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,0,20px,0);
}
.preloader .lines .line.line-1 {
    top: 0;
    animation: slide 2s ease 0.1s infinite;
}
.preloader .lines .line.line-2 {
    top: 15px;
    animation: slide 2s ease .25s infinite;
}
.preloader .lines .line.line-3 {
    top: 30px;
    animation: slide 2s ease .5s infinite;
}
.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
}
@keyframes slide {
    0% {clip: rect(0,0,20px,0);}
    30% {clip: rect(0,80px,20px,0);}
    50% {clip: rect(0,80px,20px,0);}
    80% {clip: rect(0,80px,20px,80px);}
    100% {clip: rect(0,80px,20px,80px);}
}
@keyframes fade { 
  0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}



header {
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  background: #fff; 
  border-bottom: 0px solid #ccc;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .topbar {
  height: 50px;
  display: none;
  /*! background: #4E67AE; */
  transition: all 300ms ease-in;
  border-bottom: 1px solid #3f486d;
}
header .topbar p {
  color: #FFF;
  font-size: 13px;
  line-height: 40px;
  display: inline;
  float: right;
  margin:0  0 0 30px;
}
header .topbar p i {
  color: #FFF;
  font-size: 16px;
  width: 24px;
  margin:13px 10px 0 0;
  line-height: 24px; 
  text-align: center;
  /*! background: #fff; */
  border-radius: 2px;
  /*! border: 1px solid #fff; */
  transition: all 300ms ease-in-out;
}
header .topbar .social {
  float: left;
  margin: 0;
}
header .topbar .social i a {
  margin: 0;
} 
header .topbar .social i {
  color: #FFF;
  font-size: 16px;
  width: 24px;
  margin:13px 4px 0 0;
  line-height: 24px; 
  text-align: center;
  /*! background: #fff; */
  border-radius: 2px;
  /*! border: 1px solid #fff; */
  transition: all 300ms ease-in-out;
}
header .topbar .social i:hover {
  color: #fff;
  background: none;
}
header .logo {
  width:auto;
  height: 30px;
  display: block;
  margin: 10px 0;
  z-index: ; position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .logo-title {
  display:block; 
  margin:15px 0 0;
  color: #4E67AE; 
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .logo-title small {
  display: block;
  color:#9d9d9c;
  font-size: 8px;
  letter-spacing: 0.25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

}
header.sticky {
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.7); 
  box-shadow: 0 0 10px #777;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

}
header.sticky .logo {
  width: auto;
  height: 16px;
  float: left;
  margin: 12px 0; 
}
header.sticky .logo-title {
  display: none;
    font-size: 16px;
  line-height: 50px;
  float: left;
}
header.sticky #navigation {
  margin: 0 0px 0;
}
header.sticky .nav ul li a {
  font-size: 12px;
  line-height: 40px;
}
@media (min-width: 992px) { 
  header {
    padding: 0;
    height: 100px;
    /*! border: 1px solid red; */
  }
  header .topbar {
    display: none;
  }
  header .logo {
    height: 50px;
    float: left;
    margin-right: 15px;
    /*! padding: 15px; */
    margin: 25px 0;
  }
  header .logo-title {
    display: inline-table;
    margin: 30px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  header .logo-title small {
    font-size: 12px;
    letter-spacing: 0.25px;
  }
  header #navigation {
    width: auto;
    position: relative; 
    left: none; 
    top: none;
    margin-top: 0px;
  }
  header.sticky {
    box-shadow: 0 0 10px #777;
  }
  header.sticky .topbar {
    display: none
  }
  header.sticky .logo {
    height: 20px;
    margin: 10px;
  } 
  header.sticky .logo-title {
    display: none;
  }
  header.sticky #navigation .nav {
    border: 1px solid transparent; 
  }
  header.sticky .nav ul li a {
  }
}



.mt-header {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .mt-header {
    margin-top: 100px;
  }
}
footer {
  width: 100%;
  margin:0px 0 0;
  padding: 30px 0 40px;
  clear: both;
  background: #0c285f;
  background-position: bottom;
  border: 0px solid red;
  border-top: 5px solid #ccc;
}
footer .logo {
  height: 25px;
  display: block;
  margin: 0 auto 20px;
}
footer .f-partner {
  width: 40%;
  display: block;
  margin: 0 auto 30px;
}
footer h5 {
  font: 700 Normal 15px/16px "Roboto Slab", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #f1f1f1;
  margin-bottom: 20px;
  text-align: center;
}
footer p {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  line-height: 20px;
}
footer .footer-nav  {
  margin: 0px 0 40px;
  padding: 0; 
}
footer .footer-nav li {
  color: #FFF;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav li a {
  display: block;
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
footer .footer-nav li a:hover {
  text-decoration: none;
}
footer .social-icon {
  display: table;
  margin:0 auto 40px;
}
footer .social-icon a {
  height: 35px;
  float: left;
  margin: 10px 5px 0 0;
  display: table;
  cursor: pointer;
  color: #FFF;
  font-size:20px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #0c285f;
  /*! border-radius:100%; */ 
  transition: all 300ms ease-in-out;
}
footer .social-icon a i {
  color: #0c285f;
  font-size: 17px;
  line-height: 33px;
  width: 35px;
}
footer .social-icon a:hover {
  background: #0c285f ;
}
footer .social-icon a:hover i {
  color: #FFF;
}
footer .sub-form {
    margin: 20px 0 0
  }
footer .sub-form .row {
  margin-left: -5px;
  margin-right: -5px;
  border: 0px solid red;
}
footer .sub-form [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  border: 0px solid red;
}

footer .sub-form .sub-input {
  width: 100%;
  height: 43px;
  color: #eee;
  font-size: 12px;

  display: inline-block;
  padding:0 15px;
  background-color: inherit;
  border: 1px solid #eee;
  border-radius: 20px;
}
footer .sub-form .sub-btn {
  width: 43px;
  margin: 0px auto 0;
  padding: 0 15px;
  cursor: pointer;
  color: #0c285f;
  font-size: 14px;
  line-height: 43px;
  background: #fff;
  border: none;
  border-radius: 100%;
  transition: all 400ms ease-in-out;
}
  footer .sub-form .sub-btn i {
    height: 43px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0;padding: 0;
  }
footer .sub-form .sub-btn:hover {
  background: #FFF;
}
footer .sub-form .sub-btn:hover i {
  color: #00cbd6;
}
footer .sub-form .subs-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 1px solid red; 
}
footer .sub-form .subs-text {
  width: 95%;
  position: absolute;
  top:180px; 
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 0px solid red; 
}
footer .sub-form .subs-text input {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 99999;
}
footer .sub-form .subs-text label {
  width: 100%;
  float: left;
  padding: 0 15px 0 25px;
  line-height: 16px;
}
footer .nav-bottom {
  margin-top: 30px;
}
footer .nav-bottom ul {
  padding: 0;
  margin: 0;
}
footer .nav-bottom ul li {
  list-style-type: none;
  display: inline;
  padding:0 10px;
}
footer .nav-bottom ul li a {
  color: #d1d1d1;
  font-size: 12px;
}
footer .dnd {
  width: 100%;
  margin:40px 0 15px;
  padding:0 15px;
  color: #d1d1d1;
  text-align: center; 
  border: 0px solid red;
}

footer .dnd i {
  color: red;
  font-size: 12px;
  margin: 0 5px;
}
footer .success {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #09bc8a;
  border: 1px solid #09bc8a;
  border-radius: 3px;
}

footer .error {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #CC0000;
  border: 1px solid #CC0000;
  border-radius: 4px;
}
.bottom-bar {
  height: auto;
  background: #0c285f;
  border-top: 1px solid #3f486d;
  background: -webkit-linear-gradient(-45deg,#9c0183, #FF4328);
}
.bottom-bar .copyright {
  display: block;
  font-size: 12px;
  color: #d1d1d1;
  line-height: 18px;
  text-align: center;
  padding: 15px 15px 5px;
  border:0px solid red;
}
.bottom-bar .dnd {
  display: block;
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 15px;
  transition: all 300ms ease-in-out;
}
.bottom-bar dnd:hover {color: #EEE;}
@media (min-width:992px) {
  footer {
    height:auto;
    padding: 50px 0 30px;
  }
  footer .logo {
    height: 35px;
    margin: 0 0 20px;
  }
  footer .f-partner {
    width:50%;
    margin: 0;
  }
  footer h5 {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
  }
  footer p {
    text-align: left;
  }
  footer .footer-nav  {
    margin: 0px 0 40px;
  }
  footer .social-icon {
    margin:0 auto ;
  }
  footer .footer-nav li {
    padding: 0 0 0 15px;
  }
  footer .footer-nav li a { 
    text-align:left;
  }
  footer .sub-form .sub-input {
  }
  footer .sub-form .sub-btn {
  }
  footer .sub-form .subs-text {
  }
  footer .sub-form .subs-text input {

  }
  footer .sub-form .subs-text label {
  }
  footer .success {
    margin: 45px 0 0;
  } 
  footer .error {
    margin: 45px 0 0;
  }
  footer h5 {
    text-align:left;
  }
  footer p {
    text-align:left;
  }
  footer .social-icon {
    margin:0;
  }
  footer .dnd {

    margin:40px 0 0;
    padding:0;
  }
  .bottom-bar {
    height: 50px;
  }
  .bottom-bar .copyright {
    display: initial;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
  }
  .bottom-bar .dnd {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: right;
    transition: all 300ms ease-in-out;
  }
}
#pageup{
  position:fixed;
  z-index:999999999999999999;
  right:-50px;
  bottom:40px;
  display:none;
  cursor:pointer;
  z-index:999;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  padding:0 15px;
  background:rgba(255, 0, 0, .7);
  transition: all 300ms ease;
}
#pageup  i {
  margin: 0 20px 0 0;
  font-size: 18px; font-weight: 400;
  line-height: 46px;
  text-align: center;
}
#pageup:hover{
  color: #000;
  right: 0;
  background:rgba(225, 225, 225, 0.9);
  transition: all 300ms ease;
}
#slider {
  width: 100%;
  transition: all 350ms ease;
}
#slider.sticky {
  margin: 0;
  transition: all 350ms ease;
}
@media (min-width: 992px) {
  #slider {
    margin-top: 100px;
  }
}/*
.scrolling-wrap {
  position:absolute;
  z-index:99;
  width: 100%;
  overflow: hidden; 
  top:320px; 
  border:0px solid green;
}
*/
.section-container {
  padding-top: 35px;
  padding-bottom: 35px; 
}
@media (min-width: 992px) {
  .section-container {
    padding-top: 70px;
    padding-bottom: 70px; 
  }
}

.btn-center {
  margin: 0px auto 0;
  padding: 0 20px;
  display: table;
  clear: both;
  color: #fff;
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  background: red;
  border-radius: 4px;
  transition: all 300ms ease-in;
}
.btn-center:hover {
  color: #fff;
  text-decoration: none;
  background: #18191E;
}
.bg-gray {
    background: #f1f1f1;
}
#about {
  color: #444;
  position: relative;
  background: #F5F6FA;
  background:url(../images/bg_about.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#about .contact-title small {
  color: #FF4328;
}
#about .contact-title:after{background:#FF4328;}
#about::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .85;
    content: "";
}

#services {
  color: #FFF;
  text-align: center;
  position: relative;
  background:url(../images/bg_services.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#services::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #9c0183, #35107a);
    opacity: .9;
    content: "";
}
#services .section-heading small{color:#FFF;}
#services .section-heading h2:after {background: #FFF;}
#practice_areas {
  color: #fff;
  position: relative;
  background:url(../images/bg_pa2.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#practice_areas::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  background: #0c285f;
    opacity: .95;
    content: "";
}
#practice_areas .section-heading small {color: #eee;}
#practice_areas .section-heading h2:after{
  content:''; 
  background:#ccc; 
}
#testimonials {
  color: #444;
  position: relative;
  background:url(../images/bg_ct.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#testimonials::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(#fff, #eee);
    opacity: .90;
    content: "";
}

#contact {
  color: #000;
  position: relative;
  background:url(../images/bg_contact.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}/*
#contact::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0C285F;
    background: -webkit-linear-gradient(#fff, #fff);
    opacity: .95;
    content: "";
}*/
#contact .section-heading small {color: #FF4328;}
#contact .section-heading h2:after{background:#FF4328;}

.space-top {
  padding-top:  170px ;
}
/* About 
.about-img {
  max-width: 500px;
  margin-top: 70px;
  display: inline-block;
  position: relative;
}
.about-img img {
  position: relative;
  display: inline-block;
  border-radius: 1px;
}
.about-img::before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translate3d(10px, -10px, -22px);
  background: #fff;
  border-radius:1px;
}
@media (min-width:992px) {
  .about-img {
  margin-top: 30px;
}
.about-img::before {
  transform: translate3d(-20px, -20px, 22px);
}
}*/

.content-404 {
  margin: 50px 0 0;
}
.content-404 .title-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.content-404 .note-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0
}
@media (min-width:992px) {
  .content-404 {
    margin: 100px 0 0;
    min-height: 400px;
  }
  .content-404 .title-404 {
    font-size: 64px;
    line-height: 136px;
  }
  .content-404 .note-404 {
    font-size: 24px;
    line-height: 36px;
  }
}
/* = Contact 
----------------------------------------*/
#contact  h5 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 0px solid red;
}
#contact  h5:before {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  left: 15px;
  top:45px;
  background: -webkit-linear-gradient(#0C285F, #0a1959);
}
.location-map {
  width: 100%;
  height: 400px;
  display: block;
  margin: 0;
  border: 1px solid #ccc;
}
.contact-tab {
  margin-bottom: 10px;
  border: 0px solid red;
}
.pt-4{padding-top: none !important;;}
.contact-tab i {
  width: 40px;
  display: block;
  margin: 15px auto; 
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background: -webkit-linear-gradient(#9c0183, #FF4328);
  border-radius: 100%;
  
  border: 0px solid #4f67af;
}
.contact-tab h5 {
  color: #fff;
  text-align: center;
}
.contact-tab p {
  color:#444;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin:0;
}
.contact-tab p a {
  color: #444;
  transition: all 300ms ease-in-out;
}
.contact-tab p a:hover {
  color: #000;
  text-decoration: none;
}

.contact-tab p b {
  margin: 0 10px 0 0; 
  font-weight: 600;
  display: inline-block;
  border: 0px solid red;
  text-align: left;
}
@media (min-width:992px) {
  .contact-tab {
    margin-bottom: 15px;
    border: 0px solid red;
  }
  .contact-tab div {display: table-cell; vertical-align:  top; border: 0px solid red; }
  .contact-tab i {
    width: 40px;
    float: left;
    margin:0 15px 0 0; 
    font-size: 18px;
    line-height: 40px;
  }
  .contact-tab p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
}

.social {
  display: table;
  margin:15px auto;
}

.social i a {
  margin: 0;
} 
.social i {
  color: #000;
  font-size: 16px;
  width: 30px;
  margin:10px 3px 0 0;
  line-height: 30px; 
  text-align: center;
  border-radius: 3px;
  border: 1px solid;
  transition: all 300ms ease-in-out;
}
@media (min-width:992px) {
  .social {
    margin:30px 0 0;
  }
  .social i {
    font-size: 20px;
    width: 36px;
    line-height: 36px; 
  }
}
.social .fa-facebook-f {background: #38529A;color:#FFF; border-color: #38529A;}
.social .fa-twitter {background: #4EA6E9;color:#FFF; border-color: #4EA6E9;}
.social .fa-linkedin-in {background: #0073B1;color:#FFF; border-color: #0073B1;}
.social .fa-instagram {background: #7D20AF;color:#FFF; border-color: #7D20AF;}

.social .fa-facebook-f:hover {background: #38529A}
.social .fa-twitter:hover {background: #4EA6E9}
.social .fa-linkedin-in:hover {background: #0073B1}
.social .fa-instagram:hover {background: #7D20AF;}

.social i:hover {
  color: #fff;
  background: none;
}

.form-tagline {
  color: #444;
  line-height: 50px;
}
.form {margin-bottom: 70px;}
.form .input {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0 0 15px;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #FF4328;
}
.form .textarea {
  width: 100%; position: relative;
  height: 120px;
  margin: 0 0 15px;
  padding: 20px;
  color: #000;
  font-family: 'PT Sans';
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #FF4328;
}
.input:focus, .textarea:focus {
  border: none;
  border-bottom:  1px solid #FFF;
}
.g-recaptcha {
  margin: 10px 0;
  transform:scale(0.70);
  -webkit-transform:scale(0.70);
  transform-origin:180px 0;
  -webkit-transform-origin:180px 0;
}
.form .submit {
  display: table;
  margin: 0 auto;
  padding: 0 25px;
  cursor: pointer;
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 44px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #0C285F;
background: -webkit-linear-gradient(#FF4328, red);
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
}
.form .submit:hover {
  color: #FF4328;
  background: #FFF;
  border: 2px solid #FF4328;
}
.section-message {
  width: 100%; 
  position: absolute;
  z-index: 99999999999999999999999999999999;
  margin:  150px 0 0;
  border: 0px solid red;
}
@media (min-width: 992px) {
  .g-recaptcha {
    transform:scale(0.70);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .form .submit {
    float: right;
  }
}
.container-left {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: auto;
}
.container-right {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: 0;
}

/*
.service-tab {
  padding: 15px 0;
  border: 0px solid red;
}
.service-tab img {
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  border: 1px solid #FFF;
}
.service-tab h3 {
  color: #FFF;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 500;
  text-align: center;

}
.service-tab p {
  color: #eee;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .service-tab i {
    font-size: 50px;
    line-height: 65px;
    border: 1px solid #FFF;
  }
  .service-tab h3 {
    color: #FFF;
    font-family: 'Lato';
    font-size: 20px; 
    font-weight: 500;
    text-align: left;

  }
  .service-tab p {
    color: #eee;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}*/

.service-tab {
  padding: 15px;
  margin: 15px 0;
  border: 0px solid #FFF
}
.service-tab img {
  display: block;
  margin:0 auto 15px;
  width: 30%;
}
.service-tab h3 {
  color: #FFF;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 500;
  text-align: center;

}
.service-tab p {
  color: #eee;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.service-tab a {
  color: #eee;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
   .service-tab img {
    width: 100px;
    display: block;
    margin-bottom: 30px;
  }
  .service-tab h3 {
    color: #FFF;
   font-family: 'Poppins', sans-serif;
    font-size: 18px; 
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
  }
  .service-tab p {
    color: #eee;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
/*
#practice-areas .row {border: 1px solid yellow;}
#practice-areas [class*="col-"] {border: 1px solid red;}
*/

.page_title_wrapper {
  width: 100%;
  position: relative;
  background:url(../images/bg_services.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
  margin:70px 0 00px;
}
.page_title_wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg,#9c0183, #FF4328);
    opacity: 0.9;
    content: "";
}
.page_title_wrapper .container:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 34px;
  background-image:url(../images/bg_pa2-shadow.jpg);
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: 0% bottom;
}
.page_title {
  position: relative;
  display: block;
  margin: 0 0 0;
  padding: 20px 0;
  border: 0px solid red;
}
.page_title h4 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .page_title_wrapper {
    margin:100px 0 00px;
  }
  .page_title_wrapper .container:after {
    background-size: 658px 34px;
  }
  .page_title  {
    padding: 0;
  }
  .page_title h4 {
    font-size: 36px;
      line-height: 200px;
    text-align: left;
  }
}

.pa-image {
  width: 100%;
  padding:15px;
  border:1px solid #0C285F;
}