@charset "utf-8";
/* CSS Document
Project Name: Vobon
Version:  1.0
Author: xcodesolution (https://themeforest.net/user/xcodesolution)
*/

/*****-----***** TABLE OF CONTENT *****-----*****

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS
        * Common CSS
        * Form CSS
        * Default Section CSS
        * Btn CSS
        * Background Over Layer CSS
        * Default Title CSS
        * Scrollup CSS
        * Preloader CSS
        * Pagination CSS
03. Header CSS
        * Header Top CSS
        * Navbar CSS
        * Mega Menu CSS
        * NavBar Fixed CSS
04. Slider CSS
05. Hero CSS
06. About CSS
        * About Two CSS
        * About Three CSS
07. Separator CSS
08. Service CSS
        * Service Two
        * Service Inner
        * Service Details CSS
        * Appointment CSS
09. Appointment CSS
10. Team CSS
        * Team Two CSS
        * Team Details CSS
11. Counter CSS
12. Project CSS
        * Item Hover CSS
        * Project Two CSS
        * Filterizr CSS
        * Project Three CSS
        * Project Title CSS
        * Project Details CSS
13. Testimonial CSS
14. Blog CSS
        * Blog Details
        * Sidebar
15. Client CSS
16. Inner page title bar CSS
17. Pricing CSS
18. Account CSS
19. FAQ CSS
20. Error CSS
21. Contact CSS
22. Footer CSS
        * COPY RIGHT CSS


*/


/*****-----*****-----*****-----*****
    01. Imported CSS
*****-----*****-----*****-----*****/

/* Google Fonts */
/*@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i');*/

/* Other Imported CSS */
@import "../css/font-awesome.min.css";
@import "../css/font-awesome-animation.min.css";
@import "../css/flaticon.css";
@import "../css/bootstrap-dropdownhover.css";
@import "../css/owl.css";
@import "../css/animate.min.css";
@import "../css/animated-text.css";
@import "../css/lightbox.min.css";


/*****-----*****-----*****-----*****
    Fonts
*****-----*****-----*****-----*****/

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/futura-bt-book/FuturaBT-Book.eot');
    src: url('../fonts/futura-bt-book/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/futura-bt-book/FuturaBT-Book.woff2') format('woff2'),*/
        url('../fonts/futura-bt-book/FuturaBT-Book.woff') format('woff'),
        url('../fonts/futura-bt-book/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*****-----*****-----*****-----*****
    02. General CSS
*****-----*****-----*****-----*****/
html {
    background: #EEEEEF;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*background:url(../images/iStock_000018171028Medium.jpg);
    background-repeat: repeat;*/
    font-family: 'Open Sans', sans-serif;
    /*font-size: 16px;*/
    font-size: 16px;
    line-height: 26px;
    color: #333;
    position: relative;
}
body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}




section {
    position: relative;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
    color: #151515;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: none;
    letter-spacing: 0.5px;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1em;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    word-wrap: break-word;
    word-break: break-word;

}
.margin-block {

  margin-bottom: 30px;
}

/*****-----*****-----*****-----*****
    navigation
*****-----*****-----*****-----*****/
.nav-con{
box-shadow: 0 1px 0 0 #e0e0e0;
}

/*
.search-block-form input[type=search] {width: 150px;  -webkit-transition: width 0.4s ease-in-out;  transition: width 0.4s ease-in-out;}
.search-block-form input[type=search]:focus {width: 100%;}

.dimmed {filter: blur(3px);  opacity: .2;  transition: all .3s;}

.sbox {  transform: translate(0, -4em);  -webkit-transition: transform 1s ease-in-out;  -moz-transition: transform 1s ease-in-out;  -o-transition: transform 1s ease-in-out;  transition: transform 1s ease-in-out;}
*/

/*****-----*****-----*****-----*****
    00.
*****-----*****-----*****-----*****/
.bs-region--main h2{

  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  /*color: #fff;*/
  color: #25317b;

}


article h2 {

      font-weight: 500;
      font-size: 3vw;/*60px*/
      line-height: 1.13em;
      letter-spacing: -0.01em;
      margin: 0 0 25px;
      padding-right: 10px;
      color: #25317b;
}

article h2 a{

      color: #25317b;
}

article p{

  color: #333;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1em;/*1em*/
  font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  word-break: break-word;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article p a{

  color: #25317b !important;
}
ul {
    margin: 0;
    padding: 0;
    margin-left: 100px;
}
ul li {
    /*list-style-type: none;
    margin: 0;
    padding: 0;*/
    list-style-type: disc;
    margin: 10px;
    margin-left: 10px;
    padding: 5px;
    margin-left: 10px;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#block-blh2019c-branding {

    width:70%;
    margin-bottom: 15px;
    position: relative;
    max-width: 120px;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;


    /*-webkit-animation-name: blh_logo_trans;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: alternate;


    animation-name: blh_logo_trans;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-direction: alternate;
    */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blh_logo_trans{
  0%   {opacity:0; left:-200px;}
  100% {opacity:1; left:0px;}
}

/* Standard syntax */
@keyframes blh_logo_trans {
  0%   {opacity:0; left:-200px;}
  100% {opacity:1; left:0px;}
}

/*
@keyframes blh_logo_trans {
  0% {
  opacity:0;
  }

  100% {
  opacity:1;
  }
}
*/


#block-blh2019c-branding img{
  width: 120%;
  max-width: 120%;
  position: absolute;
  top: -80px;

-webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;


}
.media--slick.media--image img {

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

  animation-name: slick_images;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-direction: alternate;


}

@keyframes slick_images {
  0% {
  opacity:0;
  }

  100% {
  opacity:1;
  }
}


#qnimate .close:hover, #qnimate .close:focus {
    background: transparent;
}

/* ----- test -------- */
.colchange {
  width: 32%;
  margin-right: 18px;
  margin-top: 100px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  box-sizing: border-box;

-webkit-box-shadow: 0px 0px 60px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 60px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);

  transition: all 1s ease;
}

/*****-----*****-----*****-----*****
    Pagers
*****-----*****-----*****-----*****/

.pager__items.js-pager__items{

  clear:both;
  float:right;

}
/* ----- About Left -------- */

#about-left{

    position: relative;
}


.about-left-anime{


    position: relative;


    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;


    -webkit-animation-name: about-left-trans;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;


    animation-name: about-left-trans;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-direction: alternate;
}
.about-service-overview-content {
  padding: 16px;
padding-right: 30px;
right: 0;
bottom: 0;
left: 0;
position: absolute;
text-decoration: none;
-webkit-transition: background-color .4s;
transition: background-color .4s;
z-index: 1;
height: 100%;
    background: rgba(50, 50, 50, 0.88); /*#000000ad*/;
/*background: #800A68;
background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/

}
/* Safari 4.0 - 8.0 */
/*
@-webkit-keyframes about-left-trans {
  0%   {opacity:0; left:-500px;}
  100% {opacity:1; left:0px;}
}
*/
/* Standard syntax */
/*
@keyframes about-left-trans {
  0%   {opacity:0; left:-500px;}
  100% {opacity:1; left:0px;}
}
*/

/* ----- About right -------- */
#about-right {


    position: relative;

/*
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;


    -webkit-animation-name: about-right;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;


    animation-name: about-right;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-direction: alternate;

*/
}

/* Safari 4.0 - 8.0 */
/*
@-webkit-keyframes about-right {
  0%   {opacity:0; right:-500px;}
  100% {opacity:1; right:0px;}
}

/* Standard syntax */
/*
@keyframes about-right {
  0%   {opacity:0; right:-500px;}
  100% {opacity:1; right:0px;}
}
*/







/* Form CSS */
/*****-----*****-----*****-----*****
    WhyBLH Section
*****-----*****-----*****-----*****/


.whyblh-overlay {
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.4s ease 0s;
    background: rgba(29, 77, 136, 0.79);
}

.whyblh-overlay h1 {
    color: #fff !important;
    font-size: 4vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    margin-top: 5%;
}


.whyblh-ctr .first {

    padding: 7%;
}

.whyblh-ctr .first h2{

    text-align: center;
    color: #25317b;

}
.whyblh-ctr .first p{

    font-size:1em;
}

.whyblh-ctr .second {

    max-height: 680px;
    overflow: hidden;
}

.whyblh-ctr .second .s-a, .whyblh-ctr .second .s-b{

    padding-left: 0px;
    padding-right: 0px;
}


.whyblh-ctr .second .s-a:hover {

  transform: scale(1.2);
  transition: cubic-bezier(.14,.45,.36,.88) all .5s;
}


.whyblh-ctr .second .s-b{
    min-height: 714px;
    padding: 50px;
    color: #FFFFFF;
    font-size: 1em;
background: #284ED2;
background: -moz-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
background: -webkit-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
background: -o-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
background: -ms-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
background: linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
}

.whyblh-ctr .second .s-b.last{
    min-height: 679px;
    padding: 40px;
    color: #FFFFFF;
background: #284ED2;
background: -moz-linear-gradient(45deg, #284ED2 0%, #86147C 100%);
background: -webkit-linear-gradient(45deg, #284ED2 0%, #86147C 100%);
background: -o-linear-gradient(45deg, #284ED2 0%, #86147C 100%);
background: -ms-linear-gradient(45deg, #284ED2 0%, #86147C 100%);
background: linear-gradient(45deg, #284ED2 0%, #86147C 100%);
}


.whyblh-ctr .second h2 {

  color:#fff;
  margin-bottom:30px;
  font-size: 3em;
}

.whyblh-ctr .second h2.last {

  font-size: 3em;
}


.whyblh-ctr .second span {

  font-size: 2em;
}

.second .s-a img {
    width: 100%;
    max-width: 100%;
}

/*****-----*****-----*****-----*****
    Leadership Section
*****-----*****-----*****-----*****/
.leadership-about {
  content: "";
  position: absolute;

  /*background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
*/

  padding: 30px;
  min-height: 500px;
}


.leadership-about:before {

  content: "";
  position: absolute;
  left: 0;
  top: -780px;
  z-index: -1;
  width: 120%;
  height: 2000px;
  background: #ffffff;
  margin-left: -150px;


    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);


  padding: 30px;
  min-height: 500px;
}


.leadership-about:after {
  content: "";
  position: absolute;
  width: 250%;
  height: 2800px;
  right: -380px;
  top: 490px;
  z-index: -2;
  margin-right: -150px;
  background: #25317b;
  -ms-transform: rotate(52deg);
  -webkit-transform: rotate(52deg);
  transform: rotate(-27deg);
  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #1361c291 0%, #eaeef391 100%);
}
/*
.leadership-about:before {
  content: "";
  position: absolute;

  -ms-transform: rotate(52deg);
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);

  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);


  padding: 30px;
  min-height: 500px;
}
*/

.leadership-about h1 {

  color: #fff;
  font-size: 2vw;
}

.leadership-about p {

  color: #fff;
  font-size: 1.2em;

}
.ldr-image-ctr.first h1{
font-weight: 800;
color: #fff;
}
.ldr-section {

  /*background-color: #3333332b;*/
  border-top: 1px solid rgb(190, 195, 220);
}
.ldr-box {

  border: 1px solid rgb(190, 195, 220);
  padding: 50px;
  margin: 50px;
  background: #fff;
}

.ldr-box h2 {

  color:#25317b;
  font-weight: 900;

}

.ldr-padding {
  padding: 0;

}
.ldr-about-ctr {
  padding: 0;
  background: #fff;

}


.ldr-about-bkgd{
  color: #FFFFFF;
  background: #284ED2;
  background: -moz-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
  background: -webkit-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
  background: -o-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
  background: -ms-linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);
  background: linear-gradient(45deg, #284ED2 0%, #51B6B6 100%);

}

.ldr-about {

  border: 1px solid rgb(190, 195, 220);
  padding: 120px;
  margin: 0px;

}


/*
.ldr-about-2 {
  max-height: 100%;
}
*/

.ldr-image-ctr {
  overflow: hidden;
  height: auto;
  padding: 0px;

}


.ldr-overlay {
  /*
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  padding:0;
  text-decoration: none;
  transition: background-color 0.4s ease 0s;
  background: rgba(29, 77, 136, 0.86);
  z-index: 10;
  */
}


/* ----- Selection css-------- */

::-moz-selection {
    background: #25317b;
    color: #ffffff;
}
::-webkit-selection {
    background: #25317b;
    color: #ffffff;
}
::selection {
    background: #25317b;
    color: #ffffff;
}


/* Btn CSS */
/*
.simple-btn {
    border-color: #25317b;
    border-radius: 0;
    color: #ffffff;
    background: #25317b;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*//*
.simple-btn:before {
    content: '';
    width: 40px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: -100px;
    z-index: 0;
    opacity: 0.3;
    -ms-transform: rotate(20deg);  IE 9
    -webkit-transform: rotate(20deg); Safari
    transform: rotate(20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/
/*
.simple-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.simple-btn:hover {
    color: #ffffff;
    background: #a3c4f7;
    z-index: 1;
    border-color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/


/* Background Over Layer CSS */

.overlay {

        background-color: rgba(255, 255, 255, 0.8);
}

.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

/* Defult Section title */
.defult-title {
    position: relative;
    width: 100%;
    display: inline-block;
}
.defult-title span {
    color: #a3c4f7;
}
.defult-title h1 {
    font-size: 36px;
    line-height: 28px;
    padding-bottom: 0px;
    padding: 0;
    margin: 0 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.defult-title h1:after,
.defult-title h1:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #a3c4f7;
    transform: translate(0, -50%);
    top: 50%;
    content: '';
}
.defult-title h1:after {
    left: -60px;
}
.defult-title.bl-none h1 {
    margin-left: 0;
    padding-left: 0;
}
.defult-title.bl-none h1:after {
    width: 0;
    height: 0;
    background: none;
}
.defult-title h1:before {
    right: -60px;
}
.defult-title h5 {
    line-height: 20px;
    padding-bottom: 60px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 5px;
}

/* scrollup css start
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #25317b;
    font-size: 45px;
}
*/

/* Preloader CSS
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url('../images/preloader.gif') no-repeat center center;
}
 */

/* Pagination CSS Start */
.pagination {
    margin-bottom: 30px;
    z-index: 0;
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
    border-radius: 0;
}
.pagination>li>a, .pagination>li>span {

}
.pagination>.active>a {
    color: #ffffff;
    background: #a3c4f7;
    border-color: #a3c4f7;
}
.pagination>.active>a:hover {
    color: #ffffff;
    background: #a3c4f7;
}


/*****-----*****-----*****-----*****
    contact form
*****-----*****-----*****-----*****/
fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-item:first-child, fieldset.webform-composite-hidden-title .fieldset-wrapper > .form-wrapper > .form-item:first-child, fieldset.webform-composite-hidden-title .fieldset-wrapper > .webform-flexbox:first-child {
    margin-bottom: 10px;
}

.cv-block label{
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #3499ff;
  opacity: 1;
  /*top: 0px;*/
  left: 0px;
  padding: 5px 50px;
}

.cv-block input[type="text"], .cv-block input[type="email"] {
  height: 55px;
  padding: 30px 15px 10px;
  border: 2px solid #ccc;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  outline: none;
  width: 100% !important;

}


 .cv-block textarea{

  padding: 30px 15px 10px;
  border: 2px solid #ccc;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  outline: none;
  width: 100% !important;
  max-height: 500px;

}

.form-item-blh-subject {

    margin-bottom:20px;
}
/*.form-field-customized{
  height: 55px;
  padding: 30px 15px 10px;
  border: 2px solid #ccc;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  outline: none;
  width: 100% !important;

}*/
/*****-----*****-----*****-----*****
    03. Header CSS
*****-----*****-----*****-----*****/
.main-header {
    position: relative;
    background: #ffffff;

    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}




/* Header Top CSS Start */
.header-topbar {
    background: #25317b;
    position: relative;
    padding: 10px 0 0;
    overflow: hidden;

    background: -moz-linear-gradient(0deg, #25317b 0%, #146e98 100%);
    background: -webkit-linear-gradient(0deg, #25317b 0%, #146e98 100%);
    background: -o-linear-gradient(0deg, #25317b 0%, #146e98 100%);
    background: -ms-linear-gradient(0deg, #25317b 0%, #146e98 100%);
    background: linear-gradient(0deg, #25317b 0%, #146e98 100%);
}
.header-topbar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 650px;
    background: #ffffff;
    margin-left: -325px;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
	left: -20px;
}
.header-topbar-col {
    margin-bottom: 10px;
}
.header-topbar-col.tobar-leftside span {
    color: #555555;
    margin-right: 20px;
}
.header-topbar-col i {
    color: #25317b;
    margin-right: 5px;
}
.after-bdr {
    position: relative;
}
.header-topbar-col .after-bdr:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    margin-top: -5px;
}
.header-topbar-col.tobar-rightside {
    text-align: right;
}
.header-topbar-col.tobar-rightside span {
    color: #FFF /*#40486D*/;
    margin-left: 20px;
}
.header-topbar-col.tobar-rightside span a {
    color: #ffffff;
}
.header-topbar-col.tobar-rightside p {
    display: inline-block;
}
.header-topbar-col.tobar-rightside p a span {
    color: #ffffff;
    background: #40486D;
    padding: 8px 15px;
}
/* Nav Search Box CSS */
.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: rgba(0,0,0,0.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;

}
#search .close {
    color: #FFF /*#a3c4f7*/;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
#search input[type="text"],#search input[type="search"]{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    font-size: 36px;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;

}
#search .btn {
    left: 50%;
    margin-top: 30px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.ml0 {
    margin-left: 0 !important;
}
.s-icon {
    color: #40486D;
}



/* Navbar CSS start */
.header-navbar {
    background: #ffffff;
}
.header-navbar .navbar-brand {
    padding: 0;
    margin-top: 10px;
    height: auto;
}
.header-navbar .navbar-brand img {
    width: 220px;
    height: auto;
}
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 0;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25px;
    padding: 30px 0;

    font-weight: bold;
}
.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #25317b;
    background-color: transparent;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}
.header-navbar .dropdown-menu {
    min-width: 220px;
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}
.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-top: 3px solid #a3c4f7;
    border-radius: 0;
    margin-left: 20px;
}
.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 15px 10px;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #eeeeee;
}
.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #25317b;
	font-weight:bold;
}
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

/* Mega Menu CSS Start */
.nav > li.dropdown.open {
    position: static;
}
.nav > li.dropdown.open .mega-menu {
    display:table;
    width: 100%;
    text-align: center;
    left:0;
    right:0;
    padding: 30px;
}
.mega-menu {

}
.mega-menu>li {
    display: table-cell;
}
.mega-menu li {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.mega-menu li a {
    color: #333333;
    text-transform: capitalize;
    text-transform: uppercase;
}
.mega-menu li a:hover {
    padding-left: 5px;
    color: #a3c4f7;
}
.mega-menu img {
    margin-top: 0;
}
.nav-img {
    width: 85%;
    margin: auto;
}



/* NavBar Fixed CSS */
.scroll-to-fixed-fixed {
    background: #ffffff;
    top: 0;
    width: 100% !important;
    z-index:9;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





/*****-----*****-----*****-----*****
    04. Slider CSS
*****-----*****-----*****-----*****/
.main-slider-area {
    overflow: hidden;
}

/* Fade Effect start */
.carousel-fade .carousel-inner .item {
   height: 75vh;
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 99;
}
.main-slider-area .carousel-control .glyphicon-chevron-right {
    right: 20px;
}
.main-slider-area .carousel-control .glyphicon-chevron-left {
    left: 10px;
}
.main-slider-area .carousel-control.right,
.main-slider-area .carousel-control.left {
    width: 0;
}
.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;;
}
.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;;
}
/* Full screen slider start */
.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    text-align: inherit;
    padding: 0 150px;
    text-shadow: none;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);

	background: rgba(158, 158, 158, 0.56);
	width: 50%;
	height: 45%;
	padding: 50px 50px 50px 50px;
	left: 10%;

}
.slide-1 {
    background: url(../images/iStock_000018171028Medium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-2 {
    background: url(../images/iStock_000029826418Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-3 {
    background: url(../images/iStock_000017045675Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-newone {
    background: url(../images/iStock_14827254_LARGE.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-1:before, .slide-2:before, .slide-3:before, .slide-newone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    height: 75vh;
    width:100%;
}
.carousel-caption p {
    letter-spacing: 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.carousel-caption h3 {
    color: #ffffff;
    font-size: 4em;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.carousel-caption h3 span {
    color: #25317b;
	font-weight: 900;
	font-family: sans-serif;
	text-transform: uppercase;
}
.carousel-caption .btn {
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption .btn:hover {
    background: #a3c4f7;
    border-color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Animation delays */
.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}
.carousel-caption a {
    animation-delay: 2s;
}
.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}


/*****-----*****-----*****-----*****
    05. Hero CSS
*****-----*****-----*****-----*****/
.hero-area {
    padding: 200px 0;
    background: url(../images/bg/3.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60%;
    height: 100%;
    margin-left: -5%;
    background: rgba(255, 205, 0, 0.8);
    -ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);
}
.hero-col h5 {
    letter-spacing: 8px;
}
.hero-col h2 {
    font-size: 36px;
    color: #ffffff;
}
.hero-col .cd-headline {
    font-size: 18px;
    margin-bottom: 40px;
}
.hero-col .simple-btn {
    background: #000000;
}



/*****-----*****-----*****-----*****
    06. About CSS
*****-----*****-----*****-----*****/
.about-area {
     overflow-x: hidden;
     padding: 120px 0 90px;
}

.about-col {
    margin-bottom: 30px;
}
.experience-box {
    background: #25317b;
    padding: 40px;
    margin-left: 5px;
    text-align: center;
    outline-offset: 5px;
    outline: 1px solid #25317b;
}
/*.experience-box:before {
    content: "";
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: inline-block;
}*/
.experience-box h1 {
    font-size: 80px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #ffffff;
}
.experience-box h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.about-col h2 {
    display: inline-block;
}
.welcome-text h2 {
    color: #25317b /*#a3c4f7*/;
    font-size: 36px;
}
.welcome-text p {
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #999999;
}
.about-image {
    background: #F5F5F5;
    position: relative;
    padding: 20px 20px 0 20px;
}
.about-image img {

}

/* About Two CSS */
.about-area-two {

}
.about-area-two .about-col h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.choose-box {
    margin-bottom: 30px;
}
.choose-icon {
    position: relative;
    padding-left: 60px;
}
.choose-icon i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #a3c4f7;
}
.choose-icon i:before {
    font-size: 50px;
}
.choose-box h4 {
    padding-top: 10px;
    margin-bottom: 20px;
}

/* About Three CSS */
.about-area-three {
    padding: 120px 0 70px;
}
.about-three-col {
    margin-bottom: 50px;
}
.about-three-col h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}
.about-three-col h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #a3c4f7;
}

/*****-----*****-----*****-----*****
    00. about section CSS
*****-----*****-----*****-----*****/
.about-section{}

.about-main{
  max-height: 802px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.about-sub{
  padding: 0px;
  border-bottom: 2px solid #fff;
  min-height: 266px;
  background: #333;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0em 0 0em;
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
    /* max-height: 266px; */
        min-height: 266px;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    max-height: 266px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    min-height: 266px;
}

figure.effect-apollo {
    background: #333;
    /* max-height: 266px; */
    /* overflow: hidden; */
        min-height: 266px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    background: #000;
    min-height: 266px;
}

figure.effect-apollo img {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
        min-height: 266px;
}

figure.effect-apollo h2 {
    /*text-align: left;*/
    color: #fff;
    font-size: 3vw;
    text-align: center;
}

figure.effect-apollo p {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 2em;
    padding: 0 1em;
    max-width: 600px;
    border-right: 0px solid #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

  .grid figure figcaption, .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }

  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }

  figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 200px;
    width: 150%;
    height: 200%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

/*****-----*****-----*****-----*****
    00. About Overview 2
*****-----*****-----*****-----*****/
.about-side-ctr {
  position: relative;
  width: 645px;
  margin:auto;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.about-side-overlay {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.about-sub:hover .about-side-overlay {
  bottom: 0;
  height: 100%;
}


.about-title h2{
  text-align: left;
  color:#fff;
  font-size: 3vw;
  text-align: center;
  margin-top: 100px;

}

.about-title h2 span{
  font-weight: 800;

}

.about-side-text {
  width: 100%;
  padding: 30px;
  white-space: wrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}

.about-side-text p{
background: rgba(50, 50, 50, 0.70);
padding: 30px;
}

.about-side-text p a{
color: #8fc6ff;
}

.about-side-text p a:hover{
color: #53a7ff;
}
/*****-----*****-----*****-----*****
    07. services overview CSS
*****-----*****-----*****-----*****/

.service-overview {

     padding: 0px 0px 0px 0px;
     z-index: 20;

}




/*.service-overview-content-2::before {

    content: "";
    position: absolute;
    width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    margin-left: -50px;
    background: #25317b;
    width: 170%;
    height: 1500px;
    left: -200px;
    top: -190px;
    margin-left: 0px;
    background: #25317b;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(10deg);
    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: #000000ad;
    background: linear-gradient(0deg, #529ae08f 0%, #25317b9c 100%);
    background: rgba(29, 77, 136, 0.86);

}
*/


.service-overview-content {
  padding: 10px;
/*padding-right: 30px;*/
right: 0;
/*bottom: 0;*/
left: 0;
position: absolute;
text-decoration: none;
-webkit-transition: background-color .4s;
transition: background-color .4s;

height: 100%;
    /*background: #323232e0 #000000ad*/;

/*background: #800A68;
background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/
background: rgba(0, 0, 0, 0.45);
/*background: rgba(29, 77, 136, 0.86);
-webkit-clip-path: polygon(55% 0%, 91.64% -0.23%, 100% 100%, 20% 100%, 0px 100%, 0px 0px);
clip-path: polygon(55% 0%, 94% 0%, 100% 100%, 20% 100%, 0px 100%, 0px 0px);*/
z-index: 5;
top: 55%;

}

.service-overview-content-2a {
  padding: 50px;
/*padding-right: 30px;*/
right: 0;
/*bottom: 0;*/
left: 0;
position: absolute;
text-decoration: none;
-webkit-transition: background-color .4s;
transition: background-color .4s;

height: 100%;
    /*background: #323232e0 #000000ad*/;

/*background: #800A68;
background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/
/*background: rgba(0, 0, 0, 0.68);*/
background: rgba(29, 77, 136, 0.86);
-webkit-clip-path: polygon(55% 0%, 91.64% -0.23%, 100% 100%, 20% 100%, 0px 100%, 0px 0px);
clip-path: polygon(55% 0%, 94% 0%, 100% 100%, 20% 100%, 0px 100%, 0px 0px);

}

.service-overview-content-3a {
  padding: 50px;
/*padding-right: 30px;*/
right: 0;
/*bottom: 0;*/
left: 0;
position: absolute;
text-decoration: none;
-webkit-transition: background-color .4s;
transition: background-color .4s;

height: 100%;
    /*background: #323232e0 #000000ad*/;

/*background: #800A68;
background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/
/*background: rgba(0, 0, 0, 0.68);*/
background: rgba(29, 77, 136, 0.86);
-webkit-clip-path: polygon(55% 0%, 70% 0.00%, 95% 100%, 20% 100%, 0px 100%, 0px 0px);
clip-path: polygon(55% 0%, 70% 0.00%, 95% 100%, 20% 100%, 0px 100%, 0px 0px);

}


.service-overview-content-2b {
padding: 50px;

/*padding-right: 30px;*/
right: 0px;
left: auto;
bottom: 0;
position: absolute;
text-decoration: none;
-webkit-transition: background-color .4s;
transition: background-color .4s;
height: 100%;
/*background: #000000ad;*/
background: rgba(29, 77, 136, 0.86);
-webkit-clip-path: polygon(55% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 14px 100%, 66px 0px);
clip-path: polygon(55% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 14px 100%, 66px 0px);
}

/*
.service-overview-content::before {

    content: "";
    position: absolute;
    width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    margin-left: -50px;
    background: #25317b;
    width: 170%;
    height: 1500px;
    left: -200px;
    top: -190px;
    margin-left: 0px;
    background: #25317b;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: #000000ad;
    background: linear-gradient(0deg, #529ae08f 0%, #25317b9c 100%);
    background: rgba(29, 77, 136, 0.86);

}
*/




.service-overview-text {
}
.service-overview-text h2 {

    color: #fff !important;
    font-size: 2vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
    padding-left: 50px;

}

.service-overview-text-3 h2 {

    color: #fff !important;
    font-size: 4vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
    padding-left: 50px;
    padding-right: 300px;

}

.service-overview-text p {

  color: #fff !important;
  margin-top: 1rem;
margin-bottom: 1.5rem;
font-weight: 100;
font-size: 1em;
font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.625em;
letter-spacing: 0.02em;
word-wrap: break-word;
word-break: break-word;
padding-left: 50px;


}

.service-overview-text-3 p {

  color: #fff !important;
  margin-top: 1rem;
margin-bottom: 1.5rem;
font-weight: 100;
font-size: 1em;
font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.625em;
letter-spacing: 0.02em;
word-wrap: break-word;
word-break: break-word;
padding-left: 50px;
padding-right: 200px;
}

.service-overview-text .btn.square-btn {
    display: block;
    display: block;
    position: relative;
    margin: 0 auto;

    margin-top: 0px;
    margin-bottom: 0px;
    width: 25%;
    padding: 10px;

    color: #25317b;
    background: #fff;
    font-size: 1.3vw;
}

.service-overview-text .btn.square-btn:hover {

    color: #fff;
}


.service-overview-text .btn.square-btn:active {

    color: #fff;
}

.service-overview-text .btn.square-btn:focus {

    color: #fff;
}
/*
.service-overview-text .btn.square-btn {

    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 30%;
    padding: 20px;
    color: #FFFFFF;
    background: #25317b;
}*/
/*****-----*****-----*****-----*****
    07. Separator CSS
*****-----*****-----*****-----*****/
.separator-area {
    /*padding: 120px 0 120px;*/
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.separator-area:before {
    /*content: "";
    position: absolute;
    width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;
    -ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    content: "";
    position: absolute;
    /*width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;*/
    width: 90%;
    height: 1300px;
    /*left: -80px;
    top: -90px;*/
    left: -200px;
    top: -200px;
    z-index: 1;
    margin-left: -150px;
    /*-ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

    background: -moz-linear-gradient(0deg, #32b1e4 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #32b1e4 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #32b1e4 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #32b1e4 0%, #25317b 100%);
    background: linear-gradient(0deg, #32b1e4 0%, #25317b 100%);

}
.separator-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: url(../images/blh_divider_intro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center;*/
	background-position: 0px 0px;
}
.separator-col {
    position: relative;
    z-index: 99;
    padding-left: 0px;
    padding: 30px;
background: transparent /*rgba(51, 51, 51, 0.39)*/;
margin-left: 0px;
}
.separator-col h2 {
    color: #a3c4f7;
    margin-bottom: 30px;
}
.separator-col h4 {
    color: #ffffff;
    font-size: 22px;
    /*text-transform: lowercase;*/
}
.separator-col h4 span {
    text-transform: capitalize;
}
.separator-col img {
    margin-top: -120px;
}


/*****-----*****-----*****-----*****
    08. Service CSS
*****-----*****-----*****-----*****/
.services-area {
    padding: 10px 0 120px;
    overflow: hidden;
}
.serviceBox{
    padding: 35px 20px 35px 90px;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.serviceBox:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.serviceBox .service-icon {
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #a3c4f7;
    text-align: center;
    border: 2px solid #a3c4f7;
    position: absolute;
    top: 55px;
    left: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon i:before {
    font-size: 30px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
}
.serviceBox:hover .service-icon{ transform: translateY(20px); }
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    height: 2px;
    background: #25317b;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.serviceBox:hover .service-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
.serviceBox:hover .service-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
.serviceBox .title{
    display: block;
    font-size: 20px;
    color: #40486D;
    margin: 0 0 12px 0;
    position: relative;
}
.serviceBox .description {

}

/* Service Two Start */
.services-area-two {
    padding: 120px 0 90px;
    overflow: hidden;
}
.service-col-two {
    margin-bottom: 30px;
    text-align: center;
}
.service-two-content {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
}
.service-two-content h4 {
    color: #2F344E;
}
.service-two-content .simple-btn {
    margin-top: 20px;
}

/* Service Inner Start */
.service-inner-area {

}
.service-inner-area .title {
    font-size: 16px;
}


/* Service Details CSS Start */
.service-details-area {
    padding: 120px 0 90px;
}
.service-details-col {
    margin-bottom: 30px;
}
.service-details-sidebar {
    margin-bottom: 30px;
}
.service-faq {
    margin-top: 50px;
}
.service-faq h3 {
    margin-bottom: 20px;
}
.service-details-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.service-details-title h2 {
    font-size: 28px;
}
.service-details-title h2 span {
    color: #a3c4f7;
}
.service-details-title h4 {
    font-size: 14px;
}
.service-details-list h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.service-details-list ul li {
    margin-bottom: 10px;
}
.service-details-list ul li i {
    margin-right: 10px;
    color: #a3c4f7;
}
.service-given-list {
    margin-bottom: 40px;
}
.service-given-list ul li {
    padding: 8px 20px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-given-list ul li:hover {
    background: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-given-list ul li.active {
    background: #a3c4f7;
}
.service-given-list ul li.active a {
    color: #ffffff;
}
.service-given-list ul li.active i {
    color: #ffffff;
}
.service-given-list ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-given-list ul li:hover i {
    margin-right: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-given-list ul li a {
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-given-list ul li:hover a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books {
    margin-bottom: 40px;
}
.serice-sidebar-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.pdf-books ul li {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pdf-books ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li:hover i {
    margin-right: 10px;
    color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li a {
    color: #424242;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf-books ul li:hover a {
    color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.support-box {
    margin-bottom: 40px;
}
.support-content {
    background: #a3c4f7;
    padding: 30px 30px;
}
.support-content h4 {
    color: #ffffff;
}
.support-content h3 {
    margin-bottom: 0;
}
.video-tutorial {

}
.video-tutorial-content {
    position: relative;
}






/*****-----*****-----*****-----*****
    09. Appointment CSS
*****-----*****-----*****-----*****/
.appointment-area {
    padding: 120px 0 0;
    background: url(../images/bg/2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.appointment-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.appointment-col {
    margin-bottom: 30px;
}
.appointment-col h2 {
    color: #40486D;
    font-size: 36px;
    margin-bottom: 30px;
}
.appointment-img {
    margin-bottom: 0;
}
.appointment-col .form-control {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}



/*****-----*****-----*****-----*****
    07. careers CSS
*****-----*****-----*****-----*****/

.careers-overlay {
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    padding: 25px 16px 16px 20%;
    text-decoration: none;
    transition: background-color 0.4s ease 0s;
    background: rgba(29, 77, 136, 0.94);
}
.careers-overlay h1 {
  color: #fff !important;
  font-size: 5.8vw;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  /*text-align: center;*/
}
.careers-overlay p {
  color: #fff !important;
  font-size: 1vw;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 1000px;


  /*text-align: center;*/
}
.careers-sections {
max-height: 515px;
overflow: hidden;
}

/*.careers-sections img{
max-height: 515px;
overflow: hidden;
}*/
.careers-grads {
height: 100%;
min-height: 0px;

overflow: hidden;


padding: 40px;





  background: #25317b;
  width: 100%;

  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: #f7f7f7;
}


.careers-grads h2 {
 color: #25317b !important;
 font-size: 1.8vw;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 margin-bottom: 30px;
 font-weight: lighter;
 /*text-align: center;*/
}
.careers-grads h2.team-join {
  color: #25317b !important;
  font-size: 4vw;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  margin-top: 65px;
  font-weight: lighter;
  text-align: center;
}


p.careers-li {
    display: inline-block;
    font-size: 1.3vmax;
    line-height: 1.5;
    background: #fff;
    color: #000;
    font-weight: 100;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.9);
}

p.team-join {
  color: #000 !important;
  font-size: 2.5vw;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  font-weight: lighter;
  text-align: center;
  line-height: 1.2em;
}

.careers-btn {

  margin-top: 0px;
}



/*****-----*****-----*****-----*****
    00. Contract Vehicles (CV)
*****-----*****-----*****-----*****/

.path-cv table
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.path-cv table th
{
	padding: 10px;
	padding-left: 30px;
	background-color: #001689;
}

.path-cv table td
{


	padding: 30px;
}

.path-cv table h2
{
	Color: #fff;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

.path-cv table td ul
{
	margin-left: 30px;
}

.cv-overlay {
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    padding: 50px 16px 16px 20%;
    text-decoration: none;
    transition: background-color 0.4s ease 0s;
    background: rgba(29, 77, 136, 0.86);
    z-index: 10;
}

.cv-overlay h1 {
  color: #fff !important;
  font-size: 5.8vw;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  /*text-align: center;*/
}
.cv-overlay p {
  color: #fff !important;
  font-size: 1.5vw;
  margin-bottom: 20px;
  margin-left: 10px;
  max-width: 1000px;


  /*text-align: center;*/
}
.cv-block p.phone-fax {
  font-size: 1em;
  margin-top: 1rem;
  margin-bottom: 0rem;
  margin-left: 0px;

}

.cv-con {

background: #f8f8f8;
padding: 20px;
}

.cv-block {

background: #fff;
margin:5px 0px 5px 0px;
padding: 20px;
border: solid 1px #cccccc;
transition: border-color .25s linear;
min-height: 305px;

}

.cv-list-str{

  border: 1px solid rgb(190, 195, 220);
  padding: 50px;
  margin: 50px;
  margin-bottom: 50px;
  background:#fff;

}

.cv-list-str > ul{


  margin-left: 40px;


}
.cv-block h2 {

  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #25317b !important;
  font-size: 1.2vw;
}


.cv-block p {

  color: #000;
  font-size: 1vw;
  line-height:25px;
  margin-top: 1rem;
  margin-bottom: 0rem;
  margin-left: 40px;

}

.cv-image {

  max-width: 160px;
  float: right;
}
.cv-block a {



}

.cv-table-ctr
{
	max-width: 1300px;
	display: flex;
	flex-direction: row;
	margin-left: 40px;
  	border: 1px solid rgb(190,195,220);
  	padding: 30px;
}

.cv-table-left
{
	flex: 10%;
}

.cv-table-right
{
	flex: 90%;
}

/*****-----*****-----*****-----*****
    10. Team CSS
*****-----*****-----*****-----*****/
.team-area {
    padding: 120px 0;
}
.our-team{
    position:relative;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-pic > img{
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: -30px;
    margin-right: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile{
    text-align: center;
    background: #a3c4f7;
    position: relative;
    width: 100%;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile {
    position: relative;
    z-index: 99;
    background: #40486D;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 28px solid #a3c4f7;
    border-right: 120px solid transparent;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile:before {
    border-bottom-color: #40486D;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-title{
    line-height: 22px;
    display: inline-block;
}
/*.our-team .team-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
}*/
.our-team .team-title a{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our-team .team-title a:hover{
    color:#a3c4f7;
    text-decoration: none;
}
.our-team .team-title > small{
    font-size: 13px;
    color:#fff
}
.our-team .team-social{
    padding:0;
}
.our-team .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.our-team .team-social > li > a{
    color:#fff;
    font-size:18px;
}
.our-team .team-social > li > a:hover{
    text-decoration: none;
    color: #a3c4f7;
}

.team-area .owl-theme .owl-nav {
    margin-top: 0;
}
.team-area .owl-theme .owl-nav [class*=owl-] {
    padding: 0px 25px;
    border-radius: 0;
    color: #3C4767;
    font-size: 20px;
}
.team-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 35%;
}
.team-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 35%;
}

/* Team Two CSS */
.team-inner-area {
    padding: 120px 0 90px;
}
.team-inner-area .our-team {
    margin-bottom: 30px;
}

/* Team Details CSS Start */
.team-details-area {
    padding: 120px 0 90px;
}
.team-singel-img {
    border: 1px solid #a3c4f7;
}
.team-details-col {
    padding: 30px 30px;
    background: #F5F5F5;
    position: relative;
}
.team-details-col h4 {
    font-size: 24px;
}
.team-details-col h4 span {
    font-size: 14px;
    color: #a3c4f7;
}
.team-details-col strong {
    margin-right: 10px;
}
.team-details-col p {
    margin-bottom: 8px;
}
.team-info-contact {
    margin-bottom: 10px;
}
.team-info-contact a i {
    color: #111111;
    margin-right: 10px;
}
.team-info-contact a i:hover {
    color: #a3c4f7;
}
.start-group {
    margin-bottom: 15px;
}
.start-group i {
    font-size: 30px;
    color: #a3c4f7;
}
.other-team-membars {
    margin-top: 80px;
}


/*****-----*****-----*****-----*****
    11. Counter CSS
*****-----*****-----*****-----*****/
.counter-area {
    padding: 70px 0 70px;
    background: #FFF/*#F5F5F5*/;
    position: relative;
}
.counter-box {
    margin-bottom: 30px;
    text-align: center;
opacity: 0;
transition: all 8s ease;

}


.counter-item {
    color: #151515;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.counter-h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.counter-item:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 0;
    margin-top: -1px;
    width: 40px;
    height: 2px;
    background: #a3c4f7;
}
.counter-item:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 0;
    margin-top: -1px;
    width: 40px;
    height: 2px;
    background: #a3c4f7;
}
.counter-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #151515;
}


/*****-----*****-----*****-----*****
    12. Project CSS
*****-----*****-----*****-----*****/
.project-area {
    padding: 120px 0 90px;
    position: relative;
}
.project-col {
    margin-bottom: 30px;
}
/* Item Hover CSS */
.hover-box{
    background: #000000;
    text-align: center;
    position: relative;
}
.hover-box img{
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
}
.hover-box:hover img{ opacity: 0.5; }
.hover-box .hover-box-content{
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.hover-box:hover .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.hover-box h3{
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 5px 0;
    position: absolute;
    bottom: 55%;
    letter-spacing: 1px;
}
.hover-box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
}
.hover-box .icon li{
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.35s ease 0s;
}
.hover-box:hover .icon li{
    opacity: 1;
    transform: translateY(0px);
}
.hover-box:hover .icon li:first-child{ transition-delay: 0.1s; }
.hover-box:hover .icon li:nth-child(2){ transition-delay: 0.2s; }
.hover-box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a3c4f7;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.hover-box .icon a:hover{
    color: #a3c4f7;
    background: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/* Project Two CSS Start */
.project-two-area {
    padding: 120px 0 90px;
    overflow: hidden;
    position: relative;
}

/* Filterizr CSS */
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {

}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color: #a3c4f7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtr-item {
    width: 33.25%;
    /*padding: 0;*/
}
.filtr-item .hover-box {
    margin-bottom: 30px;
}

/* Project Three CSS */
.project-three-area {
    padding: 120px 0 90px;
    position: relative;
}
.project-three-area .filtr-item {
    width: 25%;
}

/* Project Title CSS */
.project-title-area {
    padding: 120px 0 90px;
    position: relative;
}
.project-title-area .hover-box {
}
.project-title-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    background: #40486D;
}
.project-title-box h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.projects-title-col .hover-box .icon li a {
    margin-top: -10px;
}
.projects-title-col:hover img{ opacity: 0.5; }
.projects-title-col:hover .hover-box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.projects-title-col:hover .icon li{
    opacity: 1;
    transform: translateY(0px);
}
.projects-title-col:hover .icon li:first-child{ transition-delay: 0.1s; }
.projects-title-col:hover .icon li:nth-child(2){ transition-delay: 0.2s; }
.hover-box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a3c4f7;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/* Project Details CSS */
.project-details-area {
    padding: 120px 0 90px;
}
.project-details-area .mt30 {
    margin-top: 30px;
}
.project-details-content h2 {
    margin-bottom: 20px;
}
.project-info-box {
    background: #a3c4f7;
    padding: 20px;
}
.project-info-box ul li {
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
.project-info-box ul li a {
    text-transform: lowercase;
    color: #ffffff;
}
.project-info-box a i {
    margin-left: 5px;
}
.related-title {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}
.related-title h3 {
    font-size: 36px;
}
.project-details-area .projects-title-col {
    margin-bottom: 30px;
}




/*****-----*****-----*****-----*****
    13. Testimonial CSS
*****-----*****-----*****-----*****/
.testimonial-area {
    background: #f5f5f5;
    padding: 120px 0;
    position: relative;
}
.bg-white {
    background: #ffffff;
}
.testimonial{
    margin: 20px 10px 0;
    position: relative;
}
.testimonial .pic{
    padding: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1;
}
.testimonial .description{
    padding: 30px 30px 30px 90px;
    margin-left: 34px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.testimonial .testimonial-content{
    margin: 20px 0 0 34px;
}
.testimonial .title{
    display: inline-block;
    font-size: 14px;
    color: #a3c4f7;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    background: #fc6963;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-] {
    background: #40486D;
}

/* Testimonial CSS */
.testiminial-inner-area {
    padding: 120px 0 70px;
}
.testimonial-col {
    margin-bottom: 50px;
}


/*****-----*****-----*****-----*****
    14. Blog CSS
*****-----*****-----*****-----*****/
.blog-area {
    padding: 120px 0 90px;
    overflow: hidden;
	background-color:#fff;
}
.post-box{
    margin-bottom: 30px;
    text-align: center;
}
.post-box .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-box .post-img img{
    width: 100%;
    height: auto;
}
.post-box .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-box .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-box .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-box .post-bar li:last-child:after{
    content: "";
}
.post-box .post-bar li a{
    color: #424242;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.post-box .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-box .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-box .post-bar li a:last-child:after{
    content: "";
}
.post-box .post-title{
    margin: 15px 0;
    text-transform: capitalize;
}
.post-box .post-title a{
    font-size: 24px;
    color: #424242;
    transition: all 300ms linear 0ms;
}
.post-box .post-title a:hover{
    color: #a3c4f7;
    text-decoration: none;
}
.post-box .post-description{
    color: #424242;
    padding-bottom: 20px;
}



/* Blog Details */
.blog-details-area {
    padding: 120px 0 70px;
}
.blog-details-area .post-bar {
    background: #f5f5f5;
    padding: 10px 10px;
    margin-bottom: 30px;
}
.blog-details-area .post-bar li {
    margin-right: 20px;
    display: inline-block;
}
.blog-details-area .post-bar li a {
    color: #111111;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 30px 30px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #a3c4f7;
}
.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}
.middel-item {
    margin-left: 50px;
}
.form-area .btn {
    margin-bottom: 30px;
}

/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
}
.sedebar-title {
    color: #40486D;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.sidebar-search {
    margin-bottom: 30px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #a3c4f7;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 30px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    border-color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover a {
    color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover span {
    color: #a3c4f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-news {
    margin-bottom: 30px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
}
.news-item p {
    margin-bottom: 30px;
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #a3c4f7;
    font-size: 15px;
}
.sidebar-tags {
    margin-bottom: 30px;
}
.sidebar-tags ul li {
    display: inline-block;
}
.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
    border-color: #a3c4f7;
    background: #a3c4f7;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preview {

}




/*****-----*****-----*****-----*****
    15. Client CSS
*****-----*****-----*****-----*****/
.client-area {
    padding: 60px 0 50px;
    background: #f5f5f5;
    position: relative;
}
.client-carousel .item img {
    opacity: 0.7;
}
.client-carousel .item:hover img {
    opacity: 1;
}




/*****-----*****-----*****-----*****
    16. Inner page title bar CSS
*****-----*****-----*****-----*****/
.innerpage-titlebar {
    padding: 150px 0 0;
    margin-bottom: 0px;
    position: relative;
    /*background: url(../images/bg/titlebar-bg.jpg);*/
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.titlebar-box {
    padding: 30px 30px;
    background: #f5f5f5;
    margin-bottom: -50px;
    position: relative;
}
.titlebar-col h2 {
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 0;
}
.titlebar-col p {
    text-align: right;
    vertical-align: middle;
}
.titlebar-col p a {
    text-transform: capitalize;
    color: #333333;
}
.titlebar-col p span {
    color: #a3c4f7;
}




/*****-----*****-----*****-----*****
    17. Pricing CSS
*****-----*****-----*****-----*****/
.pricing-area {
    padding: 120px 0 90px;
}
.pricingTable{
    padding: 50px 20px;
    margin-bottom: 30px;
    border: 1px solid #a3c4f7;
    text-align: center;
}
.pricingTable .price-value {
    margin-bottom: 30px;
}
.pricingTable .price-value h2{
    font-size: 60px;
    font-weight: 800;
    color: #2F344E;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.pricingTable .month{
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #2F344E;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
}
.pricingTable .title{
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    background: #eee;
    font-size: 18px;
    color: #a3c4f7;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .title{
    background: #a3c4f7;
    color: #fff;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    border-right: 26px solid #eee;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    border-right: none;
    border-left: 26px solid #eee;
    left: auto;
    right: -26px;
}
.pricingTable:hover .title:before{ border-right-color: #a3c4f7; }
.pricingTable:hover .title:after{ border-left-color: #a3c4f7; }
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    font-size: 17px;
    color: #0d3b66;
    line-height: 40px;
}
.pricing-content ul {
    margin-bottom: 30px;
}


/*****-----*****-----*****-----*****
    18. Account CSS
*****-----*****-----*****-----*****/
.account-area {
    padding: 120px 0;
}
.tab{
    padding: 70px 50px 25px;
    margin-top: 40px;
    background: #2F344E;
    position: relative;
}
.tab:before{
    content: "\f007";
    font-family: fontawesome;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #a3c4f7;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.tab .nav-tabs{
    padding: 0 20px 15px;
    position: relative;
}
.tab .nav-tabs li a{
    padding: 0 20px 0;
    margin: 0;
    background: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: none;
    opacity: 1;
    color: #fff;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:hover:before{ width: 100%; }
.tab .tab-content{
    padding: 20px 0 0 0;
    margin-top: 15px;
    background: none;
    position: relative;
}
.form-horizontal .form-group{
    position: relative;
    margin-bottom: 0;
}
.form-horizontal .form-control{
    height: 45px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group label{
    color: #adadad;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.form-horizontal .btn{
    display: inline-block;
    width: 50%;
    background: #a3c4f7;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.form-horizontal .btn:focus{
    background: #a3c4f7;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-horizontal .forgot-pass{
    margin: 0;
    text-align: center;
}
.form-horizontal .forgot-pass a{
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #615f6c;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass a:hover{ color: #a3c4f7; }



/*****-----*****-----*****-----*****
    19. FAQ CSS
*****-----*****-----*****-----*****/
.faq-area {
    padding: 120px 0;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}
#accordion .panel:last-child {
    margin-bottom: 0;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #a3c4f7;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a.collapsed{ background: #2F344E;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #a3c4f7;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #ababab;
}
#accordion .panel-body{
    border-left: 3px solid #a3c4f7;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #a3c4f7;
    position: absolute;
    bottom: 0;
    left: 0;
}



/*****-----*****-----*****-----*****
    20. Error CSS
*****-----*****-----*****-----*****/
.error-section {
    padding: 50px 0;
}
.error-col {
    text-align: center;
}
.error-col h1 {
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: 8px;
    font-style: italic;
    color: #a3c4f7;
}
.error-col h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.error-col img {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
.error-col a {
    font-size: 30px;
    color: #a3c4f7;
    padding: 8px 20px;
}
.error-col a:hover {
    color: #ffffff;
    background: #a3c4f7;
}






/*****-----*****-----*****-----*****
    21. Contact CSS
*****-----*****-----*****-----*****/
.contact-area {
    overflow: hidden;
    padding: 120px 0 90px;
}
.contact-section {
    overflow: hidden;
    padding: 100px 0 70px;
}
.contact-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.contact-title h2 span {
    color: #a3c4f7;
}
.contact-title p {
    margin-bottom: 30px;
}
.contact-box {
    background: #f7f7f7;
    padding: 50px 50px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.contact-box i {
    font-size: 30px;
    color: #ffffff;
    background: #a3c4f7;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
}
.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.contact-section .contact-form {
    margin-top: 50px;
}
.contact-section form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    color: #676767;
    padding-left: 0;
}
.contact-area form .textarea-hight-full {
    height: 100%;
}
.contact-area .simple-btn {
    margin-bottom: 30px;
}







/*****-----*****-----*****-----*****
    22. Footer CSS
*****-----*****-----*****-----*****/


.pre-footer {
    background: #337bb5
    /*#327bb5*/

    ;
    width: 100%;
    height: 20px;
    margin-top: 0px;
    background-size: 13px 13px, 29px 29px, 37px 37px, 53px 53px;
    background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, .07) 50%, transparent 50%), -webkit-linear-gradient(0, rgba(255, 255, 255, .13) 50%, transparent 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255, 255, 255, .17) 50%), -webkit-linear-gradient(0, transparent 50%, rgba(255, 255, 255, .19) 50%);
    background-image: -moz-linear-gradient(0, rgba(255, 255, 255, .07) 50%, transparent 50%), -moz-linear-gradient(0, rgba(255, 255, 255, .13) 50%, transparent 50%), -moz-linear-gradient(0, transparent 50%, rgba(255, 255, 255, .17) 50%), -moz-linear-gradient(0, transparent 50%, rgba(255, 255, 255, .19) 50%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .07) 50%, transparent 50%), linear-gradient(90deg, rgba(255, 255, 255, .13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .17) 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .19) 50%);
    -pie-background: linear-gradient(90deg, rgba(255, 255, 255, .07) 50%, transparent 50%) 0 0 / 13px, linear-gradient(90deg, rgba(255, 255, 255, .13) 50%, transparent 50%) 0 0 / 29px, linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .17) 50%) 0 0 / 37px, linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .19) 50%) 0 0 / 53px, #026873;
    /*behavior: url(/pie/PIE.htc);*/
    background-color: rgb(51, 123, 181);
}

.main-footer {

    padding: 50px 0 50px;
    overflow: hidden;
    position: relative;

    background: #25317b;
    background: -moz-linear-gradient(0deg, #080713 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #080713 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #080713 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #080713 0%, #25317b 100%);
    background: linear-gradient(0deg, #080713 0%, #25317b 100%);


}

.main-footer h2, .main-footer ul li, .main-footer p {

    color: #fff;
}

.main-footer h2 {
    font-size: 1.2rem;
    text-align: center;
}

.main-footer ul {
  margin-left: 0px;
}
.main-footer ul li{

    font-size: 1.2rem;
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;

    padding: 0px;


}

.main-footer ul li a{

    color: #B9DBFF;
}



/*
.main-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60%;
    height: 180%;
    margin-left: -5%;
    background: #a5a5a5 -->#5a68bd;
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
}*/
.mb50 {
    margin-bottom: 50px !important;
}
.main-footer .footer-logo img {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}
.about-info {
    margin-top: 20px;
}
.about-info li {
    padding: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.about-info li i {
    font-size: 14px;
    color: #a3c4f7;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 0;
}
.main-footer h4 {
    font-size: 24px;
    line-height: 18px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
	margin-top: 110px;
}
.main-footer .heading-under-line {
    width: 40px;
    height: 2px;
    background-color: #25317b;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.footer-about-col p {
    color: #f1f1f1;
}
.footer-post-col {
    margin-bottom: 40px;
}
.footer-post-col ul li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}
.footer-post-col ul li:last-child {
    margin-bottom: 0;
}
.footer-post-col ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60px;
    height: auto;
}
.footer-post-col ul li h5 {
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 0;
}
.footer-post-col ul li h5 a {
    color: #f1f1f1;
}
.footer-post-col ul li h5 a:hover {
    color: #a3c4f7;
}
.footer-post-col ul li p a {
    color: #a3c4f7;
    text-transform: capitalize;
}

.footer-subscribe {

}
.subscribe-box {
    padding: 40px 30px;
    background: #262A40;
}
.subscribe-box p {
    color: #a3c4f7;
    margin-bottom: 20px;
    line-height: 16px;
}
.subscribe-box .form-control {
    margin-bottom: 0;
}
.subscribe-box .subscribe-btn {
    margin-bottom: 0;
    width: 100%;
}



/* COPY RIGHT CSS START */
.copyright {
    padding: 15px 15px;
    background-color: #0a0a0a;
    position: relative;
}
.copyright-col p {
    color: #848484;
    line-height: 35px;
}
.copyright p a {
    color: #a3c4f7;
}
.social {
    margin-top: 0;
}
.social li {
    display: inline-block;
    margin-right: 5px;
}
.social li i {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #25317b;
    line-height: 36px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social i:hover {
    background: #a3c4f7;
    color: #ffffff;
}

/*====================================*/

video#bgvideo {
position: relative;
top: 0%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: 120vh;
z-index:-1;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(../images/iStock_000018171028Medium.jpg) no-repeat;
background-size: cover;
}

.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 20px;
}


@media(max-width:992px){
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: right !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar-default .navbar-toggle{
		background-color: #444F6C;
		border: 0;
		border-radius: 2px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: #28C3F5;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #FFF;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: 0;
	}
	.navbar-collapse, .navbar-form{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav li:hover{
		background-color: #3B465B
	}
	.navbar-header {
    margin: 0 auto;
    text-align: center;
    width: 780px;
}
}

/*====================================*/


/*====================================*/


.header-stuck {
border-bottom-color: #FFF;
padding: 10px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
right: 0;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;

  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.smallImg {

  width: 100% !important;
  height: auto;
  top: -70px !important;
  /*width: 90px;
  height: auto;*/

  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.sticky + #block-blh2019c-content{


}

button:focus {

    outline: 0px auto -webkit-focus-ring-color;
}

.slide__content {
    position: relative;

    display: block;
}

.slide__caption{

  position: absolute;
  top: 10%;
  /*background: rgba(158, 158, 158, 0.56);*/
  background: transparent;
  padding: 0 150px;
  width: 45%;
  height: 95%;
  padding: 5px 30px 0px 30px;
  margin-left: 5%;
    margin-right: 5%;

  /*-webkit-animation-name: slide_block_trans; /* Safari 4.0 - 8.0 */
  /*-webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */
    /* Safari 4.0 - 8.0 */
  /*  animation-name: slide_block_trans;*/
    /*animation-duration: 8s;*/

}
@-webkit-keyframes slide_block_trans {
  0%   {background-color:transparent; }
  100% {background-color:rgba(158, 158, 158, 0.56); }
}

/* Standard syntax */
@keyframes slide_block_trans {
  0%   {background-color:transparent;}
  100% {background-color:rgba(158, 158, 158, 0.56); }
}


.slick-arrow {
    position: absolute;
    top: 45%;
    background: transparent;
    height: 0px;
    color: transparent;
    border: none;
}


.slick-arrow:hover{
  /*color: #fff;*/


}

.slick-prev {
    left: 17px;

    /*width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;*/

    /*background: #000;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;*/


    /*right: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;*/

}

.slick-next {
    right: 17px;

    /*left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;*/
}

.slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;

    padding: 0 10px;
    color: #fff;
    position: absolute;

    top: 0%;
    left: 0%;
    background: #00000080;
    padding: 10px 15px;
}

.slick-prev:hover:before {
    background: #000;

}

.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;

    padding: 0 10px;
    color: #fff;
    position: absolute;

    top: 0%;
    right: 0%;
    background: #00000080;
    padding: 10px 15px;
}

.slick-next:hover:before {
    background: #000;

}

.slide__caption h2, .slide__caption h2 span {
  font-family: 'Futura Bk BT' !important;
  font-size: 8vw;
  line-height: 1.1;
  color:#333;


}

.slide__caption p, .slide__caption p span a .btn .square-btn{
  font-family: 'Futura Bk BT' !important;
  font-size: 1em;
  line-height: 1.1;
  color:#fff;


}

.carousel-text-1{
color: #ffffff;
font-size: 3vw;
letter-spacing: 1px;

}

.carousel-text-2{
color: #25317b;
font-weight: 900;

text-transform: uppercase;
font-size: 3.5vw;
font-family: sans-serif;
}




.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}



.more-btn-carousel {
    margin-top:20px;
    padding-left:0px;
}

  a.link-carousel {
      background: #25317b;
      color: #fff;
      margin-left: 20px;
      margin-right: 20px;
      width: 70%;
      padding-top: 10px;
      padding-right: 100px;
      padding-bottom: 10px;
      padding-left: 70px;
      font-family: 'Futura Bk BT' !important;
      font-size: 1.2vw;
  }

/*
.tb-megamenu .mega-align-justify > .dropdown-menu {left: auto;}

.tb-megamenu {
    background-color: #000;
    color: #fff;
}

.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border-bottom: 1px solid #222;
    border-right: none;
    color: #25317b;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 979px){
.tb-megamenu .nav-collapse .nav{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 9999;


    float: right;
min-width: 240px;
}

.tb-megamenu .nav-collapse .nav > li {
    float: none;
}


}
*/


.header-topbar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 0;
    width: 100%;
    height: 1650px;
    background: #ffffff;
    margin-left: -725px;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
    left: -20px;
}





span.glyphicon {

}
/*span.front.glyphicon {
  color: #fff;
  font-size: 7.5em;
  margin-left: 10px;
}*/
span.front.glyphicon {
    color: #fff;
    font-size: 6em;
    /* margin-left: 10px; */
}


.squarebox-spec-front-1_b span.front.glyphicon {
    color: #25317b;
    font-size: 6em;
    /* margin-left: 10px; */
}
.squarebox-spec-front-2_b span.front.glyphicon {
    color: #800A68;
    font-size: 6em;
    /* margin-left: 10px; */
}
.squarebox-spec-front-3_b span.front.glyphicon {
    color: #0a8059;
    font-size: 6em;
    /* margin-left: 10px; */
}
.squarebox-spec-front-4_b span.front.glyphicon {
    color: #dc5d2d;
    font-size: 6em;
    /* margin-left: 10px; */
}


.navbar {
    margin-bottom: 0px;
    margin-top: 10px;
}


@media (max-width: 991px){

.navbar-we-mega-menu.navbar ul>li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

}

/*****-----*****-----*****-----*****
    00. we megamenu / Drupal 8 megamenu
*****-----*****-----*****-----*****/

@media (min-width: 992px){
.navbar-we-mega-menu {
    background-color: #ffffff;
    border: 0 none;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: inherit;
}


.we-mega-menu-ul>.we-mega-menu-li>a {

    /*background-color: #eff0f1;*/
    background-color: #fff;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    /*color: #666;*/
    color: #25317b;
    /*font-size: .8125rem;*/
    font-size: 1.2rem;
    /*font-family: "Quicksand",sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;

  }
  .we-mega-menu-ul>.we-mega-menu-li {
      margin: 0;
      border-left: 0px solid rgba(0,0,0,0.1);
  }
  .we-mega-menu-ul>.we-mega-menu-li>span {
    /*background-color: #eff0f1;*/
    background-color: #fff;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    /*color: #666;*/
    color: #25317b;
    /*font-size: .8125rem;*/
    font-size: 1.2rem;
    /*font-family: "Quicksand",sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    /*padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;*/
}

  .we-mega-menu-ul>.we-mega-menu-li.active>a, .we-mega-menu-ul>.we-mega-menu-li.active>a:hover, .we-mega-menu-ul>.we-mega-menu-li.active>a:focus, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus {
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: #fff;
    color: #25317b;
    border: 0 none;
  }



}


/*****-----*****-----*****-----*****
    00. slick slide
*****-----*****-----*****-----*****/

.slick-slide img {
    display: block;
    /*max-height: 80vh;*/
}

#slick-views-client-carousel-block-1-2 img{

  width: auto;
  height: auto;


}
#slick-views-client-carousel-block-1-2-thumbnail {

padding: 30px;


}
#slick-views-client-carousel-block-1-2-thumbnail .slick__arrow {

  display: none;
}
#slick-views-client-carousel-block-1-2-thumbnail img{

  width: auto;
  height: auto;


}


/*****-----*****-----*****-----*****
    00. Services Front CSS
*****-----*****-----*****-----*****/
.services-headers-front {
    /*padding: 120px 0 120px;*/
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.services-headers-front:before {
    content: "";
    position: absolute;
    /*width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;*/
    width: 90%;
    height: 1250px;
    left: -180px;
    top: -90px;
    z-index: 1;
    margin-left: -150px;
    background: #25317b;
    /*-ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
}
.services-headers-front:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;

    /*width: 50%;*/
    width: 60%;
    height: 100%;
    /*background: url(../images/blh_divider_intro.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/

}

.services-headers-front .services-spread {
    max-width: 1740px;
  }


  .services-headers-front .separator-col h1 {

      color: #fff;
      font-size: 1.9vw;
  }
  .services-headers-front .separator-col h2 {

      color: #fff;
      font-size: 1.5vw;
      font-weight:100;
  }
  .services-headers-front .separator-col p {
      color: #fff;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      font-weight: 100;
      font-size: 1em;
      font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      line-height: 1.4em;
      letter-spacing: 0.02em;
      word-wrap: break-word;
      word-break: break-word;
    }

/*****-----*****-----*****-----*****
    00. Services Tech CSS
*****-----*****-----*****-----*****/
.services-headers {
    /*padding: 120px 0 120px;*/
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.services-top-header {
    /*padding: 120px 0 120px;*/
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.services-headers:before {
    content: "";
    position: absolute;
    /*width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;*/
    width: 90%;
    height: 1000px;
    left: -180px;
    top: -90px;
    z-index: 1;
    margin-left: -150px;
    background: #25317b;
    /*-ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
}

.services-top-header:before {
    content: "";
    position: absolute;
    /*width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;*/
    width: 90%;
    height: 1000px;
    left: -180px;
    top: -90px;
    z-index: 1;
    margin-left: -150px;
    background: #25317b;
    /*-ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
}
.services-headers:before {
    content: "";
    position: absolute;
    /*width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #25317b;*/
    width: 90%;
    height: 1000px;
    left: -180px;
    top: -90px;
    z-index: 1;
    margin-left: -150px;
    background: #25317b;
    /*-ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);*/

    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);

    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, #529ae0 0%, #25317b 100%);
}
.services-headers:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    /*width: 50%;*/
    width: 60%;
    height: 100%;
    /*background: url(../images/blh_divider_intro.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
	background-position: 0px 0px;
}
.services-headers-col {
    position: relative;
    z-index: 99;
}
.services-headers-col h2 {
    color: #a3c4f7;
    margin-bottom: 30px;
}
.services-headers-col h4 {
    color: #ffffff;
    font-size: 22px;
    /*text-transform: lowercase;*/
}
.services-headers-col h4 span {
    text-transform: capitalize;
}
.services-headers-col img {
    margin-top: -120px;
}
.services-headers .services-spread {
    max-width: 1740px;
  }

.services-headers .separator-col h1 {

    color: #fff;
    font-size: 3.5vw;
}
.services-headers .separator-col h2 {

    color: #fff;
    font-size: 1.8em;
    font-weight:100;
}
.services-headers .separator-col p {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 100;
    font-size: 1em;
    font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    word-wrap: break-word;
    word-break: break-word;
  }

  /*****-----*****-----*****-----*****
      00. Services 2 CSS
  *****-----*****-----*****-----*****/
  .services-headers-2 {
      /*padding: 120px 0 120px;*/
      padding: 80px 0 80px;
      position: relative;
      overflow: hidden;
      clear: both;
  }

  .services-headers-2:before {

          background: #fff;

  }
  .services-headers-2:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1300px;
    right: -380px;
    top: -90px;
    z-index: 1;
    margin-right: -150px;
    background: #25317b;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(147deg);
    background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
    background: linear-gradient(0deg, rgba(234, 238, 243, 0.5686274509803921) 0%, #25317b 100%);
  }

  .services-headers-2 .separator-col p {
      color: #333;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      font-weight: 100;
      font-size: 1.4em;
      font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      line-height: 1.4em;
      letter-spacing: 0.02em;
      word-wrap: break-word;
      word-break: break-word;
    }



/*****-----*****-----*****-----*****
    00. blog sections front
*****-----*****-----*****-----*****/

.blog-area ul {
    display:flex;
}

.blog-area ul li {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}


.blog-area ul li article {
  display: flex;
  flex-direction: column;

}

.blog-teaser-image{
  /*max-height: 120.9px;*/
  /*max-height: 300.9px;*/
  overflow: hidden;
  background-color: #000;
}

.blog-teaser-image img:hover{
transform: scale(1.2);
transition: cubic-bezier(.14,.45,.36,.88) all .5s;
}
.blog-teaser-image-2 {
  height: 320px;
  overflow: hidden;


}

.blog-teaser-image-2 img{
  width: auto;
  max-width: 100%;
  height: auto;


}


.blog-teaser-text {

  padding: 20px;
  background: #d2d2d2 /*#eff0f1*/;
  min-height: 20rem;

}

.blog-teaser-text-2 {


  background: #d2d2d2;
  min-height: 20rem;
  position: absolute;
  left: auto;
  right: 0;
  padding: 30px;
  z-index: 10;


}




.blog-teaser-title h2{
  color:#25317b;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 0px;
  padding-bottom: 0px;
}

.blog-teaser-title h2 a{
  color:#25317b;

}

.blog-teaser-body p a {

    color:#25317b;
}
.js-view-dom-id-cf7cdee199beed5f6469cc1f4d4ebdd80e547fdb3335e9742150b25a2951cf40 {

  display: inline-block;
  padding-bottom: 10px;
}
.blog-teaser-margin {
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog-teaser-margin-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*****-----*****-----*****-----*****
    00. blog sections
*****-----*****-----*****-----*****/
.innerpage-titlebar {
    padding: 0px 0 0;
    margin-bottom: 0px;
    position: relative;
    /*background: url(../images/bg/titlebar-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.titlebar-box {
    padding: 30px 30px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    position: relative;
}
.titlebar-col h2 {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 0;
}

.raise-block {

    margin-top: -200px;
    background-color: #fff;
}

.raise-block.title {
font-size: 36px;
line-height: 28px;
padding-bottom: 0px;
padding: 0;
margin: 0 50px;
text-transform: uppercase;
position: relative;
display: inline-block;
margin-bottom: 10px;
}

.raise-block article {

  margin-top: 30px;
      margin-right: 20px;
      margin-left: 30px;
      margin-bottom: 100px;

}

.raise-block article p img {

float: right !important;

}


.raise-block .block-region-right {

  margin-top:50px;
  padding: 30px;

}
.newsblog-lc {
      background: #fff;
      padding: 0;
      border: 1px solid #d6dee4;
      border-left: none;

}

.newsblog-lc-list {
  border-bottom: 1px solid #DDD;
      list-style: none;
      line-height: 22.9px;
      border-left: 10px solid #37aece;
      padding: 16px 20px;
      font-size: 14.9px;

}

.newsblog-lc-list:hover{
  border-left-color: #25317b;
  color: #25317b;

}

/*****-----*****-----*****-----*****
    00. squarebox-front
*****-----*****-----*****-----*****/


.squarebox-front {

    /*overflow-x: hidden;*/
    padding: 0px;

    min-height: 30rem;


}
.squarebox-front_b {
    /* overflow-x: hidden; */
    padding: 0px;
    min-height: 0rem;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.squarebox-front h1 {

  color: #25317b;
margin-top: 50px;
font-size: 4em;

}

.squarebox-front h2 {

  color: #25317b;
  margin: 20px;
  margin-top: 0px;
  font-size: 3vw;
  text-align: center;
}
.squarebox-front_b h2 {
    color: #fff;
    margin: 10px;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 1.4vw;
    text-align: left;
}


.squarebox-front p {

  color: #fff;


}
.squarebox-front ul {

      margin: 25px;

}

.squarebox-front ul li {
      font-size: 1.5em;
}


.squarebox-spec-front {

  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #800A68 0%, #25317b 100%);

  background: #333;
  border: 3px solid #fff;
}

.squarebox-spec-front_b {
    padding: 0px 0px 0px;
    min-height: 0rem;
    /*background: #800A68;
    background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/
    background: #fff;
}

.squarebox-spec-front_b img{

  width: 157%;
  max-width: 170%;
  height: 100%;
  overflow: hidden;

}

.squarebox-spec-front_b_text {
    background: rgba(25, 25, 25, 0.7215686274509804);
    min-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.squarebox-bkgd-front-1 {
}
.squarebox-bkgd-front-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  /*width: 50%;*/
  width: 100%;
  height: 100%;
  /*background: url(../images/blh_divider_intro.jpg);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
background-position: 0px 0px;
opacity: .3;
}

.squarebox-bkgd-front-2 {
}
.squarebox-bkgd-front-2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  /*width: 50%;*/
  width: 100%;
  height: 100%;
  /*background: url(../images/blh_divider_intro.jpg);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
background-position: 0px 0px;
opacity: .3;


}

.squarebox-bkgd-front-3 {
}
.squarebox-bkgd-front-3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  /*width: 50%;*/
  width: 100%;
  height: 100%;
  /*background: url(../images/blh_divider_intro.jpg);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
background-position: 0px 0px;
opacity: .3;


}
.squarebox-bkgd-front-3:after {
    /*content: "";
    background: #33333387;
    min-height: 30rem;
    background: #800A68;
    background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: linear-gradient(45deg, #800A68 0%, #25317b 100%);*/

}


.squarebox-bkgd-front-4 {

}
.squarebox-bkgd-front-4:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  /*width: 50%;*/
  width: 100%;
  height: 100%;
  /*background: url(../images/blh_divider_intro.jpg);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
background-position: 0px 0px;
opacity: .3;


}
.squarebox-bkgd-front-5 {

}



.squarebox-spec-front-1 {


  padding: 50px 50px 0px;
  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);

  /*#007bff  #4799f1*/

}



.squarebox-spec-front-1_b {
    padding: 20px 20px 0px;
    min-height: 10rem;
    /*background: #800A68;
    background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
    background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);*/
    background: #fff;
}







.squarebox-spec-front-2 {


  padding: 50px 50px 0px;
  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #800A68 0%, #25317b 100%);


}
.squarebox-spec-front-2_b {
    padding: 20px 20px 0px;
    min-height: 10rem;
    /*background: #800A68;
    background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: linear-gradient(45deg, #800A68 0%, #800A68 100%);*/
    background: #fff;
}



.squarebox-spec-front-3 {

  padding: 50px 50px 0px;
  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: linear-gradient(45deg, #0a8059 0%, #25317b 100%);


  /*#30989c*/
}
.squarebox-spec-front-3_b {
    padding: 20px 20px 0px;
    min-height: 10rem;
    /*background: #800A68;
    background: -moz-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
    background: linear-gradient(45deg, #0a8059 0%, #0a8059 100%);*/
    background: #fff;
}



.squarebox-spec-front-4 {


  padding: 50px 50px 0px;
  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #dc5d2d 0%, #25317b 100%);


}
.squarebox-spec-front-4_b {
    padding: 20px 20px 0px;
    min-height: 10rem;
    /*background: #800A68;
    background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: linear-gradient(45deg, #dc5d2d 0%, #dc5d2d 100%);*/
    background: #fff;
}











/* type 18 */
.photobox{
  display: inline-block;
}

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}


.photobox_type18 .photobox__previewbox:before{
  width: 100%;
  height: 100%;

  background-color: var(--photoboxOverlay, rgba(0, 0, 0, 1));
  opacity: 0;
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.photobox_type18:hover .photobox__previewbox:before{
  opacity: 1;
}

.photobox_type18 .photobox__label{
  width: 95%;
  text-align: center;

  opacity: 0;
  transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity, transform;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-200%, -50%);
  z-index: 2;
}

.photobox_type18:hover .photobox__label{
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
  transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 4);
  color:#fff;

  font-size: 1.5em;
  line-height: 1.2em;
}

.photobox_type18 .photobox__preview{
	transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	transform: scale(1) translate(0, 0);
}

.photobox_type18:hover .photobox__preview{
  transform: scale(1.2) translate(4%, 4%);
}

.squarebox-front_b img {

  width: 157%;
  max-width: 170%;
  height: 100%;
  overflow: hidden;

}
/* type 18 */

/* type 18 2 */
.transhover{
  display: inline-block;
}

.transhover__previewbox{
  position: unset;
  overflow: hidden;
}

.transhover__preview{
  display: block;
  max-width: 100%;
}

.transhover__previewbox:before{
  content: "";
}


.transhover .transhover__previewbox:before{
  width: 100%;
  height: 100%;

  /*background-color: var(--photoboxOverlay, rgba(0, 0, 0, 1));*/
  background-color: var(--photoboxOverlay, rgba(37, 49, 123, 1));
  /*background-color: var(--photoboxOverlay, linear-gradient(45deg, #284ED2 0%, #86147C 100%));*/
  opacity: 0;
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.transhover_type18:hover .transhover__previewbox:before{
  opacity: 1;
}

.transhover_type18 .transhover__label {
    width: 95%;
    text-align: left;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity, transform;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    z-index: 2;
}

.transhover_type18:hover .transhover__label{
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
  transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 4);
  color:#fff;

  font-size: 1.3em;
  line-height: 1.2em;
}

.transhover_type18 .transhover__preview{
	transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	transform: scale(1) translate(0, 0);
}

.transhover_type18:hover .transhover__preview{
  transform: scale(1.2) translate(4%, 4%);
}





/*type 18 2 */








/*****-----*****-----*****-----*****
    00. squarebox
*****-----*****-----*****-----*****/
.squarebox{

    /*overflow-x: hidden;*/
    padding: 0px 0 0px;

    color:#fff;

    min-height: 30rem;


}

.squarebox h1 {

  color: #fff;
margin-top: 50px;
font-size: 4em;

}

.squarebox h2 {

  color: #fff;
  margin: 20px;
  margin-top: 0px;
  font-size: 3em;

}

.squarebox ul {

      margin: 25px;

}

.squarebox ul li {

  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 100;
  font-size: 1.8em;
  font-family: "Aktiv Grotesk W01", "Helvetica", "arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  word-break: break-word;
}


.squarebox-spec {

  min-height: 30rem;

  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #800A68 0%, #25317b 100%);

  background: #000;
  border: 3px solid #fff;
}

.squarebox-bkgd-1 {
}
.squarebox-bkgd-1:before {


      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      /*width: 50%;*/
      width: 100%;
      height: 100%;
      /*background: url(../images/blh_divider_intro.jpg);*/
      /*background-size: cover;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
  	background-position: 0px 0px;
    opacity: .3;


}

.squarebox-bkgd-2 {

}
.squarebox-bkgd-2:before {


      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      /*width: 50%;*/
      width: 100%;
      height: 100%;
      /*background: url(../images/blh_divider_intro.jpg);*/
      /*background-size: cover;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
  	background-position: 0px 0px;
    opacity: .3;

}

.squarebox-bkgd-3 {
}
.squarebox-bkgd-3:before {


      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      /*width: 50%;*/
      width: 100%;
      height: 100%;
      /*background: url(../images/blh_divider_intro.jpg);*/
      /*background-size: cover;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
  	background-position: 0px 0px;
    opacity: .3;


}
.squarebox-bkgd-3:after {
    /*content: "";
    background: #33333387;
    min-height: 30rem;
    background: #800A68;
    background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
    background: linear-gradient(45deg, #800A68 0%, #25317b 100%);*/

}
.squarebox-bkgd-4 {

}
.squarebox-bkgd-4:before {


      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      /*width: 50%;*/
      width: 100%;
      height: 100%;
      /*background: url(../images/blh_divider_intro.jpg);*/
      /*background-size: cover;*/
      /*background-repeat: no-repeat;*/
      /*background-position: center;*/
  	background-position: 0px 0px;
    opacity: .3;


}
.squarebox-bkgd-5 {

}



.squarebox-spec-1 {



  background: #800A68;
  background: -moz-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: linear-gradient(45deg, #4799f1 0%, #25317b 100%);
  background: #000;
  /*#007bff  #4799f1*/


}

.squarebox-spec-2 {



  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: #000;

}

.squarebox-spec-3 {



  background: #800A68;
  background: -moz-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: linear-gradient(45deg, #0a8059 0%, #25317b 100%);
  background: #000;

  /*#30989c*/
}



.squarebox-spec-4 {



  background: #800A68;
  background: -moz-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -webkit-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -o-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: -ms-linear-gradient(45deg, #800A68 0%, #25317b 100%);
  background: linear-gradient(45deg, #dc5d2d 0%, #25317b 100%);
  background: #000;

}


.squarebox-angle {

  padding: 0px 0 0px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.squarebox-angle:before {
  content: "";
  position: absolute;
  width: 1100px;
  height: 150%;
  left: -20px;
  top: -100px;
  z-index: auto;
  margin-left: 0px;
  background: #25317b;
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  transform: rotate(-3deg);
  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #007ffbdb 0%, #000000 100%) opacity: 1;




/*  content: "";
  position: absolute;
  width: 100%;
  height: 1300px;
  left: 0px;

  top: -40px;
  z-index: auto;
  margin-left: 0px;
  background: #25317b;
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  transform: rotate(95deg);
  background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
  background: linear-gradient(0deg, #529ae0db 0%, #25317b 100%);
  opacity: 1;*/


/*content: "";
position: absolute;
width: 100%;
height: 1300px;
left: 0px;*/
/* right: -100px; */
/*top: -40px;
z-index: auto;
margin-left: 0px;
background: #25317b;
-ms-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
transform: rotate(95deg);
background: -moz-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
background: -webkit-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
background: -o-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
background: -ms-linear-gradient(0deg, #529ae0 0%, #25317b 100%);
background: linear-gradient(0deg, #007ffbdb 0%, #000000 100%);
opacity: 1;*/



}


.btn {
    /*display: inline-block;*/
    /*padding: 10px 20px;*/
    /*border-radius: 30px;*/
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    position: relative;
    margin: 35px 0px 5px 0;
    /*margin-right: 10px;*/
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    border: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
/*
.btn.square-btn {
*/
  /*display: block;*/
  /*
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 30%;
  padding: 20px;
  color: #FFFFFF;
  background: #25317b;
  min-width: 150px;

}
*/

.btn.square-btn {
    /* display: block; */
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 30%;
    padding: 20px;
    color: #FFFFFF;
    background: #25317b;
    min-width: 150px;
    border-radius: 0rem;
}

.btn.square-btn:hover, .btn.square-btn:focus {
    background: #25317b;
}

/*****-----*****-----*****-----*****
    Services Sub Blocks
*****-----*****-----*****-----*****/
.service-sub {

  max-height: 375px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.service-sub-header {

  padding-left: 0px;
  padding-right: 0px;


}

.service-sub-header-img{

  padding-left: 0px;
  padding-right: 0px;
}

.service-sub-header .service-overview-content h2{

text-align: left;
color: #fff;
font-size: 2.5em;
padding-top: 20px;


}

.service-sub-ctr-a {

  background:#323232;
  color: #fff;
}
.service-sub-ctr-b {

  background:#dfdfdf;
  color: #333;
}
.service-sub-bullets {

  height: 100%;
  min-height: 375px;
  justify-content: center;
  letter-spacing: -.03em;
  margin: 0;
  padding: 33px;
  display: block;
}

.service-sub-bullets {
    justify-content: center;

}  .cv-block p.phone-fax {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0rem;
    margin-left: 0px;

  }

.service-sub-bullets p{
    /*margin-top:15px;
    font-size: 2vw;
    line-height: 1.5;
    font-weight: 300;
    max-width: 20.5em;*/
}


p.service-li {

display: inline-block;
font-size: 20px;
line-height: 1.5;
      background: #fff;
      color: #000;

      font-weight: 300;

      margin: 0 0 0.25em;
padding: 0.4em 1em;
background: rgba(255,255,255,0.9);
}







/* To adjust bootstrap for safari browsers*/
.row:after, .row:before {
    display: inline-block !important;

}

.row:before, .row:after {
    display: inline-block !important;

}
/* end */

.region-we-mega-menu {

    margin-top: 10px;

}
