/*Tables of content
- body
    - common fonts
    - container
    - social-icons
    - Scroll Next
    - buttons
    - Section Titles
    - Navigation
    - Revolution slider
    - Owl Carousel
    - Page Header
    - Features
    - About us
    - Counters
    - Team
    - Work
    - Pricing
    - Testimonials
    - Our Blog
    - Contact us
    - Footer
*/

@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700|Montserrat:300,400,500,600,700');
@font-face {
    font-family: 'exodemi_bold';
    src: url('../fonts/exo-demibold-webfont.woff2') format('woff2'),
         url('../fonts/exo-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exomedium';
    src: url('../fonts/exo-medium-webfont.woff2') format('woff2'),
         url('../fonts/exo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
   padding: 0;
   margin: 0;
   color: #777777;
   font-size: 14px;
   overflow-x: hidden;
   font-family: 'Exo', sans-serif;
}
body, html {
   height: 100%;
   width: 100%;
   position: relative;
}
html {
   font-size: 16px;
}
ol, ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
a, a:hover, a:focus {
   color: inherit;
   outline: none;
   text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0;
}
h1, h2, h3, h4 {
   letter-spacing: 1px;
    word-spacing: 2px;
}
h1 {
   font-size: 3.75rem;
}
h2 {
   font-size: 3.75rem;
}
h3 {
    font-size: 1.625rem;  
}
h4 {
   font-size: 1.25rem;
}
h5 {
   font-size: 1rem;
}
h6 {
   font-size: 0.875rem;
}
p {
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
/*--- fonts common ---*/
.btn-web, .navbar-nav .nav-link,
.rev_slider h2, .fontdemi-bold,
.slide-action, .tp-bullet .tp-count
 {
   font-family: 'exodemi_bold';
}
p, .box-wrapp .box-inner {
	font-family: 'Montserrat', sans-serif;
}
.font-exo, .font-exomed, .rev_slider p{
   font-family: 'Exo', sans-serif;
}
.font-exomed {
   font-weight: 500;
} 
.font-semi {
   font-weight: 600;
}

/*Transitions*/
a, button, img, .slide-action span::before,
.owl-dot, .owl-prev, .owl-next,
.feature-wrapp, .feature-wrapp::before {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn:focus, .btn:hover {
    box-shadow: none !important;
}
.whitecolor {
   color: #fff;
}
.darkcolor {
   color: #058fd3;
}
.color1 {
   color: #563f4f;
}
.red-layout .color1 {
    color: #ff6666;
}
.bg-light {
   background: #f7f7f7; 
}
.font-semibold {
   font-weight: 600;
}
.container-padding {
   padding-left: 5.625rem;
   padding-right: 5.625rem;
}
.container {
   width: 1400px;
   max-width: 99%;
}

@media (max-width:1366px) {
   .container-padding {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
   }
}
@media (max-width:1200px) {
   .container-padding {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
   }
}
@media (max-width:1024px) {
   .container-padding {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
   }
}
@media (max-width:992px) {
   .container-padding {
      padding-left: 15px;
      padding-right: 15px;
   }
}
   

.space-top {
   padding-top: 7.5rem;
}
.space-bottom {
   padding-bottom: 7.5rem;
}
.space-t-half {
   padding-top: 3.75rem;
}
.space-b-half {
   padding-bottom: 3.75rem;
}
.heading_space {
   margin-bottom: 3.75rem;
}
.m-t-half {
   margin-top: 3.75rem;
}
.b-50 {
   margin-bottom:50px;
}
.b-45 {
   margin-bottom: 45px;
}
.b-40 {
   margin-bottom: 40px;
}
.t-40 {
   margin-top: 40px;
}
.b-35 {
   margin-bottom: 35px;
}
.t-30 {
   margin-top: 30px;
}
.b-30 {
   margin-bottom: 30px;
}
.t-20 {
   margin-top: 20px;
}
.b-20 {
   margin-bottom: 20px;
}
.b-15 {
   margin-bottom: 15px;
}
.image, .image > img {
   width: 100%;
   position: relative;
}

/*Back top Btn*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 20px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    background: #0390d3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.red-layout .back-top {
    background: #ff6666;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}

/* ---- Social icons ----- */
ul.social-icons li {
    display: inline-block;
}
ul.social-icons.d-table li {
   display: table;
}
ul.social-icons li a {
   height: 34px;
   line-height: 34px;
   width: 34px;
   font-size: 16px;
   margin: 0 0.3rem;
   text-align: center !important;
   display: block;
   color: #777777;
   border: 1px solid #777777;
}
ul.social-icons li:first-child a{
    margin-left: 0;
}
ul.social-icons li:last-child a{
    margin-right: 0;
}
ul.social-icons.noborder li a {
   border: none;
}
ul.social-icons.whitecolor li a {
   color: #fff;
    border-color: rgba(247,247,247,.9);
}
ul.social-icons li a:hover, ul.social-icons li a:focus, 
ul.social-icons.white li a:hover, ul.social-icons.white li a:focus {
	color: #fff;
	-webkit-box-shadow: 0 0 17px 17px #ff9f1f inset;
	box-shadow: 0 0 17px 17px #ff9f1f inset;
   border-color: #0390d3;
}
.red-layout ul.social-icons li a:hover,
.red-layout ul.social-icons li a:focus,
.red-layout ul.social-icons.white li a:hover,
.red-layout ul.social-icons.white li a:focus {
    -webkit-box-shadow: 0 0 17px 17px #ff6666 inset;
    box-shadow: 0 0 17px 17px #ff6666 inset;
    border-color: #ff6666;
}

/*Scroll Next*/
.scroll-next {
   display: inline-block;
   width: 40px;
   height: 56px;
   color: #fff;
   text-align: center;
   background: #0390d3;
   font-size: 20px;
   padding: 10px;
   position: absolute;
   line-height: 1;
   z-index: 20;
}
.right-scroller-wrapp {
    height: 20px;
    display: flex;
    flex-direction: row-reverse;
}
.right-scroller-wrapp  .scroll-next{
    margin-right: 15px;
}
.scroll-next.right {
   left: auto;
}
.scroll-next.overlapped {
   -webkit-transform: translateY(-28px);
   -ms-transform: translateY(-28px);
   -o-transform: translateY(-28px);
      transform: translateY(-28px);
}
.red-layout .scroll-next {
   background: #ff6666;
}
.scroll-next.transparent {
   background: transparent;
   color: #0390d3;
   height: auto;
   padding: 0;
}
.red-layout .scroll-next.transparent {
   color: #ff6666;
}
.scroll-next:hover,
.scroll-next:focus {
   color: #fff;
}

/*--- Buttons ---*/
.btn-web {
   padding: 14px 3rem;
   display: inline-block;
   line-height: normal;
   font-size: 14px;
   text-transform: uppercase;
   text-align: center;
   position: relative;
   z-index: 1;
   font-weight: 500;
   border: 2px solid transparent;
}
.btn-web:hover,
.btn-web:focus {
   box-shadow: none;
}
.btn-warnings:not(:disabled):not(.disabled).active,
.btn-warnings:not(:disabled):not(.disabled):active,
.show>.btn-warnings.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-radius {
   -webkit-border-radius: 35px;
    border-radius: 35px;
}
.btn-warnings {
   background: #0390d3;
   color: #fff;
}
.btn-secondry {
    background: #563f4f;
    border-color: #563f4f;
    color: #fff;
}
.red-layout .btn-warnings {
   background: #ff6666;
}
.btn-white-whole {
   border: 2px solid #fff;
   color: #fff;
    background: transparent;
}
.btn-white-whole:hover,
.btn-white-whole:focus,
.btn-white-whole:active{
   color: #5b5b5b;
   background: #fff;
}
.btn-warnings:hover,
.btn-warnings:focus{
   border-color: #0390d3;
   background: transparent;
   color: #fff;
}
.btn-secondry:hover,
.btn-secondry:focus {
    border-color: #0390d3;
    background: #0390d3;
    color: #fff;
}
.red-layout .btn-warnings:hover,
.red-layout .btn-warnings:focus,
.red-layout .btn-warnings:active{
    border-color: #ff6666;
    background: transparent;
    color: #777777;
}
.hvr-white:hover,
.hvr-white:focus {
    background: #fff !important;
    border-color: #fff !important;
    color: #777;
}

@media (min-width: 992px) and (max-width: 1200px) {
   .btn-web {
      padding: 12px 1.7rem;
      font-size: 13px;
   }
}
@media (max-width: 768px) {
   .btn-web {
      padding: 12px 2rem;
      font-size: 13px;
   }
}

/*Section Titles*/
.title-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title-wrapp .title-sec {
    position: relative;
    padding-right: 3.2rem;
    letter-spacing: 3px;
    word-spacing: 1px;
    line-height: normal;
   white-space: nowrap;
}
.title-wrapp .title-sec,
.title-wrapp p {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -moz-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
}
.title-wrapp p {
    padding-left: 2.5rem;
    margin-bottom: 0;
}
.title-sec::before {
    height: 2px;
    width: 650%;
    background: #0390d3;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
    margin-left: -10px;
    top: 10px;
}
.title-sec::before,
.title-sec::after,
.vertical-hr::before{
   content: "";
   position: absolute;
   display: inline-block;
}
.title-sec::after {
    height: 60%;
    width: 1px;
    background: #dcdcdc;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    top: 50%;
}
.vertical-hr {
   position: relative;
   padding-left: 10px;
}
.vertical-hr::before {
    width: 1px;
    height: 90%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    background: #0390d3;
    left: 0;
}
.red-layout .title-sec::before,
.red-layout .vertical-hr::before {
   background: #ff6666;
}
.red-layout .whitecolor.title-sec::before {
    background: #dcdcdc;
}
.element-wrapp {
   position: relative;
}
.element-wrapp .element-right,
.element-wrapp .element-left,
.element-wrapp .element-b-left {
   position: absolute;
   display: inline-block;
}
.element-wrapp .element-right,
.element-wrapp .element-b-left {
   background: url(../images/element-r.png) no-repeat;
   width: 85px;
    height: 70px;
}
.element-wrapp .element-right {
    top: 10px;
    right: -15px;
    height: 70px;
}
.element-wrapp .element-left {
    top: 0;
    left: 0;
    background: url(../images/element-l.png) no-repeat;
    width: 20px;
    height: 70px;
}
.element-wrapp .element-b-left {
    bottom: -22px;
    left: -2px; 
}
@media (max-width: 1200px) {
    .title-wrapp .title-sec {
        padding-right: 2.75rem;
    }
    .title-wrapp p {
        padding-left: 2rem;
    }
}
@media (max-width: 992px) {
    .title-wrapp .title-sec {
        padding-right: 2.5rem;
    }
    .title-wrapp p {
        padding-left: 1.75rem;
    }
    .element-wrapp .element-left {
        width: 15px;
        height: 48px;
    }
}
@media (max-width: 767px) {

    .element-wrapp .element-right{
        display: none;
    }
    .title-wrapp {
        display: block;
    }
    .title-wrapp .title-sec {
        padding-right: 1.5rem;
    }
    .title-wrapp p {
        padding-left: 0;
        margin-top: 10px;
    }
}



/*Navigation*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9;
    -webkit-transition: all .6s linear .2s;
    -o-transition: all .6s linear .2s;
    transition: all .6s linear .2s;
}
.site-nav, .transparent-bg-white {
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;
   background: transparent;
   padding: 0;
}
.fixed-bottom {
    position: absolute;
}
.transparent-bg-white{
    padding: 20px 0;
}
.fixed-bottom, .white-nav {
    background: #fff;
}
.white-nav {
    padding: 0;
}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    background: #563f4f;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.red-layout .fixedmenu {
    background: #ff6666;
}
.white-nav.fixedmenu,
.transparent-bg-white.fixedmenu,
.fixed-bottom.fixedmenu {
    background: #fff;
}
.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
}
.navbar-brand {
   margin: 0;
   padding: 0;
   width: 120px;
   position: relative;
}
.transparent-bg-white .navbar-brand {
    padding: 15px 0;
}
.navbar-brand  > img {
   width: 100%;
}
.navbar.fixedmenu .logo-default,
.navbar  .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default{
    display: inline-block;
}
.white-nav .navbar-brand {
   margin-bottom: -40px;
}
.site-nav.fixedmenu .navbar-brand,
.fixed-bottom.fixedmenu .navbar-brand {
    width: 64px;
}
.white-nav.fixedmenu .navbar-brand{
   width: 90px;
   margin-bottom: -20px;
}
.white-nav ul.navbar-nav {
    margin-bottom: -28px;
}
.navbar-nav .nav-item {
	margin: 20px 1.25rem;
}
.navbar-nav .nav-link {
	padding: 12px 0 !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	overflow: hidden;
    font-family: 'exodemi_bold';
}
.transparent-bg-white .navbar-nav .nav-link {
    color: #fff;
}
.white-nav .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link,
.transparent-bg-white.fixedmenu .navbar-nav .nav-link {
   color: #5b5b5b;
}
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover,  
.navbar-nav .nav-link:focus {
   color: #0390d3;
}
.red-layout .navbar-nav .nav-link.active,
.red-layout .navbar-nav .nav-link:hover,
.red-layout .navbar-nav .nav-link:focus {
    color: #ff6666;
}
.transparent-bg-white.fixedmenu .btn-white-whole{
    border-color: #262626;
    color: #262626;
}
.transparent-bg-white.fixedmenu .btn-white-whole:hover,
.transparent-bg-white.fixedmenu .btn-white-whole:focus {
    border-color: #ff6666;
    background: #ff6666;
    color: #fff;
}

/*toggle responsive*/
.navbar-toggler {
   position: relative;
   border: none;
   -webkit-border-radius: 0;
   border-radius: 0;
   padding-left: 0;
   padding-right: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
   outline: 0;
}
.navbar-toggler span {
   display: block;
   height: 2px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}
.navbar-toggler span ,
.transparent-bg-white .navbar-toggler span,
.red-layout .transparent-bg-white .navbar-toggler span {
    background: #fff;
}
.red-layout .navbar-toggler span,
.transparent-bg-white.fixedmenu .navbar-toggler span,
.white-nav .navbar-toggler span,
.fixed-bottom .navbar-toggler span {
   background: #5b5b5b;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   -webkit-transition: -webkit-transform .35s ease-in-out;
   transition: -webkit-transform .35s ease-in-out;
   -o-transition: -o-transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1),
.navbar-toggler:not(.collapsed) span:nth-child(3){
   position: absolute;
   left: 0;
   top: 10px;
   opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
   -webkit-transform: rotate(135deg);
   -o-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg); 
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) { 
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*side items*/
.side-item {
    margin: 0 0 0 2rem;
}
.transparent-bg-white.fixedmenu ul.social-icons.whitecolor li a {
    color: #777;
}

/*-----Side Menu----*/
.side-menu {
	width: 40%;
	position: fixed;
	right: 0;
	top: 0;
	background: #0390d3;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.red-layout .side-menu {
   background: #ff6666;
}
.side-menu.left {
   left: 0; right: auto;
   -webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
   width: 280px;
}
.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}
.side-menu.side-menu-active,
.side-menu.before-side{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.side-menu .navbar-brand {
   margin: 0 0 2.5rem 0;
 }

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close{
   display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 3px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-menu .side-nav {
   margin-bottom: 30px;
   display: block;
}
.side-nav .navbar-nav .nav-item{
   display: block;
   margin: 16px 0; 
   padding: 0 !important;
   opacity: 0;
   -webkit-transition: all 0.8s ease 500ms;
   -o-transition: all 0.8s ease 500ms;
   transition: all 0.8s ease 500ms;
   
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
   -webkit-transition-delay: .1s;
   -o-transition-delay: .1s;
   transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
   -webkit-transition-delay: .3s;
   -o-transition-delay: .3s;
   transition-delay: .3s; 
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
   -webkit-transition-delay: .4s;
   -o-transition-delay: .4s;
   transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
   -webkit-transition-delay: .5s;
   -o-transition-delay: .5s;
   transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
   -webkit-transition-delay: .6s;
   -o-transition-delay: .6s;
   transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
   -webkit-transition-delay: .7s;
   -o-transition-delay: .7s;
   transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
   -webkit-transition-delay: .8s;
   -o-transition-delay: .8s;
   transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
   -webkit-transition-delay: .9s;
   -o-transition-delay: .9s;
   transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #fff;
	padding: 2px 0 3px 0 !important;
	font-size: 16px;
	line-height: normal;
}
.side-nav .navbar-nav .nav-link.active {
   background: transparent;  
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
   margin-left: 5px;
}
.side-menu p{
   font-size: 13px;
   margin-top: .5rem;
   margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
   height: 28px; width: 28px;
   line-height: 28px;
   font-size: 14px;
}
.sidebar-nav .social-icons {
   position: absolute;
   bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
   color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
   padding-left: 290px;
}
.wrapper .full-screen {
   width: 100% !important;
}

/*side open btn*/
.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	position: relative;
	right: 0;
    margin-left: 2rem;
}
.white-nav .sidemenu_btn {
    margin-bottom: -21px;
}
.sidemenu_btn.left {
   left: 15px;
   right: auto;
}
.sidemenu_btn > span {
   height: 3px;
   width: 100%;
   display: block;
}
.sidemenu_btn > span,
.fixed-bottom > span,
.fixed-bottom.fixedmenu > span,
.white-nav.fixedmenu .sidemenu_btn > span {
    background: #5b5b5b;
}
.site-nav .sidemenu_btn > span,
.site-nav.fixedmenu .sidemenu_btn > span{
   background: #fff;
}
.fixed-bottom.fixedmenu > span {
    background: #5b5b5b !important;
}

.sidemenu_btn > span:nth-child(2) {
   margin: 4px 0;
}

@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }
}
@media (max-width: 992px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .transparent-bg-white {
        background: rgba(247,247,247,.5);
    }
   .navbar-brand {
      width: 100px;
   }
    .white-nav ul.navbar-nav,
    .white-nav .sidemenu_btn {
        margin-bottom: 0;
    }
   .navbar-nav .nav-item {
      margin: 5px 0;
   }
   .navbar-nav {
      margin-top: 60px;
   }
    .side-nav .navbar-nav .nav-item {
        margin: 10px 0;
    }
    .side-item {
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        width: 90px;
    }
   .navbar-nav .nav-link {
      padding: 8px 0 !important;
      font-size: 12px;
   }
    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 1.5rem;
    }
   .side-item {
      display: none;
   }
}
@media (max-width: 600px) {
    .side-menu {
        width: 300px;
    }
}
/*----- Navigation ends -----*/



/* ---- Revolution Slider ---- */
#banner-main .tparrows,
.bullet-none .tp-bullet{
    display: none;
}
#banner-main.nav-display .tparrows {
    display: block;
}
.rev_slider h2 {
   font-size: 3.9rem;
}
.tp-static-layers {
   z-index: 20;
}
.rev_slider .btn-web {
    line-height: normal !important;
}

.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.tparrows.tp-leftarrow:before {
    content: "\f0d9";
}
.tparrows.tp-rightarrow:before {
    content: "\f0da";
}
.tparrows,
.tparrows:hover {
    background: #0390d3;
}
.red-layout .tparrows {
    background: #262626;
}
.red-layout .tparrows:hover {
    background: #ff6666;
}
.custom-2, .tp-tabs{
    top: 43% !important;
}
.tp-bullet {
    height: auto;
    position: relative;
    background:transparent;
    color: #FFFFFF;
    margin-bottom: -23px;
}
.tp-bullet-number,
.tp-bullet .tp-bullet-line,
.tp-bullet .tp-count,
.tp-count:before {
   -webkit-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}
.tp-bullet-number{
    position: relative;
    text-align: center; 
}
.tp-bullet.selected:last-child {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}
.tp-bullet .tp-bullet-line {
    height: 120px;
    -webkit-transform: scaleY(0); 
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}
.tp-bullet.selected .tp-bullet-line {
    width: 2px;
    background: #fff;
    display:inline-block;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.tp-bullet .tp-count {
    font-size: 12px;
    position: relative;
    bottom: 5px;
    font-weight: 600;
}
.tp-bullet.selected .tp-count {
    font-size: 16px;
}
.tp-count:before {
    content: '';
    height: 3px;
    width: 15px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    display: block;
    position: absolute;
    background: #0390d3;
    top: 50%;
    right: -22px;
}
.red-layout .tp-count:before {
   background: #ff6666;
}
.tp-bullet.selected .tp-count:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
}
.tp-bullet.selected, .tp-bullet:hover {
    background:transparent;
}
.rev_square {
   display: inline-table;
   border: 5px solid #0390d3;
}
.red-layout .rev_square {
   border: 5px solid rgba(255,255,255,.5);
}
.rev_square .sq-cell{
   display: table-cell; 
   padding: 15px 2rem; 
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 2px;
   word-spacing: 2px;
}
.rev_square .sq-cell:first-child {
   color: #fff;
}
.rev_square .sq-cell:last-child {
   color: #0390d3;
   background: #f8f8f8;
}
.red-layout .rev_square .sq-cell:last-child {
   color: #ff6666;
}
.rev_slider p {
   margin-bottom: 5px;
}
.slide-action {
   font-size: 18px;
   vertical-align: middle;
   display: inline-block;
   padding: 10px 0 !important;
   text-transform: uppercase;
}
.slide-action > a {
   display: inline-block;
   letter-spacing: 2px;
}
.slide-action h2 {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.75rem;
}
.slide-action span {
   display: inline-block;
   height: 80px;
   width: 80px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   color: #fff;
   text-align: center !important;
   position: relative;
   vertical-align: middle;
   background: rgba(255,255,255,.3);
   font-size: 46px !important;

}
.slide-action span > i {
    line-height: 81px !important;
}
.slide-action span::before {
	content: '';
	-webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
	position: absolute;
	top: 5px; right: 5px;
	left: 5px; bottom: 5px;
}
.slide-action span:hover::before {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	 -o-transform: scale(1.2, 1.2);
	    transform: scale(1.2, 1.2);
}
.slide-action:hover a,
.slide-action:focus a {
   color: #fff;
}
.slider-socials {
    display: inline-block;
    position: absolute;
    z-index: 25;
    left: 0;
    /*left: 5.625rem;*/
}
.slider-socials.midd {
    top: 50%;
    width: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-socials.midd a {
    height: 30px;
}
.slider-socials.bottom {
    bottom: 50px;
    right: 0;
    left: auto;
}
.slider-socials a {
    display: inline-block;
    height: 20px;
    width: 30px;
    text-align: center;
    font-size: 17px;
}
@media (max-width:778px) {
    .slide-action span {
        height: 56px;
        width: 56px;
        font-size: 34px !important;
    }
    .slide-action span > i {
        line-height: 56px !important;
    }
}
@media (max-width:480px) {
    .rev_slider p {
        line-height: normal !important;
        font-size: 12px !important;
    }
    .slider-socials {
        display: none;
    }
}

/* ----- Revolution Slider ----- */


/* ----- owl Carousel ---- */
.owl-next, .owl-prev {
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #0390d3;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}
.red-layout .owl-next,
.red-layout .owl-prev {
    background: #ff6666;
}
.owl-next {
    right: 0;
    margin-right:-13px;
}
.owl-prev {
    left: 0;
    margin-left: -13px;
}
@media (max-width: 1400px) {
    .owl-next, .owl-prev {
        height: 46px;
        width: 46px;
        line-height: 46px;
        margin-top: -23px;
    }
}
@media (max-width: 1200px) {
    .owl-next, .owl-prev {
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}
/* ----- owl Carousel ends ---- */

/* ---- Page Header ----- */
.page_header {
    background: url(../images/bg-header.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    min-height: 500px;
}
ul.breadcrumb {
    background: transparent;
}
ul.breadcrumb li.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
ul.breadcrumb li.breadcrumb-item:hover,
ul.breadcrumb li.breadcrumb-item:focus ,
ul.breadcrumb li.breadcrumb-item.active {
    color: #0390d3;
}
.red-layout ul.breadcrumb li.breadcrumb-item:hover,
.red-layout ul.breadcrumb li.breadcrumb-item:focus ,
.red-layout ul.breadcrumb li.breadcrumb-item.active {
    color: #ff6666;
}
/* ---- Page Header ends ----- */


/* ----- Features ----- */
.feature-wrapp {
    position: relative;
    background: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 2px 5px rgba(101, 101, 101, 0.2);
    box-shadow: 0 2px 5px rgba(101, 101, 101, 0.2);
    text-align: center;
    z-index: 2;
}
.feature-wrapp::before {
   content: "";
   bottom: 0;
   left: 0;
   right: 0; top: 0;
   opacity: 0; visibility: hidden;
   position: absolute;
   z-index: -1;
   background: #563f4f;
}
.red-layout .feature-wrapp::before {
    background: #ff6666;
}
.feature-wrapp i {
    display: inline-block;
    font-size: 5.5rem;
}
.feature-wrapp h3,
.feature-ver h3,
.feature-ver p {
   font-weight: 500;
}
.feature-wrapp:hover::before {
   opacity: 1;
   visibility: visible;
}
.feature-wrapp:hover * {
   color: #fff;
}
.feature-wrapp:hover {
   border-color: #563f4f;
}
.red-layout .feature-wrapp:hover {
    border-color: #ff6666;
}
.red-layout .feature-wrapp:hover .btn-warnings {
    border-color: #fff;
}


/*4 boxes pattern*/
.box-pattern {
   position: relative;
   overflow: hidden;
}
.box-pattern::before {
   content: "";
   height: 50%;
   width: 100%;
   position: absolute;
   bottom: 0; left: 0;
   background: #f7f7f7;
}
.box-wrapp .box-inner.bg-white {
    background: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 2px 5px rgba(101, 101, 101, 0.2);
    box-shadow: 0 2px 5px rgba(101, 101, 101, 0.2);
}
.box-wrapp .box-inner h4 {
   font-weight: bold;
   letter-spacing: 1px;
}
.box-wrapp .box-inner p {
    color: #666666;
    font-weight: 300;
    line-height: 2;
}
.box-wrapp .box-inner h6 {
   font-size: 12px;
}
.box-wrapp .box-inner i {
    display: inline-block;
    font-size: 5.5rem;
}
.box-wrapp .box-inner:hover h4 > a,
.box-wrapp .box-inner:focus h4 > a {
   color: #0390d3;
}
.red-layout .box-wrapp .box-inner:hover h4 > a,
.red-layout .box-wrapp .box-inner:focus h4 > a {
    color: #ff6666;
}
/* ----- Feature ends ----*/

/* ----- AboutUs ----- */
#aboutus-slider .owl-prev {
   left: 50%;
}
.about-imgwrapp {
    position: relative;
    padding-right: 20%;
}
.about-imgwrapp img {
    border: 10px solid #fff;
    max-width: 80%;
}
.about-imgwrapp .about-bg {
    background: #fff;
    padding: 3.5rem 4rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-imgwrapp .about-bg .b-45 {
    margin-bottom: 35px;
}
.about-imgwrapp .about-bg .b-30 {
    margin-bottom: 25px;
}
.about-imgwrapp .about-bg p:last-child {
    margin-bottom: 0;
}
.about-imgwrapp .about-bg > .about-inner {
   overflow-y: auto;
}
.about-bg p:last-child {
   margin-bottom: 0;
}


@media (max-width: 1580px) {
    #aboutus-slider .owl-prev {
        left: 45%;
    }
   .about-imgwrapp {
      padding-right: 14%;
   }
   .about-imgwrapp .about-bg {
      padding: 3rem 3.7rem;
       width: 55%;
       width: 55%;
   }
   .about-imgwrapp img {
      max-width: 90%;
   }
}
@media (max-width: 1420px) {
    #aboutus-slider .owl-prev {
        left: 35%;
    }
    .about-imgwrapp .about-bg {
        padding: 2.7rem 3rem;
        width: 65%;
    }
}
@media (max-width: 1280px) {
    #aboutus-slider .owl-prev {
        left: 25%;
    }
    .about-imgwrapp {
        padding-right: 10%;
    }
    .about-imgwrapp .about-bg {
        width: 75%;
    }
    .about-imgwrapp .about-bg .b-45 {
        margin-bottom: 30px;
    }
    .about-imgwrapp .about-bg .b-30 {
        margin-bottom: 15px;
    }
}
@media (max-width: 1075px) {
    #aboutus-slider .owl-prev {
        left: 20%;
    }
    .about-imgwrapp {
        padding-right: 5%;
    }
    .about-imgwrapp .about-bg {
        width: 80%;
    }
}
@media (max-width: 992px) {
   #aboutus-slider .owl-prev {
      left: 10%;
   }
   .about-imgwrapp {
      padding-right: 5%;
   }
    .about-imgwrapp .about-bg {
        width: 90%;
    }
    .about-imgwrapp img {
        max-width: 100%;
    }
}
@media (max-width: 890px) {
   .about-imgwrapp {
      padding-right: 0;
   }
}
@media (max-width: 767px) {
    #about-us .element-wrapp .element-b-left {
        display: none;
    }
    #aboutus-slider .owl-prev{
        left: 0;
    }
    #aboutus-slider .owl-next {
        right: 0;
    }
    #aboutus-slider .owl-next, #aboutus-slider .owl-prev {
        top: 65%;
    }
    .about-imgwrapp img {
        max-width: 100%;
    }
    .about-imgwrapp {
        overflow: auto;
    }
    .about-imgwrapp::after{
        content: "";
        display: block;
        height: 50%;
        width: 100%;
    }
       .about-imgwrapp .about-bg {
        max-width: 90%;
        height: auto;
        position: relative;
           margin-left: auto;
          margin-right: auto;
           transform: translate(0,0);
           top: 0;
           margin-top: -30%;
    }
}
/* ----- AboutUs ---- */

/* ----- Counters ----- */
.counter-wrapp {
   position: relative;
   padding: 2.5rem 2rem;
}
.counters .count_nums {
    display: inline-block;
    vertical-align: middle;
    font-size: 6.25rem;
    color: #563f4f;
    line-height: 1;
}
.red-layout .counters .count_nums {
    color: #ff6666;
}
.counter-wrapp .overlay-opener {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #563f4f;
    color: #fff;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 100%;
    position: relative;
    right: 2rem;
}
.overlay-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0390d3;
    padding: 3rem 2rem;
   -webkit-transform:rotateY(90deg);
    transform:rotateY(90deg);
   -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
   
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: -o-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}
.red-layout .overlay-open,
.red-layout .counter-wrapp .overlay-opener {
    background: #ff6666;
}

.overlay-open h3 {
   width: 100%;
}
.overlay-open p {
   margin-bottom: 0;
}
.counter-wrapp:hover .overlay-open {
   -webkit-transform:rotateY(0deg);
           transform:rotateY(0deg);
   opacity: 1; visibility: visible;
}
@media (max-width: 767px) {
    .counter-wrapp .overlay-opener {
        display: none;
    }
}
/* ----- Counters ends ----- */


/* ----- Team ----- */
#our-team .element-wrapp .element-right {
    top: -5px;
}
#team-navs .owl-prev, #team-navs .owl-next {
    z-index: 51;
    cursor: pointer;
}
#team-navs .owl-prev {
    left: 42%;
}
.team-block,
#team-slider .owl-item .item {
    padding-right: 35%;
}
.team-block #ourteam,
.nav-wrapp {
    position: absolute;
    width: 58%;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navPrev,.navNext {
    width: 50%;
    padding: 5px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.navPrev > img, .navNext > img {
    width: 100%;
    border: 4px solid rgba(247, 247, 247, .16);
    position: relative;
    z-index: inherit;
}

.team-cap {
    background: #0390d3;
    padding: 1rem 1.5rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team-item .team-cap {
    display: block;
    background: #fff;
    color: #777777;
}
.team-item .team-cap h4 {
    color: #262626;
}

.team-item .overlay {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
}
.team-item .overlay ul {
    display: table;
}
.team-item .overlay ul li a {
    margin: 5px 8px;
    opacity: 0;
    transition-delay: .3s;
}
.team-item:hover .overlay {
    opacity: 1;
    visibility: visible;
    width: 50px;
}
.team-item:hover .overlay ul li a {
    opacity: 1;

}
.red-layout .team-cap {
    background: #ff6666;
}
.team-cap > .team-des + .team-des::before {
    content: "";
    height: 1px;
    width: 20px;
    display: inline-block;
    background: #FFF;
    vertical-align: middle;
    margin: 0 .75rem;
}
.team-item .team-cap .team-des + .team-des::before{
    display: none;
}
.team-item .team-cap h4 {
    margin-bottom: 5px;
}

.team-cap ul.social-icons li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
@media (max-width: 1200px) {
    .team-cap {
        padding: 1rem 1.5rem;
    }
}
@media (max-width: 900px) {
    #team-navs .owl-prev {
        left: 15px;
        margin-left: 0;
    }
    #team-navs .owl-next {
        right: 15px;
        margin-right: 0;
    }
    #team-slider .owl-item .item {
        padding-right: 0;
    }
    .team-cap {
        position: relative;
        padding: 1rem .75rem;
    }
    .team-cap h4,
    .team-cap h5,
    .team-cap ul{
        display: block;
        width: 100%;
    }
    .nav-wrapp,
    .team-cap > .team-des + .team-des::before{
        display: none;
    }
}
@media (max-width: 768px) {
    .team-block {
        padding-right: 0;
    }
    .team-item ul.social-icons li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
}
@media (max-width: 599px) {
    .team-block #ourteam {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        top: auto;
        margin-top: 30px;
    }
}
/* ----- Team ends ----- */


/* ----- Work ----- */
.gallery-wrapp {
   position: relative;
}
#work-thumbs.owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    z-index: 5;
    max-width: 20%;
}
#work-thumbs.owl-dots .owl-dot {
    width: 46%;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
#work-thumbs.owl-dots .owl-dot > img {
     width: 100%;
    border: 2px solid rgba(247,247,247,.42);
    position: relative;
}
.owl-item .tooltipper  {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 6;
}
.owl-item .tooltipper.top-center {
    left: 38%;
    top: 15%;
}
.owl-item .tooltipper.bottom-left {
    left: 19%;
    bottom: 38%;
    top: auto;
}
.owl-item .tooltipper.center-center {
   left: 50%;
   top: 50%;
}
button.tooltipper {
    height: 24px;
    width: 24px;
    text-align: center !important;
    background: transparent;
    color: rgba(247,247,247,.52);
    padding: 0;
    border-radius: 50%;
}
button.tooltipper, .popover {
    border: 1px solid rgba(247,247,247,.52);
}
.popover {
    background: rgba(255, 255, 255, .10);
    border-radius: 0;
    margin-top: -10px;
}
.popover .arrow {
   display: none;
}
.popover-body {
    padding: 1rem 1.5rem;
    color: #f7f7f7;
    font-weight: 500;
    font-size: 14px;
   text-transform: uppercase;
}

/*filters*/
.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
    display: inline-block;
}
.cbp-l-filters .cbp-filter-item span {
    color: #b7b7b7;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding: 5px 1.25rem;
    border: 1px solid #b7b7b7;
    transition: all .3s ease-in;
}
.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}
.cbp-l-filters .cbp-filter-item:hover span,
.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:focus span {
    border-color: #0390d3;
    color: #fff;
    background: #0390d3;
}
.overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background: rgba(255, 159, 31, .9);
    -webkit-transition: all .5s linear .1s;
    -o-transition: all .5s linear .1s;
    transition: all .5s linear .1s;
}
.overlay.end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}
.cbp-item:hover .overlay{
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0; right: 0;
}

.workcol {
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(101, 101, 101, 0.2);
    box-shadow: 0 4px 16px rgba(101, 101, 101, 0.2);
}
.workcol .work-bottom {
    padding: 1.5rem 1rem;
}
.workcol p {
    margin: 7px 0 0 0;
}
.workcol:hover .work-bottom  a {
    color: #0390d3;
}
/* ----- Work ends ----- */


/* ----- Pricing ----- */
.price-table {
   position: relative;
    padding: 3.5rem 2.5rem;
    background: #fff;
   -webkit-box-shadow: 0 4px 16px rgba(101, 101, 101, 0.2);
	box-shadow: 0 4px 16px rgba(101, 101, 101, 0.2);
    text-align: center;
}
.price-table, .ribbon {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ribbon {
    border-right: 60px solid transparent;
    border-top: 60px solid #0390d3;
    position: absolute;
    left: 0; top: 0;
    z-index: 2;
}
.red-layout .ribbon {
   border-top: 60px solid #ff6666;
}
.ribbon i {
    color: #fff;
    font-size: 14px;
    position: absolute;
    -ms-transform: translate(10px, -49px);
    -o-transform: translate(10px, -49px);
    -webkit-transform: translate(10px, -49px); 
    transform: translate(10px, -49px);
}
.price-table .ammount *{
   vertical-align: middle;
   display: inline-block;
}
.price-table .ammount i {
    font-size: 36px;
    margin-right: -5px;
}
.price-table .ammount h2 {
    line-height: 1;
    font-size: 4.5rem;
}
.price-table ul > li + li {
    margin-top: .875rem;
}
.price-table ul li{
   font-size: 14px;
}
.price-table:hover {
   background: #563f4f;
}
.red-layout .price-table:hover {
    background: #ff6666;
}
.price-table:hover, .price-table:hover * {
   color: #fff;
}
.red-layout .price-table:hover .btn-warnings {
    background: transparent;
    border-color: #fff;
}
.price-table .btn-warnings:hover,
.price-table .btn-warnings:focus,
.red-layout .price-table .btn-warnings:hover,
.red-layout .price-table .btn-warnings:focus {
   background: #fff;
   border-color: #fff;
   color: #777777;
}
/* ----- Pricing ends ----- */

/* ----- Testimonials ----- */
.testimonial-quote{
   position: relative;
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   transition: all .4s ease-in;
	text-align: left;
	padding-top: 10px;
}
.testimonial-quote  h3 i {
   font-size: 80%;
   width: 30px;
   display: inline-block;
}
.testimonial-quote h3 i:first-child {
    transform: translateY(-8px);
}
.testimonial-quote h3 i:last-child {
    transform: translateY(8px);
}
.testimonial-quote h6{
   font-weight: 500;
}
#owl-thumbs.owl-dots{
   text-align: left;
}
#owl-thumbs.owl-dots .owl-dot {
	background: transparent;
	height: 60px; width: 60px;
	margin: 0; opacity: .85;
	position: relative;
	border: 5px solid rgba(247,247,247,.6);
   -webkit-transform: scale(.95);
   -ms-transform: scale(.95);
   -o-transform: scale(.95);
   transform: scale(.95);
   display: inline-block;
   cursor: pointer;      
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
   border: 5px solid rgba(0,0,0,.3);
}
#owl-thumbs.owl-dots .owl-dot > img {
	width: 100%;
}
#owl-thumbs.owl-dots .owl-dot:first-child{
   margin-left: 0;
}
#owl-thumbs.owl-dots .owl-dot::after{
   display: none;
}
#owl-thumbs.owl-dots .owl-dot.active{
   z-index: 5;
   opacity: 1;
   border: 5px solid rgba(255,255,255,.53);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
   border: 5px solid rgba(0,0,0,.53);
}
/*----- Testimonials ends----*/

/* ----- Our Blog ----- */
.news_item {
    background: #fff;
    border: 3px solid #e6eaec;
}
.news_item, .eny_profile,
blockquote.blockquote {
   position: relative;
}
.news_item .news_desc{
	padding:2.5rem 1.25rem;
}
.meta-tags li, .meta-tags li a,
blockquote.blockquote::before,
ul.rounded li::before {
	display:inline-block;
}
.meta-tags > li + li{
   margin-left: 10px;
}
.meta-tags li a {
   vertical-align: middle;
	font-size: 12px;
	font-weight: 600;
}
.meta-tags li a > i {
  font-size: 16px;
  margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before  {
   vertical-align: middle;
}
.news_item:hover h3,
.meta-tags li a:hover,
.meta-tags li a:focus{
	color:#0390d3;
}
.red-layout .news_item:hover h3,
.red-layout .meta-tags li a:hover,
.red-layout .meta-tags li a:focus{
    color:#ff6666;
}

/*Pagination*/
.pagination li > a {
   height: 36px;
   width: 36px;
   padding: 0;
   line-height: 36px;
   font-size: 18px;
   color: #a5a5a5;
   text-align: center;
   margin: 0 4px;
   border: none;
}
.pagination li > a, .pagination li:first-child a, .pagination li:last-child a {
    -webkit-border-radius: 0 !important;
    border-radius: 0!important;
}
.pagination li > a:hover, .pagination li > a:focus,
.pagination li.active > a{
   background: #ff9f1f !important;
    color: #fff;
}

blockquote.blockquote {
  font-style: italic;
}
blockquote.blockquote::before {
    content: "\f10d";
    width: 40px;
    font-size: 28px;
    margin-right: 5px;
    color: #a1a1a1;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
ul.rounded > li + li{
   margin-top: 20px;
}
ul.rounded li::before {
	content: "";
	height: 4px;
	width: 10px;
	/*-webkit-border-radius: 50%;
	border-radius: 50%;*/
	background: #0390d3;
	margin-right: 10px;
	vertical-align: middle;
}
.red-layout ul.rounded li::before {
    background: #ff6666;
}

/*Post Comments*/
.eny_profile {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
}
.eny_profile .profile_photo, .eny_profile .profile_text {
	display: table-cell;
	vertical-align: top;
}
.eny_profile .profile_photo {
	height: 90px;
	width: 90px;
}
.eny_profile .profile_photo > img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
    width: 100%;
}
.eny_profile .profile_text {
	padding-left: 20px;
}

/*Widget Newlatter or search*/
.widget_search .form-control {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.widget_search .form-control, .widget_search .input-group-addon {
	border-color: #d6d5d5;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: table-cell;
}
.widget_search .input-group-addon {
	height: 38px;
	background-color: #0390d3;
	color: #fff;
	position: relative;
	top: 0;
	left: -5px;
	width: 40px;
}
.red-layout .widget_search .input-group-addon {
    background-color: #ff6666;
}
.widget_search .form-control:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 1px solid #414141;
}

/*web Tags*/
.webtags li {
	display: inline-block;
	margin: 1px;
}
.webtags li a, .btn_reply {
	color: #6a6a6a;
	font-size: 12px;
	margin: 2px 0;
	padding: 5px 16px;
   border: 1px solid #c7c7c7;
	display: block;
}
.webtags li a:hover, .webtags li a:focus {
   color: #fff;
   background: #0390d3;
   border: 1px solid #0390d3;
}
.red-layout .webtags li a:hover,
.red-layout .webtags li a:focus {
    background: #ff6666;
    border: 1px solid #ff6666;
}


/*Recent Sidebar*/
.single_post {
	overflow: hidden;
   display: table;
}
.single_post .post, .single_post .text {
	display: table-cell;
}
.single_post .post {
   height: 60px;
   width: 60px;
}
.single_post .post > img {
    width: 100%;
    border: 2px solid #f7f7f7;
}
.single_post .text {
	vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
}
.single_post .text > a{
   font-weight: 600;
}
.single_post span{
	font-size: 11px;
   display: block;
}
.single_post:hover a, .single_post:focus a {
   color: #0390d3;
}
.red-layout .single_post:hover a,
.red-layout .single_post:focus a {
    color: #ff6666;
}

/*Categories*/
.webcats li, .webcats li a {
   display: block;
}
.webcats > li + li {
   margin-top: 10px;
}
.webcats li a::before {
    content: "";
    height: 3px;
    width: 8px;
    background: #0390d3;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.red-layout .webcats li a::before {
    background: #ff6666;
}
.webcats li a > span {
   display: inline-block;
   font-weight: 600;
   margin-left: 5px;
   font-size: .875rem;
}
.webcats li a:hover, .webcats li a:focus {
   color: #0390d3;
}
.red-layout .webcats li a:hover,
.red-layout .webcats li a:focus {
    color: #ff6666;
}
.whitebox .widget {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
/* ----Blog ends ----- */

/* ---- Ccntact US ----- */
/*Map*/
.map-container {
    width: 100%;
    height: 360px;
    position: relative;
}
.our-address h5 {
   font-weight: bold;
}
.our-address .pickus {
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
   position: relative;
}
.readmore-effect {
   font-size: 13px;
   text-transform: uppercase;
   font-weight: bold;
   position: relative;
}
.readmore-effect,
.readmore-effect::after {
   display: inline-block;
}
.readmore-effect::after {
	content: attr(data-text);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	color: #0390d3;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.red-layout .readmore-effect::after {
    color: #ff6666;
}
.red-layout #contactus .readmore-effect::after {
    color: #262626 !important;
}
.readmore-effect:hover::after,
.readmore-effect:focus::after,
.our-address .readmore-effect:hover::after {
	width: 100%;
}
.our-address .pickus:hover, 
.our-address .pickus:focus {
   color: #0390d3;
}
.red-layout .our-address .pickus:hover,
.red-layout .our-address .pickus:focus {
    color: #ff6666;
}
/*Contact Form*/
.getin_form .form-control {
   border: none;
   border-bottom: 1px solid #a5a5a5;
   padding: 12px 0;
   background: transparent;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   height: 44px;
   color: #a5a5a5;
   font-size: 14px;
   position: relative;
   -webkit-transition: border .9s ease;
   -o-transition: border .9s ease;
   transition: border .9s ease;
}
.getin_form.whitecolor .form-control  {
   color: #fff;
} 
textarea {
   min-height: 175px;
   resize: none;
}
button {
    cursor: pointer;
    outline: none;
    outline: 0;
    border: none;
}
.getin_form .form-control:focus {
   border-bottom: 1px solid #0390d3;
}
.red-layout .getin_form .form-control:focus {
    border-bottom: 1px solid #ff6666;
}
.border-form .form-control {
	border: 1px solid #dedada;
	padding-left: 15px;
	padding-right: 15px;
   -webkit-border-radius: 24px;
   border-radius: 24px;
}
.getin_form .button {
   width: 100%;
}
.logincontainer {
	padding: 3.5rem 1.5rem;
}
.border-form .form-control:focus {
   border: 1px solid #0390d3;
}
.red-layout .border-form .form-control:focus {
    border: 1px solid #ff6666;
}
.blog-form .btn-warnings:hover,
.blog-form .btn-warnings:focus {
    color: #212529;
}
/*CheckBox*/
.form-check {
	position: relative;
	display: block;
    font-size: 13px;
}
.form-group label, .checkbox label {
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
    display: inline-block;
    position: relative;
    padding-left: 10px;
   min-height: 20px;
   cursor: pointer;
}
.form-check label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	font-weight: 300;
}
.form-check input[type="checkbox"]:checked + label::before {
	background-color: #fff;
}
.form-check input[type="checkbox"]:checked + label::before {
	background-color: #0390d3;
	border-color: #0390d3;
   color: #fff;
}
.red-layout .form-check input[type="checkbox"]:checked + label::before {
    background-color: #ff6666;
    border-color: #ff6666;
}


/* Form general- */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
   color: #a5a5a5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
   /* Firefox 18- */
   color: #a5a5a5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
   /* Firefox 19+ */
   color: #a5a5a5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
   color: #a5a5a5;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
   color: #a5a5a5;
   opacity: 1;
}

.getin_form.whitecolor .form-control::-webkit-input-placeholder,
.getin_form.whitecolor .form-control::-webkit-input-placeholder {
   color: #fff;
}
.getin_form.whitecolor .form-control:-moz-placeholder,
.getin_form.whitecolor .form-control:-moz-placeholder {
   /* Firefox 18- */
   color: #fff;
}
.getin_form.whitecolor .form-control::-moz-placeholder,
.getin_form.whitecolor .form-control::-moz-placeholder {
   /* Firefox 19+ */
   color: #fff;
}
.getin_form.whitecolor .form-control:-ms-input-placeholder,
.getin_form.whitecolor .form-control:-ms-input-placeholder {
   color: #fff;
}
.getin_form.whitecolor textarea.form-control::-webkit-input-placeholder,
.getin_form.whitecolor textarea.form-control:-moz-placeholder,
.getin_form.whitecolor textarea.form-control::-moz-placeholder,
.getin_form.whitecolor textarea.form-control:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

/* ----- COntact US ----- */


/*Parallax backgrounds*/
#quotate-parallax {
   background: url(../images/bg-parallax.jpg) no-repeat;
   background-attachment: fixed;
   background-position: center center;
   background-size: cover;
   position: relative;
}

.single-cover {
    height: 100vh;
    width: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
.parallax-single-bg {
    background: url(../images/bg-single.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


/* ----Partner/ Logo----*/
#partners-slider .item {
    text-align: center;
}
#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}
#partners-slider .logo-item {
    width: 140px;
    height: 34px;
    overflow: hidden;
}
#partners-slider .logo-item, #partners-slider  .logo-item > img{
    display: inline-block;
}
.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
/* ----Partner ends ----*/

/*---- Footer ----*/
.site-footer {
   background: #563f4f;
}
.red-layout .site-footer {
    background: #ff6666;
}
#copyright-area p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 8px;
}
/*---- Footer ends ----*/


@media (max-width: 1500px) {
    .owl-next, .owl-prev {
        height: 46px;
        width: 46px;
        line-height: 46px;
        margin-top: -23px;
    }
}
@media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
    .owl-next, .owl-prev {
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}
@media (max-width: 1024px) {
   h1, h2, h3,h4,
   .title-wrapp .title-sec {
      letter-spacing: 0.5px;
      word-spacing: 1px;
   }
   p {
      letter-spacing: .5px;
      word-spacing: .5px;
   }
}
@media (min-width: 768px) and (max-width: 1024px) {
   html {
      font-size: 13px;
   }
    p {
        font-size: 94%;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    h5 {
        font-size: .85rem;
    }
}
@media (max-width: 767px) {
   html {
      font-size: 13px;
   }
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 1.375rem;
    }
    p{
        font-size: 13px;
    }
    .owl-prev {
        margin-left: 15px;
    }
    .owl-next {
        margin-right: 15px;
    }
}
#load {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 15000;
}