html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    /*font-family: 'Poppins', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;*/
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0;
    overflow-x: hidden
}
@media screen and (min-width: 600px) {
    #features {
        background: url("../images/header-bg-2.jpg") top center fixed;
background-size: cover}}
#features {
    position: relative;
    background-size: cover;
    color: #ffffff
}
.main-section {
    padding: 5rem 0
}
#features .overlay {
    opacity: 0.95
}
.gradient-color {
  background: #000428;
  background: -webkit-linear-gradient(315deg, #000428, #0074da);
  background: linear-gradient(135deg, #000428, #0074da);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#features {
  color: #ffffff;
}
#features .container {
  position: relative;
  z-index: 2;
}
#features .reflection-text, #features h5, #features p, #features a, #features i {
  color: inherit;
}
.reflection-text {
  position: relative;
  color: #407EBB;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
}

#features .single-feature {
  padding: 0.5rem;
}

#features .images-slider .owl-features {
    max-width: 300px;
    margin: 0 auto
}
.owl-nav {
  z-index: -1;
  position: absolute;
  top: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 0;
  margin: 0;
  color: #4e4e4e;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}
.owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.reflection-text {
    position: relative;
    color: #407EBB;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold
}
.p-b-2 {
    padding-bottom: 2rem
}
.p-t-2 {
    padding-top: 2rem
}
#showcase .col {
    position: relative
}
.p-tb-1 {
    padding: 1rem 0
}
.p-tb-2 {
    padding: 2rem 0
}

#features .feature-left a {
    text-align: right
}
#features .feature-left a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20%;
    width: 0;
    height: 2px;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out
}

#features .feature-left a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -21%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}
    #features .feature-left .feature-link {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

#features .feature-link {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    overflow: visible
}

#features .feature-link.active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#features .feature-link.active i::after {
    -webkit-animation: rotateEffect 8s linear infinite;
    animation: rotateEffect 8s linear infinite;
    display: block
}
#features .feature-link.active::after {
    opacity: 1;
    width: 30%
}
#features .feature-link.active::before {
    opacity: 1
}
#features .feature-link i {
    position: relative;
    margin: 0 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    background: rgba(0, 0, 0, 0.42)
}
#features .feature-link i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed white;
    top: 0;
    left: 0;
    display: none
}
    #features .single-feature {
        padding: 0
    }
	#features .single-feature {
    padding: 0.5rem
}

#features .images-slider .owl-features {
    max-width: 300px;
    margin: 0 auto
}


#features .feature-left a {
  text-align: right;
}
#features .feature-link {
  cursor: pointer;
}
#features .reflection-text, #features h5, #features p, #features a, #features i {
  color: inherit;
}

#features .feature-link.active i::after {
  -webkit-animation: rotateEffect 8s linear infinite;
  animation: rotateEffect 8s linear infinite;
  display: block;
}

@-webkit-keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#features .feature-right a {
  text-align: left;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
#features .feature-link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  overflow: visible;
  padding: 20px;
}
#features .feature-right a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    width: 0;
    height: 2px;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out
}
#features .feature-right a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -21%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}
#features .feature-link i {
  position: relative;
  margin: 0 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.42);
}

#faq {
    /*overflow: hidden;*/
    /*background-color: #FFFDEE;*/
    padding: 0;
}
#faq .container{
    padding: 5rem 0;
}
#faq_bg{
    position: absolute;
    /*left: -200px;*/
    /*overflow: hidden;*/
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    background-size: cover;
    /*background-attachment: fixed;*/
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);

    /*-webkit-animation: increase 30s linear 10ms infinite;*/
    /*animation: increase 30s linear 10ms infinite;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*z-index: -1000;*/
    background-position: right;
    width: 100%;
    height: 800px;
}

.hidden {
    display: none
}

/**/
.map_btn:hover{
    text-decoration: none;
}
.map_btn span{
    width: 34px;
    height: 42px;
    background: url("/wp-content/uploads/services/images/map_btn.png") no-repeat;
    position: absolute;
    left: -34px;
    top: 0;
}
.map_btn{
    font-size: 18px;
    /*font-family: "PTSans-Narrow";*/
    color: #5d5d5d !important;
    padding: 10px 25px;
    width: 151px;
    height: 45px;
    position: absolute;
    text-transform: uppercase;
    top: -42px;
    text-align: right;
    right: 0;background-color: #DFDFDF;
    z-index: 1;
}

.mini_modal i{
    background: #000428;
    background: -moz-linear-gradient(-45deg, #000428, #0074da);
    background: -webkit-linear-gradient(-45deg, #000428, #0074da);
    background: linear-gradient(135deg, #000428, #0074da);
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
}
.mini_modal_text p{
    color: white;
}
.mini_modal div{
    position: relative;
    z-index: 1;
}
.mini_modal a{
    color: #fff;
}
.mini_modal img{
    position: absolute;
    left: 17px;
    top: 74px;
}
.img_modal_dep {
    width: 160px;
    height: 200px;
}
.mini_modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 525px;
    /*height: 320px;*/
    height: auto;
    font-size: 12px;
    border-radius: 10px;
    padding: 20px  20px 0px 20px;
    overflow: hidden;
    color: #fff;
}
.mini_modal_title{
    font-size: 18px;
    color: #fff;
    text-align: center;
    /*font-family: "PTSans-Narrow";*/
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-right: 24px;
}

.x_out:hover{
    cursor: pointer;
}
.x_out{
    background: url("/wp-content/uploads/services/images/x_out.png") center no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 9;
}
.ptbold{
    /*font-family: "PTSans-Narrow";*/
    font-weight: bold;
}
.f18{
    font-size: 18px;
}
.f16{
    font-size: 16px;
}


#vmap {
   
	transform: scale(1.3) !important;
}

@media only screen and (max-width: 1700px) {
    #vmap {
      
	   transform: scale(1.3) !important;
    }
}

@media only screen and (max-width: 1600px) {
    #vmap {
       
	   transform: scale(1.2) !important;
    }
}


@media only screen and (max-width: 1500px) {
    #vmap {
       margin: 0 0 0 -50px!important;
	   transform: scale(1.1) !important;
    }
}
@media only screen and (max-width: 1350px) {
    #vmap {
       margin: 0 0 0 -80px!important;
	   transform: scale(1) !important;
    }
}
@media only screen and (max-width: 1200px) {
    #vmap {
       margin: 0 0 0 -100px!important;
	   transform: scale(0.9) !important;
    }
}
@media only screen and (max-width: 1130px) {
    #vmap {
       margin: 0 0 0 -130px!important;
	   transform: scale(0.8) !important;
    }
}
@media only screen and (max-width: 1050px) {
    #vmap {
       margin: 0 0 0 -150px!important;
	   transform: scale(0.7) !important;
    }
}
@media only screen and (max-width: 900px) {
    #vmap {
       margin: 0 0 0 -170px!important;
	   transform: scale(0.6) !important;
    }
}
@media only screen and (max-width: 800px) {
    #vmap {
       margin: 0 0 0 -180px!important;
	   transform: scale(0.6) !important;
    }
}
@media only screen and (max-width: 766px) {
    #vmap {
	   margin: 0 0 0 0px!important;
       transform: scale(1) !important;
    }
}


@media only screen and (max-width: 680px) {
    #vmap {
		 	   margin: 0 0 0 -100px!important;
        		transform: scale(0.8) !important;
    }
}
@media only screen and (max-width: 500px) {
    #vmap {
		 	   margin: 0 0 0 -150px!important;
        		transform: scale(0.6) !important;
    }
}
@media only screen and (max-width: 300px) {
    #vmap {
		 	   margin: 0 0 0 -140px!important;
        		transform: scale(0.6) !important;
    }
}
#vmap{
    background: url("/wp-content/uploads/services/images/map.png") 20px 29px no-repeat;
    margin: -38px 0 0 -50px;
}

