@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
/*--------------------------------------------



=====================
CSS INDEX
=====================
[01] Theme Default CSS
[02] Top bar css
[03] Stick Menu css
[04] Header css
[05] Main menu css
[06] Main Slider css
[07] Waste time quote css
[08] Home service css
[09] Home About css
[10] Featured Service slider css
[11] Weekly financial report css
[12] Banner area css
[13] Expert advisor css
[14] Our expert services css
[15] Our Expert people css
[16] Asked question css
[17] Testimonial css
[18] Our Latest news css
[19] Request call css
[20] Our Partners css
[21] Footer css
[22] Scroll Up Css
[23] Left Tab css
[24] People choose service css
[25] Counter css
[26] Financial Analysis css
[27] Our Case Studies css
[28] Our Portfolio css
[29] Design own site css
[30] Inner banner title css
[31] About page css
[32] Service page css
[33] Sidebar css
[34] Case studies css
[35] Team css
[36] News css
[37] Contact css
[38] Faqs css
[39] 404 Error css
[40] Shop Category css
[41] Shop Details css
[42] Cart chekout css
[43] Price Table css
[44] Responsive css

---------------------------------------------*/
/*=============================================
=            [01] Theme Default CSS           =
=============================================*/
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  /*background: url(../assets/img/back_animated.png);*/
  /*color: #444444;*/
  /*width: 100%;*/
  /*margin: 0;*/
  /*text-align: center;*/
  /*height: 300px;*/
  /*padding-top: 120px;*/
  /*box-sizing: border-box;*/
  /*-webkit-animation: slide 20s linear infinite;*/
  /*position: relative;*/
  /*background-image:*/
/*linear-gradient( rgba(245, 246, 252, 0.52)),*/
/*url('../assets/img/bg_back.png');*/
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}


#canvas {
  width: 100%;
  height: 100%;
  background: #04BBD3;
}

p{
  text-align: justify !important;
}
.service-five-area .single-service-item .single-service .service-content p{
  text-align: center !important;
}

/*html,
body::before{
	content: '';
	background: url(../assets/img/bg_back.png) #12498a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -5;
}*/

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  background-color: #4099de ;
    
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(25, 47, 89, 0.5)),
                       color-stop(.5, transparent), to(transparent));
}



.notify_box{
    height: 370px;
    width: 100%;
    float: left;
    overflow: auto;
    padding-right: 10px;
}
.notify_box::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.notify_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.notify_box::-webkit-scrollbar-thumb {
  background-color: #4099de ;
    
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(25, 47, 89, 0.5)),
                       color-stop(.5, transparent), to(transparent));
}
.top_noti{
  height: 276px;
  width: 100%;
  float: left;
  overflow: auto;
  padding-top: 25px !important;
  margin-top: 5px;
}
.top_noti::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.top_noti::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.top_noti::-webkit-scrollbar-thumb {
  background-color: #4099de ;
    
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(25, 47, 89, 0.5)),
                       color-stop(.5, transparent), to(transparent));
}

/* prelaoder */
.top-address{
  margin-top: 6px;
}
.spinner-eff {
    position: relative;
    width: 100px;
    height: 100px;
}

.float-right{
  float: right !important;
}
.fa-bell{
    font-size: 15px;
    padding-left: 10px;
}
.cart-area > a > span {
    top: 0px !important;
}
  
.spinner-eff.spinner-eff-3 .circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.spinner-eff.spinner-eff-3 .circle-1 {
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-animation: pulse 1.6s linear 0s infinite;
    animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-3 .circle-2 {
    width: 66.6%;
    height: 66.6%;
    top: 16.5%;
    -webkit-animation: pulse-2 1.6s linear 0s infinite;
    animation: pulse-2 1.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-3 .circle-3 {
    width: 33.3%;
    height: 33.3%;
    top: 33.3%;
}

.spinner-eff.spinner-eff-3 .circle-1,
.spinner-eff.spinner-eff-3 .circle-2,
.spinner-eff.spinner-eff-3 .circle-3 {
    background-color: white;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.spinner-block {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.preloader-window {
    position: absolute;
    /*background: red;*/
    height: 100%;
    top: 0;
    -webkit-transition: all 1.9s ease;
    transition: all 1.9s ease;

}
.preloader-window.left-window {
  background: url(img/custom/loder_image.jpg);
  filter: blur(1px);
  -webkit-filter: blur(1px);
    /*background:linear-gradient(0deg,rgba(25, 47, 89, 0.78),rgba(25, 47, 89, 0.78)),url(img/custom/KM_NEW.jpg);*/
    background-position: left 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.preloader-window.right-window{
   
    background: url(img/custom/loder_image.jpg);
    filter: blur(1px);
  -webkit-filter: blur(1px);
    /*background:linear-gradient(0deg,rgba(25, 47, 89, 0.78),rgba(25, 47, 89, 0.78)),url(img/custom/dakshineswar.jpg);*/
    /*background-position: center;*/
    background-position: right 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_subpage{
  padding: 100px 0 100px;
}

.left-window {
    width: 51%;
    left: 0;
}

.right-window {
    width: 51%;
    right: 0;
}

.loaded .left-window {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

.loaded .right-window {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

.loaded .spinner-block {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.loaded#preloader {
    visibility: hidden;
    /*opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes pulse-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes pulse-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.preloader-content {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.preloader-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 300;
    margin: 0;
}

.preloader-content img {
    margin: 0 0 20px;
}

.loaded .preloader-content {
    top: -50%;
}

.gallery_loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #192f59;
  letter-spacing: 0.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery_loader::before, .gallery_loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #4099de;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.gallery_loader::before {
  top: 0;
}
.gallery_loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
.inner_subpage h3 {
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
}
.inner_subpage h4 {
  margin-bottom: 10px;
}
p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.inner_subpage p{
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.d-block{
  display: block;
}

/*custom*/

.text-white{
  color: #fff !important;
}

.service_border{
  border-bottom: 1px solid #e8ecec;
  border-right: 1px solid #e8ecec;
}
.br_0{
border-right: 0
}
.bb_0{
border-bottom:0;
}

.pt-20{
  padding-top: 20px;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.read-more {
    color: #222222;
    font-weight: 600;
    transition-duration: .3s;
}
.read-more:hover {
    color: #192f59;
    letter-spacing: 1.2px;
}
.read-more .fa{
  color: #4099de;
}






.fi-clear:after {
  clear: both;
  content: "";
  display: block;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#wrapper {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg-primary {
  background: #192f59;
}
.bg-accent {
  background: #f5f5f5;
}
.bg-primaryText {
  background: #222222;
}
.bg-textPrimary {
  background: #ffffff;
}
.overlay-default {
  position: relative;
  z-index: 1;
}
.overlay-default:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.overlay-dark {
  position: relative;
  z-index: 1;
}
.overlay-dark:after {
  background: rgba(25, 47, 89, 0.7);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ghost-btn {
  background: transparent;
  border: 2px solid #192f59;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #192f59;
  color: #ffffff;
}
.btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default:hover {
  background: #ffffff;
  color: #192f59;
}
.btn-default i {
  font-size: 18px;
  padding-left: 12px;
}
.btn-default-black {
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-black:hover {
  background: #192f59;
  color: #ffffff;
}
.btn-default-black i {
  font-size: 14px;
  padding-left: 10px;
}
.btn-default-big {
  background: #192f59;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-big:hover {
  background: #3f98de;
  color: #ffffff;
}
.btn-default-big i {
  font-size: 16px;
  padding-left: 12px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav {
  position: inherit;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: -104px;
  right: -5px;
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-nav > div {
  background: transparent;
  border: 1px solid #192f59;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div i {
  color: #192f59;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  background: #192f59;
  border: 1px solid #192f59;
}
.owl-theme .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background: #192f59;
}
.section-title {
  margin-bottom: 50px;
}
.inner_subpage .section-title {
    margin-bottom: 30px;
}
.section-title h2 {
  position: relative;
  padding-bottom: 15px;
}
.section-title h2:after {
  background: #3f98de;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}
/*.section-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.section-title h3:after {
  background: #3f98de;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}*/
.section-title p {
  font-weight: 600;
  margin: 0 auto;
  width: 55%;
}
.section-title-center {
  text-align: center;
}
.section-title-center h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.section-title-center h2:after {
  right: 0;
}
.title-bar {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title-bar:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.pagination li a {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination li a:hover {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a:hover {
  background: #222222;
}
.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}

blockquote{
  margin:15px auto;
  color: #555555;
  padding: 10px 15px 10px 15px;
  border-left:8px solid #4099de;
  line-height:1.6;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  background:#EDEDED;
}

.imp-link .list-group-item a{
  color: #337ab7 !important;
}     


/*=====  End of Theme Default CSS   ======*/
/*=========================================
=             [02] Top bar css            =
==========================================*/
.header-top-bar {
  background: #192f59;
  padding: 8px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-top-bar .top-address ul li {
  display: inline-block;
  color: #d9d9d9;
  font-size: 14px;
  margin-right: 25px;
}
.header-top-bar .top-address ul li i {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}
.header-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
.header-top-bar .top-social-link ul {
  text-align: right;
}
.header-top-bar .top-social-link ul li {
  display: inline-block;
  color: #d9d9d9;
  padding-left: 10px;
}
.header-top-bar .top-social-link ul li:last-child {
  padding-left: 0;
}
.header-top-bar .top-social-link ul li a {
  color: #d9d9d9;
}
.header-top-bar .top-social-link ul li a:hover {
  color: #3f98de;
}

.header-address .side_logo{
  height: 100px;
}

.goog-te-gadget div:last-child{
  display: none;
}
.top-social-link{
  margin-top: -5px;
}
/*=======  End of Top bar css  ========*/
/*======================================
=           [03] Stick Menu css        =
======================================*/
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.stick {
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #192f59;
}
.menu-two-style.stick {
  border-bottom: none;
}
.menu-two-style.stick .container .menu-full {
  position: inherit;
  top: 0;
}
.menu-two-style.stick:before {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.menu-two-style.stick:after {
  background: #4099de;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.header-three-style .header-area.stick {
  background: rgba(255, 255, 255, 0.95);
}
.header-five-style .header-area.stick {
  background: rgba(3, 23, 34, 0.9);
}
.mean-container .mean-bar {
  background: transparent;
  position: fixed;
  top: 0;
  padding: 0;
  float: none;
}
.mean-container .mean-bar a.logo-mobile-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  width: 100%;
}
.mean-container .mean-bar a {
  display: inline-block;
  padding: 10px 10px;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.meanmenu-reveal {
  position: absolute;
  top: 3px;
}
/*=====  End of Stick Menu css  ======*/
/*======================================
=             [04] Header css          =
=======================================*/
.header-area{
  width: 100%;
    height: 100%;
    background-image: url(img/header_bg.png);
    background-repeat: no-repeat;
    background-position-x: center center;
    background-position: center center;
    position: relative;
    background-size: cover;
}
.header-area::before{
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-color:rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  top: 0;
}

.nav-top-right {
  text-align: right;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.nav-top-right > li {
  cursor: pointer;
    position: relative;
    margin-right: 10px;
    line-height: 87px;
    display: inline-block;
    color: #222222;
    padding: 0 5px;
    padding: 7px 6px;
}
.nav-top-right > li i {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
.top_noti .media i{
  font-size: 50px;
}
.header-search .search-input {
  position: absolute;
  top: 53px;
  right: 0px;
  z-index: 10;
  height: 40px;
  width: 400px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  padding: 5px 15px 8px;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: none;
}
.header-search a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search a:hover i {
  color: #192f59;
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.cart-area {
  position: relative;
}
.cart-area > a {
  color: #d7d7d7;
  font-size: 24px;
}
.cart-area > a > span {
  background: #4099de;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: 30px;
  width: 20px;
  font-size: 12px;
  right: -20px;
  line-height: 20px;
}
.cart-area > ul {
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: #ffffff;
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 45px;
  -webkit-box-shadow: 1px 0px 4px 4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 0px 4px 4px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 0px 4px 4px rgba(0, 0, 0, 0.38);
  width: 350px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: initial;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  width: 50px;
  min-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 25px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #192f59;
}
.cart-area > ul > li .media .cart-content ul li h2 {
  font-size: 12px;
  color: #192f59;
}
.cart-area > ul > li .media .cart-content ul li h2 span {
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i:hover {
  color: #192f59;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #192f59;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout-btn-area {
  margin: 20px 0 10px;
  text-align: center;
}
.cart-area > ul > li .checkout-btn-area li {
  display: inline;
}
.cart-area > ul > li .checkout-btn-area li a {
  background: #192f59;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .checkout-btn-area li a:hover {
  background: #3f98de;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  width: 50%;
}
.cart-area > ul > li > span span {
  border-left: 1px solid #d7d7d7;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.cart-area:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-address {
  margin-top: 0px;
}

@font-face {
  font-family: 'SolaimanLipi';
  src: url('../assets/fonts/bngfont/SolaimanLipi.eot');
  src: url('../assets/fonts/bngfont/SolaimanLipi.woff') format('woff'),
       url('../assets/fonts/bngfont/SolaimanLipi.ttf') format('truetype'),
       url('../assets/fonts/bngfont/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),
       url('../assets/fonts/bngfont/SolaimanLipi.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.preloader-content h2{
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 5px;
    float: left;
    line-height: 100px;
    font-family: 'SolaimanLipi', 'Arial', 'sans-serif' !important;
}
.header-address li {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  color: #182f58;
  padding: 0 5px;
  float: left;
  /*border-right: 1px solid #eeeeee;*/
  text-align: left;
  padding: 5px 0px 5px 15px;
  line-height: 100px;
  font-family: 'SolaimanLipi', 'Arial', 'sans-serif' !important;
}
.header-address li span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 27px;
}
.header-address li i {
  color: #192f59;
  padding-right: 10px;
  width: 25px;
}
.header-one-style {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-two-style .logo-area {
  height: 110px;
}
.header-two-style .nav-top-right > li {
  height: 110px;
}
.header-two-style .header-area {
  margin-bottom: 30px;
}
.header-three-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-three-style .header-area {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.header-four-style .logo-area {
  height: 110px;
}
.header-four-style .nav-top-right > li {
  height: 110px;
}
.skiptranslate.goog-te-gadget span{
  display: inline-block !important;
}
.header-five-style .header-area {
  background: transparent;
  box-shadow: none;
}
.header-six-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-six-style .main-menu-area nav {
  text-align: center;
}
/*=======  End of Header css  ========*/
/*=====================================
=          [05] Main menu css         =
======================================*/
.logo-area {
  height: 90px;
  display: table;
}
.logo-area a {
  display: table-cell;
  vertical-align: middle;
}
.main-menu-area nav {
  font-family: 'Roboto', sans-serif;
  text-align: right;
}
.main-menu-area nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav > ul > li > a {
  color: #222222;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 14px;
  line-height: 90px;
  text-transform: uppercase;
}
.main-menu-area nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu {
  background: #192f59;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #3f98de;
  position: relative;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #3f98de;
  padding-left: 18px;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify {
  position: static;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
  background: #192f59;
  padding: 20px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
  border-bottom: 1px solid #3f98de;
  display: block;
  position: relative;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
  background: #3f98de;
  padding-left: 8px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-area {
  display: none;
}
.menu-two-style .container {
  position: relative;
}
.menu-two-style .container > .menu-full {
  background: #192f59;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 15px;
  z-index: 999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.menu-two-style .container > .menu-full .col-xs-12 {
  padding: 0;
}
.menu-two-style .container > .menu-full > div {
  padding: 0;
}
.menu-two-style .main-menu-area nav {
  text-align: left;
}
.menu-two-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 13px;
}
.menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -15px;
}
.menu-two-style .get-quote {
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #4099de transparent;
  line-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.menu-two-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-two-style .get-quote a:hover {
  color: #192f59;
}
.menu-four-style {
  background: #192f59;
}
.menu-four-style .main-menu-area nav {
  text-align: left;
}
.menu-four-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 20px;
}
/*.menu-four-style .get-quote {
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #4099de transparent;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -100px;
    text-align: center;
}*/
.menu-four-style .get-quote {
    border-style: solid;
    line-height: 70px;
    position: absolute;
    right: 0;
    top: 15px;
    background: #3e98de;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 10px;
    padding: 0 13px;
}
.menu-four-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
.header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -38%;
}
.header-five-style .main-menu-area nav ul li a {
  color: #ffffff;
}
.header-five-style .nav-top-right > li i {
  color: #ffffff;
}
/*======  End of Main menu css  =======*/
/*=======================================
=           [06] Main Slider css        =
========================================*/
.slider-overlay .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay .nivoSlider .nivo-caption:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-overlay-dark .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay-dark .nivoSlider .nivo-caption:after {
  background: rgba(3, 23, 34, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-area .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-area .nivoSlider .slider-content {
  position: relative;
  z-index: 99;
}
.slider-area .nivoSlider .slider-content .large-title {
  color: #222222;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-area .nivoSlider .slider-content p {
  font-size: 16px;
  text-align: left;
  padding: 0;
  width: 50%;
}
.slider-area .nivoSlider .slider-content .slider-btn-area {
  display: block;
  margin-top: 40px;
  text-align: left;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
  display: inline-block;
  background: #192f59;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round:hover {
  background: #3f98de;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round i {
  padding-left: 15px;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:before {
  background: #ffffff;
  color: #222222;
  display: block;
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #192f59;
  color: #ffffff;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:before {
  background: #ffffff;
  color: #222222;
  display: block;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #192f59;
  color: #ffffff;
}
.slider-area .nivo-controlNav {
  padding: 0;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 2%;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 2%;
}
.slider-content-center .nivoSlider .slider-content .large-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-content-center .nivoSlider .slider-content .large-upper-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-content-center .nivoSlider .slider-content p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.slider-content-center .nivoSlider .slider-content .slider-btn-area {
  text-align: center;
}
/*========  End of Main Slider css  =========*/
/*============================================
=          [07] Waste time quote css         =
=============================================*/
.waste-time-area {
  background: #192f59;
  padding: 50px 0;
}
.waste-time-area .waste-time-content {
  color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
  margin-bottom: 0;
}
.waste-time-area .waste-time-button {
  text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
  display: inline-block;
  margin-top: 6px;
}
/*=====  End of Waste time quote css  ======*/
/*===========================================
=            [08] Home service css          =
============================================*/
.service-one-area {
  padding: 120px 0 90px 0;
}
.single-service-one .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.single-service-one .single-service .service-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.single-service-one .single-service .service-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content {
  margin-top: 25px;
}
.single-service-one .single-service .service-content h3 {
  margin-bottom: 20px;
}
.single-service-one .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content p {
  margin-bottom: 0;
}
.single-service-one .single-service:hover .service-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-one .single-service:hover .service-content h3 a {
  color: #192f59;
}
.service-two-area {
  padding: 110px 0 70px;
}
.service-two-area .single-service {
  margin-bottom: 30px;
}
.service-two-area .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #192f59;
  padding-right: 20px;
}
.service-two-area .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-two-area .single-service .item-content h3 {
  margin-bottom: 15px;
  line-height: 1;
}
.service-two-area .single-service .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-two-area .single-service:hover h3 a {
  color: #192f59;
}
.service-three-area .single-item .single-service {
  background: #f5f5f5;
  box-shadow: -2px 0px 0px -1px #d8d8d8;
  padding: 90px 90px 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-three-area .single-item .single-service:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #192f59;
  margin-bottom: 30px;
}
.service-three-area .single-item .single-service .item-icon i {
  padding-right: 20px;
}
.service-three-area .single-item .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon h3 {
  margin-bottom: 0px;
}
.service-three-area .single-item .single-service .item-icon h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .service-content {
  display: inline;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.service-three-area .single-item .single-service:hover:after {
  opacity: 1;
}
.service-three-area .single-item .single-service:hover .item-icon {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .item-icon h3 a {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .service-content {
  color: #ffffff;
}
.service-four-area {
  padding: 110px 0 120px 0;
}
.service-four-area .single-feature-item {
  position: relative;
  overflow: hidden;
}
.service-four-area .single-feature-item .feature-content {
  background: rgb(63, 152, 222);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-four-area .single-feature-item .feature-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-four-area .single-feature-item .feature-content h3 a {
  color: #ffffff;
}
.service-four-area .single-feature-item .feature-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-four-area .single-feature-item .feature-content a.btn-flat i {
  padding-left: 10px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item:hover .feature-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-five-area {
  padding: 110px 0 90px;
}
.service-five-area .section-title-center {
  margin-bottom: 70px;
}
.service-five-area .section-title-center h2 {
  font-size: 30px;
}
.service-five-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-five-area .single-service-item .single-service .service-icon {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #192f59;
  position: relative;
  overflow: hidden;
  line-height: 130px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.service-five-area .single-service-item .single-service .service-icon i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  margin-left: 0;
}
.service-five-area .single-service-item .single-service .service-icon:after {
  background: rgb(63, 152, 222);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.service-five-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-five-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-five-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-five-area .single-service-item .single-service:hover .service-icon:after {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.service-five-area .single-service-item .single-service:hover .service-icon i {
  color: #ffffff;
}
.service-five-area .single-service-item .single-service:hover .service-content h3 a {
  color: #192f59;
}
.service-six-area {
  padding: 110px 0 90px;
}
.service-six-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-six-area .single-service-item .single-service .service-icon {
  display: inline-block;
  color: #d6d6d6;
  font-size: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-six-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-six-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-six-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-six-area .single-service-item .single-service .service-content a.ghost-btn {
  margin-top: 30px;
  padding: 12px 25px;
}
.service-six-area .single-service-item .single-service:hover .service-icon {
  color: #222222;
}
.service-six-area .single-service-item .single-service:hover .service-content h3 a {
  color: #192f59;
}
/*=====  End of Home service css  ======*/
/*========================================
=           [09] Home About css          =
=========================================*/
.about-one-area {
  background: url(img/section1.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 110px;
}
.about-one-area .about-content-center .about-content {
  padding-top: 90px;
}
.about-one-area .about-content-center .about-content h2 {
  position: relative;
  padding-bottom: 15px;
}
.about-one-area .about-content-center .about-content h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.about-one-area .about-content-center .about-content span {
  display: block;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  margin: 30px 0;
}
.about-one-area .about-content-center .about-content h3 {
  color: #192f59;
  margin-bottom: 5px;
}
.about-one-area .about-content-center .about-content h4 {
  font-weight: 400;
  margin-bottom: 0;
}
/*============  End of Home About css  ============*/
/*===================================================
=           [10] Featured Service slider css        =
===================================================*/
.service-slider-one-area {
  padding: 110px 0 120px 0;
}
.service-slider-one-area .single-feature-slide {
  position: relative;
  overflow: hidden;
}
.service-slider-one-area .single-feature-slide .feature-slide-content {
  background: rgb(63, 152, 222);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 a {
  color: #ffffff;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat i {
  padding-left: 10px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-slider-two-area {
  padding: 110px 0 120px;
}
.service-slider-two-area .single-feature-slide {
  background: #ffffff;
  margin: 15px;
}
.service-slider-two-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-two-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.7;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #192f59;
}
.service-slider-three-area {
  padding: 110px 0 120px;
}
.service-slider-three-area .single-feature-slide {
  background: #f5f5f5;
  margin: 15px;
}
.service-slider-three-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-three-area .single-feature-slide .feature-slide-img:after {
  background: rgba(3, 23, 34, 0.9);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(400px);
  -webkit-transform: scale(1) translateY(400px);
  -o-transform: scale(1) translateY(400px);
  -ms-transform: scale(1) translateY(400px);
  transform: scale(1) translateY(400px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img:after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #192f59;
}
.service-slider-five-area {
  padding: 110px 0 120px;
}
.service-slider-five-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-five-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content {
  padding: 25px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #192f59;
}
.service-slider-six-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.service-slider-six-area .section-title-center h2 {
  color: #ffffff;
}
.service-slider-six-area .section-title-center p {
  color: #ffffff;
  width: 40%;
}
.service-slider-six-area .single-feature-slide {
  position: relative;
}
.service-slider-six-area .single-feature-slide .feature-item {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
  height: 300px;
}
.service-slider-six-area .single-feature-slide .feature-item img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.service-slider-six-area .single-feature-slide .feature-item:after {
  background: rgba(3, 23, 34, 0.5);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.service-slider-six-area .single-feature-slide h3 {
  background: #f5f5f5;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 12px 0;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide h3 a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide:hover .feature-item img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-six-area .single-feature-slide:hover .feature-item:after {
  opacity: 0;
}
.service-slider-six-area .single-feature-slide:hover h3 {
  background: #192f59;
}
.service-slider-six-area .single-feature-slide:hover h3 a {
  color: #ffffff;
}
/*=====  End of Featured Service slider css  ======*/
/*===================================================
=           [11] Weekly financial report css        =
===================================================*/
.weekly-financial-report {
  padding: 110px 0 100px 0;
}
.financial-report-one .financial-report h2 {
  position: relative;
  padding-bottom: 15px;
}
.financial-report-one .financial-report h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.financial-report-one .financial-report span {
  color: #192f59;
  font-size: 18px;
  font-weight: 600;
}
/*=====  End of Weekly financial report css  ======*/
/*===================================================
=                 [12] Banner area css              =
====================================================*/
.banner-one-area {
  background: url(img/section2.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.banner-one-area:after {
  background: rgba(3, 23, 34, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-one-area .banner-content h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}
.banner-one-area .banner-content h2 span {
  display: block;
  font-size: 46px;
}
/*=======  End of Banner area css  ========*/
/*==========================================
=           [13] Expert advisor css        =
==========================================*/
.expert-advisor-slider-area {
  padding: 110px 0px 120px;
}
.expert-advisor-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.expert-advisor-slider-area .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
}
.expert-advisor-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.expert-advisor-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content h3 a:hover {
  color: #192f59;
}
.expert-advisor-slider-area .single-expert .item-content .position {
  color: #192f59;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li {
  display: inline-block;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a {
  border: 1px solid #d7d7d7;
  color: #192f59;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a:hover {
  background: #192f59;
  border: 1px solid #192f59;
  color: #ffffff;
}
.expert-advisor-slider-area .single-expert:hover .item-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-slider-area .single-expert {
  background: #f5f5f5;
  padding: 50px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.our-expert-slider-area .single-expert .item-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  display: inline-block;
}
.our-expert-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content .position {
  color: #192f59;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content p {
  margin-bottom: 0;
}
.our-expert-slider-area .single-expert:hover {
  background: #192f59;
}
.our-expert-slider-area .single-expert:hover .item-content {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover .position {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover h3 a {
  color: #ffffff;
}
.our-expert-member-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-member-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: left;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-member-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 a:hover {
  color: #192f59;
}
.our-expert-member-slider-area .single-expert .item-content .position {
  color: #868686;
  display: block;
  font-size: 16px;
}
/*========  End of Expert advisor css  =========*/
/*===============================================
=           [14] Our expert services css        =
===============================================*/
.our-expert-advisor {
  /*padding: 50px 0px 50px;*/
}
.section_padd{
 padding: 50px 0px 50px;
}
.pad_mar-0{
  padding: 0;
  margin: 0;
}
.w-100{
  width: 100% !important;
}
.notification_panel{
  padding: 10px;
  font-size: 14px;
}
.notification_panel h3{
  font-size: 14px;
}
.our-expert-advisor .single-expert {
  background: #192f59;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 50px;
}
.our-expert-advisor .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.our-expert-advisor .single-expert .item-image:after {
  /*background: rgba(25, 47, 89, 0.60);*/
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-advisor .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-image:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.our-expert-advisor .single-expert .item-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-advisor .single-expert .item-content {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: left;
  color: #ffffff;
  margin: 0 70px;
}
.our-expert-advisor .single-expert .item-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.our-expert-advisor .single-expert .item-content .position {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.our-expert-advisor .single-expert .item-content .position:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li {
  display: inline-block;
  padding-right: 30px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li:last-child {
  padding-right: 0;
}
.our-expert-advisor .single-expert:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 420px 0 0 50px;
  border-color: transparent transparent transparent #e2e4ed;
}
/*=====  End of Our expert services css  ======*/
/*==============================================
=            [15] Our Expert people css        =
===============================================*/
.expert-people-area,
.team-layout-2 {
  padding: 110px 0 90px;
}
.expert-people-area .single-item,
.team-layout-2 .single-item {
  display: inline-block;
  margin-bottom: 30px;
}
.expert-people-area .single-item .item-image,
.team-layout-2 .single-item .item-image {
  height: auto;
  max-width: 200px;
  position: relative;
  overflow: hidden;
}
.expert-people-area .single-item .item-image img{
  height: 215px;
}
.expert-people-area .single-item .item-image .plus-icon,
.team-layout-2 .single-item .item-image .plus-icon {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.expert-people-area .single-item .item-image .plus-icon a,
.team-layout-2 .single-item .item-image .plus-icon a {
  color: #ffffff;
}
.expert-people-area .single-item .item-image .plus-icon a:hover,
.team-layout-2 .single-item .item-image .plus-icon a:hover {
  color: #192f59;
}
.expert-people-area .single-item .item-image:after,
.team-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.expert-people-area .single-item .item-content,
.team-layout-2 .single-item .item-content {
  padding-left: 30px;
}
.expert-people-area .single-item .item-content h3,
.team-layout-2 .single-item .item-content h3 {
  margin-bottom: 5px;
}
.expert-people-area .single-item .item-content h3 a,
.team-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content span.position,
.team-layout-2 .single-item .item-content span.position {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.expert-people-area .single-item .item-content ul.social-icon,
.team-layout-2 .single-item .item-content ul.social-icon {
  padding-top: 15px;
}
.expert-people-area .single-item .item-content ul.social-icon li,
.team-layout-2 .single-item .item-content ul.social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.expert-people-area .single-item .item-content ul.social-icon li a,
.team-layout-2 .single-item .item-content ul.social-icon li a {
  color: #192f59;
  display: block;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content ul.social-icon li a:hover,
.team-layout-2 .single-item .item-content ul.social-icon li a:hover {
  background: #192f59;
  border: 1px solid #192f59;
  color: #ffffff;
}
.expert-people-area .single-item:hover .item-image .plus-icon,
.team-layout-2 .single-item:hover .item-image .plus-icon {
  opacity: 1;
}
.expert-people-area .single-item:hover .item-image:after,
.team-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.expert-people-area .single-item:hover .item-content h3 a,
.team-layout-2 .single-item:hover .item-content h3 a {
  color: #192f59;
}
/*=====  End of Our Expert people css  ======*/
/*============================================
=            [16] Asked question css         =
=============================================*/
.asked-question-one-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #192f59;
}
.asked-question-one-area .asked-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-question {
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-accordion {
  padding: 30px 0 30px 60px;
}
.asked-question-one-area .asked-accordion h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.asked-question-one-area .asked-accordion h2:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-one-area .asked-accordion .asked-descrip {
  color: #ffffff;
  margin-bottom: 30px;
}
.asked-question-one-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading {
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title {
  color: #192f59;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  color: #ffffff;
  padding: 20px;
}
.asked-question-two-area {
  background: url(img/section1.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.asked-question-two-area .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.asked-question-two-area .asked-image {
  padding-top: 90px;
}
.asked-question-two-area .asked-accordion {
  margin-bottom: 0;
}
.asked-question-two-area .asked-accordion h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.asked-question-two-area .asked-accordion h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-two-area .asked-accordion .asked-descrip {
  margin-bottom: 30px;
}
.asked-question-two-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading {
  background: #222222;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title {
  color: #ffffff;
  font-size: 18px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active {
  background: #192f59;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*=====  End of Asked question css  ======*/
/*=========================================
=            [17] Testimonial css         =
==========================================*/
.testimonial-one-area {
  padding: 110px 0;
}
.testimonial-one-area .single-testimonial .testimo-content i {
  color: #d8d8d8;
  font-size: 30px;
  margin-bottom: 12px;
}
.expert-people-area .single-testimonial .testimo-content i {
  color: unset;
  font-size: unset;
  margin-bottom: unset;
}
.testimonial-one-area .single-testimonial .testimo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-img {
  padding-right: 20px;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #192f59;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial-two-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0;
}
.testimonial-two-area .single-testimonial {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.testimonial-two-area .single-testimonial .testimo-content {
  color: #e8e9e9;
  margin-top: 25px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-img img {
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: inherit;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating {
  margin-top: 30px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li {
  color: #192f59;
  display: inline-block;
  font-size: 18px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li:last-child {
  color: #f5f5f5;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title {
  margin-top: 12px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 .position {
  color: #b3b8bd;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div {
  border: 1px solid #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div:hover {
  border: 1px solid #192f59;
}
/*========  End of Testimonial css  =========*/
/*============================================
=           [18] Our Latest news css         =
=============================================*/
.latest-news-one-area {
  padding: 110px 0 105px;
}
.latest-news-one-area .single-news {
  background: #ffffff;
  margin: 15px;
}
.latest-news-one-area .single-news .item-image {
  position: relative;
  overflow: hidden;
}
.latest-news-one-area .single-news .item-image span.date {
  background: #192f59;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.latest-news-one-area .single-news .item-image img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
  height: 220px;
}
.latest-news-one-area .single-news .item-info {
  padding: 35px 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.latest-news-one-area .single-news .item-info h3 {
  font-size: 20px;
}
.latest-news-one-area .single-news .item-info h3 a {
  color: #002e52;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-one-area .single-news .item-info .favourite {
  margin-right: 20px;
}
.latest-news-one-area .single-news .item-info i {
  font-size: 18px;
  padding-right: 8px;
}
.latest-news-one-area .single-news:hover .item-image img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
}
.latest-news-one-area .single-news:hover .item-info {
  box-shadow: 0 2px 4px #a1a1a1;
}
.latest-news-one-area .single-news:hover .item-info h3 a {
  color: #192f59;
}
.latest-news-one-area .owl-controls .owl-nav {
  right: 10px;
}
.news-two-style .single-news {
  background: transparent;
}
.news-two-style .single-news .item-image span.date {
  bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 18px;
  text-align: center;
}
.news-two-style .single-news .item-info {
  padding: 28px 0 0;
}
.news-two-style .single-news .item-info p {
  margin-bottom: 0;
}
.news-two-style .single-news:hover .item-info {
  box-shadow: none;
}
.news-two-style .single-news:hover .item-info h3 a {
  color: #192f59;
}
.news-three-style {
  padding: 110px 0 90px;
}
.news-three-style .single-news {
  margin: 0 0 30px 0;
}
/*=====  End of Our Latest news css  ======*/
/*==========================================
=           [19] Request call css          =
===========================================*/
.request-call-one-area {
  background: #192f59 url(img/section4.png);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 120px 0 120px;
}
.request-call-one-area .request-form {
  background: #ffffff;
  margin: 0 auto;
  padding: 70px 50px;
  width: 75%;
  position: relative;
}
.request-call-one-area .request-form:before {
  background: #222222;
  border-radius: 50%;
  box-shadow: 0 2px 4px #a1a1a1;
  color: #ffffff;
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 24px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -38px;
  width: 70px;
}
.request-call-one-area .request-form .request-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.request-call-one-area .request-form .form-group {
  margin-bottom: 25px;
}
.request-call-one-area .request-form .form-group .form-control {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  text-align: center;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #192f59;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  background: #3f98de;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #8b8b8b;
  padding-left: 12px;
  line-height: 42px;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #d7d7d7 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #444444;
}
.request-call-two-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.request-call-two-area .request-image {
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-wrapper {
  background: #192f59;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-select {
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title {
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}
.request-call-two-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-two-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #3f98de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #192f59;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #3f98de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
.request-call-three-area {
  padding: 120px 0 120px;
}
.request-call-three-area .request-form .form-left h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.request-call-three-area .request-form .form-left h2:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.request-call-three-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-three-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #3f98de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #192f59;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #3f98de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
/*=====  End of Request call css  ======*/
/*========================================
=           [20] Our Partners css        =
=========================================*/
.our-partner {
  padding: 90px 0;
}
.our-partner .single-item .item-image img {
  width: inherit;
}
.our-partner .owl-controls .owl-nav {
  position: inherit;
}
.our-partner .owl-controls .owl-nav > div {
  margin: 0;
  position: absolute;
  top: -5px;
}
.our-partner .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.our-partner .owl-controls .owl-nav .owl-next {
  right: -50px;
}
/*=====  End of Our Partners css  ======*/
/*=======================================
=            [21] Footer css            =
========================================*/
.footer-bottom-area {
  background: #192f59;
  color: #dbdbdb;
  font-size: 16px;
  padding: 110px 0;
}
.footer-bottom-area .footer-box .title-bar-footer {
  color: #ffffff;
}
.footer-bottom-area .footer-box .footer-about {
  margin-top: 30px;
}
.footer-bottom-area .footer-box .footer-phone {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  margin-left: 25px;
}
.footer-bottom-area .footer-box i {
  color: #ccc;
  padding-right: 15px;
  margin-left: -25px;
}
.footer-bottom-area .footer-box .footer-social {
  margin-top: 20px;
}
.footer-bottom-area .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-bottom-area .footer-box .footer-social li a {
  color: #192f59;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-bottom-area .footer-box .footer-social li a:hover {
  color: #ffffff;
}
.footer-bottom-area .footer-box .footer-social li:last-child {
  margin-right: 0;
}
.footer-bottom-area .footer-box .useful-link li {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 48%;
}
.footer-bottom-area .footer-box .useful-link li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-bottom-area .footer-box a {
  color: #dbdbdb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-area .footer-box a:hover {
  color: #192f59;
}
.footer-bottom-area .footer-box .stylish-input-group {
  padding-top: 15px;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control {
  background: #18181c;
  border: none;
  box-shadow: none;
  color: #dbdbdb;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  height: 50px;
  padding-left: 18px;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control::-moz-placeholder {
  color: #dbdbdb;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #dbdbdb;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon {
  background: #18181c;
  border: none;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  padding: 0;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button {
  background: #192f59;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  margin-right: 6px;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button i {
  color: #ffffff;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button:hover {
  background: #3f98de;
}
.copyright {
  background: #1c1c21;
  color: #b1b1b1;
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  color: #3f98de;
}
.copyright a:hover {
  color: #3f98de;
}
/*=======  End of Footer css  ========*/
/*=====================================
=           [22] Scroll Up Css        =
=====================================*/
#scrollUp {
  background: rgb(63, 152, 222);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffffff;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #192f59;
}
/*#preloader {
  background: #f5f5f5 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}*/
.style-switch {
  background-color: #b70007;
}
.style-switch ul .active a {
  color: #192f59;
}
.style-switch .switch-button {
  right: -45px;
  background-color: #192f59;
  color: #ffffff;
  padding: 10px 10px 12px;
}
/*=====  End of Scroll Up Css  ======*/
/*====================================
=           [23] Left Tab css        =
====================================*/
.left-tab-style {
  padding: 120px 0;
}
.left-tab-style .tabs-left .nav-tabs {
  float: left;
  margin-right: 25px;
  border: none;
}
.left-tab-style .tabs-left .nav-tabs li {
  margin-bottom: 5px;
  float: none;
}
.left-tab-style .tabs-left .nav-tabs li a {
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  min-width: 330px;
  margin: 0;
  margin: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a:hover {
  background: #192f59;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a:hover i {
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a i {
  color: #192f59;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a i:before {
  font-size: 36px;
  line-height: 1;
  margin-left: 0;
}
.left-tab-style .tabs-left .nav-tabs li.active a {
  border: none;
  background: #192f59;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li.active a i {
  color: #ffffff;
}
.left-tab-style .tabs-left .tab-content {
  display: table-cell;
}
.left-tab-style .tabs-left .tab-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.left-tab-style .tabs-left .tab-content h2:after {
  position: absolute;
  background: #192f59;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*===========  End of Left Tab css  ==============*/
/*=================================================
=           [24] People choose service css        =
=================================================*/
.people-choose-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.people-choose-services .choose-services {
  background: #192f59;
  width: 50%;
  overflow: hidden;
}
.people-choose-services .people-image {
  width: 50%;
  overflow: hidden;
}
.people-choose-services .choose-services-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.people-choose-services .people-choose-content {
  padding-right: 75px;
  color: #ffffff;
}
.people-choose-services .people-choose-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}
.people-choose-services .people-choose-content a.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-top: 30px;
}
.people-choose-services .people-choose-content a.ghost-btn i {
  padding-left: 12px;
}
.people-choose-services .people-choose-content a.ghost-btn:hover {
  background: #ffffff;
  color: #192f59;
}
.people-choose-services .people-image {
  position: relative;
}
.people-choose-services .people-image:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.people-choose-services .calculator {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 1;
}
.people-choose-services .banner-logo {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}
/*=====  End of People choose service css  ======*/
/*================================================
=                 [25] Counter css               =
=================================================*/
.counter-area {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 110px;
}
.counter-area .counter-title h2 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}
.counter-area .counter-content {
  text-align: center;
}
.counter-area .counter-content .counter1-box {
  margin-bottom: 30px;
}
.counter-area .counter-content h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 5px;
}
.counter-area .counter-content p {
  color: #192f59;
  font-size: 18px;
  margin-bottom: 0;
}
/*===========  End of Counter css  ============*/
/*==============================================
=           [26] Financial Analysis css        =
==============================================*/
.financial-analysis-area {
  padding: 120px 0 120px;
}
.financial-analysis-area .financial-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1;
}
.financial-analysis-area .financial-content h2:after {
  position: absolute;
  background: #192f59;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Financial Analysis css  ======*/
/*=============================================
=           [27] Our Case Studies css         =
==============================================*/
.our-case-studies-area {
  padding: 110px 0 80px;
}
.our-case-studies-area .case-item {
  margin-bottom: 40px;
}
.our-case-studies-area .case-item .item-image {
  position: relative;
}
.our-case-studies-area .case-item .item-image:after {
  background: rgba(3, 23, 34, 0.7);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-image-mobile {
  display: none;
}
.our-case-studies-area .case-item .item-content-bottom {
  position: relative;
  padding: 30px 0 0;
}
.our-case-studies-area .case-item .item-content-bottom h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-bottom h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-bottom:before {
  position: absolute;
  content: "";
  left: 25px;
  top: 0px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 0 10px 15px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.our-case-studies-area .case-item .item-content-top {
  position: relative;
  padding: 0 0 30px;
}
.our-case-studies-area .case-item .item-content-top h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-top h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-top:after {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-image:after {
  opacity: 1;
}
.our-case-studies-area .case-item:hover .item-content-bottom h3 a,
.our-case-studies-area .case-item:hover .item-content-top h3 a {
  color: #192f59;
}
.our-case-studies-area .case-item:hover .item-content-bottom:before,
.our-case-studies-area .case-item:hover .item-content-top:before {
  opacity: 1;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-content-bottom:after,
.our-case-studies-area .case-item:hover .item-content-top:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*=====  End of Our Case Studies css  ======*/
/*===========================================
=           [28] Our Portfolio css          =
=============================================*/
.our-portfolio-area {
  padding: 110px 0 120px;
}
.our-portfolio-area .no-gutter {
  margin: 0;
}
.our-portfolio-area.layout-space {
  padding: 120px 0 80px;
}
.portfolio-layout-1 .single-item {
  position: relative;
  overflow: hidden;
  margin: 1px;
}
.portfolio-layout-1 .single-item .overlay-dark:after {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  z-index: 1;
}
.portfolio-layout-1 .single-item .item-content h3 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  opacity: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item .item-content h3 a {
  color: #ffffff;
}
.portfolio-layout-1 .single-item .item-content h3 a:hover {
  color: #192f59;
}
.portfolio-layout-1 .single-item .item-content a.plus-icon {
  background: #192f59;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -45px;
  opacity: 0;
  padding: 8px 14px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item:hover .overlay-dark:after {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content h3 {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content a.plus-icon {
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item {
  margin-bottom: 40px;
}
.portfolio-layout-2 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-2 .single-item .item-image .overlay {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image a.plus-icon {
  background: #192f59;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-layout-2 .single-item .item-content {
  padding-top: 20px;
}
.portfolio-layout-2 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout-2 .single-item:hover .item-image .overlay {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image a.plus-icon {
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-layout-2 .single-item:hover .item-content h3 a {
  color: #192f59;
}
.portfolio-layout-3 .single-item {
  margin-bottom: 40px;
  box-shadow: 0 6px 4px #ccc;
}
.portfolio-layout-3 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-3 .single-item .item-image .overlay {
  background: rgba(3, 23, 34, 0.8);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-image .overlay span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.portfolio-layout-3 .single-item .item-image .overlay a.plus-icon {
  background: #192f59;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-content {
  padding: 20px 20px 10px;
  text-align: center;
}
.portfolio-layout-3 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-3 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout-3 .single-item:hover .item-image .overlay {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-layout-3 .single-item:hover .item-content h3 a {
  color: #192f59;
}
.detail-portfolio-item .item-header {
  margin-top: 30px;
}
.detail-portfolio-item .item-header h2 {
  font-size: 24px;
}
/*=======  End of Our Portfolio css  ========*/
/*============================================
=           [29] Design own site css         =
=============================================*/
.design-own-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.design-own-area .own-site-content {
  text-align: center;
}
.design-own-area .own-site-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.design-own-area .own-site-content p {
  padding: 0 7%;
}
.design-own-area .own-site-content a.ghost-btn {
  margin-top: 20px;
}
/*=======  End of Design own site css  ========*/
/*==============================================
=           [30] Inner banner title css        =
==============================================*/
.page-title {
  background: url(img/inner-banner.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.page-title h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-title ol.breadcrumb {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.page-title ol.breadcrumb li a {
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-title ol.breadcrumb li a:hover {
  color: #192f59;
}
.page-title ol.breadcrumb li.active {
  color: #4099de;
  font-weight: 600;
}
.page-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner title css  ======*/
/*=============================================
=             [31] About page css             =
==============================================*/
.city_about_text h6{
  color: #222222 !important;
}
.about-page-one-area {
  background: url(img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: 10% center;
  padding: 120px 0 100px;
}
.about-page-one-area .about-content span {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
}
.about-page-one-area .about-video {
  position: relative;
}
.about-page-one-area .about-video a.video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page-one-area .about-video a.video i {
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 43px;
  color: #192f59;
}
.about-service-one-area {
  padding: 110px 0 90px;
}
.about-service-one .single-service {
  margin-bottom: 30px;
}
.about-service-one .single-service .item-icon {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 30px;
  padding-right: 20px;
}
.about-service-one .single-service .item-icon i:before {
  font-size: 48px;
  margin-left: 0;
  line-height: 1;
}
.about-service-one .single-service .item-content {
  display: inline;
}
.about-service-one .single-service .item-content h3 a {
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.about-service-one .single-service .item-content h3 a:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
/*======  End of About page css  ========*/
/*========================================
=           [32] Service page css        =
=========================================*/
.service-layout-1 {
  padding: 120px 0 80px;
}
.service-layout-1 .single-item {
  margin-bottom: 40px;
}
.service-layout-1 .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.service-layout-1 .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-layout-1 .single-item .item-content {
  padding-top: 25px;
}
.service-layout-1 .single-item .item-content h3 {
  margin-bottom: 15px;
}
.service-layout-1 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-1 .single-item:hover .item-image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-layout-1 .single-item:hover .item-content h3 a {
  color: #192f59;
}
.service-layout-2 {
  padding: 120px 0 100px;
}
.service-layout-2 .single-item {
  margin-bottom: 40px;
}
.service-layout-2 .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.service-layout-2 .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-layout-2 .single-item .item-content h3 {
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.service-layout-2 .single-item .item-content h3:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.service-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-2 .single-item .item-content a.ghost-btn {
  border: 1px solid #d7d7d7;
  color: #192f59;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 20px;
}
.service-layout-2 .single-item .item-content a.ghost-btn i {
  color: #444444;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-2 .single-item .item-content a.ghost-btn:hover {
  border: 1px solid #192f59;
  color: #ffffff;
}
.service-layout-2 .single-item .item-content a.ghost-btn:hover i {
  color: #ffffff;
}
.service-layout-2 .single-item:hover .item-image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-layout-2 .single-item:hover .item-content h3 a {
  color: #192f59;
}
.service-layout-3 {
  padding: 120px 0 90px;
}
.service-layout-3 .single-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-layout-3 .single-item .item-content {
  background: rgb(63, 152, 222);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-layout-3 .single-item .item-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-layout-3 .single-item .item-content h3 a {
  color: #ffffff;
}
.service-layout-3 .single-item .item-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-layout-3 .single-item .item-content a.btn-flat i {
  padding-left: 10px;
}
.service-layout-3 .single-item .item-content a.item-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-layout-3 .single-item .item-content a.item-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-layout-3 .single-item .item-content a.item-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-layout-3 .single-item:hover .item-content {
  bottom: 100px;
  padding-bottom: 30px;
  padding-top: 20px;
  -moz-transform: scale(1) translateY(101px);
  -webkit-transform: scale(1) translateY(101px);
  -o-transform: scale(1) translateY(101px);
  -ms-transform: scale(1) translateY(101px);
  transform: scale(1) translateY(101px);
}
.service-layout-3 .single-item:hover .item-content a.item-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-layout-3 .single-item:hover .item-content a.item-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-layout-detail {
  padding: 120px 0 120px;
}
.service-layout-detail .detail-item .item-header {
  margin-top: 30px;
}
.service-layout-detail .detail-item h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service-layout-detail .detail-item h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.service-layout-detail .detail-item .monthly-servay {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.service-layout-detail .detail-item .monthly-servay .servay-left {
  flex: 1;
  padding-right: 30px;
}
.service-layout-detail .detail-item .monthly-servay .servay-right {
  flex: 1;
  padding-left: 30px;
}
.service-layout-detail .detail-item .solution {
  margin-top: 30px;
}
.service-layout-detail .detail-item .solution ul.nav-tabs {
  border: 1px solid #d7d7d7;
  border-bottom: none;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li {
  border-bottom: 3px solid #d7d7d7;
  margin-bottom: 0;
  width: 33.333333%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li a {
  border: none;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li a:hover {
  background: transparent;
  color: #192f59;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li:hover {
  border-bottom: 3px solid #192f59;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li.active {
  border-bottom: 3px solid #192f59;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li.active a {
  color: #192f59;
}
.service-layout-detail .detail-item .solution .tab-content {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding: 30px;
}
/*=====  End of Service page css  ======*/
/*=======================================
=           [33] Sidebar css            =
========================================*/
.sidebar .sidebar-box {
  margin-bottom: 50px;
}
.sidebar .sidebar-box h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.sidebar .sidebar-box h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .ready-to-help {
  background: #192f59 url(img/phone-img.png) no-repeat right bottom;
  padding: 35px;
  color: #ffffff;
  margin-top: 20px;
}
.sidebar .sidebar-box .ready-to-help h3 {
  color: #ffffff;
  font-size: 20px;
}
.sidebar .sidebar-box .ready-to-help a.ghost-btn {
  background: #ffffff;
  color: #222222;
  margin-top: 15px;
  padding: 12px 20px;
  font-weight: 700;
}
.sidebar .sidebar-box .ready-to-help a.ghost-btn:hover {
  color: #192f59;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-content i {
  color: #d8d8d8;
  font-size: 30px;
  margin-bottom: 12px;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info .testimo-img {
  padding-right: 20px;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info .testimo-title h3 {
  color: #192f59;
  font-size: 20px;
  margin-bottom: 0px;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav {
  top: -74px;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div {
  border: none;
  padding: 0;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div:hover {
  background: transparent;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div i {
  color: #444444;
}
.sidebar .sidebar-box .download {
  background: #222222;
  padding: 35px;
}
.sidebar .sidebar-box .download h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}
.sidebar .sidebar-box .download h3 span {
  font-weight: 500;
}
.sidebar .sidebar-box .download .button-dow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar .sidebar-box .download .button-dow a {
  background: #192f59;
  color: #ffffff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .download .button-dow a:hover {
  background: #3f98de;
}
.sidebar .sidebar-box .download .button-dow i {
  color: #555555;
  font-size: 55px;
  padding-left: 20px;
}
.sidebar .sidebar-box .service-menu ul li {
  margin-bottom: 2px;
}
.sidebar .sidebar-box .service-menu ul li a {
  display: block;
  background: #f5f5f5;
  color: #222222;
  padding: 8px 20px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .service-menu ul li a i {
  color: #192f59;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .service-menu ul li a:hover {
  background: #192f59;
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li a:hover i {
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .service-menu ul li.active a {
  background: #192f59;
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li.active a i {
  color: #ffffff;
}
.sidebar .sidebar-box .sidebar-search form input {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 47px;
  padding: 0 8px;
  width: 100%;
}
.sidebar .sidebar-box .sidebar-search form button {
  background: #192f59;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 18px;
  position: absolute;
  right: 15px;
  font-size: 16px;
}
.sidebar .sidebar-box .menu-sidebar ul li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.sidebar .sidebar-box .menu-sidebar ul li a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ul li a i {
  color: #192f59;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ul li a:hover {
  color: #192f59;
}
.sidebar .sidebar-box .menu-sidebar ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-box .menu-sidebar ul li.active a {
  color: #192f59;
}
.sidebar .sidebar-box .case-info ul li {
  padding: 10px 0;
}
.sidebar .sidebar-box .case-info ul li span {
  font-size: 16px;
  font-weight: 600;
}

/*ol*/
.menu-sidebar ol{
	margin-bottom: 50px;
	padding-left: 15px;
}
.inner_subpage .menu-sidebar ol {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
}
.sidebar .sidebar-box .menu-sidebar ol li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.sidebar .sidebar-box .menu-sidebar ol li a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ol li a i {
  color: #192f59;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ol li a:hover {
  color: #192f59;
}
.sidebar .sidebar-box .menu-sidebar ol li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-box .menu-sidebar ol li.active a {
  color: #192f59;
}
.sidebar .sidebar-box .case-info ol li {
  padding: 10px 0;
}
.sidebar .sidebar-box .case-info ol li span {
  font-size: 16px;
  font-weight: 600;
}



.sidebar .sidebar-box .popular-tag a {
  border: 1px solid #d7d7d7;
  color: #222222;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  float: left;
  margin: 2px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 31.5%;
}
.sidebar .sidebar-box .popular-tag a:hover {
  background: #222222;
  color: #ffffff;
}
.sidebar .sidebar-box .recent-post li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 15px;

  background: #f5f5f57a;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}
.sidebar .sidebar-box .recent-post li h3 {
  font-size: 15px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.sidebar .sidebar-box .recent-post li h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .recent-post li h3 a:hover {
  color: #192f59;
}
.sidebar .sidebar-box .recent-post li span {
  color: #7d7d7d;
  font-size: 12px;
}
.sidebar .sidebar-box .recent-post li a.read-more,
.sidebar .sidebar-box .recent-post li a.read-more .fa{
  font-size: 12px;
  color: #192f59 !important;

}
.sidebar .sidebar-box .recent-post li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-target {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  height: 12px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle {
  background: #192f59;
  box-shadow: none;
  border: none;
  top: -8px;
  width: 24px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle:before {
  left: 10px;
  top: 7px;
  height: 14px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle:after {
  left: 14px;
  top: 7px;
  height: 14px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-connect {
  background: #cbcbcb;
  box-shadow: none;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select {
  margin-top: 40px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .pull-left {
  padding-right: 15px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .pull-left .btn-default-black {
  border: none;
  margin-top: 0;
  padding: 8px 14px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .media-body {
  font-size: 16px;
  padding-top: 6px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .title-price {
  float: left;
  font-weight: 700;
  padding-right: 7px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .price-range-1 {
  float: left;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .price-range-2 {
  float: right;
}
.sidebar .sidebar-box .related-product ul li {
  margin-bottom: 15px;
}
.sidebar .sidebar-box .related-product ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .related-product .retated-img {
  background: #f5f5f5;
  margin-right: 15px;
  padding: 15px;
}
.sidebar .sidebar-box .related-product .retated-img img {
  width: 70px;
}
.sidebar .sidebar-box .related-product .related-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar .sidebar-box .related-product .related-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .related-product .related-content h3 a:hover {
  color: #192f59;
}
.sidebar .sidebar-box .related-product .related-content .sprice {
  color: #192f59;
  font-weight: 600;
}
.sidebar .sidebar-box .related-product .related-content .review {
  margin-top: 10px;
}
.sidebar .sidebar-box .related-product .related-content .review a {
  color: #fea62b;
}
/*========  End of Sidebar css  =========*/
/*========================================
=           [34] Case studies css        =
========================================*/
.case-studies-layout {
  padding: 120px 0 100px;
}
.case-studies-layout .single-item {
  background: #f5f5f5;
  margin-bottom: 30px;
}
.case-studies-layout .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.case-studies-layout .single-item .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-studies-layout .single-item .item-content {
  padding: 25px;
  text-align: center;
}
.case-studies-layout .single-item .item-content h3 {
  margin-bottom: 15px;
}
.case-studies-layout .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case-studies-layout .single-item:hover .item-image:after {
  opacity: 1;
}
.case-studies-layout .single-item:hover .item-content h3 a {
  color: #192f59;
}
.case-studies-layout .pagination-wrapper {
  text-align: center;
}
.case-layout-detail {
  padding: 120px 0 120px;
}
.case-layout-detail .detail-item .item-header {
  margin-top: 30px;
}
.case-layout-detail .detail-item h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.case-layout-detail .detail-item h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Case studies css  ======*/
/*=======================================
=              [35] Team css            =
========================================*/
.our-team-area {
  padding: 120px 0 90px;
}
.our-team-area .pagination-wrapper {
  text-align: center;
}
.our-team-area .team-layout-2 {
  padding: 0;
}
.team-layout-1 .single-team {
  margin-bottom: 30px;
  text-align: center;
}
.team-layout-1 .single-team .item-image {
  position: relative;
  overflow: hidden;
}
.team-layout-1 .single-team .item-image a.plus-icon {
  background: #192f59;
  bottom: -45px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0;
  padding: 8px 14px;
  position: absolute;
  right: -43px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.team-layout-1 .single-team .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-1 .single-team .item-content {
  margin-top: 25px;
}
.team-layout-1 .single-team .item-content h3 {
  margin-bottom: 5px;
}
.team-layout-1 .single-team .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-layout-1 .single-team .item-content .position {
  font-size: 16px;
}
.team-layout-1 .single-team .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.team-layout-1 .single-team .item-content ul.social-icons li {
  display: inline-block;
}
.team-layout-1 .single-team .item-content ul.social-icons li a {
  border: 1px solid #d7d7d7;
  color: #192f59;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-1 .single-team .item-content ul.social-icons li a:hover {
  background: #192f59;
  border: 1px solid #192f59;
  color: #ffffff;
}
.team-layout-1 .single-team:hover a.plus-icon {
  bottom: 0;
  right: 0;
  opacity: 1;
}
.team-layout-1 .single-team:hover .item-image:after {
  opacity: 1;
}
.team-layout-1 .single-team:hover .item-content h3 a {
  color: #192f59;
}
.team-layout-3 .single-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-layout-3 .single-item .item-image:after {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#031722), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #031722);
  background-image: -moz-linear-gradient(transparent, #031722), -moz-linear-gradient(transparent, #031722);
  background-image: -o-linear-gradient(transparent, #031722), -o-linear-gradient(transparent, #031722);
  background-image: linear-gradient(transparent, #031722), linear-gradient(transparent, #031722);
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-3 .single-item .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.team-layout-3 .single-item .item-content h3 {
  margin-bottom: 5px;
}
.team-layout-3 .single-item .item-content h3 a {
  color: #ffffff;
}
.team-layout-3 .single-item .item-content .position {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.team-layout-3 .single-item .item-content ul.social-icon {
  padding-top: 10px;
}
.team-layout-3 .single-item .item-content ul.social-icon li {
  display: inline-block;
  margin-right: 3px;
}
.team-layout-3 .single-item .item-content ul.social-icon li a {
  border: 1px solid #d7d7d7;
  color: #192f59;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-layout-3 .single-item .item-content ul.social-icon li a:hover {
  background: #ffffff;
}
.team-layout-3 .single-item:hover .item-image:after {
  opacity: 1;
}
.team-layout-3 .single-item:hover .item-content {
  bottom: 0;
}
.team-detail-layout .detail-image {
  margin-bottom: 30px;
}
.team-detail-layout .detail-image .image-caption {
  position: relative;
}
.team-detail-layout .detail-image .image-caption h3 {
  background: #002e52;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 22px 5px;
  text-align: center;
  text-transform: uppercase;
}
.team-detail-layout .detail-image .image-caption h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-detail-layout .detail-image .image-caption h3 a:hover {
  color: #192f59;
}
.team-detail-layout .detail-image ul {
  margin-top: 30px;
}
.team-detail-layout .detail-image ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #222222;
}
.team-detail-layout .detail-image ul li a {
  color: #222222;
}
.team-detail-layout .detail-image ul li i {
  background: #192f59;
  color: #ffffff;
  font-size: 22px;
  margin-right: 15px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
}
.team-detail-layout .detail-image ul li:first-child {
  font-size: 26px;
  font-weight: 600;
}
.team-detail-layout .detail-content h2 {
  margin-bottom: 5px;
}
.team-detail-layout .detail-content .position {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.team-detail-layout .detail-content .position:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.team-detail-layout .detail-content ul.social-icon {
  margin-bottom: 30px;
}
.team-detail-layout .detail-content ul.social-icon li {
  display: inline-block;
  margin-right: 3px;
}
.team-detail-layout .detail-content ul.social-icon li a {
  border: 1px solid #d7d7d7;
  color: #192f59;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-detail-layout .detail-content ul.social-icon li a:hover {
  background: #192f59;
  border: 1px solid #192f59;
  color: #ffffff;
}
.team-detail-layout .detail-content .skill-progress {
  overflow: hidden;
  margin-top: 50px;
}
.team-detail-layout .detail-content .skill-progress label {
  font-size: 16px;
  font-weight: 600;
}
.team-detail-layout .detail-content .skill-progress .progress {
  margin: 10px 0 30px;
  position: relative;
  overflow: visible;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar {
  box-shadow: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar span {
  float: right;
  background: #222222;
  margin-top: -30px;
  padding: 2px 3px;
  position: relative;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar span:after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #222222 transparent transparent transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
/*=====  End of Team css  ======*/
/*================================
=           [36] News css        =
================================*/
.latest-news-area {
  padding: 120px 0 100px;
}
.latest-news-area .pagination-wrapper {
  text-align: center;
}
.latest-news-area .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.latest-news-area .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.latest-news-area .single-item .item-image:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.news-layout-1 .single-item {
  margin-bottom: 50px;
}
.news-layout-1 .single-item .item-image .date {
  background: #192f59;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 8px 20px;
  text-align: center;
}
.news-layout-1 .single-item .item-image .date span {
  display: block;
}
.news-layout-1 .single-item .item-container {
  padding-top: 30px;
}
.news-layout-1 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-1 .single-item .item-container h3 a:hover {
  color: #192f59;
}
.news-layout-2 .single-item {
  margin-bottom: 50px;
}
.news-layout-2 .single-item .item-container {
  padding-top: 25px;
}
.news-layout-2 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-2 .single-item .item-container h3 a:hover {
  color: #192f59;
}
.news-layout-2 .single-item .item-info {
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 15px;
}
.news-layout-2 .single-item .item-info ul li {
  display: inline-block;
  margin-right: 20px;
}
.news-layout-2 .single-item .item-info ul li:last-child {
  margin-right: 0;
}
.news-layout-2 .single-item .item-info ul li i {
  color: #192f59;
  padding-right: 12px;
}
.news-layout-2 .single-item .item-info ul li a {
  color: #444444;
}
.news-layout-2 .single-item .item-info ul li a:hover {
  color: #192f59;
}
.news-layout-3 .single-item {
  margin-bottom: 50px;
}
.news-layout-3 .single-item .item-container {
  padding-top: 25px;
}
.news-layout-3 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-3 .single-item .item-container h3 a:hover {
  color: #192f59;
}
.news-layout-3 .single-item .item-container .btn-default-black {
  margin-top: 18px;
}
.news-layout-3 .single-item .item-info ul li {
  display: inline-block;
  margin-right: 20px;
}
.news-layout-3 .single-item .item-info ul li:last-child {
  margin-right: 0;
}
.news-layout-3 .single-item .item-info ul li i {
  color: #192f59;
  padding-right: 12px;
}
.news-layout-3 .single-item .item-info ul li a {
  color: #444444;
}
.news-layout-3 .single-item .item-info ul li a:hover {
  color: #192f59;
}
.news-details-layout .item-img-holder {
  margin-bottom: 30px;
}
.news-details-layout .item-header ul.item-info {
  margin-bottom: 25px;
}
.news-details-layout .item-header ul.item-info li {
  display: inline-block;
  margin-right: 20px;
}
.news-details-layout .item-header ul.item-info li:last-child {
  margin-right: 0;
}
.news-details-layout .item-header ul.item-info li i {
  color: #192f59;
  padding-right: 12px;
}
.news-details-layout .item-header ul.item-info li a {
  color: #444444;
}
.news-details-layout .item-header ul.item-info li a:hover {
  color: #192f59;
}
.news-details-layout .item-header h2 {
  font-size: 24px;
}
.news-details-layout .item-links {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.news-details-layout .item-links ul.item-tags {
  float: left;
}
.news-details-layout .item-links ul.item-tags span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.news-details-layout .item-links ul.item-tags li {
  display: inline-block;
  margin-right: 5px;
}
.news-details-layout .item-links ul.item-tags li a {
  color: #444444;
}
.news-details-layout .item-links ul.item-tags li a:hover {
  color: #192f59;
}
.news-details-layout .item-links ul.item-social {
  float: right;
}
.news-details-layout .item-links ul.item-social li {
  display: inline-block;
  margin: 0 3px;
}
.news-details-layout .item-links ul.item-social li a i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.news-details-layout .item-links ul.item-social li a i.fa-facebook {
  background: #3b5998;
}
.news-details-layout .item-links ul.item-social li a i.fa-twitter {
  background: #00aced;
}
.news-details-layout .item-links ul.item-social li a i.fa-linkedin {
  background: #276cca;
}
.news-details-layout .item-links ul.item-social li a i.fa-google-plus {
  background: #e94a0b;
}
.news-details-layout .item-links ul.item-social li a i:hover {
  opacity: 0.8;
}
.news-details-layout .item-comments {
  margin-top: 50px;
}
.news-details-layout .item-comments h2 {
  font-size: 24px;
}
.news-details-layout .item-comments .item-author {
  background: #f5f5f5;
  padding: 30px 30px 10px;
}
.news-details-layout .item-comments .item-author .pull-left {
  padding-right: 25px;
}
.news-details-layout .item-comments .item-author .media-body h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.news-details-layout .item-comments .item-author .media-body .position {
  color: #646464;
  display: block;
  margin-bottom: 15px;
}
.news-details-layout .item-comments .item-comments-list {
  margin-top: 50px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #192f59;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #3f98de;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.news-details-layout .item-comments .item-comments-form {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.news-details-layout .item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
.news-details-layout .item-comments .item-comments-form .ghost-btn {
  border: none;
  background: #192f59;
  color: #ffffff;
  padding: 16px 30px;
}
.news-details-layout .item-comments .item-comments-form .ghost-btn:hover {
  background: #3f98de;
}
/*=======  End of News css  ========*/
/*===================================
=           [37] Contact css        =
===================================*/
.contact-area {
  padding: 110px 0 120px;
}
.contact-area h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.contact-area h2:after {
  background: #192f59;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.contact-area .contact-info ul {
  margin-top: 40px;
}
.contact-area .contact-info ul li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-area .contact-info ul li:nth-child(odd) {
  width: 60%;
}
.contact-area .contact-info ul li:nth-child(even) {
  width: 39%;
}
.contact-area .contact-info ul li i {
  color: #192f59;
  font-size: 20px;
  padding-right: 10px;
}
.contact-area .contact-form fieldset {
  padding-top: 5px;
}
.contact-area .contact-form .form-group {
  margin-bottom: 5px;
}
.contact-area .contact-form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.contact-area .contact-form .form-group input {
  height: 40px;
}
.contact-area .contact-form .margin-bottom-none {
  margin-bottom: 0;
}
.contact-area .btn-default-black {
  border: none;
  font-size: 15px;
  padding: 20px 40px;
}
/*=====  End of Contact css  ======*/
/*==================================
=           [38] Faqs css          =
===================================*/
.faqs-area {
  padding: 120px 0 100px;
}
.faq-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq-accordion .panel-default .panel-heading {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle {
  display: block;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-heading.active,
.faq-accordion .panel-default .panel-heading:hover {
  background: #192f59;
}
.faq-accordion .panel-default .panel-heading.active .panel-title,
.faq-accordion .panel-default .panel-heading:hover .panel-title {
  color: #ffffff;
}
.faq-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after,
.faq-accordion .panel-default .panel-heading:hover .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*========  End of Faqs css  =========*/
/*=====================================
=           [39] 404 Error css        =
=====================================*/
.error-area {
  background: #192f59;
  padding: 120px 0;
}
.error-top-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.error-top-wrapper img {
  display: inline-block;
}
.error-bottom-wrapper {
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.error-bottom-wrapper h2 {
  color: #ffffff;
}
.error-bottom-wrapper a.error-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 20px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-bottom-wrapper a.error-btn:hover {
  background: #ffffff;
  color: #192f59;
}
/*=====  End of 404 Error css  ======*/
/*====================================
=         [40] Shop Category css     =
======================================*/
.online-shop-area {
  padding: 120px 0 100px;
}
.online-shop-area .pagination-wrapper {
  text-align: center;
}
.online-shop-category .online-header .pager-area {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.online-shop-category .online-header .pager-area .pager-left-area h3 {
  margin-bottom: 0;
  text-align: left;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list {
  display: inline-block;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list select {
  border: 1px solid #d7d7d7;
  color: #222222;
  padding: 9px 20px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode {
  float: right;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li {
  display: inline-block;
  margin-left: 5px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
  border: 1px solid #d7d7d7;
  color: #444444;
  font-size: 19px;
  display: block;
  padding: 7px 14px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li.active a {
  border: 1px solid #192f59;
  background: #192f59;
  color: #ffffff;
}
.online-shop-category .category-product-grid {
  margin-top: 50px;
}
.online-shop-category .category-product-grid .single-item {
  margin-bottom: 30px;
}
.online-shop-category .category-product-grid .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li {
  display: inline-block;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li a {
  background: #192f59;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.online-shop-category .category-product-grid .single-item .product-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content {
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a:hover {
  color: #192f59;
}
.online-shop-category .category-product-grid .single-item .product-content .product-price {
  color: #192f59;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart {
  display: block;
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart a {
  margin-top: 0;
}
.online-shop-category .category-product-grid .single-item:hover .product-image .product-info {
  top: 50%;
  opacity: 1;
}
.online-shop-category .category-product-grid .single-item:hover .product-image:after {
  opacity: 1;
}
.online-shop-category .category-product-list {
  margin-top: 50px;
}
.online-shop-category .category-product-list .single-item {
  margin-bottom: 40px;
}
.online-shop-category .category-product-list .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-list .single-item .product-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-list .single-item .product-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.online-shop-category .category-product-list .single-item .product-content h3 {
  margin-bottom: 5px;
}
.online-shop-category .category-product-list .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content h3 a:hover {
  color: #192f59;
}
.online-shop-category .category-product-list .single-item .product-content .product-price {
  display: block;
  color: #192f59;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-list .single-item .product-content .product-short-description {
  padding: 30px 0 10px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action {
  margin-top: 38px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li {
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin-right: 5px;
  padding: 12px 18px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li a {
  color: #192f59;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart {
  background: #222222;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart a {
  color: #ffffff;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart:hover {
  background: #192f59;
}
/*=====  End of Shop Category css  ======*/
/*========================================
=           [41] Shop Details css        =
=========================================*/
.single-shop-area {
  padding: 120px 0;
}
.product-details .details-image .tab-content {
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
}
.product-details .details-image .single-product-tab {
  margin-top: 20px;
}
.product-details .details-image .single-product-tab ul {
  border: none;
}
.product-details .details-image .single-product-tab ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 33.333333%;
}
.product-details .details-image .single-product-tab ul li a {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  padding: 10px;
}
.product-details .details-image .single-product-tab ul li a img {
  width: 60px;
}
.product-details .details-image .single-product-tab ul li.active a {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
}
.product-details .details-image .single-product-tab ul li:last-child a {
  margin-right: 0;
}
.product-details .detail-content h2 {
  margin-bottom: 10px;
}
.product-details .detail-content .regular-price {
  display: block;
  color: #192f59;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-details .detail-content .sku {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-details .detail-content .detail-short-des {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  margin: 30px 0;
  padding: 30px 0 10px;
}
.product-details .detail-content .product-cart-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.product-details .detail-content .product-cart-counter .detail-cart {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .detail-cart a {
  background: #222222;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-details .detail-content .product-cart-counter .detail-cart a:hover {
  background: #192f59;
}
.product-details .detail-content .product-cart-counter .input-group {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .input-group input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 50px;
  width: 60px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical {
  float: left;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default {
  display: block;
  border: 1px solid #d7d7d7;
  border-left: none;
  color: #192f59;
  margin: 0;
  padding: 0px 7px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default i {
  padding-left: 0;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:active,
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:focus {
  background: transparent;
  box-shadow: none;
}
.product-details .detail-content .product-category {
  margin-top: 20px;
}
.product-details .detail-content .product-category span {
  font-weight: 600;
}
.product-details .detail-content .product-tag {
  margin-top: 5px;
}
.product-details .detail-content .product-tag span {
  font-weight: 600;
}
.review {
  margin-bottom: 10px;
}
.review a {
  color: #fea62b;
}
.review a.inactive {
  color: #444444;
}
.review p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.product-overview-area {
  margin-top: 60px;
}
.product-overview-area .tabbable {
  border: 1px solid #d7d7d7;
}
.product-overview-area ul.nav-tabs {
  border: none;
}
.product-overview-area ul.nav-tabs li a {
  background: #f5f5f5;
  color: #222222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 16px 30px;
  text-transform: uppercase;
}
.product-overview-area ul.nav-tabs li.active a {
  background: transparent;
  color: #192f59;
  border: none;
}
.product-overview-area .tab-content {
  padding: 30px;
}
.related-product-area {
  margin-top: 60px;
}
.related-product-area .single-item .item-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.related-product-area .single-item .item-image img {
  width: inherit;
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-image .product-info ul li {
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info ul li a {
  background: #192f59;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.related-product-area .single-item .item-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-content {
  margin-top: 20px;
}
.related-product-area .single-item .item-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.related-product-area .single-item .item-content h3 a {
  color: #222222;
}
.related-product-area .single-item .item-content .product-price {
  display: block;
  color: #192f59;
  font-size: 20px;
  font-weight: 600;
}
.related-product-area .single-item .item-content .add-cart {
  display: inline-block;
  margin-top: 20px;
}
.related-product-area .single-item .item-content .add-cart .btn-default-black {
  margin-top: 0;
}
.related-product-area .single-item:hover .item-image .product-info {
  top: 50%;
  opacity: 1;
}
.related-product-area .single-item:hover .item-image:after {
  opacity: 1;
}
/*=====  End of Shop Details css  ======*/
/*========================================
=           [42] Cart chekout css        =
=========================================*/
.cart-page-area {
  padding: 120px 0;
}
.cart-page-area .cart-page-top {
  margin-bottom: 45px;
  border: 1px solid #d7d7d7;
  padding: 0 0 10px;
}
.cart-page-area .cart-page-top table {
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table .cart-form-heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
}
.cart-page-area .cart-page-top table tr td {
  vertical-align: middle!important;
  border-right: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table tr td:last-child {
  border-right: 0;
}
.cart-page-area .cart-page-top table tr td h3 {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
}
.cart-page-area .cart-page-top table tr td h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td h3 a:hover {
  color: #192f59;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .cart-img-holder {
  width: 12%;
}
.cart-page-area .cart-page-top table tr .cart-img-holder img {
  background: #ececec;
  padding: 20px;
}
.cart-page-area .cart-page-top table tr .amount {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder {
  margin: 0 auto;
  position: relative;
  width: 130px;
  top: -15px;
  z-index: 2;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder input {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  border-radius: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical button {
  border-radius: 0;
  position: absolute;
  z-index: 3;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-plus {
  left: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-minus {
  right: 0;
}
.cart-page-area .cart-page-top table tr .dismiss {
  text-align: center;
}
.cart-page-area .cart-page-top table tr .dismiss a i {
  color: #192f59;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .dismiss a:hover i {
  color: #ff0000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top .update-button {
  text-align: right;
  padding-right: 10px;
}
.cart-page-area .ghost-btn {
  padding: 12px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.cart-page-area .cart-page-bottom-left {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-left h2 {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-left input {
  width: 60%;
  margin-right: 15px;
  height: 50px;
  padding: 5px 10px;
}
.cart-page-area .cart-page-bottom-left button {
  margin-left: -5px;
}
.cart-page-area .cart-page-bottom-right {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-right h2 {
  color: #222222;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-right h3 {
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-page-area .cart-page-bottom-right h3 span {
  float: right;
}
.cart-page-area .cart-page-bottom-right .proceed-button {
  text-align: right;
  margin-top: 20px;
}
.checkout-page-area {
  padding: 120px 0;
}
.checkout-page-area .checkout-page-top {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.checkout-page-area .checkout-page-top p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-page-area .checkout-page-top p a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-page-area .checkout-page-top p a:hover {
  color: #192f59;
}
.checkout-page-area .checkout-page-top p i {
  margin-right: 5px;
  font-size: 16px;
  color: #192f59;
}
.checkout-page-area .billing-details-area {
  margin-bottom: 30px;
}
.checkout-page-area .billing-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area input {
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.checkout-page-area .billing-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.checkout-page-area .billing-details-area span.creat-account {
  font-weight: 600;
}
.checkout-page-area .billing-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container .select2-selection--single {
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-dropdown {
  border: 1px solid #192f59 !important;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #192f59 !important;
  color: red;
  font-weight: 600;
}
.checkout-page-area .ship-to-another-area h2 span {
  margin-left: 15px;
}
.checkout-page-area .ship-to-another-area label {
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 6px;
}
.checkout-page-area .ship-to-another-area textarea {
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.checkout-page-area .ship-to-another-area textarea:focus {
  border-color: #d7d7d7 !important;
}
.checkout-page-area .order-sheet {
  margin-bottom: 45px;
  padding: 30px 35px;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .order-sheet h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.checkout-page-area .order-sheet ul li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.checkout-page-area .order-sheet ul li span {
  float: right;
}
.checkout-page-area .order-sheet h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.checkout-page-area .order-sheet h3:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page-area .order-sheet h3 span {
  float: right;
}
.checkout-page-area .payment-option {
  border: 1px solid #d7d7d7;
  padding-top: 30px;
  margin-bottom: 50px;
}
.checkout-page-area .payment-option .form-group {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
.checkout-page-area .payment-option .form-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-page-area .payment-option span {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
}
.checkout-page-area .payment-option span input {
  margin-right: 20px;
}
.checkout-page-area .payment-option p {
  padding: 0 64px;
  margin-bottom: 0;
}
.checkout-page-area .place-order .btn-default-big {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 30px;
}
/*=====  End of Cart chekout css  ======*/
/*=======================================
=            Price Table css            =
=======================================*/
.pricing-plan-area {
  background: #192f59;
  padding: 110px 0 90px;
}
.pricing-plan-area .section-title h2 {
  color: #ffffff;
}
.pricing-plan-area .section-title h2:after {
  background: #ffffff;
}
.price-table-box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #ffffff;
  text-align: center;
  padding: 65px 0 70px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box > span {
  text-transform: uppercase;
  color: #222222;
  display: block;
  letter-spacing: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box h3 {
  color: #192f59;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box h3 span {
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 400;
}
.price-table-box ul {
  margin-bottom: 50px;
}
.price-table-box ul li {
  color: #222222;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box ul li:last-child {
  margin-bottom: 0;
}
.price-table-box a.btn-price-button {
  border: 2px solid #192f59;
  color: #192f59;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box a.btn-price-button:hover {
  background: #192f59;
  color: #ffffff;
}
.price-table-box:hover {
  -webkit-transform: translateY(-2%);
  -moz-transform: translateY(-2%);
  -ms-transform: translateY(-2%);
  -o-transform: translateY(-2%);
  transform: translateY(-2%);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}
/*=====  End of Price Table css  ======*/
/*=======================================
=           [43] Responsive css         =
========================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-top-right > li {
    margin-right: 5px;
  }
  .main-menu-area nav > ul > li > a {
    padding: 0 8px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 12px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 30px;
  }
  .header-address li {
    font-size: 16px;
    padding: 0 5px;
  }
  .header-three-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega,
  .header-six-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: -25%;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 30px;
    text-align: center;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 18px;
  }
  .asked-question-one-area .asked-accordion {
    padding: 90px 0;
  }
  .asked-question-one-area .asked-accordion .asked-descrip {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
    display: inherit;
    padding: 60px 0;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .people-image img {
    min-height: 446px;
  }
  .people-choose-services .people-choose-content {
    padding-right: 0;
  }
  .request-call-two-area .request-image img {
    min-height: 444px;
  }
  .request-call-two-area .request-title p {
    display: none;
  }
  .service-three-area .single-item .single-service {
    padding: 70px 40px 50px;
  }
  .service-four-area .feature-left-content > h2 {
    font-size: 24px;
  }
  .service-four-area .single-feature-item .feature-content {
    bottom: -125px;
  }
  .design-own-area .own-site-content p {
    padding: 0 3%;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-img img {
    width: calc(118%);
  }
  .section-title p {
    width: 70%;
  }
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide h3 {
    font-size: 20px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(126%);
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 5px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 40px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 30.5%;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 50px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .top-address ul li {
    margin-right: 10px;
  }
  .header-top-bar .top-social-link ul li {
    padding-left: 3px;
  }
  .main-menu-area nav > ul > li > a {
    font-size: 14px;
    line-height: 70px;
    padding: 0 5px;
  }
  .logo-area {
    height: 70px;
  }
  .header-address li {
    font-size: 15px;
    padding: 0 5px;
  }
  .header-address li i {
    width: 15px;
  }
  .header-address li span {
    padding-left: 15px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 14px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: auto;
  }
  .menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
    left: -15px;
  }
  .menu-two-style.stick::before {
    width: 100%;
  }
  .menu-two-style.stick::after {
    width: auto;
  }
  .slide-3 .s-tb-c .container,
  .slide-5 .s-tb-c .container {
    margin-top: 80px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .team-layout-2 .single-item .item-content h3 {
    font-size: 18px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 20px;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 0;
  }
  .banner-one-area .banner-content h2 {
    font-size: 30px;
  }
  .asked-question-one-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question,
  .request-call-two-area .request-image,
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
  .request-call-one-area .request-form {
    width: 90%;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .left-tab-style {
    padding-bottom: 100px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(120%);
  }
  .our-expert-advisor .single-expert .item-content {
    flex: inherit;
    padding: 40px 0;
  }
  .request-call-two-area {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 20px 30px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    max-width: 120px;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .testimonial-two-area .single-testimonial {
    width: 80%;
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-service-one .single-service .item-icon {
    padding-right: 15px;
  }
  .about-service-one .single-service .item-content h3 {
    font-size: 20px;
  }
  .page-title {
    padding: 70px 0;
  }
  .team-detail-layout .detail-image ul li {
    font-size: 15px;
  }
  .team-detail-layout .detail-image ul li:first-child {
    font-size: 22px;
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 35px;
    padding-left: 10px;
  }
  .sidebar .sidebar-box .download h3 {
    font-size: 18px;
  }
  .sidebar .sidebar-box .download .button-dow a {
    padding: 10px;
    font-size: 12px;
  }
  .sidebar .sidebar-box .ready-to-help {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .ready-to-help a.ghost-btn {
    padding: 12px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 47%;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    font-size: 19px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 5px;
  }
  .sidebar .sidebar-box .related-product .retated-img {
    margin-right: 10px;
    padding: 8px;
  }
  .sidebar .sidebar-box .related-product .retated-img img {
    width: 50px;
  }
  .product-details .details-image .single-product-tab ul li a img {
    width: 36px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 36px;
  }
  .counter-area .counter-title h2 {
    font-size: 40px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }
  .slider-area {
    margin-top: 56px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sidebar {
    margin-top: 70px;
  }
  .waste-time-area,
  .waste-time-area .waste-time-button {
    text-align: center;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 24px;
  }
  .about-one-area .about-image {
    text-align: center;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .asked-question-one-area {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .request-call-two-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .request-call-two-area .request-image {
    width: inherit;
  }
  .banner-one-area .banner-content h2 {
    font-size: 26px;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 30px;
  }
  .request-call-one-area .request-form {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bottom-area .footer-box .footer-social,
  .footer-bottom-area .footer-box .useful-link {
    margin-bottom: 50px;
  }
  .latest-news-one-area .single-news .item-image img {
    width: calc(124%);
  }
  .left-tab-style .tabs-left .nav-tabs {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 95%;
  }
  .our-expert-advisor .single-expert {
    display: inherit;
    margin-right: 0;
  }
  .our-expert-advisor .single-expert .item-content {
    margin: 0;
    padding: 30px;
  }
  .our-expert-advisor .single-expert::after {
    border: none;
    position: inherit;
  }
  .service-three-area .single-item .single-service {
    box-shadow: 0 -1px 0 0 #d8d8d8;
    padding-right: 40px;
    padding-left: 40px;
  }
  .asked-question-two-area .row {
    display: inherit;
  }
  .asked-question-two-area .asked-accordion {
    padding: 70px 0 120px;
  }
  .asked-question-two-area .asked-image {
    text-align: center;
  }
  .asked-question-two-area .asked-image img {
    display: inline-block;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-four-area .single-feature-item img {
    width: 100%;
  }
  .testimonial-two-area .single-testimonial {
    width: inherit;
  }
  .service-one-area,
  .our-team-area,
  .service-layout-3,
  .pricing-plan-area {
    padding: 90px 0 60px;
  }
  .about-one-area {
    padding-top: 90px;
  }
  .request-call-one-area,
  .asked-question-two-area .asked-accordion {
    padding-bottom: 90px;
  }
  .service-slider-one-area,
  .weekly-financial-report,
  .expert-advisor-slider-area,
  .our-expert-advisor,
  .service-slider-two-area,
  .our-portfolio-area,
  .service-four-area,
  .design-own-area,
  .service-slider-three-area,
  .our-expert-slider-area,
  .service-slider-five-area,
  .our-expert-member-slider-area,
  .service-slider-six-area,
  .about-page-one-area,
  .our-portfolio-area,
  .contact-area {
    padding: 80px 0 90px;
  }
  .testimonial-one-area,
  .latest-news-one-area,
  .testimonial-two-area,
  .footer-bottom-area {
    padding: 80px 0;
  }
  .left-tab-style,
  .financial-analysis-area,
  .request-call-three-area,
  .service-layout-detail,
  .error-area,
  .latest-news-area,
  .online-shop-area,
  .single-shop-area,
  .checkout-page-area,
  cart-page-area {
    padding: 90px 0;
  }
  .service-two-area {
    padding: 80px 0 40px;
  }
  .counter-area,
  .our-case-studies-area,
  .expert-people-area,
  .team-layout-2,
  .service-five-area,
  .service-six-area,
  .about-service-one-area {
    padding: 80px 0 60px;
  }
  .our-portfolio-area.layout-space,
  .service-layout-1 {
    padding: 90px 0 50px;
  }
  .service-layout-2,
  .case-studies-layout,
  .case-layout-detail,
  .faqs-area {
    padding: 90px 0 70px;
  }
  .request-form-select > fieldset > div {
    padding: 0;
  }
  .counter-area .counter-title h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(118%);
  }
  .service-layout-2 .single-item .item-content {
    margin-top: 30px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .error-bottom-wrapper {
    width: 65%;
  }
  .news-layout-3 .single-item .item-info {
    margin-top: 30px;
  }
  .news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 0;
  }
  .online-shop-category .online-header .pager-area {
    display: inherit;
    text-align: inherit;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .online-shop-category .category-product-list .single-item .product-content {
    margin-top: 30px;
  }
  .product-details .detail-content {
    margin-top: 30px;
  }
  .service-six-area .single-service-item .single-service .service-content {
    margin-top: 15px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 5px;
    display: inline-block;
  }
  .cart-page-area .ghost-btn {
    padding: 10px 15px;
  }
  .cart-page-area .cart-page-bottom-left input {
    margin-bottom: 15px;
  }
  .about-video {
    margin-top: 40px;
  }
  .about-video img {
    width: 100%;
  }
  .page-title {
    margin-top: 55px;
    padding: 60px 0;
    text-align: center;
  }
  .page-title h2 {
    font-size: 32px;
  }
  .team-layout-1 .single-team .item-image img,
  .team-layout-3 .single-item .item-image img,
  .detail-image .image-caption img,
  .portfolio-layout-1 .single-item .item-image img,
  .portfolio-layout-2 .single-item .item-image img,
  .portfolio-layout-3 .single-item .item-image img,
  .service-layout-1 .single-item .item-image img,
  .service-layout-2 .single-item .item-image img,
  .service-layout-3 .single-item .item-image img,
  .case-studies-layout .single-item .item-image img,
  .news-layout-2 .single-item .item-image img,
  .news-layout-3 .single-item .item-image img {
    width: 100%;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 13px;
    line-height: 18px;
    width: 70%;
  }
  h2,
  .our-expert-advisor .single-expert .item-content h3 {
    font-size: 26px;
  }
  .section-title-center h2,
  .counter-area .counter-title h2,
  .people-choose-services .people-choose-content h2,
  .request-call-two-area .request-form .request-title h2,
  .waste-time-area .waste-time-content h3,
  .design-own-area .own-site-content h2,
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    float: inherit !important;
    max-width: inherit;
  }
  .expert-people-area .single-item .item-image img,
  .team-layout-2 .single-item .item-image img {
    width: 100%;
  }
  .expert-people-area .single-item .item-content,
  .team-layout-2 .single-item .item-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 50px 40px;
  }
  .left-tab-style .tabs-left .nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-default-big {
    padding: 14px 25px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(123%);
  }
  .page-title {
    padding: 50px 0;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .error-bottom-wrapper a.error-btn {
    padding: 16px 30px;
  }
  .news-details-layout .item-comments .item-author .pull-left {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px;
    font-size: 13px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 24px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .service-four-area .single-feature-item .feature-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest-news-one-area .single-news .item-info span {
    font-size: 13px;
  }
  .latest-news-one-area .single-news .item-info i {
    font-size: 14px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 6px;
  }
  .page-title {
    padding: 40px 0;
  }
  .page-title h2 {
    font-size: 26px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px 8px;
    font-size: 12px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 12px;
  }
  .related-product-area .single-item .item-content {
    text-align: center;
  }
}
/*=====  End of Responsive css  ======*/






/*custom*/


/*
  ==================================
    CITY ABOUT WRAP START 
  ==================================
*/
.city_about_link,
.city_about_text,
.city_about_list,
.city_about_fig,
.city_about_wrap{
  float:inherit;
  width:100%;
}
.city_about_wrap{
  /*padding:100px 0px 70px;*/
}
.cutom_padd{
  padding: 100px 0 70px;
}
.city_about_fig{
  /*padding:0px 100px 70px 0px;*/
  /*position:relative;*/
}
.city_about_fig{
  padding:0px 0px 70px 0px;
  position:relative;
}
.city_about_video{
  position:absolute;
  right:0px;
  bottom:0px;
  border:20px solid #fff;
  z-index: 2;
}
.city_about_video .overlay:before{
  opacity:0.9;
}
.paly_btn{
  position:absolute;
  top:50%;
  left:0px;
  right:0px;
  font-size:50px;
  color:#fff;
  text-align:center;
  margin-top:-33px;
  z-index:2;
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.city_about_text{
  margin-bottom:45px;
}
.city_about_text h6{
  margin:0px 0px 14px 0px;
  /*font-style:italic;*/
  line-height:28px;
  font-size: 20px;
}
.city_about_text p{
  line-height:28px;
  margin:0px 0px;
}
.city_about_link li{
  margin-bottom:15px;
}
.city_about_link li:last-child{
  margin-bottom:0px;
}
.city_about_link li a{
  font-size:15px;
  font-weight:normal;
}
.city_about_link li a i{
  margin-right:25px;
}

.overlay {
    position: relative;
}
.thumb, figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.city_about_video .overlay:before {
 position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #192f59;
    opacity: 0.9;
}





 /* theam hover start*/

.about_one .box:before,
.about_one .box:after,
.about_one  .box .box-layer{
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 100%;
  opacity:0.8;
  z-index:1;
}
.about_one .box:hover:before,
.about_one .box:hover:after,
.about_one .box:hover .box-layer{
    top: 0;
}
.about_one .box:before{
    left: 0;
    -o-transition: all 0.15s linear 0.2s;
    -moz-transition: all 0.15s linear 0.2s;
    -ms-transition: all 0.15s linear 0.2s;
    -webkit-transition: all 0.15s linear 0.2s;
    transition: all 0.15s linear 0.2s;
}
.about_one .box:hover:before{
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.about_one .box:after{
    left: 20%;
    -o-transition: all 0.15s linear 0.25s;
    -moz-transition: all 0.15s linear 0.25s;
    -ms-transition: all 0.15s linear 0.25s;
    -webkit-transition: all 0.15s linear 0.25s;
    transition: all 0.15s linear 0.25s;
}
.about_one .box:hover:after{
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.about_one .box .layer-1{
    left: 40%;
    -o-transition: all 0.15s linear 0.3s;
    -moz-transition: all 0.15s linear 0.3s;
    -ms-transition: all 0.15s linear 0.3s;
    -webkit-transition: all 0.15s linear 0.3s;
    transition: all 0.15s linear 0.3s;
}
.about_one .box:hover .layer-1{
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.about_one .box .layer-2{
    left: 60%;
    -o-transition: all 0.15s linear 0.35s;
    -moz-transition: all 0.15s linear 0.35s;
    -ms-transition: all 0.15s linear 0.35s;
    -webkit-transition: all 0.15s linear 0.35s;
    transition: all 0.15s linear 0.35s;
}
.about_one .box:hover .layer-2{
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.about_one .box .layer-3{
    left: 80%;
    -o-transition: all 0.15s linear 0.4s;
    -moz-transition: all 0.15s linear 0.4s;
    -ms-transition: all 0.15s linear 0.4s;
    -webkit-transition: all 0.15s linear 0.4s;
    transition: all 0.15s linear 0.4s;
}
.about_one .box:hover .layer-3{
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
/*main div hover*/
.city_blog_fig:hover .box .layer-1,
.city_news2_post.post2:hover .box .layer-1,
.blog_post_author:hover .box .layer-1,
.blog_post_slide_fig:hover .box .layer-1,
.forum_user_replay:hover .box .layer-1,
.forum_author_fig:hover .box .layer-1,
.city_project02_fig:hover .box .layer-1,
.event_categories_list:hover .box .layer-1,
.city_blog2_fig.fig2:hover .box .layer-1,
.city_event2_list2_row:hover .box .layer-1,
.accordion-section-content:hover .box .layer-1,
.city_senior_team:hover .box .layer-1,
.city_event2_fig:hover .box .layer-1,
.city_emergency_slide_fig:hover .box .layer-1,
.city_service_tabs_list:hover .box .layer-1,
.city_department2_fig:hover .box .layer-1,
.city_blog_grid:hover .box .layer-1,
.city_department_fig:hover .box .layer-1,
.city_news_list:hover .box .layer-1,
.city_news_fig:hover .box .layer-1,
.city_event_fig:hover .box .layer-1,
.city_blog_fig:hover .box .layer-1{
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.city_blog_fig:hover .box .layer-2,
.city_news2_post.post2:hover .box .layer-2,
.blog_post_author:hover .box .layer-2,
.blog_post_slide_fig:hover .box .layer-2,
.forum_user_replay:hover .box .layer-2,
.forum_author_fig:hover .box .layer-2,
.city_project02_fig:hover .box .layer-2,
.event_categories_list:hover .box .layer-2,
.city_blog2_fig.fig2:hover .box .layer-2,
.city_event2_list2_row:hover .box .layer-2,
.accordion-section-content:hover .box .layer-2,
.city_senior_team:hover .box .layer-2,
.city_event2_fig:hover .box .layer-2,
.city_emergency_slide_fig:hover .box .layer-2,
.city_service_tabs_list:hover .box .layer-2,
.city_department2_fig:hover .box .layer-2,
.city_blog_grid:hover .box .layer-2,
.city_department_fig:hover .box .layer-2,
.city_news_list:hover .box .layer-2,
.city_news_fig:hover .box .layer-2,
.city_event_fig:hover .box .layer-2,
.city_blog_fig:hover .box .layer-2{
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.city_blog_fig:hover .box .layer-3,
.city_news2_post.post2:hover .box .layer-3,
.blog_post_author:hover .box .layer-3,
.blog_post_slide_fig:hover .box .layer-3,
.forum_user_replay:hover .box .layer-3,
.forum_author_fig:hover .box .layer-3,
.city_project02_fig:hover .box .layer-3,
.event_categories_list:hover .box .layer-3,
.city_blog2_fig.fig2:hover .box .layer-3,
.city_event2_list2_row:hover .box .layer-3,
.accordion-section-content:hover .box .layer-3,
.city_senior_team:hover .box .layer-3,
.city_event2_fig:hover .box .layer-3,
.city_emergency_slide_fig:hover .box .layer-3,
.city_service_tabs_list:hover .box .layer-3,
.city_department2_fig:hover .box .layer-3,
.city_blog_grid:hover .box .layer-3,
.city_department_fig:hover .box .layer-3,
.city_news_list:hover .box .layer-3,
.city_news_fig:hover .box .layer-3,
.city_event_fig:hover .box .layer-3,
.city_blog_fig:hover .box .layer-3{
  -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.city_blog_fig:hover .box:after,
.city_news2_post.post2:hover .box:after,
.blog_post_author:hover .box:after,
.blog_post_slide_fig:hover .box:after,
.forum_user_replay:hover .box:after,
.forum_author_fig:hover .box:after,
.city_project02_fig:hover .box:after,
.event_categories_list:hover .box:after,
.city_blog2_fig.fig2:hover .box:after,
.city_event2_list2_row:hover .box:after,
.accordion-section-content:hover .box:after,
.city_senior_team:hover .box:after,
.city_event2_fig:hover .box:after,
.city_emergency_slide_fig:hover .box:after,
.city_service_tabs_list:hover .box:after,
.city_department2_fig:hover .box:after,
.city_blog_grid:hover .box:after,
.city_department_fig:hover .box:after,
.city_news_list:hover .box:after,
.city_news_fig:hover .box:after,
.city_event_fig:hover .box:after,
.city_blog_fig:hover .box:after{
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.city_blog_fig:hover .box:before,
.city_news2_post.post2:hover .box:before,
.blog_post_author:hover .box:before,
.blog_post_slide_fig:hover .box:before,
.forum_user_replay:hover .box:before,
.forum_author_fig:hover .box:before,
.city_project02_fig:hover .box:before,
.event_categories_list:hover .box:before,
.city_blog2_fig.fig2:hover .box:before,
.city_event2_list2_row:hover .box:before,
.accordion-section-content:hover .box:before,
.city_senior_team:hover .box:before,
.city_event2_fig:hover .box:before,
.city_emergency_slide_fig:hover .box:before,
.city_service_tabs_list:hover .box:before,
.city_department2_fig:hover .box:before,
.city_blog_grid:hover .box:before,
.city_department_fig:hover .box:before,
.city_news_list:hover .box:before,
.city_news_fig:hover .box:before,
.city_event_fig:hover.box:before,
.city_blog_fig:hover.box:before{
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.city_blog_fig:hover .box:before,
.city_blog_fig:hover .box:after,
.city_blog_fig:hover .box .box-layer,
.city_news2_post.post2:hover .box:before,
.city_news2_post.post2:hover .box:after,
.city_news2_post.post2:hover .box .box-layer,
.blog_post_author:hover .box:before,
.blog_post_author:hover .box:after,
.blog_post_author:hover .box .box-layer,
.blog_post_slide_fig:hover .box:before,
.blog_post_slide_fig:hover .box:after,
.blog_post_slide_fig:hover .box .box-layer,
.forum_user_replay:hover .box:before,
.forum_user_replay:hover .box:after,
.forum_user_replay:hover .box .box-layer,
.forum_author_fig:hover .box:before,
.forum_author_fig:hover .box:after,
.forum_author_fig:hover .box .box-layer,
.city_project02_fig:hover .box:before,
.city_project02_fig:hover .box:after,
.city_project02_fig:hover .box .box-layer,
.event_categories_list:hover .box:before,
.event_categories_list:hover .box:after,
.event_categories_list:hover .box .box-layer,
.city_blog2_fig.fig2:hover .box:before,
.city_blog2_fig.fig2:hover .box:after,
.city_blog2_fig.fig2:hover .box .box-layer,
.city_event2_list2_row:hover .box:before,
.city_event2_list2_row:hover .box:after,
.city_event2_list2_row:hover .box .box-layer,
.accordion-section-content:hover .box:before,
.accordion-section-content:hover .box:after,
.accordion-section-content:hover .box .box-layer,
.city_senior_team:hover .box:before,
.city_senior_team:hover .box:after,
.city_senior_team:hover .box .box-layer,
.city_event2_fig:hover .box:before,
.city_event2_fig:hover .box:after,
.city_event2_fig:hover .box .box-layer,
.city_emergency_slide_fig:hover .box:before,
.city_emergency_slide_fig:hover .box:after,
.city_emergency_slide_fig:hover .box .box-layer,
.city_service_tabs_list:hover .box:before,
.city_service_tabs_list:hover .box:after,
.city_service_tabs_list:hover .box .box-layer,
.city_department2_fig:hover .box:before,
.city_department2_fig:hover .box:after,
.city_department2_fig:hover .box .box-layer,
.city_blog_grid:hover .box:before,
.city_blog_grid:hover .box:after,
.city_blog_grid:hover .box .box-layer,
.city_department_fig:hover .box:before,
.city_department_fig:hover .box:after,
.city_department_fig:hover .box .box-layer,
.city_news_list:hover .box:before,
.city_news_list:hover .box:after,
.city_news_list:hover .box .box-layer,
.city_news_fig:hover .box:before,
.city_news_fig:hover .box:after,
.city_news_fig:hover .box .box-layer,
.city_event_fig:hover .box:before,
.city_event_fig:hover .box:after,
.city_event_fig:hover .box .box-layer,
.city_blog_fig:hover .box:before,
.city_blog_fig:hover .box:after,
.city_blog_fig:hover .box .box-layer{
    top: 0;
}
/*img hover scale start*/


.city_blog_fig:hover figure img,
.city_news2_post.post2:hover figure img,
.blog_post_author:hover figure img,
.blog_post_slide_fig:hover figure img,
.forum_user_replay:hover figure img,
.forum_author_fig:hover figure img,
.city_team_fig:hover figure img,
.city_project02_fig:hover figure img,
.event_categories_list:hover figure img,
.city_blog2_fig:hover figure img,
.city_event2_list2_row:hover .city_event2_list2_fig figure img,
.event_video:hover figure img,
.accordion-section-content:hover figure img,
.city_senior_team:hover figure img,
.city_project_fig:hover figure img,
.city_event2_fig:hover figure img,
.city_business_fig:hover figure img,
.city_visit_fig:hover figure img,
.city_news2_fig:hover figure img,
.city_emergency_slide_fig:hover figure img,
.city_service_tabs_list:hover figure img,
.city_department2_fig:hover figure img,
.city_service2_fig:hover figure img,
.city_blog_grid:hover .box img,
.city_news_list:hover .box img,
.city_news_fig:hover .box img,
.city_event_fig:hover .box img,
.city_blog_fig:hover .box img,
.city_department_fig:hover .box img,
.box:hover img{
    transform:scale(1.5) rotate(0deg);
  -moz-transform:scale(1.5) rotate(0deg);
  -webkit-transform:scale(1.5) rotate(0deg);
}
.city_health_service2:hover .city_health_list > span i{
  transform:scale(1.2) rotate(10deg);
  -moz-transform:scale(1.2) rotate(10deg);
  -webkit-transform:scale(1.2) rotate(10deg);
}



.box:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.box:hover:before, .box:hover:after, .box:hover .box-layer {
    top: 0;
}
.dl-menuwrapper .dl-menu, .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper button, .city_contact_text, .city_coming_feild button, .city_404_wrap.overlay:before, .event_booking_form .theam_btn, .event_video:hover .overlay:before, .city_about_list.list2 .theam_btn, .side_notice_list .sidebar_title, .side_submit_field .theam_btn.btn2, .city_health_service2:hover .city_health_list > .overlay:before, .city_health_service2:hover .see_more_btn, .city_visit_text .theam_btn, .box:before, .box:after, .box .box-layer, .city_service2_btn.btn2 .theam_btn:hover, .city_blog_grid_text span, .city_side_info, .city_award_wrap, .special_service_text.overlay:before, .sab_banner.overlay:before, [class^="imghvr-"] .hover-theme, [class*=" imghvr-"] .hover-theme, .city_project_fig:hover .overlay:before, [class^="imghvr-shutter-out-"]::before, [class*=" imghvr-shutter-out-"]::before, .city_news_feild.feild2, .city_news_search .theam_btn, .city_client_row .bx-wrapper .bx-prev:hover, .city_client_row .bx-wrapper .bx-next:hover, .slick-slide.slick-current.slick-active.slick-center .city_project_fig .overlay:before, .city_jobs_item.pull-right.overlay:before, .city_office_list, .city_triagle span, .city_department_fig .overlay:before, .city_top_social ul li a:hover, .banner_search_field a:hover, .theam_btn:hover {
    background-color: #14284b;
}
.box:before {
    left: 0;
    -o-transition: all 0.15s linear 0.2s;
    -moz-transition: all 0.15s linear 0.2s;
    -ms-transition: all 0.15s linear 0.2s;
    -webkit-transition: all 0.15s linear 0.2s;
    transition: all 0.15s linear 0.2s;
}
.box:before, .box:after, .box .box-layer {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 100%;
    opacity: 0.8;
    z-index: 1;
}

.city_blog_fig figure img, .city_news2_post.post2 figure img, .blog_post_author figure img, .blog_post_slide_fig figure img, .forum_author_fig figure img, .city_team_fig figure img, .city_project02_fig figure img, .event_categories_list figure img, .city_blog2_fig figure img, .city_event2_list2_fig figure img, .event_video figure img, .city_treatment_list .overlay:before, .accordion-section-content figure img, .city_senior_team figure img, .city_project_fig figure img, .city_health_list > span i, .city_event2_fig figure img, .city_business_fig figure img, .city_visit_fig figure img, .city_news2_fig figure img, .city_emergency_slide_fig figure img, .city_service_tabs_list figure img, .city_department2_fig figure img, .city_service2_fig figure img, .city_blog_grid .box img, .city_news_list .box img, .city_news_fig .box img, .city_event_fig .box img, .city_blog_fig .box img, .city_department_fig .box img, .box img, .city_blog_social.social2 .social_icon, .city_news2_text, [class^="imghvr-shutter-out-"]::before, [class*=" imghvr-shutter-out-"]::before, [class^="imghvr-"] .hover-theme, [class*=" imghvr-"] .hover-theme, .slick-slide.slick-current.slick-active.slick-center .city_project_fig .overlay:before, .slick-slide.slick-current.slick-active.slick-center .city_project_fig, .city_blog_fig, .city_blog_fig.position {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.city_comment_form_login .theam_btn, .city_login h4:before, .side_news_deatil:hover .theam_btn, .navigation ul > li > ul, .blog_post_slide .slick-prev:hover, .blog_post_slide .slick-next:hover, .forum_quote, .forum_card, .city_news2_detail:hover .theam_btn, .city_news2_detail:hover, .city_team_fig .city_top_social li a:hover, .project_title, .city_blog2_fig.fig2 .theam_btn:hover, .city_blog2_fig:hover .see_more_btn, .city_blog2_fig .paly_btn:hover, .city_blog2_list:hover .city_meta_list, .city_blog2_list:hover .city_blog2_text, .event_booking_area textarea:focus, .event_booking_field input:focus, .event_heading, .city_event2_year .sidebar_search input:focus, .city_event2_year .list, .city_event2_list2_row:hover .theam_btn, .city_event2_list2_row:hover .city_event2_list2_fig figure, .sidebar_search input:focus, .sidebar_heading, .city_about_list.list2 .theam_btn:hover, .city_senior_team > figure, .city_health2_text .slick-prev:hover, .city_health2_text .slick-next:hover, .city_emergency_slider .slick-prev:hover, .city_emergency_slider .slick-next:hover, .city_department_wrap .slick-prev:hover, .city_department_wrap .slick-next:hover, .city_health2_service:hover, .city_visit_text .theam_btn:hover, .city_business_fig figure:after, .city_service2_btn.btn2 .theam_btn, .city_health_fig:after, .city_news2_text .theam_btn, .special_service_text .theam_btn:hover, .city_request_list, .city_project_wrap .slick-prev:hover, .city_project_wrap .slick-next:hover, .section_heading.center:before, .city_blog_fig.position:hover .theam_btn, .city_office_list, .city_department_wrap .slick-prev:hover, .city_department_wrap .slick-next:hover, .city_department_fig:hover, .section_heading, .city_top_social ul li a, .city_top_social ul li a:hover {
    border-color: #3db166;
}

.border:after, .border:before {
    position: absolute;
    content: "";
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #cccccc;
    width: 310px;
}

.section_heading span {
    line-height: 20px;
    margin: 0px 0px 0px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.city_department_text a, .section_heading span {
    font-family: 'Montserrat', sans-serif;
}

ul.city_about_link li a{color:#444444;}

/*
  ==================================
    CITY ABOUT WRAP END 
  ==================================
*/


/**** Portfolio Section ****/

.portfolio-section .filters .more-projects {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px
}

.portfolio-section .filters .filter-tabs .filter {
    position: relative;
    color: #555555;
    font-size: 14px;
    margin: 0px 10px;
    /* background: #3d98de; */
    /* color: #fff; */
    border: 2px solid #3d98de;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 7px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.portfolio-section .filters .filter-tabs .filter.active,
.portfolio-section .filters .filter-tabs .filter:hover {
    color: #192f59;
}

.portfolio-section .filters .filter-tabs .filter:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-top: -40px;
    width: 7px;
    height: 7px;
    opacity: 0;
    visibility: hidden;
    margin-left: -3px;
    border-radius: 50px;
    background-color: #6734c2;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.gallery-block.mix,
.gallery-block-two.mix {
    display: none;
}

.gallery-block {
    position: relative;
    margin-bottom: 50px;
}

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .inner-box .image {
    position: relative;
}

.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.portfolio-section .filters .filter-tabs .filter:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s all;
    transition: .4s all;
    background: #4099de;
}
.portfolio-section .filters .filter-tabs .filter.active:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s all;
    transition: .4s all;
    background: #4099de;
    color: red;
}
.portfolio-section .filters .filter-tabs .filter:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(238, 45, 80, 0.90);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #6734c2;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link .icon {
    position: relative;
}

.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .lower-content {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.gallery-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 4px;
}

.gallery-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .lower-content h3 a:hover {
    color: #6734c2;
}

.gallery-block .inner-box .lower-content .designation {
    position: relative;
    color: #6734c2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-block-two {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block-two .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
    height: 200px;
}

.gallery-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-block-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-block-two .overlay-box:before {
    position: absolute;
    left: -25%;
    top: 0%;
    height: 100%;
    width: 150%;
    content: "";
    opacity: 0;
    background-color: rgba(25, 47, 89, 0.90);
    transform: skewY(25deg);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 400ms linear;
}

.gallery-block-two .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block-two .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block-two .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block-two .inner-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #6734c2;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery-block-two .inner-box .overlay-inner .link .icon {
    position: relative;
}

.portfolio-section .button-box {
    margin-top: 50px;
}

.portfolio-masonry-section {
    position: relative;
    padding: 120px 0px 75px;
}

.single-portfolio-section .det-content h3 {
    font-size: 24px;
    margin: 30px 0 16px;
    color: #1a1a1a;
    font-weight: 900;
}

.single-portfolio-section .det-content p {
    margin-bottom: 25px;
}

.single-portfolio-section .portfolio-tags {
    padding: 18px 0;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-portfolio-section .portfolio-tags .title {
    text-transform: capitalize;
    color: #1a1a1a;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.single-portfolio-section .portfolio-det-social {
    margin: 4px 4px 4px 0;
    display: inline-block;
    padding: 10px 8px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-portfolio-section .info span {
    display: block;
    margin-bottom: 20px;
}

.single-portfolio-section .info span i {
    color: #ee2d50;
    margin-right: 7px;
}

.single-portfolio-section .col-md-4 .info li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.portfolio-area.related-projects .pf-item .info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    display: inline-block;
    float: left;
    padding: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.single-portfolio-section .info li span {
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.single-portfolio-section .info li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.single-portfolio-section .info {
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
    margin-top: 10px;
}

.single-portfolio-section .conetnt {
    padding-right: 50px;
}

.single-portfolio-section .info li a {
    color: #ee2d50;
}

.more-portfolio-section .sec-title h3 {
    position: relative;
    font-size: 18px;
    padding-left: 0;
    padding-right: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.more-portfolio-section .sec-title h3:before {
    width: 70px;
    height: 3px;
    background-color: #ee2d50;
    right: -70px;
    top: 14px;
    position: absolute;
    content: "";
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*video*/

.marketing_sale .jarallax{
  padding: 220px 0px 170px 0px;
}


.d-table {
    display: table!important;
    margin: 0 auto;
}
/*jarallax::after {
    background: linear-gradient(90deg,#862d59,#862d59);
    opacity: 0.20;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
   
}*/
.sonar-wrapper {
    position: relative;
    z-index: 0;
    /*padding: 8rem 0;*/
}
.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
}
.sonar-wave {
    animation: sonarWave 3s linear infinite;
}
@keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: #3f98de;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.play-icon i {
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #192f59;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    border-radius: 50%;
    padding-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

/*services*/


.service_box:hover {
    box-shadow: 0px 10px 50px -38px;
}
.service_box{
  min-height: 330px;
  max-height: 330px;
  transition: all 600ms ease-in-out;
}


/*.counter-section-two:before {
    position: absolute;
    content: '';
    width: 27.5%;
    height: 100%;
    background: #f9f8fc;
    top: 0;
    left: 0;
}*/

/*.counter-section-two:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 80%;
    background: #ffffff99;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}*/

.counter-section-two .count-title h2 {
    color: #555555;
    position: absolute;
    transform: rotate(90deg);
    margin-top: 110px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.counter-section-two .count-title h2 strong {
    position: relative;
    color: #6734c2;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}


/*com counter*/

.com-counter {
    position: relative;
}

.com-counter .column {
    position: relative;
}

.com-counter .column .inner {
    position: relative;
    padding-left:50px;
}

.com-counter .column .inner .content {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 50px;
}

.com-counter .column .inner .content:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 1px;
    bottom: -1px;
    background: #4099de;
}

.com-counter .column .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fe5807;
    font-size: 48px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.com-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
    font-family: 'Poppins', sans-serif;
}

.com-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #6734c2;
    font-size: 42px;
    line-height: 1em;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.com-counter .column .inner .count-outer.alternate,
.com-counter .column .inner .count-outer.alternate .count-text {
    color: #ee2d50;
}

.com-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #6734c2;
    font-size: 42px;
    line-height: 1em;
    font-family: 'Poppins', sans-serif;
}

.com-counter .column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    margin-top: 8px;
    text-transform: uppercase;
}

.com-counter .column:hover .icon-box {
    border-color: #f47629;
}


/*.counter-section-two:before {
    position: absolute;
    content: '';
    width: 38%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;

}*/
/*.counter-section-two:after {
    position: absolute;
    content: '';
    width: 28.89%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
     pointer-events: none;
}
*/
.counter-section-two {
    z-index: -1;
    position: relative;
}

.counter-section .sidebar .sidebar-box {
    margin-bottom: 10px;
    margin-top: 20px;
    height: 200px;

}
.counter-section .sidebar .recent-post{
  width: 100%;
    float: left;
}
.counter-section .sidebar .recent-post marquee{
    height: 380px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.counter-section.jarallax {
  /*height: 600px;*/
  /*overflow: hidden;*/
} 


/*hover*/


.beautypress-new-single-about-img img,
.beautypress-new-single-about-img .beautypress-3d-project-card {
    border-radius: 10px;
}

.beautypress-new-single-about-img img {
    width: 100%;
}

.beautypress-new-single-about-img .beautypress-3d-project-card {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.beautypress-single-photo-gallery.beautypress-3d .beautypress-3d-project-card {
    box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
}
.beautypress-3d-project-card {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
.beautypress-photo-gallery-section.beautypress-version-2 .beautypress-single-photo-gallery.beautypress-3d:hover .beautypress-3d-project-card {
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}

/*custom aboutus*/

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.prl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.border-img {
    border: 6px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

.about_one.service-layout-2 .single-item .item-image {
     overflow: unset; 
}

.about_one.our-expert-advisor .single-expert:after{
  content: unset;
}
.about_one.our-expert-advisor .single-expert{
  background: unset;
  margin-right: 0;
}

.counter-section-two{
  z-index: 0;
}

/
/* BELL */

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.fancybox-toolbar 
{
  top: 0 !important;
  right: 0 !important;
}

.fancybox-infobar {
  top: 0 !important;
}
.fancybox-container {
  z-index: 9999999999 !important;
}
.th_custom
{
    color: #fff;
    background-color: #3f98de;
}
.table>thead>tr>th {
    vertical-align: top !important;
}
.table_custom
{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.table_custom .th_custom{
	font-size: 14px;
}    

@-webkit-keyframes shafaqat{
  0%{background-position:50% 0}
  100%{background-position:330px 0%}
}
@-moz-keyframes shafaqat{
  0%{background-position:50% 0}
  100%{background-position:330px 0%}
}
@-ms-keyframes shafaqat{
  0%{background-position:50% 0}
  100%{background-position:330px 0%}
}
@keyframes shafaqat{
  0%{background-position:50% 0}
  100%{background-position:330px 0%}
 }


/*sssss*/


.editor_tab a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.editor_tab.vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
}
.editor_tab.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.editor_tab.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.editor_tab.vertical-tab .nav-tabs li a{
    color: #fff;
    background: #0c2461;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 13px;
    margin: 0 10px 10px 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.editor_tab.vertical-tab .nav-tabs li a:hover,
.editor_tab.vertical-tab .nav-tabs li.active a,
.editor_tab.vertical-tab .nav-tabs li.active a:hover{
    color: #ff6348;
    border: none;
}
.editor_tab.vertical-tab .nav-tabs li a:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-top: 3px solid #ff6348;
    border-bottom: 3px solid #ff6348;
    opacity: 0;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.editor_tab.vertical-tab .nav-tabs li.active a:before,
.editor_tab.vertical-tab .nav-tabs li a:hover:before{
    opacity: 1;
    transform: rotate(0);
}
.editor_tab.vertical-tab .tab-content{
    color: #0c2461;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 7px 15px;
    border-top: 3px solid #ff6348;
    border-bottom: 3px solid #ff6348;
    border-radius: 0;
    display: table-cell;
    position: relative;
}
.editor_tab.vertical-tab .tab-content h3{
    font-weight: 500;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .editor_tab.vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .editor_tab.vertical-tab .nav-tabs li a{
        padding: 7px 20px;
        margin: 0 0 10px 0;
    }
    .editor_tab.vertical-tab .tab-content{
        padding: 20px 15px 10px;
        display: block;
    }
    .editor_tab.vertical-tab .tab-content h3{ font-size: 18px; }
}



/**/


.ul-main li.active{
  color: red !important;
  /*position: relative;*/
  /*border-top: 3px solid red;
  border-bottom: 3px solid red;*/
}
/*.ul-main li.active:before{
  position: absolute;
}*/

/*dd*/

.ul-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.10s ease;
}
.ul-main li {
  display: inline-block;
  list-style: outside none none;
}
.ul-main a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.ul-main a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-top: 3px solid #4099de;
  border-bottom: 3px solid #4099de;
}
.ul-main a:hover,
.ul-main .current a {
  color: #ffffff;
}
.ul-main a:hover:before,
.ul-main .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}
/*.ul-main li.active{
  position: relative;
}
.ul-main li a.active:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-top: 3px solid red;
  border-bottom: 3px solid red;
}*/

.ul-main li.active a:before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 3px solid #4099de;
    border-bottom: 3px solid #4099de;
}
.ul-main li.active .rt-dropdown-menu a:before{
  opacity: 0;
}
.ul-main li.active .rt-dropdown-menu a.active:before{
  opacity: 1;
}

.ul-main li.active .rt-dropdown-menu a.active{
  /*color: #fff;*/
    background: #3f98de;

}

/*Inner Page Custom Gallery*/


.lightbox_table #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.lightbox_table #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.inner_subpage .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.inner_subpage .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}


/* Add Animation */
.inner_subpage .modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.inner_subpage .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.inner_subpage .close:hover,
.inner_subpage .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .inner_subpage .modal-content {
    width: 100%;
  }
}





/*--- Grivance form ---*/

.new-valunteer-form {
  background: #192f59 none repeat scroll 0 0;
  bottom: -200%;
  display: inline-block;
  padding: 20px 35px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  /*width: 320px;*/
  z-index: 9999;
  opacity: 0;
}

.valunte-closed {
  color: #fff;
  float: right;
  font-size: 16px;
  margin-bottom: 15px;
}

.valunte-closed:hover {
  color: #fff;
}

.new-valunteer-form.open {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  bottom: 0;
  z-index: 9999999999999999999;
  /*width: 20%;*/
  height: 100%;
  overflow: auto;
  /* -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1); */
  -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
}

.new-valunteer-form.open::-webkit-scrollbar {
    width: 5px;
    background-color: #4099de;
}
.new-valunteer-form.open::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #4099de;
}
.new-valunteer-form.open::-webkit-scrollbar-thumb {
  background-color: #4099de ;
    
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%,*/
                       /*color-stop(.5, rgba(25, 47, 89, 0.5)),*/
                       /*color-stop(.5, transparent), to(transparent));*/
}

.form-title {
  color: #fff;
  float: left;
  width: 100%;
}

.form-title > span {
  color: #d00f10;
  font-size: 9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.form-title > h4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding-bottom: 5px;
    padding-top: 7px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.new-valunteer-form form {
  float: left;
  width: 100%;
}

.new-valunteer-form form input[type=text],
.new-valunteer-form form select,
.new-valunteer-form form input[type=file],
.new-valunteer-form form textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #000;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 20px;
  /*text-transform: uppercase;*/
  width: 100%;
  line-height: 25px;
}
/*.new-valunteer-form form textarea {
  line-height: inherit;
}
.new-valunteer-form form input[type=file]{
  padding: 5px;
}*/
.new-valunteer-form form input::placeholder ,
.new-valunteer-form form input::-webkit-input-placeholder ,
.new-valunteer-form form textarea::placeholder,
.new-valunteer-form form textarea::-webkit-input-placeholder  {
color: black;
}
.form-control{
  border-radius: 0;
}
.new-valunteer-form form input:focus,
.new-valunteer-form form textarea:focus {
  border: 1px solid #3e3e3e;
}

.new-valunteer-form form button {
  background: #4099de none repeat scroll 0 0;
  border: medium none;
  color: #dadada;
  float: left;
  font-size: 10px;
  height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 70px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.new-valunteer-form form button:hover {
  -webkit-box-shadow: 0 2px 2px #737373;
  -moz-box-shadow: 0 2px 2px #737373;
  -ms-box-shadow: 0 2px 2px #737373;
  -o-box-shadow: 0 2px 2px #737373;
  box-shadow: 0 2px 2px #737373;
}

.become-valante {
  cursor: pointer;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.become-valante > i {
  background: #05827b none repeat scroll 0 0;
  color: #fff;
  float: left;
  line-height: 40px;
  width: 55px;
}

.become-valante > a {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 40px;
  text-transform: uppercase;
}

.new-valantee {
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index: 99;
  overflow: hidden;
}

/*validators js*/
.has-error .form-control{
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #a94442 !important;
    color: #000;
    float: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 20px;
    /*text-transform: uppercase;*/
    width: 100%;
    border-radius: 0px;
    line-height: 25px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  }
.with-errors{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: left;
}
.childe_main_li .rt-dropdown-menu{
  display: none;
} 

.childe_main_li:hover .rt-dropdown-menu{
  display: block;
  left: 100%;
  top: 0;
  position: absolute;
  border: 1px solid;
}
.empty_ul{
  border: none !important;
}

.rt-dropdown-menu{
  border: none !important;
} 
.custom_li_active{

}

.custom_blind {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
}
.top_noti.custom_blind{
  border: 1px solid #fff;
}
.footer-bottom-area.custom_blind{
  border-top: 1px solid #fff;
}

.header-area.custom_blind .fa{
  color: #fff;
}

.header-area.custom_blind select{
  color:  black !important;
}
.header-area select.goog-te-combo {
    height: 30px;
    padding: 5px 0 5px 5px;
    color: #192f59}
.counter-section-two.custom_blind {
    position: relative;
    color: rgb(255, 255, 255) !important;
}
/*.counter-section-two.custom_blind:before {
    position: absolute;
    content: '';
    width: 38%;
    height: 100%;
    background-color: rgb(0, 0, 0) !important;
    top: 0;
    left: 0;
}*/
.sidebar.right-sidebar{
  width: 100%;
  float: left;
}
.recent-post ul li .fa-file-text-o{
  display: block;
  font-size: 35px;
  color: inherit;
  opacity: 0.40;
  text-align: right;
  margin-top: 12px;
}
.our-expert-advisor.custom_blind .service_box{
  border: none;
}
.skip_content_padd{
  padding-top: 110px;
}

.footer-bottom-area .footer-box a:hover {
    color: #3f98de;
}

/*********** Recent Events Start ***********/

.recent-events {
    background: url(../images/eventsbg.jpg) no-repeat;
    background-size: cover;
}
.recent-events h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}
.recent-events .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.recent-events .nav-tabs>li {
    margin: 0px;
}
.recent-events .nav-tabs>li>a {
    background: #f7f7f7;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 51px;
    color: #222;
    border: 0px;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.recent-events .nav-tabs>li>a {
    background: #182f58;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 51px;
    color: #fff;
    border: 0px;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.recent-events .nav-tabs>li>a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #3f98de;
    content: "";
}
.recent-events .nav-tabs>li.active>a, .recent-events .nav-tabs>li.active>a:focus, .recent-events .nav-tabs>li.active>a:hover {
    color: #222;
    cursor: default;
    background-color: #f7f7f7;
    border: 0px solid #ddd;
}
.recent-events .nav-tabs>li>a:hover {
    background: #f7f7f7;
    color: #222;
}
.recent-events .tab-content {
    background: #fff;
    border-radius: 0 3px 3px 3px;
    width: 100%;
    float: left;
    padding: 30px;
    height: 430px;
    overflow: hidden;
}
.recent-events .event-list {
    margin: 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeeee;
    position: relative;
	display: flex;/*new added*/
}
.recent-events .event-list:after {
    position: absolute;
    left: -30px;
    width: 3px;
    height: 0;
    background: #3f98de;
    content: "";
    top: -20px;
}
.recent-events .event-list:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.recent-events .event-list li {
    float: left;
    margin-right: 15px;
}
.recent-events .event-list li:last-child {
    float: right;
    margin: 0px;
}
.event-list li strong.edate {
    display: block;
    color: #182f58;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.event-list li strong.etime {
    display: block;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.el-title h5 a{
  color: #182f58;
}
.event-list img {
    border-radius: 3px;
}
.event-list a.joinnow {
    background: #3d98de;
    border: 1px solid #ffffff;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 15px;
}
.event-list a.joinnow:hover {
    background: #d94148;
    border-color: #d94148;
    color: #fff;
}
.event-list li.el-title {
    width: 70%; /*40%;*/
}
.event-list li.el-title h6 {
    color: #222222;
    margin: 0 0 7px;
    font-weight: 600;
    line-height: 22px;
}
.event-list li.el-title h6 a {
    color: #222;
}
.event-list li.el-title p {
    margin: 0px;
    color: #aaaaaa;
    line-height: 22px;
}
.event-list li.el-title p i {
    color: #d94148;
    margin-right: 5px;
}
.recent-events .event-list:hover:after {
    height: 113px;
}
.recent-events .event-list:hover h6 a {
    color: #3f98de;
}
.recent-events .event-list:hover a.joinnow {
    background: #3f98de;
    border-color: #3f98de;
    color: #fff;
}
.event-big {
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0;
}
.event-big img {
    width: 100%;
    height: auto;
}
.event-big:hover .event-cap {
    height: 150px;
}
.event-big:hover .event-cap p {
    opacity: 1;
}
.event-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.80);
    width: 100%;
    border-left: 3px solid #d94148;
    padding: 20px;
    height: 88px;
}
.event-cap h5 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.event-cap h5 a {
    color: #fff;
}
.event-cap h5 a:hover {
    color: #d94148;
}
.event-cap ul {
    margin: 0 0 10px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.event-cap ul li {
    float: left;
    font-size: 14px;
    color: #fff;
}
.event-cap ul li:after {
    content: "|";
    color: #d94148;
    padding: 0 12px;
}
.event-cap ul li:last-child:after {
    border: 0;
    margin: 0px;
    display: none;
}
.event-cap p {
    display: block;
    color: #fff;
    clear: both;
    font-size: 14px;
    margin: 0px;
    opacity: 0;
}
.event-cap ul li {
    float: left;
    font-size: 14px;
    color: #fff;
}
.recent-event-slider {
    margin-bottom: 10px;
}
.recent-event-slider-nav .slick-slide {
    padding: 0 5px;
}
.slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}
/*********** Recent Events End ***********/
.goog-te-gadget .goog-te-combo {
    margin: 4px 0 0;
    height: 30px;
    padding: 0 5px;
    background: #192f59;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
}