  @font-face {
    font-family: ;
    src: url(../fonts/);
}
@font-face {
    font-family: ;
    src: url(../fonts/);
}
body{
	
  font-family: 'Lato', sans-serif;
  background-color: #ebebeb;

}
a:link{
	text-decoration: none;

}

.clearfix{
  clear: both;
  float: none;
}

/* ----------------- Top Menu ----------------- */

.navbar-inverse
{
  
  border-radius: 0;
  background-color: #002d61;
  padding: 0;
  margin: 0;
  border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a
{
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 30px;
  padding-bottom: 22px;
  margin-right: 20px;
  margin-right: 0;
  margin-bottom: -1px;
}

.navbar-right{margin-right: 11px;}

.navbar-brand>img{margin-top: 5px;}

.lang a
{
  border-right: 1px solid #bbbdd8;
  border-left:  1px solid #bbbdd8;
  text-transform: uppercase;
  width: 100%;
  text-align: center;

}

.search .fa{font-size: 20px; margin-left: 0;}

.active{font-weight: 900;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{background-color: transparent;}
.navbar{
  border: none;
}
.searchform{
  position: absolute;
  background: #0b2b50;
  width: 100%;
  left: 0;
  top: 71px;
  padding: 0;
  z-index: 999999;
}
.searchform .inputbox{
  width: 100%;
  border: none;
  padding: 18px 15px;
  background: none;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
}
.searchform .inputbox::placeholder{
  color: #305177;
}


/* ----------------- Top Menu ----------------- */

/* ----------------- Slider ----------------- */

.slider
{position: relative;}

.slider .rslides
{z-index: 0; height: 730px; overflow: hidden;}

.slider .rslides img
{max-width: 100%; height: auto;}



.slider .nav-slide .next:hover .fa, 
.slider .nav-slide .next:focus .fa, 
.slider .nav-slide .next:active .fa
{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.slider .nav-slide .prev:hover .fa, 
.slider .nav-slide .prev:focus .fa, 
.slider .nav-slide .prev:active .fa
{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.slider .nav-slide .next .fa
{
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left:-2px;
  border:1px solid #002d61;
  font-size: 35px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.slider .nav-slide .prev .fa
{
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top:1px solid #002d61;
  border-bottom:1px solid #002d61;
  border-left:1px solid #002d61;
  font-size: 35px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.slider .nav-slide {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 25%;
  left: 14%;
  z-index: 99;
}

.slider .nav-slide .fa
{font-size: 50px; color: #002d61;}

.slider .content-slide
{position: absolute; right: 10%; top:16%;}

.slider .content-slide.txt-left{
  right: auto;
  left: 7%;
  top: 10%;
}

.slider .content-slide h3
{
  color: #002d61;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.slider .content-slide.txt-left h3{
  color: #fff;
}
.slider .content-slide h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
}
.slider .content-slide.txt-left h3:after{
  background-color:#fff;
}

.slider .content-slide h2
{
  font-size: 35px;
  font-weight: 300;
  color: #002d61;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width:900px){
  .slider .content-slide h2{
    max-width: 500px;
  }
}
.slider .content-slide.txt-left h2{
  color: #fff;
}
.slider .content-slide h2 strong{
  display: block;
  font-weight: 900;
  font-size: 40px;
}
.slider .content-slide h1
{
  font-size: 40px;
  font-weight: bold;
  color: #002d61;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.slider .content-slide.txt-left h1{
  color: #fff;
}

.slider .about-btn
{position: relative;}

.slider .about-btn .btn
{
  border-radius: 0;
  padding: 14px 50px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
  
}

.slider .about-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


.slider .about-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slider .about-btn:hover .fa, 
.slider .about-btn:focus .fa, 
.slider .about-btn:active .fa
{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/* ----------------- Slider ----------------- */


/* ----------------- Section Center ----------------- */

/* About */
.about
{
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  height: 700px;
  max-height: 100%;
  margin-top: -199px;
}

.about h3
{
  color: #002d61;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
}

.about h3::after
{
  content: "";
  display: inline-block;
  width: 319px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
}

.about h2
{
  font-size: 49px;
  font-weight: 900;
  text-transform: uppercase;
  color: #002d61;
}

.about p
{
  font-size: 15px;
  /*text-transform: capitalize;*/
  color: #002d61;
  line-height: 30px;
  padding: 4px 0 4px 0;
}

.about a.download
{
  display: block;
  color: #002d61;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
  padding-bottom: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.about .logo-about ul
{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.about .logo-about ul li{
  text-align: center;
}
.about .logo-about ul li img{
  max-width: 100%;
}
.about .about-btn{ position: relative;}

.about .about-btn .btn
{
  
  border-radius: 0;
  padding: 13px 50px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;


}
.about .intro-txt{
  padding-right: 20px;
  text-align: justify;
}
.about .intro-txt dl{
  display: none;
}
.about .about-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;

}

.about .about-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about .about-btn:hover .fa, 
.about .about-btn:focus .fa, 
.about .about-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  
}

/*.about .about-btn:hover:before, .about .about-btn:focus:before, .about .about-btn:active:before
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  
}
*/
#about-scroll{
  padding-right: 2%;
  text-align: justify;
  text-transform: none;
}
.legal img{margin-left: 20px;}

/* About */

/* Expertise */
.single-pagination{
  width: auto;
  display: inline-block;
  float: right;
  margin-bottom: 1%;
  font-size: 0;
}
.single-pagination a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: url(../images/right-arrow-white.png) no-repeat center center;
  text-indent: -999999px;
  overflow: hidden;
}
.single-pagination a.singlenav-back{
  margin-right: -1px;
  background-image: url(../images/left-arrow-white.png);
}
.Expertise
{
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px 0 30px 0;
  height: 845px;
  margin-top: -70px;
}

.Expertise h3
{
  color: #002d61;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 30px 0 30px;
}

.Expertise h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
}

.Expertise h2
{
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #002d61;
  padding: 0 30px 15px 30px;
}

.Expertise img{max-width: 100%;}

.Expertise .exper-btn{ position: relative; padding: 0 0 0 30px;}

.Expertise .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 50px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  
}

.Expertise .exper-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  font-size: 35px;
  line-height: 48px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;

}

.Expertise .exper-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.Expertise .exper-btn:hover .fa, 
.Expertise .exper-btn:focus .fa, 
.Expertise .exper-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.Expertise h4
{
  
  padding-top: 30px;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #002d61;
  padding: 30px 0px 0 18px;
}

.Expertise ul{margin: 0; padding: 0 0px 0 30px; list-style-type: square;}

.Expertise ul li{ 
  font-size: 14px;
  margin: 15px 0;
  color: #002d61;
  text-transform: none;
}
.Expertise ul li a{
  color: #002d61;
}

/* Expertise */

/* testmonials */

.testmonials{padding: 30px 0 50px 0; position: relative; height: 380px;}

.testmonials h3
{
  color: #002d61;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
}

.testmonials h3::after
{
  content: "";
  display: inline-block;
  width: 150px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
}

.testmonials .test-slide .media img{

  width: 100%;
  height: auto;
}

.testmonials .test-slide .media h4
{
  font-weight: 900;
  color: #002d61;
  font-size: 25px;
  text-transform: capitalize;
}

.testmonials .test-slide .media h5
{
  font-weight: 300;
  color: #002d61;
  font-size: 20px;
  text-transform: capitalize;
}


.testmonials .head-slide p
{
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
  padding-top: 20px;
  margin-left: 0;
}

.testmonials .head-slide p::before
{
  content: "";
  background: url(../images/Group17.png) no-repeat;
  display: block;
  width: 30px;
  height: 26px;
  margin-left: -56px;
  display: none;
}

.testmonials .head-slide p::after
{
  content: "";
  background: url(../images/Group18.png) no-repeat;
  display: block;
  width: 30px;
  height: 26px;
  float: right;
  margin-top: 20px;
  display: none;
}

.testmonials .test-slide .media-body{width: 580px;}

.testmonials .carousel-control.right{background-image: none;}
.testmonials .carousel-control.left{background-image: none;}

.testmonials .carousel-control .fa
{
  background-color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #002d61;
  margin: 0;
  color:  #002d61;
  font-size: 35px;
  line-height: 50px;

}
.page-about .about-content2 .control{
  position: relative;
  height: 40px;
}
.page-about .about-content2 .carousel-control{
  height: 40px;
  top: auto;
  width: 40px !important;
  bottom: 5%;
}
.page-about .about-content2 .carousel-control.right{
  left: 39px;
}
.page-about .about-content2 .control .fa{
  top: 0 !important;
  left: 0 !important;
}
.carousel-inner{
  height: 100% !important;
}
.page-about .about-content2 .control .fa:before {
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.testmonials .carousel-control {  opacity: 1;  text-shadow: none; width: 93%;}

.carousel{position: static;}

#myCarousel{position: static;}

.testmonials .control .fa {
  position: absolute;
  bottom: 79%;
  right: 0;
}


.head-slide img
{
  float: none;
  width: auto;
  /*margin-right: 20px;*/
  max-width: 129px;
}

.testmonials .head-slide h4
{
  font-weight: 900;
  color: #002d61;
  font-size: 25px;
  text-transform: capitalize;

}

.testmonials .head-slide h5
{
  font-weight: 300;
  color: #002d61;
  font-size: 20px;
  text-transform: capitalize;

}

.testmonials .head-slide  p
{
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
  padding-top: 20px;
  text-align: justify;
  padding-right: 0;
}

.testmonials .head-slide  p::before
{
  content: "";
  background: url(../images/Group17.png) no-repeat;
  display: block;
  width: 55px;
  height: 40px;
  display: none;
}

.testmonials .head-slide  p::after
{
  content: "";
  background: url(../images/Group18.png) no-repeat;
  display: block;
  width: 55px;
  height: 40px;
  float: right;
  margin-top: 20px;
  display: none;
}

/* testmonials */

/* ----------------- Section Center ----------------- */


/* ----------------- Section Footer ----------------- */
.footer{background-color: #071424; padding-top: 16px;}
.footer ul li{display: inline-block; max-width: 25%;}
.footer p
{
  color: #838a92;
  font-size: 13px;
  text-align: right;
  padding-top: 15px;
}
.footer p a{
  color: #838a92;
}
.footer .karim
{padding-top: 8px;}

.footer .footer-logo-right ul li img
{width: 75%;}
.footer .list-unstyled {
  text-align: right;
}
.footer .list-unstyled {

}

/* ----------------- Section Footer ----------------- */

/* ----------------- Page News ----------------- */
.page-head
{
  background: url(../images/news.png)no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.page-head h1
{
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin: 20vh; 
}
.page-head h1.search-head{
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-listing-item{
  height: 300px;
}
.news{padding: 50px 0 50px 0; background-color: #fff;}

.news-content{margin-bottom: 70px;}

.news .news-content span
{
  color: #716e6e;
  padding-bottom: 15px;
  font-size: 15px;
  text-transform: capitalize;
}

.news .news-content h3
{
  color: #002d61;
  padding-top: 15px;
  font-size: 18px;
  text-transform: none;
  font-weight: 900;
  line-height: 30px;
  width: 80%;
  margin: auto;
}

.news .news-content p
{
  color: #002d61;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 28px;
  padding-top: 20px;
}
.pagin{
  display: block;
  float: none;
  clear: both;
}
.news .pagination>li>a, .pagination>li>span
{
  border: none;
  padding: 6px 16px;
  font-size: 16px;
}
.pagination-start, .pagination-prev, .pagination-next, .pagination-end{
  display: none !important;
}
.news .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{color: #002d61; background-color: transparent;}

.news .container .col-md-4{
  height: 250px;
  margin-bottom: 40px;
}
/* ----------------- Page News ----------------- */

/* ----------------- Page Single News ----------------- */
.page-head-single
{
 /* background-color:#002d61;*/
  background-size:100% !important;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}

.page-head-single .breadcrumb
{
  background-color:transparent;
  text-align: left;
  margin-top:50vh;
}

.page-head-single .breadcrumb a
{
  color: #fff;
}

.news-related h2
{
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  color: #002d61;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.single-page{background-color: #fff;}

.single-page h3
{
  color: #002d61;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: 90px;
}
.single-page h3::after
{
  content: "";
  display: inline-block;
  width: 300px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
}

.single-page h1
{
  color: #002d61;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 900;
  padding-bottom: 20px;
  width: 70%;
  line-height: 50px;
}
.item-content{
  text-align: justify;
}
.item-content *, .item-content * *, .item-content * *{
  font-size: 15px !important;
  color: #575757 !important;
  line-height: 25px;
}
.item-content h3, .single-expertise-content .container h3{
  font-size: 18px !important;
  color: #002d61 !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  line-height: 25px !important;
  padding-bottom: 0;
}
.single-expertise-content .container p{
  margin-bottom: 1%;
}
.news-article .item-content table{
  background: #f5f5f5;
  min-width: 700px;
}
.news-article .item-content div.table{
  overflow: auto;
}
.news-article .item-content table td{
  border: 1px solid #fff;
  padding: 2%;
  text-align: left;
  vertical-align: top;
  line-height: auto !important;
}
.news-article .item-content table td *{
  line-height: 20px !important;
}
.news-article .item-content table td p{

}
.single-page p
{
  font-size: 16px;
  color: #8e8e8e;
  line-height: 30px;
}

.single-page span
{
  font-size: 17px;
  color:#4a4a4a;
  font-weight: 600;

}
.news-page-head{
  position: relative;
  background-color: #002d61;
  z-index: 0;
}
.news-background{
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: auto 100% !important;
  background-attachment: fixed !important; 
  background-position: bottom center !important;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}
.news-related
{padding: 50px 0 50px 0; background-color: #fff;}

.news-content
{margin-bottom: 70px;}

.news-related .news-content span
{
  color: #949393;
  padding-bottom: 15px;
  font-size: 17px;
  text-transform: capitalize;
}

.news-related .news-content h3
{
  color: #002d61;
  padding-bottom: 15px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 30px;

}

.news-related .news-content p
{
  color: #002d61;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 28px;
}



/* ----------------- Page Single News ----------------- */

/* ----------------- Page Single Expertise ----------------- */

.single-expertise
{
  background-color: #000 !important;
  background-size: auto 100% !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  min-height: 500px;
  position: relative;
}

.single-expertise .expertise-head
{
  margin-top: 50vh;
}
.single-expertise .expertise-head .breadcrumb li:nth-child(3){
  display: none;
}

.single-expertise h3
{
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
}
.single-expertise h3::after, .single-expertise-content .container h3::after
{
  content: "";
  display: inline-block;
  width: 300px;
  background-color:#fff;
  height: 1px; 
}
.single-expertise-content .container h3::after{
  background-color:#002d61;
}

.single-expertise h1
{
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;

}

.single-expertise ul{margin: 0 0 40px 0; padding: 0;}

.single-expertise .breadcrumb
{background-color:transparent; text-align: left;}

.single-expertise .breadcrumb a
{color: #fff;}

.expertise-related h2{

  font-size: 40px;
  font-weight: 900;
  color: #002d61;
  text-transform: none;
  padding-bottom: 40px;
}

.single-expertise-content{
  padding-top: 30px;
  text-align: justify;
}

.single-expertise-content p 
{
  font-size: 16px;
  color: #8e8e8e;
  line-height: 30px;
  margin-bottom: 30px;
}
.single-expertise-content .caption{
  background: #f5f5f5;
  padding: 2% 3%;
  font-style: italic;
  margin-bottom: 2%;
}
.single-expertise-content *, .single-expertise-content * *, .single-expertise-content * * *{
  font-size: 15px !important;
  color: #002d61 !important;
  line-height: 30px !important;
}
.single-expertise-content a{
  color: #002d61 !important;
  text-decoration: underline !important;
}
.single-expertise-content a:hover{
  text-decoration: none !important;
}
.single-expertise-content span
{font-size: 17px; color:#4a4a4a; font-weight: 600;}

.expertise-related
{padding: 50px 0 50px 0; background-color: #;}

.expertise-related .team-content
{
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
}

.expertise-related .team-content h4
{
  color: #002d61;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 20px 0px;
  margin: 0;
  padding: 15px 0 15px 20px;
}

.expertise-related .team-content h4::after
{
/*  content: "";
  display: inline-block;
  width: 197px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;*/
}

.expertise-related .team-content h4.bechoy::after
{margin-left: 30px;}

.expertise-related .team-content h2
{
  font-size: 30px;
  color: #002d61;
  font-weight: 900;
  text-transform: capitalize;
  padding: 0 0 20px 20px;
  margin: 0;

}

.expertise-related .team-content .fa
{

  background-color: #fff;
  color: #002d61;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 31px;
  right: 25px;
}



/* ----------------- Page Single Expertise ----------------- */

/* ----------------- Page attoneys ----------------- */

.attoneys{padding: 50px 0 50px 0;}

.attoneys p
{
  font-size: 16px;
  text-transform: none;
  text-align: justify;
  color: #8a8a8a;
  line-height: 30px;

}


.team h3
{
  color: #002d61;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 14px;
}

.team h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
}

.team h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-left: 12px;
}

.team .exper-btn
{position: relative; margin-right: 66px;}

.team .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  
}

.team .exper-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.team .exper-btn:before
{
 content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.team .exper-btn:hover .fa, 
.team .exper-btn:focus .fa, 
.team .exper-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.team .team-content
{
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
}

.team .team-content h4
{
  color: #002d61;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 20px 20px;
  margin: 0;
  padding: 15px 0 15px 20px;
}

.team .team-content h4::after
{
/*  content: "";
  display: inline-block;
  width: 197px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;
*/}

.team .team-content h4.bechoy::after
{margin-left: 30px;}

.team .team-content h2
{
  font-size: 26px;
  color: #002d61;
  font-weight: 900;
  text-transform: capitalize;
  padding: 0 0 20px 20px;
  margin: 0;

}

.team .team-content .fa{
  background-color: #fff;
  color: #002d61;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 26px;
  right: 25px;
}
.team .team-content .fa:before{
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* ----------------- Page attoneys ----------------- */


/* ----------------- Page expertise ----------------- */
.page-head-expertise
{
    background: #5f5f5f;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: auto;
    min-height: 331px;
    position: relative;
}

.expertise-content h3
{
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
 /* margin-left: 14px;*/
}

.expertise-content{padding-top: 30px;}

.expertise-content h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#fff;
  height: 1px; 
  margin-left: 5px;
}

.expertise-content h1
{
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
  /*margin-left: 12px;*/
}

.expertise-content p
{
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  line-height: 30px;
}

.expertise-content-block{margin-top: 50px;}

.expertise-content-block 
{
  background-color: #fff;
  width: 100%;
  height: 497px;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
}

.expertise-content-block h4
{
  color: #002d61;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 20px 20px;
  margin: 0;
  padding: 15px 0 15px 20px;
}

.expertise-content-block  h4::after
{
/*  content: "";
  display: inline-block;
  width: 197px;
  background-color:#002d61;
  height: 1px; 
  margin-left: 5px;*/
}


.expertise-content-block h2
{
  font-size: 23px;
  color: #002d61;
  font-weight: 900;
  text-transform: capitalize;
  padding: 0 0 20px 20px;
  margin: 0;
  width: 72%;

}

.expertise-content-block .fa
{

  background-color: #fff;
  color: #002d61;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 48px;
  right: 34px;
}

.tabs-btn ul{
  list-style-type: none; 
  margin: 0; 
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.tabs-btn ul li
{
  background-color:  #002d61;
  padding: 20px;
  display: inline-block;
  width: 23%;
  margin: 0 0 0 -3px;
 
}

.tabs-btn ul li a{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ccc;
}

.tabs-btn .active
{background-color: #ebebeb; }

.tabs-btn .active a
{color: #002d61; font-weight: 600;}

/* ----------------- Page expertise ----------------- */

/* ----------------- Page Join Team ----------------- */


.join-team
{
  background: url(../images/join.png)no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; 
}
.join-intro *, .join-team-page .join-content .join-intro p{
/*  color: #575757;
*/}
.join-team h3
{
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin: 20vh;
  text-transform: capitalize;
}

.join-team .breadcrumb
{background-color:transparent; text-align: left; }

.breadcrumb a, .breadcrumb span
{color: #fff;}

.join-team-page .join-form
{padding: 30px 0 100px 0;}


.join-team-page .join-form h3
{ color: #002d61; font-size: 18px; text-transform: capitalize; font-weight: 600;}

.join-team-page .join-form h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
}

.join-team-page .join-form h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.join-team-page .join-form .form-control
{
  border: none;
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow:none;
  height:58px;
  padding: 6px 1px;
}

.join-team-page .join-form .text{height: 150px;}

.join-team-page .join-form .exper-btn{ position: relative; margin-right: 66px; margin-top: -33px;}

.join-team-page .join-form .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  
}

.join-team-page .join-form .exper-btn{margin-top: 10px;}

.join-team-page .join-form .exper-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  font-size: 45px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.join-team-page .join-form  .exper-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join-team-page .join-form .exper-btn:hover .fa, 
.join-team-page .join-form  .exper-btn:focus .fa, 
.join-team-page .join-form  .exper-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.join-team-page .join-content h3
{color: #002d61; font-size: 18px; text-transform: capitalize; font-weight: 600;}

.join-team-page .join-content h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
 }

.join-team-page .join-content h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.join-team-page .join-content p
{
  font-size: 14px;
  color: #002d61;
  font-weight: 300;
  padding-bottom: 20px;
  text-transform: capitalize;
  margin: 0;
  line-height: 20px;
}

.join-team-page .join-content
{margin-top: 50px;}

.join-team-page .join-content .join-content-block
{
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 15px 30px 30px 30px;
  position: relative;
  margin-bottom: 30px;
  height: 100%;

}

.join-team-page .join-content-block h4
{color: #002d61; font-size: 30px; text-transform: capitalize; font-weight: 900;}

.join-team-page .join-content .join-content-block .exper-btn
{ position: relative; margin-right: 66px; margin-top: -33px;}

.join-team-page .join-content .join-content-block .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: -5px;
  
}

.join-team-page .join-content .join-content-block .exper-btn{margin-top: 10px;}

.join-team-page .join-content .join-content-block .exper-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  font-size: 45px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join-team-page .join-content .join-content-block .exper-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join-team-page .join-content .join-content-block .exper-btn:hover .fa, 
.join-team-page .join-content .join-content-block .exper-btn:focus .fa, 
.join-team-page .join-content .join-content-block .exper-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.join-team-page .join-content .join-content-block div.job-intro
{
  font-size: 14px;
  color: #002d61;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: capitalize;
  margin-top: 67px;
  line-height: 28px;
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
.join-team-page .join-content .join-content-block div.job-intro *{
  font-size: 14px;
  color: #002d61;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 28px;
}

/* ----------------- Page Join Team ----------------- */

/* ----------------- Page Contact Us ----------------- */

.page-contact .cont-pic 
{
  background: url(../images/con-top.png) no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; 
  width: 100%;
  min-height: 593px;
  margin-left: 15px;
  height: auto;
  z-index: -1;
}

.page-contact .cont-pic2 
{
  background: url(../images/pic-bottom.png) no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; 
  width: 100%;
  min-height: 338px;
  margin-left: -15px;
  height: auto;


}

.cont-info
{
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 15px 30px 30px 30px;
  margin-bottom: 30px;
  height: 100%;
  z-index: 100000;
  position: relative;
  top: 49px;
  left: 100px;
}

.page-contact .cont-info  h3
{color: #002d61; font-size: 16px; text-transform: capitalize; font-weight: 500;}

.page-contact .cont-info  h3::after
{
  content: "";
  display: inline-block;
  width: 50%;
  background-color:#002d61;
  height: 1px; 
}

.page-contact .cont-info  h1
{
  font-size: 32px;
  color: #002d61;
  font-weight: 900;
  text-transform: uppercase;

}

.page-contact .cont-info p
{
  font-size: 16px;
  color: #002d61;
  font-weight: 300;
  padding-bottom: 20px;
  text-transform: none;
  line-height: 28px;
}

.page-contact .cont-info ul
{padding: 0; margin: 0px 0 33px 0;}

.page-contact .cont-info ul li
{
  font-size: 15px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #002d61;
}

.page-contact .cont-info ul li span
{font-weight: 300; color: #8c8c8c; font-size: 14px; text-transform: none;}

.map iframe
{width: 100%;}

.cont-form
{ width: 64%; margin: 57px auto 132px auto;}

.cont-form legend, .join-form legend, .cont-form form > legend:first-child, join-form form > legend:first-child, .cont-form .control-group .control-label, .join-form .control-group .control-label{
  display: none;
}

.page-contact .cont-form h3
{color: #002d61; font-size: 16px; text-transform: capitalize; font-weight: 400;}

.page-contact .cont-form h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 

}

.page-contact .cont-form h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;

}

.page-contact .cont-form .form-control, .searchbox{
  border: none;
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow:none;
  height: 46px;
  padding: 6px 1px;
  outline: none;
}
.searchbox{
  margin-bottom: 30px;
  border-bottom-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 70%;
}

.page-contact .cont-form .text{height: 130px;}

.page-contact .cont-form .exper-btn{ position: relative; margin-right: 66px; margin-top: -33px;}

.page-contact .cont-form .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  
}

.page-contact .cont-form .exper-btn{margin-top: 10px;}

.page-contact .cont-form .exper-btn .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page-contact .cont-form  .exper-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.page-contact .cont-form .exper-btn:hover .fa, 
.page-contact .cont-form  .exper-btn:focus .fa, 
.page-contact .cont-form  .exper-btn:active .fa
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*.page-contact .cont-form  .exper-btn:hover:before, .page-contact .cont-form  .exper-btn:focus:before, .page-contact .cont-form  .exper-btn:active:before
{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  
}*/

.page-contact .col-md-7 
{width: 66.333333%;}

.space{margin-left: 30px;}

.space2{margin-left: 12px;}

.space3{margin-left: 68px;}

.space4{margin-left: 50px; text-transform: lowercase;}

/* ----------------- Page Contact Us ----------------- */


/* ----------------- Page About Us ----------------- */

/*page-about .about-content*/

.page-about .about-content{

  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  position: absolute;
  top: 44px;
  right: 142px;
  left: -165px;
  z-index: 10000;

}

.page-about .about-content2{

  background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  z-index: 10000;
  margin-bottom: 30px;
  margin-left: 50px;
  position: relative;
}

.page-about .about-content h3
{
  color: #002d61;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.page-about .about-content h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
}

.page-about .about-content h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.page-about .about-content p{
  font-size: 15px;
  color: #002d61;
  font-weight: 400;
  padding-bottom: 18px;
  text-transform: none;
  line-height: 26px;
  overflow: auto;
}

.page-about .about-img .exper-btn, .exper-btn.responsive{ 
  position: relative; 
  margin-right: 66px; 
  margin-top: -33px; 
  margin-left: 50px;
}
.exper-btn.responsive{
  display: none !important;
  margin: 0; padding: 0;
}

.page-about .about-img .exper-btn .btn, .exper-btn.responsive .btn{
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: #002d61;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}

.page-about .about-img .exper-btn:before, .exper-btn.responsive:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.page-about .about-img .exper-btn:hover .fa, 
.page-about .about-img  .exper-btn:focus .fa, 
.page-about .about-img  .exper-btn:active .fa, .exper-btn.responsive .fa :hover, .exper-btn.responsive .fa :focus, .exper-btn.responsive .fa :active
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*.page-about .about-img .exper-btn:hover:before, 
.page-about .about-img .exper-btn:focus:before, 
.page-about .about-img .exper-btn:active:before
{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  
}*/

.page-about .about-img .exper-btn{margin-top: 10px;}

.page-about .about-img .exper-btn .fa, .exper-btn.responsive .fa
{

  background-color: #fff;
  color: #002d61;
  width: 50px;
  height: 48px;
  font-size: 45px;
  border: 1px solid #002d61;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page-about .about-img img
{margin: 0 0 0 -15px;}

.page-about h3.title 
{
  color: #002d61;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 60px; 
  margin-left: 50px;
}

.page-about h3::after
{
  content: "";
  display: inline-block;
  width: 250px;
  background-color:#002d61;
  height: 1px; 
}

.page-about  h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;

}

.page-about h1.achiev{margin-left: 50px;}

.page-about .about-content2 .carousel-control.right{background-image: none;}
.page-about .about-content2 .carousel-control.left{background-image: none;}

.page-about .about-content2 .carousel-control .fa
{
  background-color: #fff;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #002d61;
  margin: 0;
  color:  #002d61;
  font-size: 30px;
  line-height: 40px;
}

.page-about .about-content2 .carousel-control {  opacity: 1;  text-shadow: none; width: 94%;}

.page-about .about-content2 .carousel
{position: static;}

.page-about .about-content2 #myCarousel{
  position: static;
  height:430px;
}

.page-about .about-content2 .control .fa 
{position: absolute; bottom: 20px; left: 34px;}

.page-about .about-content2 .img-left
{width: 20%; float: left;}

.page-about .about-content2 .cont-right
{width: 80%; float: right;}

.page-about .about-content2 .cont-right h2
{
  font-size: 23px;
  text-transform: uppercase;
  color: #002d61;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin: 0;
}
/*here*/
.page-about .about-content2 .cont-right span, .page-about .bottom-slide p.bottom-slide-left
{
  font-size: 20px;
  text-transform: capitalize;
  color: #4a4848;
  font-weight: 900 !important;
}

.page-about .about-content2 p
{

  font-size: 15px;
  color: #002d61;
  font-weight: 300;
  padding: 20px 5% 40px ;
  text-transform: none;
  line-height: 28px;
  text-align: justify;
}
.page-about .about-content2 p::before{
  content: "";
  background: url(../images/Group17.png) no-repeat;
  background-size: 100% auto;
  display: block;
  margin-left: -5%;
  width: 50px;
  height: 35px;
}
.page-about .about-content2 p::after{
  content: "";
  background: url(../images/Group18.png) no-repeat;
  background-size: 100% auto;
  display: block;
  margin-left: -5%;
  width: 50px;
  height: 35px;
  float: right;
  margin-top: 3%;
}

.page-about .top-slide
{padding-bottom: 90px;}

.page-about .bottom-slide
{margin-top: 30px; margin-left: 50px;}

.page-about .bottom-slide .bottom-slide-left
{width: 100%; float: left;}

.page-about .bottom-slide .bottom-slide-right
{width: 30%; float: right;}

.page-about .bottom-slide p.bottom-slide-left 
{

/*    font-size: 17px;
    color: #333;
    font-weight: 400;*/
    padding-bottom: 20px;
/*    text-transform: capitalize;
    line-height: 33px;
     background: #fff; 
    padding-bottom: 3%;
    border-bottom: 2px solid #002d61;*/
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

.page-about .bottom-slide .bottom-slide-right img
{margin-left: 50px; height: auto;}


.page-about .block-content
{
   background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  z-index: 10000;
  position: relative;
  top: 0;
  left: 30px;
  height: 399px;
    height: auto;

}

.page-about .last-block
{
   background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  z-index: 10000;
  position: relative;
  top: 0;
  left: 30px;
  height: 393px;
}

.page-about .block-content2
{
   background-color: #fff;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  padding: 30px;
  z-index: 10000;
  position: relative;
  top: 0;
  right: 31px;
  height: auto;
}

.page-about .block1
{margin:60px 0 60px 0; padding: 0;}

.page-about .block2
{margin:60px 0 60px 0; padding: 0;}

.page-about img.block
{margin:0; padding: 0; height: 100%; width: 100%;}

.page-about .block1 .block-content .ol-list span
{font-size: 22px; color: #002d61; font-weight: 900; margin-right: 3px;}

.page-about .block2 .block-content2 .ol-list span
{font-size: 22px; color: #002d61; font-weight: 900; margin-right: 3px;}

.page-about .block1 .block-content .ol-list p
{font-size: 15px; line-height: 26px; padding-bottom: 10px; color: #002d61; font-weight: 400; text-transform: none; text-align: justify; padding-right:2%;}

.page-about .block2 .block-content2 .ol-list p
{font-size: 15px; line-height: 26px; padding-bottom: 10px; color: #002d61; font-weight: 400; text-transform: none; text-align: justify; padding-right:2%;}

/* ----------------- Page About Us ----------------- */


/* ----------------- Page Person ----------------- */

.person-page
{
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 650px;
}

.person-page .pers{margin-top: 50px; position: relative;}

.person-page .info h3 
{
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 40px; 
 
}

.person-page .info h3::after
{
  content: "";
  display: inline-block;
  width: 200px;
  background-color:#fff;
  height: 1px;
  margin-left: 10px; 

}

.person-page .info h1
{
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
  
}

.person-page .exper-btn{ position: relative; margin-right: 66px; margin-left: 50px;}

.person-page .exper-btn .btn
{
  
  border-radius: 0;
  padding: 13px 29px;
  color: #fff; 
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 37px;

  
}

.person-page .exper-btn .fa
{

  background-color: transparent;
  color: #fff;
  width: 51px;
  height: 50px;
  font-size: 35px;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -50px;
  line-height: 50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.person-page  .exper-btn:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.person-page .exper-btn:hover .fa, 
.person-page  .exper-btn:focus .fa, 
.person-page  .exper-btn:active .fa

{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*.person-page .exper-btn:hover:before, 
.person-page .exper-btn:focus:before, 
.person-page .exper-btn:active:before
{
  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #002d61;
  color: #fff;
  
}*/


.person-page .left
{margin-left: -130px;}



.person-page .control-slide
{position: absolute; top: 50vh; right: -50px;}

.person-page .control-slide .right .fa
{

  background-color: transparent;
  color: #fff;
  width: 51px;
  height: 50px;
  font-size: 35px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  margin-left: -2px;
}

.person-page .left .fa
{

  background-color: transparent;
  color: #fff;
  width: 51px;
  height: 50px;
  font-size: 35px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
}


.person-page h4
{
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.person-page .cv ul
{margin: 0; padding: 0 0 0 20px;}

.person-page .cv
{margin-left: 20vh;}

.person-page .cv ul li
{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.person-page .cv p
{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.person-tab
{padding: 50px 0 50px 0;}

.person-tab .btn-tab ul 
{margin: 0; padding: 0;}

.person-tab .btn-tab ul li
{
  border-top: 1px solid #ccc;
  padding: 30px 0 30px 0;
  width: 80%;
}

.person-tab .btn-tab ul li a
{

  color: #333;
  font-size: 17px;
  text-transform: capitalize;
  
}

.person-tab .btn-tab ul li.active a
{

  color: #002d61;
  font-size: 17px;
  font-weight: 400;
}

.person-tab #tab-select{display: none;}

.person-tab .content-tab ul li
{
  font-size: 14px;
  line-height: 35px;
  color: #575757;
  font-weight: 500;
  text-transform: none;
}
.person-tab .content-tab div, person-tab .content-tab div *{
  font-weight: normal;
  text-transform: none;
}

.person-tab .content-tab{margin: -43px 0 0 0;}

.person-tab .content-tab h3 
{
  color: #002d61;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 40px; 
 
}

.person-tab .content-tab h3::after
{
  content: "";
  display: inline-block;
  width: 200px;
  background-color:#002d61;
  height: 1px;
  margin-left: 10px; 

}

.person-tab .content-tab h1
{
  font-size: 35px;
  color: #002d61;
  font-weight: 900;
  padding-bottom: 20px;
  text-transform: uppercase;
  
}


/* ----------------- Page person ----------------- */


.order-now input :-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #141723;
}
.order-now input::-moz-placeholder { /* Firefox 19+ */
  color: #141723;
}
.order-now input:-ms-input-placeholder { /* IE 10+ */
  color: #141723;
}
.order-now input:-moz-placeholder { /* Firefox 18- */
  color: #141723;
}



/*-------------preloader--------------*/
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* ----------------- Section Responsive ----------------- */


@media (min-width: 320px) and (max-width: 480px) {

  /*.navbar-inverse{position: absolute; top: 0; left: 0; right: 0;}*/

.navbar-inverse .navbar-nav .lang, .search
  {
    border-top: 1px solid #868bd6;
    border-bottom: 1px solid #868bd6; 
    width: 373px;
  }

.navbar-right{margin-bottom: 0;}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #868bd6;}

.navbar-inverse .navbar-nav>li>a{padding-top: 20px; padding-bottom: 15px; text-align: left;}

.lang a{border: none;}
  
.about h3::after{width:250px;}

.navbar-brand>img{width:155px; height: auto;}

.navbar-inverse .navbar-toggle{border-color: transparent; background-color: transparent;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background-color: transparent;}
.navbar-toggle {padding: 11px 14px; margin-right: 2px;}
.slider .nav-slide{top:76%; left: 7px;}
.slider .content-slide h3{font-size: 12px; padding-bottom: 0;}
.slider .content-slide h2{font-size: 15px;}
.slider .content-slide h1{font-size: 18px; padding-bottom: 10px;}
.slider .content-slide h3::after{width: 120px;}
.slider .about-btn .btn {padding: 9px 17px; margin-top:-16px;}
.slider .about-btn .fa {width: 40px; height: 40px; line-height: 40px; right: -40px;}
  
  .Expertise{margin-top: 10px; height: 922px;}


.slider .content-slide{right: 13px; top: 0;}

/*.slider .nav-slide .next .fa{width: 35px; height: 35px; line-height: 35px;margin-left: -3px;}
.slider .nav-slide .prev .fa{width: 35px; height: 35px; line-height: 35px;}
*/.slider .nav-slide .fa{font-size: 34px;}


.Expertise h3{font-size: 13px;}
.Expertise h3::after{width: 141px;}
.about h3::after{width: 157px;}
.about h3{font-size: 13px;}
.Expertise h2{font-size: 22px;}
.about{margin-top: 3px; height: 800px;}
.Expertise .exper-btn .btn{padding: 13px 26px;}
.about h2{font-size: 25px;}
.about p{font-size: 11px; line-height: 21px;}
.testmonials h3{font-size: 13px;}
.testmonials h3::after{width: 89px;}
.testmonials .head-slide h4{font-size: 20px;}
.testmonials .head-slide h5 {font-size: 17px; margin-left: 48px;}

.head-slide img{width: 20%;}
.testmonials .head-slide p {line-height: 21px; padding-top: 20px; font-size: 14px;}
.testmonials .control .fa{bottom: 85%;}
.testmonials .carousel-control{width: 88%;}
.testmonials .carousel-control .fa
{
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
}

.testmonials .carousel-control.left{/*margin-left: 4px;*/}


.footer .karim{margin: auto; width: 50%; height: auto;}
.footer p{text-align: center;}
/*.footer-logo-right{margin-right:20px;}*/


.about .about-btn .btn{margin-top: 143px;}
.logo-about{
  position: absolute; 
  display: inline-flex;
  margin-left: -182px;
  padding-top: 20px;
}

/* Team Page */

.attoneys .exper-btn{margin-right: 75px;}
.team h1{margin-left: 10px; font-size: 24px;}
.team .team-content h2{font-size: 23px;}
.team .team-content .fa{bottom: 23px; right: 24px;}
.team .team-content h4::after{width: 141px;}
.team .team-content h4{font-size: 12px;}
.attoneys{padding: 0 0 50px 0;}
.attoneys p{font-size: 13px; line-height: 27px; margin-top: 30px;}
.team .exper-btn {position: absolute; top: 541px; left: 12px;}
.team .team-content img{width: 100%; }
.team h3::after{width: 181px;}
.team h3{margin-top: 50px; font-size: 15px;}
/* Team Page */

/* News Page */
.news .news-content h3 {font-size: 17px; line-height: 24px;}
.news .news-content p {font-size: 13px;}
/* News Page */

/* Single Page */
.single-page h3 {margin-top: 32px; font-size: 16px;}
.single-page h3::after {width: 121px;}
.single-page h1 {font-size: 22px; line-height: 34px; width: 100%;}

.single-page p{font-size: 14px; line-height: 27px;}
.news-related{padding: 0 0 50px 0;}
.news-related .news-content h3{font-size: 17px; line-height: 24px;}
.news-related .news-content p{font-size: 13px;}
.news-related h2{font-size: 28px; padding-bottom: 25px;}
.page-head-single .breadcrumb{margin-top: 10%;}
.page-head-single .breadcrumb a{font-size: 9px; }
/* Single Page */

/* Expertise Page */
.expertise-content h3::after{width: 136px;}
.expertise-content h3{font-size: 16px;}
.expertise-content h1{font-size: 27px;}
.expertise-content p{font-size: 15px; line-height: 27px;}
.tabs-btn ul li{width: 50%; padding: 10px;}
.tabs-btn ul li a{font-size: 12px;}
.expertise-content-block h4::after{width: 164px;}
.expertise-content-block h2{width: 70%; font-size: 17px;}
.expertise-content-block{height: 400px;}
/* Expertise Page */

/* Join Team */

.join-team-page .join-content .join-content-block{height: 100%;}
.join-team-page .join-content .join-content-block .exper-btn
{
  position: absolute; 
  bottom: 0; 
  margin-bottom: 10px;

}

.join-team-page .join-content .join-content-block p
{
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 12px;
}
.join-team-page .join-content .join-content-block .exper-btn .btn
{padding: 13px 50px;}
.join-team-page .join-content h3::after{width: 147px;}

.join-team-page .join-content h3{font-size: 15px;}
.join-team-page .join-content h1{font-size: 27px;}
.join-team-page .join-content p{font-size: 13px; line-height: 15px;}
.join-team-page .join-content-block h4{font-size: 25px;}

.join-team-page .join-form h3::after{width: 137px;}

.join-team-page .join-form h3{font-size: 15px;}

.join-team-page .join-form h1{font-size: 27px;}

.join-team .breadcrumb{margin-top: 40px;}
/* Join Team */

/* Contact Us */

.cont-info
{
  position: relative;
  top: 120px;
  left: 0;
}

.page-contact .cont-info h3::after{width: 124px;}
.page-contact .cont-info h3{font-size: 14px; }
.page-contact .cont-info h1{font-size: 24px;}
.page-contact .cont-info p{font-size: 14px;}
.page-contact .cont-info ul li{font-size: 13px;}
.page-contact .cont-info ul li span{font-size: 10px;}
.page-contact .cont-pic{margin-left: 0; min-height: 202px;}
.page-contact .cont-pic
{
  position: absolute;
  bottom: 1405px;
  left: 0;
  right: 0;
}

.page-contact .cont-pic2{min-height: 192px;}

.cont-form{width: 100%; margin-top: 85px;}

.page-contact .col-md-7{width: 100%;}

.page-contact .cont-form h3::after{width: 180px;}

.page-contact .cont-form h1{font-size: 26px;}

.page-contact .cont-pic2{margin-top: 100px;}

/* Contact Us */


/* Person Page */

.person-tab .content-tab h3::after{width: 195px;}
.person-tab .content-tab ul li
{
  font-size: 14px;
  line-height: 30px;
}

.person-page .exper-btn{margin-left: 0;}

.person-page .info h3::after{width: 40px;}

.person-page .right{margin-left: 0;}

.person-page .info .cv{margin-left: 0;}

.person-page .info{
  position: absolute;
  top: -93px;
  right: -7px;
  margin-top: -23px;
}

.person-page .info h3 {font-size: 12px;}

.person-page .info h1 {font-size: 17px;}

.person-page .cv{margin-left: 0}

.person-page .cv {margin-top: 40px;}

.person-page .cv h4{font-size: 17px; font-weight: 600;}

.person-page .cv ul li{font-size: 14px;}

.person-page .cv p{font-size: 14px;}

.person-page .exper-btn .btn{font-size: 12px; padding: 13px 9px;}

.person-page .exper-btn .fa{width: 40px; height: 45px; line-height: 45px; right: -39px;  }

.person-page .exper-btn{margin-bottom: 20px;}

.person-page .cv ul{margin: 0; padding: 0;}

.person-tab .content-tab h1{font-size: 25px;}

.person-page .pers{margin-top: 0;}

.person-page .right .fa{width: 40px; height: 40px; line-height: 40px; margin-top: 35px;}

.person-page .control-slide{top: 2vh; right: -8px;}

.person-page .control-slide .right .fa
{
  margin-left: -3px;
  width: 40px;
  height: 44px;
  line-height: 44px;
}

.person-page .left{margin-left: 0;}

.person-page .exper-btn{margin-left: -21px;}

.person-page .left .fa
{
  width: 45px;
  height: 44px;
  font-size: 32px;
  line-height: 45px;
}

#tab-list{display: none;}
.person-tab #tab-select{display: block; margin-bottom: 70px;}

.person-page .form-control
{
  background-color: transparent;
  border: 1px solid #002d61;
  color: #002d61;
  text-transform: capitalize;
  height: 46px;
  border-radius: 0;
  font-size: 18px;
}

/* Person page */

/* About Page */
.page-about .about-content
{
  width: 95%;
  margin: auto;
  top: -25px;
  right: 0;
  left: 0;
  height: 400px;
  overflow: scroll;
}

.page-about .about-content h3::after{width: 145px;}
.page-about .about-content h1{margin-left: 0; font-size: 25px; padding-bottom: 7px;}
.page-about .about-content p{font-size: 14px; line-height: 26px;}
.page-about .about-content2{margin-left: 0;}
.page-about h1{margin-left: 0; font-size: 25px;}
.page-about h3::after{width: 161px;}
.page-about h3.title{margin-left: 0;}

.page-about .about-content2 .cont-right h2{font-size: 14px; padding-left: 10px;}
.page-about .about-content2 .cont-right span{font-size: 14px; padding-left: 10px;}
.page-about .about-content2 .img-left{width: 30%;}
.page-about .about-content2 .cont-right{width: 70%;}
.page-about .about-content2 p{font-size: 14px; line-height: 24px; padding: 4px 0 26px 0;}

.page-about .about-content2 .carousel-control{width: 87%;}

.page-about .about-content2 .control .fa{bottom: 17px; right: 11px;}

.page-about .bottom-slide .bottom-slide-left{width: 100%;}

.page-about .bottom-slide .bottom-slide-right{width: 100%;  margin-top: 20px;}
.page-about .bottom-slide .bottom-slide-right img{width: 50%; margin-left: -40px;}
.page-about .bottom-slide p.bottom-slide-left{margin-bottom: 0; font-size: 16px; line-height: 25px; 
  margin-left: -46px; color: #8e8d8d; font-weight: 400;}
.page-about img.block{height: auto;}

.page-about  img.block{margin: 0 0 0 -21px;}
.page-about .block-content2{height: auto; right: 20px; padding: 20px;}
.page-about .block-content{height: auto; left: 16px; padding: 20px;}
.page-about .block1 img.block {
    height: auto;
    margin: 0 0 0 16px;
}

.page-about .about-content2{top}

.page-about .block2 .block-content2 .ol-list p{font-size: 14px; line-height: 30px;} 
.page-about .block1 .block-content .ol-list p{font-size: 14px; line-height: 30px;} 
.page-about .block2 .block-content2 .ol-list span{font-size: 16px;}
.page-about .block1 .block-content .ol-list span{font-size: 16px;}

.page-about .about-img .exper-btn {margin-top: 384px; margin-left: 0;}
.page-about .about-img .exper-btn .btn, .exper-btn.responsive .btn{padding: 15px 17px; font-size: 13px;}
.pic2
{margin: 20px 0 20px 0;}
.page-about h1.achiev
{margin-left: 0;}

/* About Page */

.expertise-content-block .fa
{bottom:43px;}

.person-page
{min-height: auto;  background-attachment: scroll;}

.join-team h3
{margin: 12vh; font-size: 27px;}

.single-expertise h1
{font-size: 18px; line-height: 35px;}

.single-expertise h3::after
{width: 140px;}

.expertise-related .team-content h2
{font-size: 17px;}

.expertise-related .team-content h4::after
{width: 129px;}

.expertise-related .team-content .fa
{bottom: 16px;}

.single-expertise .expertise-head
{margin-top: 0;}

.single-expertise
{width: 100%; min-height:auto;  }

}

@media (min-width: 425px) and (max-width: 769px) {

.Expertise{margin-top: 22px;}

/* Slider */

.slider .content-slide
{
  right: 79px;
  top: 58px;
}

 .slider .nav-slide{top:77%; left: 23px;}
 .slider .content-slide h3{font-size: 19px; padding-bottom: 0;}
 .slider .content-slide h2{font-size: 24px;}
 .slider .content-slide h1{font-size: 35px; padding-bottom: 20px;}
 .slider .content-slide h3::after{width: 120px;}
 .slider .about-btn .btn {padding: 14px 34px; margin-top:-16px;}
 .slider .nav-slide .next .fa{margin-left: -4px;}

 /* Slider */

 /* NavBar */

.navbar-inverse .navbar-nav .lang, .search {border-top: none; border-bottom: none; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #868bd6;}

.navbar-inverse .navbar-nav>li>a{padding-top: 20px; padding-bottom: 15px; margin-right: 0;}

.lang a{border: none;}
  
 .navbar-brand>img{width:155px; height: auto;}
 .navbar-inverse .navbar-toggle{border-color: transparent; background-color: transparent;}
 .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background-color: transparent;}
 .navbar-toggle {padding: 11px 14px; margin-right: 2px;}

 .navbar-brand>img{}
 
 /* NavBar */

 /* Block Center */


.Expertise{height: 100%; /*padding-bottom: 95px;*/}
.Expertise h3{font-size: 13px;}
.Expertise h3::after{width: 141px;}
.about h3::after{width: 157px;}
.about h3{font-size: 13px;}
.Expertise h2{font-size: 22px;}
.about{margin-top: 3px; height: 530px;}
.Expertise .exper-btn .btn{padding: 13px 26px;}
.about h2{font-size: 25px;}
.about p{font-size: 11px; line-height: 21px;}
.testmonials h3{font-size: 15px;}
.testmonials h3::after{width: 190px;}
.testmonials .head-slide h4 {font-size: 20px;}
.testmonials .head-slide h5 {font-size: 17px; margin-left: 48px;}

.head-slide img{width: 20%;}
.testmonials .head-slide p {line-height: 21px; padding-top: 0;}
.testmonials .control .fa{bottom: 80%;}
.testmonials .carousel-control{width: 95%;}
.testmonials .carousel-control .fa
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
}



.about .about-btn .btn{margin-top: 143px;}

.logo-about{
  position: absolute; 
  /*top:37%;*/
  display: inline-flex;
  margin-left: -182px;
  padding-top: 20px;
}

/* Block Center */

/* Footer */
.footer .karim{margin: auto; /*width: 50%;*/ height: auto;}
.footer p{text-align: center; font-size: 12px;}
/* Footer */

/* Team Page */


.team h1{margin-left: 10px; font-size: 24px;}
.team .team-content h2{font-size: 23px;}
.team .team-content .fa{bottom: 23px; right: 14px;}
.team .team-content h4::after{width: 208px;}
.team .team-content h4{font-size: 12px;}
.attoneys{padding: 0 0 50px 0;}
.attoneys p{font-size: 15px; line-height: 27px;}
.team .team-content img{width: 100%; }
.team h3::after{width: 181px;}
.team h3{margin-top: 50px; font-size: 15px;}

/* Team Page */

/* Contact Us */

.cont-info
{
  position: relative;
  top: 120px;
  left: 0;
}

.page-contact .cont-info h3::after{width: 124px;}
.page-contact .cont-info h3{font-size: 14px; }
.page-contact .cont-info h1{font-size: 24px;}
.page-contact .cont-info p{font-size: 14px;}
.page-contact .cont-info ul li{font-size: 13px;}
.page-contact .cont-info ul li span{font-size: 10px; text-transform: none;}
.page-contact .cont-pic{margin-left: 0; min-height: 202px;}
.page-contact .cont-pic
{
  position: absolute;
  bottom: 1405px;
  left: 0;
  right: 0;
}

.page-contact .cont-pic2{min-height: 192px;}

.cont-form{width: 100%; margin-top: 85px;}

.page-contact .col-md-7{width: 100%;}

.page-contact .cont-form h3::after{width: 180px;}

.page-contact .cont-form h1{font-size: 26px;}

.page-contact .cont-pic2{margin-top: 100px;}

/* Contact Us */

/* About Page */
.page-about .about-content
{
  width: 95%;
  margin: auto;
  top: -25px;
  right: 0;
  left: 0;
  height: 400px;
  overflow: scroll;
}

.page-about .about-content h3::after{width: 145px;}
.page-about .about-content h1{margin-left: 0; font-size: 25px; padding-bottom: 7px;}
.page-about .about-content p{font-size: 14px; line-height: 26px; overflow: auto;}
.page-about .about-content2{margin-left: 0;}
.page-about h1{margin-left: 0; font-size: 25px;}
.page-about h3::after{width: 161px;}
.page-about h3.title{margin-left: 0;}

.page-about .about-content2 .cont-right h2{font-size: 34px; padding-left: 10px;}
.page-about .about-content2 .cont-right span{font-size: 14px; padding-left: 10px;}
.page-about .about-content2 .img-left{width: 20%;}
.page-about .about-content2 .cont-right{width: 70%;}
.page-about .about-content2 p{font-size: 14px; line-height: 24px; padding: 4px 0 26px 0;}

.page-about .about-content2 .carousel-control{width: 95%;}

.page-about .about-content2 .control .fa{bottom: 17px; right: 11px;}

.page-about .bottom-slide .bottom-slide-left{width: 100%;}

.page-about .bottom-slide .bottom-slide-right{width: 100%;  margin-top: 20px;}
.page-about .bottom-slide .bottom-slide-right img{width: none; margin-left: -40px;}
.page-about .bottom-slide p.bottom-slide-left{margin-bottom: 0; font-size: 16px; line-height: 25px; 
  margin-left: -46px;}
.page-about img.block{height: auto; width: 800px;}

.page-about  img.block{margin: 0 0 0 -21px;}
.page-about .block-content2{height: auto;}
.page-about .block-content{height: auto;}
.page-about .block1 img.block {
    height: auto;
    width: 100%;
    margin: 0 0 0 16px;
}

.page-about .about-content2{top}

.page-about .block2 .block-content2 div li{font-size: 14px; line-height: 30px;} 
.page-about .block1 .block-content div li{font-size: 14px; line-height: 30px;} 
.page-about .block2 .block-content2 .ol-list span{font-size: 16px;}
.page-about .block1 .block-content .ol-list span{font-size: 16px;}

.page-about .about-img .exper-btn {margin-top: 384px; margin-left: 0;}
.page-about .about-img .exper-btn .btn{padding: 12px 32px; font-size: 17px;}
.pic2
{margin: 20px 0 20px 0;}
.page-about h1.achiev
{margin-left: 0;}

/* About Page */

.tabs-btn ul li a{font-size: 16px;}

.expertise-content-block{height: 460px;}

.news .news-content h3{
  width: 60%;
  text-transform: none;
}

.news .news-content p
{width: 58%; margin: auto;}

}
.alert{
  background: #fff;
  opacity: 0.9;
  position: fixed;
  top: 10%;
  z-index: 9999999;
  width: 50%;
  -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.28);
  border-radius: 0;

}
.person-tab .choose{
  display: none;
}
/* ----------------- Section Responsive ----------------- */


/*----RESPONSIVE - MALAK EDITS TO THE END OF THE FILE--------*/
@media (max-width: 1400px) {
  .page-about .about-content{
    left: auto;
    right: auto;
    width: 100%;
    right: 10%;
  }
  .page-about .bottom-slide .bottom-slide-right img{
    margin: 0;
  }
  .person-page .pers .col-md-6{
    left: 15%;
  }
  .person-page .left{
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .person-page .info h1, .person-page .info h3{
    width: 85%;
    margin-left: 15%;
  }
}
@media (max-width: 1200px) {
    .Expertise{
      height: auto;
    }
    .page-about .about-content2 #myCarousel{
          height: 570px;
    }
  /* NavBar */
  .navbar-inverse .navbar-nav .lang, .search {border-top: none; border-bottom: none; }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #868bd6;}

  .navbar-inverse .navbar-nav>li>a{padding-top: 20px; padding-bottom: 15px; margin-right: 0; text-align: left;}

  .lang a{border: none;}
    
   .navbar-brand>img{width:155px; height: auto;}
   .navbar-inverse .navbar-toggle{border-color: transparent; background-color: transparent;}
   .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background-color: transparent;}
   .navbar-toggle {padding: 11px 14px; margin-right: 2px;}
   /* NavBar */
  .searchform{
    top: 50px;
  }
  .footer-logo-right{
    width: 100%;
  }
  .footer-copy{
    width: 100%;
  }
  .page-about .about-content2 .cont-right{
    width: 70%;
  }
  .person-page{
    background-position: -100px top !important;
  }
  .person-page .exper-btn{
    margin: 0;
    margin-right: 50px;
    position: absolute;
    right: -50px;
  }
  .cont-info{
    left: auto;
  }
  .page-contact .cont-pic2{
    display: none;
  }
}
@media (max-width: 1000px) {
   .slider .rslides {
      z-index: 0;
      height: 530px;
      overflow: hidden;
    }
    .Expertise img{
      width: 100%;
    }
    .about{
      margin-top: 0;
      height: auto;
    }
    .about .logo-about ul{
      float: right;
    }
    .legal img{
      margin-right: 15px;
    }
    .page-about .about-img img{
      width: 67%;
    }
    .page-about .about-content{
      position: static;
      margin-top: -40px;
      float: none; clear: both;
      height: 615px;
    }
    .page-about .about-img .exper-btn{
      display: none !important;
    }
    .exper-btn.responsive{
      display: block !important;
      margin-bottom: 2%;
    }
    .pic2{
      float: none;clear: both;
      text-align: right;
      width: 100%;
    }
    .pic2 .img-responsive{
      float: none;
      display: inline-block;
      width: 50%;
    }
    .page-about .about-content2 .cont-right{
      width: 80%;
    }
    .page-about .about-content2 #myCarousel{
      height: 352px;
    }
    .page-about .bottom-slide .bottom-slide-right{
      float: none;
      clear: both;
    }
    .page-about .bottom-slide p.bottom-slide-left{
      margin-bottom: 1%;
      padding-bottom: 0;
    }
    .page-about img.block{
      width: 50% !important;
      display: inline-block !important;
    }
    .left-img, .right-img{
      width: 100% !important;
      position: static !important;
    }
    .left-img{
      text-align: left;
    }
    .right-img{
      text-align: right;
    }
    .page-about .bottom-slide{
      margin-left: 50px !important;
    }
    .page-about .bottom-slide p.bottom-slide-left{
      margin: 0 !important;
    }
    .person-page .pers .col-md-6{
      left: 52%;
      top: -93px;
      width: 46%;
      padding: 0;
      margin: 0;
    }
    .person-page .cv{
      margin: 0;
    }
    .person-page .exper-btn{
      margin: 0;
      position: absolute;
      top: -35px;
      right: 213px;
    }
    .person-page .control-slide{
      position: absolute;
      top: -26px;
      right: -50px;
    }
    .person-tab .btn-tab ul li{
      border-top: 1px solid #ccc;
      padding: 10px 0 10px 0;
      width: 100%;
      border:none;
    }
    .person-tab .btn-tab ul{
      position: absolute;
      background: #fff;
      z-index: 99999;
      width: 90%;
      padding: 0 5%;
    }
    .person-tab .btn-tab ul{
      padding: 2% 5%;
      -webkit-box-shadow: 0px -1px 20px -1px rgba(0,0,0,0.28);
      -moz-box-shadow: 0px -1px 20px -1px rgba(0,0,0,0.28);
      box-shadow: 0px -1px 20px -1px rgba(0,0,0,0.28);
    }
    .person-tab .choose{
      display: block;
      color:#002d61;
      border: 1px solid #002d61;
      font-size: 13px;
      padding: 2%;
      text-transform: uppercase;
      background: url(../images/down-arrow.png) no-repeat 98% center;
    }
    .tab-content{
      margin-top: 60px;
    }
}
@media (max-width: 900px) {
    .searchform{
      top: 104px;
    }
    .testmonials .carousel-control{
      width: 100%;
    }
    .person-page {
        background-position: -175px top !important;
    }
    .person-page .control-slide{
      top: -27px;
      right: 0px;
    }
    .person-page .exper-btn{
      right: 223px;
    }
}
@media (max-width: 760px) {
  .searchform{
    position: static;
    margin-left: 2%;
  }
  .searchbtn{
    display: none !important;
  }
  .slider .rslides{
    height: 377px;
  }
  .slider .content-slide h2{
    /*margin-bottom: 10%;*/
  }
  .slider .about-btn .btn{
    margin-top: 0;
  }
  .footer .list-unstyled{
    text-align: center;
  }
  .pic2 .img-responsive{
    width: 80%;
  }
  .person-page .info h3::after{
    display: none;
  }
  .person-page .info h1{
    margin-top: 0;
    font-size: 26px;
  }
  .person-page h4{
    font-size: 15px;
  }
  .person-page .cv ul li{
    font-size: 15px;
    line-height: 26px;
  }
  .person-page .cv p{
    font-size: 15px;
  }
 .person-page .cv{
    margin: 0;
    top: 574px;
    width: 194%;
    left: -264px;
    position: absolute;
  }
  .person-page{
    height: 950px;
  }
  .person-page .exper-btn{
    right: 50px;
    top: -102px;
  }
  .tabs-btn ul li{
    width: 44%;
    padding: 3%;
  }
  .expertise-content-block{
    overflow: hidden;
  }
  .expertise-content-block img{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
  }
  .expertise-content-block h4, .expertise-content-block h2{
    color: #fff;
  }
  .expertise-content-block{
    margin-bottom: 5px;
  }
  .page-contact .cont-pic2{
    display: block;
    background-position: center !important;
  }
  .testmonials{
    height: 360px;
  }
}
@media (max-width: 600px) {
  .page-head-expertise{
    padding-bottom: 15%;
  }
  .slider .rslides{
    height: 300px;
  }
  .slider .content-slide{
    right: 54px;
  }
  .slider .content-slide h2{
    font-size: 15px;
    font-weight: bold;
  }
  .slider .content-slide h2 strong{
    font-size: 28px;
  }
  .slider .content-slide h3{
    display: none;
  }
  .testmonials .carousel-control{
    width: 100%;
  }
  .testmonials .head-slide p::before, .testmonials .head-slide p::after{
    display: none;
  }
  .testmonials .head-slide p{
    margin:0;
    padding-top: 10px;
  }
  .testmonials, .carousel-inner{
    height: 400px;
  }
  .team .exper-btn{
    float: none !important;
    margin: 0;
    margin-left: 14px;
    position: relative;
    top:auto; bottom: auto; left: auto;right: auto;
  }
  .team .exper-btn .fa{
    right: auto;
  }
  .person-page{
    height: 667px;
    background-size: auto 86% !important;
    background-position: -87px top !important;
  }
  .person-page .cv {
      margin: 0;
      top: 345px;
      width: 194%;
      left: -264px;
      position: absolute;
  }
  .person-page .cv{
    width: 350px;
    left: -185px;
  }
  .person-page .info h3{
    margin-top: 0;
    font-size: 15px;
  }
  .person-page .info h1{
    margin-top: 0;
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .person-page{
    height: 667px;
    background-size: auto 48% !important;
    background-position: -13px top !important;
  }
}
@media (max-width: 500px) {
  .slider .about-btn .fa {width: 40px; height: 40px; line-height: 40px; right: -40px;}
  .slider .about-btn .btn {padding: 9px 17px; margin-top:-16px;}
  .slider .about-btn .btn{margin-top: 0;}
  .slider .rslides{
    height: 255px;
  }
  .page-about .bottom-slide .bottom-slide-right img{
    width: auto;
  }
  .page-about .block-content{
    left: 33px !important;
  }
  .page-about .block-content2{
    right: 29px !important; 
  }
  .page-about .block1 img.block, .page-about .block2 img.block{
    width: 100% !important;
  }
  .page-about .block2 img.block{
    margin-left: -29px;
  }
  .page-about .block1 img.block{
    margin-right: -33px;
  }
  .team .exper-btn .btn{
    margin-top: 0 !important;
  }
  .person-page .exper-btn{
    right: 39px;
    top: 160px;
  }
  .person-page .control-slide {
    top: -75px;
    right: 0px;
  }
  .person-page .cv{
    width: 350px;
    left: -185px;
  }
  .person-page{
    height: 590px;
    background-size: auto 55% !important;
  }
  .expertise-content-block{
    height: auto;
  }
  .expertise-content-block img{
    position: relative;
  }
  .expertise-content-block h4, .expertise-content-block h2{
    position: absolute;
    top: 1%;
  }
  .expertise-content-block h2{
    top: 10%;
  }

}
@media (max-width: 480px) {
  .person-page .info{
    top: 180px;
  }
}
@media (max-width: 400px) {
  .slider .content-slide{
    right: 0;
    width: 90%;
    left: 0;
    padding: 5%;
  }
  .slider .rslides{
    height: 222px;
  }
  .slider .nav-slide{
    left: 5%;
    bottom: 5%;
    top: auto;
  }
  .footer ul li{
    display: inline-block;
    width: 33%;
    text-align: center !important;
  }
  .footer .footer-logo-right ul li img{
    max-height: 40px;
    width: auto;
    display: inline-block;
  }
  .team .team-content .fa{
    display: none !important;
  }
  .person-page .cv ul li{
    list-style-position: inside;
  }
  .person-page .cv{
    width: 200%;
    left: -100%;
  }

}
@media (max-width: 350px) {
  .person-page .pers .col-md-6, .person-page .cv, .person-page .info{
    position: static;
  }
  .person-page .cv, .person-page .info{
    width: 200%;
  }
  .person-page .pers .col-md-6{
    margin-top: 100px;
  }
  .person-page .exper-btn{
    top: 0;
    right: 50px;
  }
  .person-page{
    height: 590px;
  }
  .person-page {
    height: 719px;
    background-size: auto 46% !important;
    background-color: #000 !important;
    max-height: 100%;
}
}
